@font-face {
	font-family: 'HelveticaLTStd-Roman';
	src:   
	url('../fonts/HelveticaLTStd-Roman.eot') format('embedded-opentype'),
	url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), 
	url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
	url('../fonts/HelveticaLTStd-Roman.ttf')  format('truetype'); 
} 
@font-face {
	font-family: 'Exo2-SemiBold';
	src:   url('../fonts/Exo2-SemiBold.eot') format('embedded-opentype'),
	url('../fonts/Exo2-SemiBold.woff') format('woff'), 
	url('../fonts/Exo2-SemiBold.ttf')  format('truetype'), 
	url('../fonts/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
}
@font-face {
	font-family: 'Exo2-Light';
	src:   url('../fonts/Exo2-Light.eot') format('embedded-opentype'),
	url('../fonts/Exo2-Light.woff') format('woff'), 
	url('../fonts/Exo2-Light.ttf')  format('truetype'), 
	url('../fonts/Exo2-Light.svg#Exo2-Light') format('svg');
}

@font-face {
	font-family: 'HelveticaLTStd-Light';
	src:  
	url('../fonts/HelveticaLTStd-Light.eot') format('embedded-opentype'),
	url('../fonts/HelveticaLTStd-Light.woff') format('woff'), 
	url('../fonts/HelveticaLTStd-Light.woff2') format('woff2'),
	url('../fonts/HelveticaLTStd-Light.ttf')  format('truetype');
} 

@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src:   
	url('../fonts/HelveticaLTStd-Bold.eot') format('embedded-opentype'),
	url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), 
	url('../fonts/HelveticaLTStd-Bold.woff2') format('woff2'),
	url('../fonts/HelveticaLTStd-Bold.ttf')  format('truetype');
	
} 

@font-face {
	font-family: 'Exo2-Medium';
	src:   url('../fonts/Exo20-Medium.eot') format('embedded-opentype'),
	url('../fonts/Exo20-Medium.ttf')  format('truetype'),
	url('../fonts/Exo20-Medium.woff') format('woff'), 
	url('../fonts/Exo20-Medium.woff2') format('woff2');
}
.modal.fade{
	overflow-x: hidden;
	overflow-y: auto;
}
.countdown-period{
	display: none!important;
}
.StripeElement {
	border-radius: 10px;
	padding: 12px 25px;
	background-color:#fff;
	border: 3px solid #fff;
}
.StripeElement--invalid {
	border: 1px solid red;
}
.visible{
	display:block;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8a8a8a;
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #8a8a8a;
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #8a8a8a;
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #8a8a8a;
	opacity:1;
}
body, html {
	height: 100%;
}
button:focus {outline:0;}
.container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
	color: #000;
    text-align: left;
    font-family: 'Exo2-Light', Arial, Helvetica, sans-serif;
    background: url("../images/bg/dark-bg.png") repeat left top;
}z
.navbar-toggle {
    padding: 6px 8px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.home {
	background: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: none;
}
A { 
	text-decoration: none; 
	outline: none !important; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
A:HOVER { text-decoration: underline; opacity: 0.9;}
.wpcf7-submit, input[type="submit"], #toTop, .lt, .rt, .rb, #content.list > .container ul li,
.button a:after, #header .navbar-nav > li > a::after, #footer .navbar-nav > li > a::after {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
#content .choose ul li a {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;
}
.wpcf7-submit:hover {
	opacity: 0.9;
}
IMG { border: none; height: auto;}
LABEL { cursor: pointer; }
INPUT, TEXTAREA { outline: none; }
BUTTON SPAN {display: none;}
BUTTON SPAN#button-text{display: block;cursor:pointer;}
TEXTAREA {resize: none;}
IFRAME {
	margin: 0;
	border: none;
}
TABLE {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
.jq-selectbox UL {margin: 0 !important;}
section, article, header, footer {display:block;}
H1, H2, H3, H4, H5, H6, P, FIELDSET, FORM, UL, OL, LI, DL, DT, DD {
	padding: 0;
	margin: 0;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {text-decoration: none !important;}
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	margin: 0 0 15px;
	font-weight: normal;
}
strong {
	font-weight: normal;
	font-family: 'HelveticaLTStd-Roman';
}
#content P, #content UL, #content OL {
	margin-bottom: 20px;
}
.home #content P, .home #content UL, .home #content OL {
	margin-bottom: 15px;
}
#content UL {margin-left: 20px;}
#content OL {margin-left: 25px;}
#content A {color: #ffcf7c;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#page {
	min-width: 220px;
	overflow: hidden;
	min-height:100%;
	background: #1f1c33;
}
H1 {
	font-size: 60px;
	font-family: 'HelveticaLTStd-Light';
}
H1 span {color: #c32c96;}

H4 {
	color: #9f998a;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Bold';
	margin-bottom: 6px;
}

.container {
    max-width: 1310px;
}

/*  Header  */
#header {position: relative;}
#header .bg-box {
	position: absolute; width: 100%; top: 0; left: 0;
	height: 1453px;
	background: url("../images/pictures/header-im.jpg") no-repeat center top;
}

#header .logotype {
    float: left;
    position: relative;
    z-index: 8;
    padding: 0;
}
#header .container {
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#content .news .item a {
    display: block;
    color: #cde409;
    font-size: 14px;
    margin: 26px auto;
	text-transform:lowercase;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.topbut{
	top: -50px;
}
#content .container.onepage {
    width: 100%;
    padding: 257px 0 205px;
    position: relative;
    z-index: 1;    
}
#content .container.medium {
	padding:0;
	max-width:600px;
	margin:auto;
}
#content .container.error {
    width: 100%;
    padding: 157px 0 205px;
    position: relative;
    z-index: 1;    
}
#header .collapse, #footer .navbar {
    padding: 0;
    float: right;
    z-index: 2;
    margin: 22px 0 0;
    position: relative;
}
.navbar-nav > li {
    float: none;
}
#header .navbar-nav a, #footer .navbar-nav a {
    font-size: 18px;
    padding: 0;
    color: #fff;
    position: relative;
    background: none;
    font-family: 'HelveticaLTStd-Light';
	line-height: 27px;
}
#footer .navbar-nav a:hover{text-decoration:none!important}
#header .navbar-nav li:first-child::before, #footer .navbar-nav li:first-child::before {
    display: none;
}
#header .navbar-nav li::before, #footer .navbar-nav li::before {
    top: 11px;
    left: -28px;
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    background: #fff;
    opacity: .5;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.progress {
	margin: 20px auto 0;
    max-width: 80%;
	height: 12px;
	border-radius: 10px;
	background: url('../images/bg/rbna.jpg');
	overflow:visible;
}
.progress .progress-bar{
	background: url('../images/bg/rba.jpg');
	border-radius: 10px 0 0 10px;
	position:relative;
}
.progress .progress-bar span{
	color:#cde409;
	position:absolute;
	top: 20px;
	right: -10px;
}
.progress .progress-bar::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cde409;
	border: 4px solid  #fff;
    position: absolute;
	top: -4px;
	right: -10px;
    z-index: 1;
}
#header .navbar-nav > li:first-child, #footer .navbar-nav > li:first-child {margin-left: 0;}
#header .navbar-nav > li:last-child, #footer .navbar-nav > li:last-child {margin-right: 0;}
#header .navbar-nav > li:first-child > a:before,
#footer .navbar-nav > li:first-child > a:before {display: none;}
#header .navbar-nav > li > a:after, #footer .navbar-nav > li > a:after {
	left: 0;
	bottom: -11px;
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
}
#footer .navbar-nav > li > a:after {
	bottom: -5px;
}
#header .navbar-nav > li > a:hover:after,
#footer .navbar-nav > li > a:hover:after,
#header .navbar-nav > li.active > a:after,
#footer .navbar-nav > li.active > a:after {background: #cde409;}
#header .navbar-nav > li > a:hover, #header .navbar-nav > li > a:focus, 
#header .navbar-nav > li.active > a,
#footer .navbar-nav > li > a:hover, #footer .navbar-nav > li > a:focus,
#footer .navbar-nav > li.active > a {background: none; color: #cde409; opacity: 1;} 
#header .navbar-nav li, #footer .navbar-nav li {
    display: inline-block;
    margin: 0 0 0 50px;
    position: relative;
}
#header .navbar-nav, #footer .navbar-nav {
    flex-direction: inherit;
    display: block;
    float: right;
	font-size: 16px;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#header h1 {margin: 0;}
.error h1 {
	font-size:200px;
}
.gend-box {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 430px;
    justify-content: center;
    position: relative;
    width: 430px;
}
.gend-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.gender-area {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 67px auto;
    max-width: 950px;
    position: relative;
}
.ball-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #c51791;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-radius: 50%;
	-o-border-radius: 50%;   
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.65); 
	-webkit-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.65);
	
}

.ball-1 {
    height: 80%;
    opacity: 0;
    width: 80%;
    z-index: 2;
	
}
.m .ball-1, .f .ball-1 {
	animation: circleanimation 10.5s linear 1s infinite normal;
	-webkit-animation: circleanimation 10.5s linear 1s infinite normal;
	-moz-animation: circleanimation 10.5s linear 1s infinite normal;
	-ms-animation: circleanimation 10.5s linear 1s infinite normal;
	-o-animation: circleanimation 10.5s linear 1s infinite normal;
}

.m:hover .ball-1, .f:hover .ball-1 {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0.1;
        -webkit-transform: scale(0.5);
	}
	
    20% {
        opacity: 0.2;
		
	}
	
    100% {
        opacity: 0.4;
		-webkit-transform: scale(1.0);
	}
}

@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0.1;
        -moz-transform: scale(0.5);
	}
	
    20% {
        opacity: 0.2;
		
	}
	
    100% {
        opacity: 0.4;
		-moz-transform: scale(1.0);
	}
}

@-webkit-keyframes circleanimation {
	0%   { -webkit-transform: scale(1.0); opacity: 0.5; }
	25%  { -webkit-transform: scale(0.5); opacity: 0; }
	50%  { -webkit-transform: scale(1.0); opacity: 0.5; }
	75%  { -webkit-transform: scale(0.5); opacity: 0; }
	100% { -webkit-transform: scale(1.0); opacity: 0.5; }
}
@-moz-keyframes circleanimation {
	0%   { -moz-transform: scale(1.0); opacity: 0.5; }
	25%  { -moz-transform: scale(0.5); opacity: 0; }
	50%  { -moz-transform: scale(1.0); opacity: 0.5; }
	75%  { -moz-transform: scale(0.5); opacity: 0; }
	100% { -moz-transform: scale(1.0); opacity: 0.5; }
}
@-webkit-keyframes circleanimation2 {
	
	75%  { -webkit-transform: scale(0.8); opacity: 0.3; }
	100% { -webkit-transform: scale(1.0); opacity: 0.5; }
}
@-moz-keyframes circleanimation2 {
	
	75%  { -moz-transform: scale(0.8); opacity: 0.3; }
	100% { -moz-transform: scale(1.0); opacity: 0.5; }
}

@-webkit-keyframes circleanimationnone {
	
	100% { -webkit-transform: scale(1.0); opacity: 0.5; }
}
@-moz-keyframes circleanimationnone {
	
	100% { -moz-transform: scale(1.0); opacity: 0.5; }
}
.ball-2 {
    height: 65%;
    opacity: 0.9;
    transition-delay: 0s;
    transition-duration: 0.35s;
    transition-property: all;
    transition-timing-function: ease;
    width: 65%;
}
.gend-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: all;
    transition-delay: 0s;
    transition-duration: 0.35s;
    transition-property: all;
    transition-timing-function: ease;
    width: 55%;
    z-index: 3;
}
.a-button-gender__icon {
    fill: #fff;
    height: 95px;
    margin-bottom: 5px;
    position: relative;
    width: 77px;
}
.text-info {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    font-family: 'Exo2-Medium';
}
.gend-text {
    color: #fff;
    font-size: 22px;
    font-family: 'Exo2-Medium';
}
.m .ball-box {
    background: #577efe;
    box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.65); 
	-webkit-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.65);
}
.a-button-gender:hover .ball-2 {
    transform: scale(1.03);
}
.pic-gender {
	opacity: 1;
	width: 102%;
	position: relative;
	z-index: 1;
	padding: 37px 10px 32px;
	border-radius: 50%;
	-o-border-radius: 50%;   
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.28);
}
.pic-gender img {
	height: 170px;
}
.prog-area {
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    padding: 22px 20px 150px;
    text-align: center;
}
#content .prog-area ul {
	margin-left: 0;
}
.prog-area li {
	display: inline-block;
	margin: 10px 11px;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.prog-area li:before {
	width: 28px;
	height: 1px;
	content: '';
	left: -28px;
	top: 4px;
	background: #668b11;
	position: absolute;
}
.prog-area li a {
	width: 9px;
	height: 9px;
	border: 2px solid #65830f;
	display: block;
	color: #86de13;
	font-size: 14px;
	border-radius: 50%;
	-o-border-radius: 50%;   
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-family: 'HelveticaLTStd-Bold';
}
.prog-area li a:hover {text-decoration: none;}
.prog-area li.active {margin: 0px 5px; }
.prog-area li:first-child {
	margin-left: 0;
}
.prog-area li:first-child:before {display: none;}
.prog-area li.active::before {
	top: 14px;
}
.prog-area li.active a {
	padding: 29px 0 1px;
	width: 30px;
	border: none;
	margin-top: 0;
	border-radius: 0;
	-o-border-radius: 0;   
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: url("../images/pictures/LIME_RULER.svg") no-repeat -10px -6px;
	
}

#content .prog-area li.active a {
	color: #86de13;
}
.prog-bar {margin: auto;}
.prog-bar h4 {text-align: left;}


@keyframes inputHighlighter {
	0% {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: orange;
		background-image: none;
		background-origin: padding-box;
		background-position-x: 0;
		background-position-y: 0;
		background-repeat: repeat;
		background-size: auto auto;
	}
	100% {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: transparent;
		background-image: none;
		background-origin: padding-box;
		background-position-x: 0;
		background-position-y: 0;
		background-repeat: repeat;
		background-size: auto auto;
	}
}
@keyframes inputHighlighter {
	0% {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: orange;
		background-image: none;
		background-origin: padding-box;
		background-position-x: 0;
		background-position-y: 0;
		background-repeat: repeat;
		background-size: auto auto;
	}
	100% {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: transparent;
		background-image: none;
		background-origin: padding-box;
		background-position-x: 0;
		background-position-y: 0;
		background-repeat: repeat;
		background-size: auto auto;
	}
}

.open .icon-bar:nth-of-type(2) {
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
}

.open .icon-bar:nth-of-type(3) {
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -webkit-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    top: 29px;
    right: 12px !important;
}
.open .icon-bar {display: none;}
.open .icon-bar:nth-of-type(2), .open .icon-bar:nth-of-type(3) {
	display: block;
	margin-bottom: 0;
	position: absolute;
	right: 10px;
	-moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
}
.icon-bar {
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navbar-toggle.open .icon-bar {width: 36px;}





/*  Content  */
.home #content, .home #header:after {
	background: none;
}
.home #content {
	padding: 0;
}
.keto-info {
	background: url("../images/bg/green-bg.jpg") no-repeat center top;
	position: relative;
	z-index: 55;
	margin-top: -10px;
	min-height: 1099px;
}
.news {
	background: url("../images/bg/purple-bg.png") no-repeat center top;
	position: relative;
	z-index: 56;
	margin-top: -52px;
	height: 421px;
	padding-top: 100px;
}
.steps {
	background: url("../images/bg/blue-bg.jpg") no-repeat center top;
	position: relative;
	z-index: 55;
	margin-top: -55px;
	height: 948px;
}
.digits {
	background: url("../images/bg/dark-green-bg.jpg") no-repeat center top;
	position: relative;
	z-index: 56;
	height: 999px;
}
.gratitudes {
	background: url("../images/bg/light-bg.jpg") no-repeat center top;
	position: relative;
	z-index: 55;
	height: 1202px;
	padding-top: 200px;
	margin-top: -145px;
}
/*  Footer  */
#footer {
	background: #201d34;
	border-top: 5px solid #f7f7f7;
	position: relative;
	padding: 15px 0;
}
#footer:before {
	border-top: 4px solid #dedede;
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	top: -9px;
}
.home #footer {
	background: url("../images/bg/footer-bg.png") no-repeat center top;
	position: relative;
	z-index: 90;
	height: 321px;
	margin-top: -165px;
	padding: 170px 0 0;
	border: none;
}
.home #footer:before {
	display: none;
}
#content h2 {
	font-family: 'HelveticaLTStd-Bold';
	font-size: 84px;
	text-align: center;
	line-height: 86%;
}

#content h3 {
	font-size: 36px;
	text-align: center;
	font-family: 'HelveticaLTStd-Bold';
}
.home #content h2 {
	margin-bottom: 5px;
}
.home #content h3 {
	text-align: left;
}
.title {
	text-align: center;
}
#content h2 span {
	color: #ff7200;
	display: block;
}
#content h5 {
	font-size: 18px;
	display: inline-block;
	line-height: 200%;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
	position: relative;
}
#content h5:before, #content h5:after, #content .digits h2:before, #content .digits h2:after,
#content .gratitudes h2:before, #content .gratitudes h2:after, .dark-bg.recipes #content h2:before,
.dark-bg.recipes #content h2:after {
	content: '';
	width: 187px;
	height: 1px;
	position: absolute;
	left: -202px;
	top: 19px;
	background: url("../images/bg/line.png") no-repeat left top;
}

#content h5:after, #content .gratitudes h2:after, .dark-bg.recipes #content h2:after {
	left: auto;
	right: -202px;
	-moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}
#content .indent-box {
	margin-top: 108px;
}
#content .indent-box h3 {
	color: #91fa01;
}
#content .keto-info p {
	font-size: 17px;
	line-height: 130%;
}
.button a {
	display: inline-block;
	position: relative;
}
.button a:before {
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	background: #ff8a00;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	opacity: 0;
	animation: circleanimation 7s linear 0.5s infinite normal;
	-webkit-animation: circleanimation 7s linear 0.5s infinite normal;
	-moz-animation: circleanimation 7s linear 0.5s infinite normal;
	-ms-animation: circleanimation 7s linear 0.5s infinite normal;
	-o-animation: circleanimation 7s linear 0.5s infinite normal;
	
}

.button a:after {
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	background: #ff8a00;
	width: 220px;
	height: 220px;
	opacity: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
}
.button a:hover:before {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  	display: none;
}
.button a:hover:after {
    opacity: 1;
	-webkit-transform: scale(1.0); opacity: 0.5;
	-moz-transform: scale(1.0); opacity: 0.5;
	transform: scale(1.0); opacity: 0.5;
}
.button a img {
	position: relative;
	z-index: 5;
	
}
.keto-info .button {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 5;
}
.keto-info .photo {
	position: relative;
	margin-top: -90px;
	margin-bottom: -50px;
}
.owl-carousel#logos .owl-item img {
	width: auto;
	display: inline-block;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	outline: none !important;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	width: 23px;
	height: 63px;
	display: inline-block;
	background: url("../images/pictures/Arrow.svg") no-repeat -73px top;
	text-indent: -10000px;
}
.owl-carousel .owl-nav button.owl-next:hover span, .owl-carousel .owl-nav button.owl-prev:hover span {
	background-position: -11px 0;	
}
.news .owl-carousel .owl-nav button.owl-next span {
	background-position: -103px 0;
}
.news .owl-carousel .owl-nav button.owl-next:hover span {
	background-position: -42px 0;
}
.news .item {
	font-size: 13px;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
	text-align: center;
}
#content .news .item a:hover {
	
}
.news .img {
	width: 147px;
	height: 147px;
	position: relative;
	line-height: 147px;
	background: #fff;
	margin: 25px 0 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
}
.news .img:before {
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 170px;
	height: 170px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%; 
	position: absolute;
	left: -12px;
	top: -12px;
}
.news .img.red {
	background: #d2232e;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: -35px;
	top: 33%;
}
.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -35px;
}
#content .news h2 {
	margin-top: 34px;
	text-align: right;
	margin-right: 10%;
	
}
#content .steps {
	padding-top: 100px;
}
#content .steps h2 {
	text-align: left;
}
#content .steps h2 span {
	display: inline;
	color: #fbde3e;
}
#content .steps h5 {
	color: #8cf700;
	margin-bottom: 35px;
}
#content .steps h5:before {
	display: none;
} 
#content .steps p {
	margin-bottom: 0;
}
.step {
	background: #0c8b74;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;  
	position: relative;
	padding: 25px 25px 25px 115px;
	margin-bottom: 45px;
	margin-left: 4%;
}
.step .number {
	width: 132px;
	height: 132px;
	text-align: center;
	background: url("../images/bg/circle.png") no-repeat center center;
	position: absolute;
	left: -35px;
	top: -10px;
	border: 12px solid #0c8b74;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	font-family: 'HelveticaLTStd-Bold'; 
	text-transform: uppercase; 
}
.step .number strong {
	font-size: 60px;
	position: relative;
	top: 15px;
	font-family: 'HelveticaLTStd-Bold'; 
}
.step .number span {
	vertical-align: middle;
	display: block;
	margin-top: -8px;
}
#content .step ul {
	list-style: none;
	margin: 15px 0 0;
}
#content .step ul li {
	background: url("../images/pictures/Apple.svg") no-repeat -10px -10px;
	
	padding-left: 33px;
	padding-bottom: 5px;
	line-height: 120%;
	margin-bottom: 10px;
	margin-right: 4%;
}
.steps .button {
	position: absolute;
	right: -276px;
	top: -34px;
	z-index: 5;
}
.digits {
	padding-top: 50px;
}
.digits img {
	vertical-align: middle;
}
.digits .pic85 img {
	position: relative;
	left: -2px;
	top: 2px;
}
#content .button a {
	opacity: 1 !important;
}
.digits .box {
	background: url("../images/bg/bg.png") no-repeat left top;
	width: 169px;
	height: 177px;
	line-height: 162px;
	text-align: center;
	margin: 0 auto 50px;
	position: relative;
}
.digits .box:before {
	width: 265px;
	height: 265px;
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	position: absolute;
	left: -46px;
	top: -50px;
}
#content .digits a {
	display: block;
	font-family: 'HelveticaLTStd-Bold';
	color: #8cf700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
}
.digits strong {
	font-size: 48px;
	font-family: 'Exo2-Medium';
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
.digits em {
	width: 48px;
	height: 36px;
	display: inline-block;
	background: url("../images/pictures/n.png") no-repeat left top;
}
#content .digits h2 {
	margin-bottom: 100px;
	position: relative;
	display: inline-block;
}
#content .digits h2 span {
	display: inline;
}
#content .digits h2:before {
	top: 42px;
}
#content .digits h2:after {
	left: auto;
	right: -202px;
	top: 42px;
	background: url("../images/bg/line-orange.png") no-repeat left top;
}
#content .gratitudes h2 {
	color: #3c471e;
	position: relative;
	display: inline-block;
	
}
#content .gratitudes h2:before, #content .gratitudes h2:after {
	top: 41px;
	background: url("../images/bg/line-dark.png") no-repeat left top;
}
#content .gratitudes h5:before, #content .gratitudes h5:after {
	display: none;
} 
#content .gratitudes h5 {
	color: #ff7200;
	display: block;
	margin-bottom: 45px;
}
#content .gratitudes .item {
	background: #7c9e51;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px; 
	overflow: hidden;
	
}
#content .gratitudes p {
	font-size: 24px;
	font-family: 'Exo2-Medium';
	line-height: 120%;
}
#content .gratitudes h3 {
	font-family: 'Exo2-Medium';
	font-size: 36px;
}
#content .gratitudes h6 {
	font-size: 18px;
	text-transform: uppercase;
	color: #2e4809;
	font-family: 'HelveticaLTStd-Bold';
}
#content .gratitudes .bg-box {
	background: #2e351e;
	color: #ff7c17;
	font-family: 'HelveticaLTStd-Bold';
	padding: 7px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px; 
	text-transform: uppercase;
	text-align: center;
}
#content .gratitudes .photo img {
	border-radius: 0 0 50px 50px;
	-webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
	-o-border-radius: 0 0 50px 50px;
}
#content .gratitudes .indent {
	padding: 25px 48px 90px;
}
#content .gratitudes .indent a {
	font-family: 'HelveticaLTStd-Bold';
	font-size: 24px;
	text-transform: uppercase;
	position: relative;	
}
#content .gratitudes .indent a:after {
	content: '';
	width: 264px;
	height: 1px;
	position: absolute;
	right: -285px;
	top: 15px;
	background: url("../images/bg/line-long.png") no-repeat left top;
}
#content .gratitudes .indent a:hover {
	color: #1c0100;
	text-decoration: none;
}
.gratitudes .owl-carousel .owl-nav button.owl-next {
	right: -120px;
}
.gratitudes .owl-carousel .owl-nav button.owl-prev {
	left: -120px;
}
.gratitudes .owl-carousel .owl-nav button.owl-prev,
.gratitudes .owl-carousel .owl-nav button.owl-next {
	content: '';
	width: 98px;
	height: 98px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	top: 44%;
}
.gratitudes .owl-carousel .owl-nav button.owl-prev:hover,
.gratitudes .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #fff;
}
.gratitudes .owl-carousel .owl-nav button.owl-prev span,
.gratitudes .owl-carousel .owl-nav button.owl-next span {
	background: url("../images/pictures/Arrow.svg") no-repeat -11px 0;
	position: relative;
	left: -2px;
	top: -2px;
}
.gratitudes .owl-carousel .owl-nav button.owl-prev:hover span {
	background-position: -73px 0;
}
.gratitudes .owl-carousel .owl-nav button.owl-next span {
	left: 1px;
	background-position: -42px 0;
}
.gratitudes .owl-carousel .owl-nav button.owl-next:hover span {
	background-position: -104px 0;
}
.gratitudes .button {
	text-align: center;
	position: relative;
	z-index: 7;
	margin-top: -78px;
}
.gratitudes .container {
	width: 1118px;
}
#footer {
	width: 100%;
	padding: 22px 0 28px;
	border: none;
	display: inline-block;
	position: relative;
	background: rgba(27, 24, 50, 0.8);
}
#footer:before {
	top: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
#footer .logotype {vertical-align: top;}
#footer .navbar-nav {
    float: right;
    margin: 20px 0 29px;
    width: 100%; 
    display: inline-block;
	padding:0;
}
#footer .links {
    font-size: 16px;
    list-style: outside none none;
}
#footer .links li:first-child {
    border: medium none;
}
#footer .links li {
    border-left: 1px solid #fff;
    display: inline-block;
    line-height: 100%;
	font-family: 'HelveticaLTStd-Light';
	font-weight: 400;
}
#footer .links li a {
    color: #fff;
    padding: 0 17px;
}
#footer p {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
    margin-top: 13px;
    padding: 7px 0;
    text-align: right;
}
#footer .links-area {width: 65%; float: right;max-width: 810px;}
#footer .links {float: left; margin: 0 10px 0 0;padding: 0;}
#footer .text {float: right; width: 38%;}
#footer .links li:first-child a {padding-left: 0;}
#footer .navbar-nav a {padding: 10px 0 5px;}
#toTop, .green-ar, .toTop { 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%; 
	right: 25px;
	cursor: pointer;
	z-index: 77; position: fixed; bottom: 50px;  border: 1px solid #fff; 	
	background: url("../images/pictures/up.png") no-repeat center center; width: 57px; height: 57px; cursor: pointer; display: none; 
	background-color:#cde40b;
}
.green-ar, .toTop {
	background-color: #8ae613;
	border-color: transparent;
}
.green-ar {
	position: inherit;
	display: inline-block;
	margin-top: 10px;
}
.home #header {
	min-height: inherit;
}
.home {
	color: #fff;	
}
/*  Inner Pages  */
.picture {
	position: absolute;
	left: 0;
	top: 0;
	background-position: center!important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
}


#header {
	min-height: 311px;
	z-index: 7;
}

#header .picture h1 {
	position: absolute;
	left: 0;
	top: 183px;
	width: 100%;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
#content {
	padding: 50px 0;
	background: #f7f7f7 url("../images/bg/grey-bg.jpg") repeat-x left top;
}	
#header:after {
	background: url("../images/bg/pic-bg.svg") no-repeat center bottom;
	background-size: 100%;
	height: 60px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}


#header.small:after, .transparent #header:after {
	background: url("../images/bg/top.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-meat:after{
	background: url("../images/bg/top-meat.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-fish:after{
	background: url("../images/bg/top-fish.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-veg:after{
	background: url("../images/bg/top-veg.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-cab:after{
	background: url("../images/bg/top-cab.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-green:after{
	background: url("../images/bg/top-green.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-clams:after{
	background: url("../images/bg/top-clams.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-crustaceans:after{
	background: url("../images/bg/top-crustaceans.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-fruit:after{
	background: url("../images/bg/top-fruit.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-berry:after{
	background: url("../images/bg/top-berry.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-cereals:after{
	background: url("../images/bg/top-cereals.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-carbo:after{
	background: url("../images/bg/top-carbo.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-drink:after{
	background: url("../images/bg/top-drink.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-dmutch:after{
	background: url("../images/bg/top-dmutch.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-beans:after{
	background: url("../images/bg/top-beans.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-foods:after{
	background: url("../images/bg/top-foods.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-dairy:after{
	background: url("../images/bg/top-dairy.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-nuts:after{
	background: url("../images/bg/top-nuts.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-active:after{
	background: url("../images/bg/top-active.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-eat:after{
	background: url("../images/bg/top-eat.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-you:after{
	background: url("../images/bg/top-you.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-measurement:after{
	background: url("../images/bg/top-measurement.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-gen:after{
	background: url("../images/bg/top-gen.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.icon-email:after{
	background: url("../images/bg/top-email.svg") no-repeat center bottom;
	background-size: 100%;
	height: 100%;
	bottom: 0;
	width: 100%;
}
#header.small.without:after{
	background: url("../images/bg/top-w.svg") no-repeat center bottom;
	height: 100%;
	bottom: -1px;
	width: 100%;
	background-size: 101%;
}
/*Visible to only Opera*/
@media all and (min-width: 0) {
	#header.small:after, .transparent #header:after {
		/*style for opera only*/
		bottom: -1px;
	}
}

/*  Dark Background  */
#content.dark {
	position: relative;
	background: none;
	padding: 0 0 40px;
	color: #fff;
	top: -35px;
}

#content.dark.pay-box {
	top: 0;
}
#content.dark > .container {
	position: relative;
	z-index: 9;
	text-align: center;
}
#content.dark:before {
	background: #1f1c33;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.transparent #header, #header.small {
	min-height: 270px;
	overflow: hidden;
}
.transparent #content.dark:before, .transparent #header:after  {
	opacity: 0.8;
}
.transparent, .no-bg {
	background-position: center top !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
	
}
.no-bg #page {
	background-position: center top !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.transparent #page {
	background-position: center top !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.dark .container {
	width: 645px;
}
.lt {
	position: absolute;
	left: 70px;
	top: 60px;
}

.rt {
	position: absolute;
	right: 70px;
	top: 60px;
}
.rt.small img, .lt.small img {
	width: 260px;
}
.rb {
	position: absolute;
	right: 0;
	bottom: -70px;
	
}
#header .icon {
	width: 100px;
	top: 47px;
	position: absolute;
	left: -32px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 8;
}
#header .icon.pay1 img {
	margin-top: -3px;
}
#header .icon.gen img {
	width: 140px;
	margin: -20px 0 0 -16px;
}
#header .icon.pay2 img {
	margin: -7px 0 0 -3px;
}
#header .icon.meat img {
	
}
#header .icon.par img {
	margin: -5px 0 0 -3px;
}
#header .icon.test2 img {
	margin: -10px 0 0;
}
#header .icon.test3 img {
	margin: -7px 0 0;
}
#header .icon.test4 img {
	margin: -5px 0 0 13px;
}
#header .icon.test7 img {
	margin: -10px 0 0px;
	position: relative;
	left: -5px;
}
#header .icon.test8 img {
	margin: -6px 0 0px 4px;
	position: relative;
	left: -5px;
}
#header .icon.test9 img {
	margin: 0 0 0px 5px;
}
#header .icon.test10 img {
	margin: -15px 0 0px -7px;
}
#header .icon.test11 img {
	margin: -8px 0 0px 1px;
}
#header .icon.test12 img {
	margin: -6px 0 0px 10px;
}
#header .icon.test13 img {
	margin: -6px 0 0px 8px;
}
#header .icon.test14 img {
	margin: -8px 0 0px -10px;
}
#header .icon.test15 img {
	margin: -8px 0 0px 11px;
}
#header .icon.test16 img {
	margin: -12px 0 0px 3px;
}
#header .icon.test17 img {
	margin: -3px 0 0px 14px;
}
#header .icon.test18 img {
	margin: -3px 0 0px 8px;
}
#header .icon.test19 img {
	margin: -7px 0 0px -7px;
}
#header .icon.test20 img {
	margin: -15px 0 0px 0px;
}
#header .icon.em-ic img {
	margin: 0 0 0px 9px;
}
#header .icon.test5 img {
	margin: 0 0 0px 5px;
}
#content.dark h1 {
	margin-bottom: 12px;
	text-transform: uppercase;
	max-width: 700px;
	margin: auto;
}
#content.dark h4 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: none;
	font-family: 'Exo2-Regular';
}
.payment {
	width: 581px;
	background: #fff;
	padding: 50px 70px;
}
.pay {
	position: relative;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;  
	width: 1280px;
	margin: 70px auto 0;
	padding: 30px 70px;
}
.pay span {
	font-size: 21px;
	color: #c32c96;
	text-transform: uppercase;
	font-family: 'HelveticaLTStd-Light';
	position: relative;
	top: 5px;
}
#content .pay ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}
#content .pay ul li {
	display: inline-block;
	margin-left: 30px;
}
.pay ul img {
	height: 60px;
}
#content .choose h1, #content.plus-minus h1, #content .em h1 {
	font-size: 40px;
}
#content.long h4, .no-bg #content h4, #content .em h4 {
	font-size: 21px;
	margin-top: 25px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	padding: 20px 15px;
	text-transform: uppercase;
}
#content.long h4 span{
	color: #c32c96;
}
#content.long h4 {
	display: inline-block;
	margin-top: 0;
	padding: 12px 30px;
}
#content .choose ul {
	margin: 0;
	list-style: none;
}
#content .choose ul li{
	display: inline-block;
	width: 152px;
	height: 152px;
	font-family: 'Exo2-Medium';
	font-size: 17px;
	margin: 10px 3px;
	position:relative;
	padding-top: 1px;
}
#content .choose ul li:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background: url("../images/bg/Form_of_icons.svg") no-repeat;
	width: 152px;
	height: 152px;
	z-index:-1;
	opacity:0.3;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#content .choose ul li.active:after{
	opacity:0.5;
}

#content .choose ul li a {
	display: block;
	width: 137px;
	text-decoration: none !important;
	color: #fff;
	height: 100%;
	position: relative;
	opacity: 1 !important;
}
#content .choose ul li a:after {
	position: absolute;
	right: -8px;
	top: -7px;
	width: 37px;
	height: 37px;
	content: '';
	background: #4e5a5f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
}
#content .choose ul li em.minus, #content .choose ul li em.plus, #content.plus-minus > .container ul li:before, #content.plus-minus > .container ul li em {
	font-style: normal;
	width: 14px;
	height: 2px;
	position: absolute;
	right: 4px;
	top: 10px;
	z-index: 7;
	transition: all .35s ease;
	transform: rotate(0deg);
	border-top: 2px solid #fff;
}
#content .choose.check ul li em.minus, #content .choose.check ul li a:after {
	display: none !important;
}
#content .choose.check ul li em {
	border: none;
	background: url("../images/pictures/Tick_grey.svg") no-repeat center top;
	width: 54px;
	height: 54px;
	top: -15px;
	right: -16px;
}
#content .choose.check ul li.active em {
	background: url("../images/pictures/Tick_green.svg") no-repeat center top;
	transform: rotate(0deg) !important;
}
#content .choose.check ul li.p.active em {
	background: url("../images/pictures/Tick_pink.svg") no-repeat center top;
}
#content .choose ul li.active em.plus, #content.plus-minus > .container ul li.active em {
	transform: rotate(270deg);
}
#content .choose ul li.active a:after {
	background: #c32c96;
	content: '';
}
#content .choose ul li span	{
	display: block;
	height: 137px;
	line-height: 137px;
	margin-top: 13px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}
#content .choose ul li span:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#content .choose ul li img , #content .choose ul li svg{
	display: inline;
	vertical-align: middle;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
#content .choose ul li strong {
	white-space: nowrap;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
#content .choose ul li.active img, #content .choose ul li.active svg, #content .choose ul li.active strong {
	opacity: 1;	
}
#content .btn, .wpcf7-submit {
	background: url("../images/bg/btn.png") no-repeat left top;
	width: 357px;
	height: 65px;	
	line-height: 210%;
	color: #fff;
	font-size: 24px;
	margin: 50px 0;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
}
#content .error .btn{
	background: url("../images/bg/back.png") no-repeat left top;
	font-family: 'HelveticaLTStd-Roman';
	width: 422px;
	height: 172px;	
	line-height:150px;
	color: #fff;
	margin: 20px auto;
	display: block;
}
#content .error .btn:hover{
	background: url("../images/bg/back-hover.png") no-repeat left top;
	color: #000;
}
.wpcf7-submit {
	border: none;
}
.ruler {
	width: 955px;
	height: 180px;	
	position: relative;
	margin: 40px auto 30px;
	left: 25px;
	background: url("../images/bg/pr.png") no-repeat center top;
	background-size: 100% 80%;
}

#content .ruler .back,
#content .ruler .help {
	position: absolute;
	top: 55px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	width: 50px;
	text-align: center;
	padding: 8px 0;
	line-height: 140%;
	text-decoration: none !important;
	display:block;	
}
#content .ruler .back span,
#content .ruler .help span{
	display:none;
}
#content .ruler .back svg,
#content .ruler .help svg{
	width:50px;
	height:50px;
}
#content .ruler .back {
	left: 30px;
}
#content .ruler .help {
	right: 30px;
}
#content .ruler .back:hover,
#content .ruler .help:hover {
	border-color: rgba(255, 255, 255, 0.6);
}
.ruler .prog-area {
	display: block;
	padding: 44px 0 0;
}
#content .ruler p {
	font-size: 12px;
	margin-right: 53px;
	margin-bottom: 14px;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
	color:#cde409;
}
#content .ruler p  span{
	color:#fff;
}
#content .ruler .prog-area ul {
	margin-bottom: 10px;
}
#content .ruler strong {
	display:none;
	font-size: 24px;
	font-family: 'HelveticaLTStd-Bold';
	color: #86de13;
	margin-right: 47px;
}
#content .ruler .prog-area li {
	margin: 10px;
}
#content .ruler .prog-area li.active {
	margin: 0 3px;
}
#content .ruler .prog-area li::before { 
	width: 24px;
	left: -24px;
}
#content .ruler .prog-area li.active::before { 
	width: 18px;
	left: -18px;
}
#content .ruler .prog-area li.closed a {
	background: #86de13;
	border-color: #86de13;
}
#header.small .picture {
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
#content .param h1 {
	
	font-size: 40px;
}
#content .nav-tabs {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px; 
	font-size: 22px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

#content .nav-tabs {
	margin: 35px 0 0;
	padding: 2px 3px 3px;
}
#content .nav-tabs > li {
	width: 50%;
	height: 46px;
	margin: 0;
}
#content .nav-tabs > li > a {
	color: rgba(255, 255, 255, 0.4);
	margin-right: 0;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;  
	padding: 12px 0;
	line-height: 100%;
}
#content .nav-tabs > li.active > a, #content .nav-tabs > li.active > a:hover,
#content .nav-tabs > li > a:hover {
	background: url("../images/bg/blue.png") no-repeat left top !important;
	-webkit-background-size: 100% auto !important;
	background-size: 100% auto !important;
	color: #fff;
}
#content .nav-tabs > li.open > a {
	background: none;
}
.tab-content {
	margin-top: 30px;
}
.form-row {
	font-family: 'Exo2-Medium';
	font-size: 17px;
	padding: 3px 0;
	position: relative;
	text-align: left;
	margin-top: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
.form-row.error {
	border-bottom: 1px solid #ff7200;;
}
.form-row:before {
	background: url("../images/pictures/Height.svg") no-repeat -12px -13px;
	width: 43px;
	height: 48px;
	display: inline-block;
	content: '';
	position: relative;
	top: 11px;
}
.form-row.active:before {
	background-position: -63px -13px;
}
.form-row.age:before {
	background: url("../images/pictures/Age.svg") no-repeat -70px -13px;
}
.form-row.age.active:before {
	background-position: -19px -13px;
}
.form-row.weight:before {
	background: url("../images/pictures/Weight (pounds).svg") no-repeat -14px -3px;
}
.form-row.weight.active:before {
	background-position: -65px -3px;
}
.form-row.need:before {
	background: url("../images/pictures/Need weight.svg") no-repeat -16px -10px;
}
.form-row.need.active:before {
	background-position: -69px -10px;
}
.form-row .txt {
	color: rgba(255, 255, 255, 0.4);
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 25px;
	width: 200px;
	text-align: center;
	/*-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
	}
	
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
	}
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
	}
	
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
	}
}
.form-row input {
	color: #fff;
	background: none;
	border: none;
	text-align: center;
	font-size: 24px;
	width: 76%;
	position: relative;
	z-index: 7;
	margin-left: 1%;
	margin-bottom: 10px;
}
#content .param .btn {
	margin-top: 60px;
}
.form-row.error {
	border-color: #c32b96;
}
.form-row.active .txt {
	left: auto;
	text-align: right;
	/*-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;*/
}
.form-row label.error {
	position: absolute;
	z-index: 7;
	
	left: 0;
	right: 0;
	width: 330px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	bottom: -42px;
	line-height: 130%;
	padding: 12px 0px;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
	background: #c32b96;
	display: none;
}
.form-row.error .tip {
	display: block;
}
#content .btn.green {
	background: #cde40b;
	font-family: 'HelveticaLTStd-Bold';
	font-size: 18px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;  
	height: auto;
	width: 200px;
	margin-top: 20px;
	line-height: 175%;
}
#content .side {
	padding-top: 25px;
}
#content .side h3 {
	font-size: 24px;
	font-family: 'HelveticaLTStd-Light';
	color: #c32c96;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
}
#content .pict {
	margin-top: -40px;
}
/* Checkbox Style  */
.checkbox {
    position: relative;
    margin: 25px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark{
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;  
}
.checkmark:hover {
	background: rgba(255, 255, 255, 0.4);
}
.checkmark:after{
    content: "";
    position: absolute;
    display: none;
	
    width: 100%;
    height: 100%;
    z-index: 7;
    background: url("../images/pictures/check.png") no-repeat center center;
}
#content .checkbox input:checked ~ .checkmark:after {
    display: block;
}
#content .checkbox input:checked ~ .checkmark {
	background: rgba(255, 255, 255, 0.2);
}
#content .checkbox label {
	padding-left: 80px;
	line-height: 127%;
	margin: 0;
	width: 100%;
	float: none;
	padding-top: 8px;
	vertical-align: top;
	position: relative;
	color: #fff;
    font-size: 23px;
    font-family: 'HelveticaLTStd-Light';
}

#content .checkbox label a, #content .image-area a {
	color: #0695f0; 
}
.dark .container.medium {
	width: 767px;
}
.input-bg, .text-bg {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px; 
	padding: 18px 15px;
	position: relative;
	text-align: left;
}
.input-bg:before, .text-bg:before {
	position: absolute;
	left: 28px;
	top: 22px;
	content: '';
	width: 23px;
	height: 20px;
	background: url("../images/pictures/Icon_Email_in_Field.svg") no-repeat left top;
	opacity: 0.7;
}
.input-bg input, .text-bg textarea {
	margin-left: 42px;
	background: none;
	border: none;
	width: 93%;
	outline: none !important;
}
.form-box {
	padding-top: 13px;
}
.rt.lemon {
	top: 160px;
	right: 70px;
}
.no-bg #content {
	background: none;
	padding: 0 0 60px;
}
.no-bg #header {
	min-height: inherit;
}
.no-bg #header:after {
	display: none;
}
.no-bg #content h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.no-bg #content .error h1 {
	font-size:200px;
	font-family: 'HelveticaLTStd-Bold';
}
.no-bg #content .error h1 span{
	color:#cde40b;
}
.no-bg #content .pict {
	margin-top: 0;
}
.no-bg #content h4 {
	font-size: 20px;
	padding: 20px 30px;
}
.no-bg #content p {
	font-size: 19px;
	margin-left: 30px;
	line-height: 130%;
}
.no-bg #content h4.green {
	color: #8ae613;
}
.no-bg #content h4.orange {
	color: #ff7200;
}
.no-bg #content a {
	color: #cde409;
	font-family: 'HelveticaLTStd-Bold';
}
.no-bg #content ul {
	color: #f8f2bd;
	line-height: 130%;
	margin: 0 0 0 35px;
	list-style: none;
	font-size: 19px;
}
.no-bg #content ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.no-bg #content ul li:before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
}
.dark .news {
	background: #201d34;
	margin-bottom: -40px;
	margin-top: 0;
	padding: 50px 0;
	height: auto;
}
.dark .news .container, #content .cards .container {
	width: 1290px;
}
#content.dark .news h2 {
	font-size: 36px;
	margin-top: 84px;
	font-family: 'HelveticaLTStd-Bold';
}
#content.dark .news h2 span {
	display: inline-block;
}
#content .cards {
	background: #fff;
	position: relative;
	padding: 70px 0;
}
#content .cards ul {
	margin: 0;
	text-align: center;
	list-style: none;
}
#content .cards ul li {
	display: inline-block;
	margin: 0 2%;
}
#content .cards img {
	height: 50px;
}

.pay-box .container {
	width: 925px;
}
#content.pay-box h6 {
	font-size: 23px;
	color: #93ff09;
	font-family: 'HelveticaLTStd-Bold';
	margin: 40px 0 70px;
}
#content.pay-box .price {
	font-size: 47px;
	margin-top: 30px;
}
#content.pay-box .price p {
	font-size: 105px;
	color: #8eec13;
	text-align: right;
	position: relative;
	line-height: 100%;
	margin: 0;
}
#content.pay-box .price p sup, #content.pay-box .price span sup {
	font-size: 42px;
	top: 33px;
	position: absolute;
}
#content.pay-box .price em, #content.pay-box .price span em {
	font-style: normal;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	font-size: 28px;
	position: relative;
	left: -23px;
}
#content.pay-box .price span em {
	font-size: 18px;
	left: -12px;
}
#content.pay-box .price span {
	font-size: 62px;
	position: relative;
	display: block;
	text-align: right;
	margin-right: 90px;
	margin-bottom: -10px;
	color: rgba(255, 255, 255, 0.4);
}
#content.pay-box .price span sup {
	font-size: 26px;
}
#content.pay-box .price span:before {
	background: url("../images/pictures/line.png") no-repeat right center;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 5px;	
}
.rating {
	width: 100px;
	margin-right: 10px;
	display: inline-block;
	background: url("../images/pictures/star-empty.png") repeat-x 0 0;
}
.rating > div {
	height: 17px;
	background: url("../images/pictures/star.png") repeat-x 0 0;
}
.reviews {
	text-align: center;
	color: rgba(255, 255, 255, 0.6);	
	font-family: 'HelveticaLTStd-Light';	
}
#content .reviews a {
	color: rgba(255, 255, 255, 0.6);
}
#content.pay-box .btn {
	width: 537px;
	position: relative;
	margin: 20px 0 5px;
	background: url("../images/bg/pink-bg.png") no-repeat 0 0;
}
#content.pay-box .btn:after {
	background: url("../images/pictures/Card Payment.svg") no-repeat 0 center;
	
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	width: 60px;
	height: 100%;
}
#content.pay-box .btn.paypal:after {
	background: url("../images/pictures/Paypal.svg") no-repeat 0 center;
	width: 70px;
	
}
#content.pay-box .col-xs-12 ul, #content .get ul {
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
	text-align: left;	
	list-style: none;
	margin: 30px 0 0 30px;
	color: rgba(255, 255, 255, 0.8);
}

#content.pay-box .col-xs-12 ul li:before, #content .get ul li:before {
	width: 35px;
	height: 30px;
	content: '';
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 13px;
	background: url("../images/pictures/Tick_Done.svg") no-repeat 0 0;
}
.pay-box .pay {
	margin: 60px auto 50px;
}
.generation {
	height: 268px;
	width: 268px;
	position: relative;
	text-align: center;
	margin: 55px auto 15px;
	background: url("../images/bg/circle-grey.png") no-repeat 0 0;
}
.round {
	position: absolute;
	left: 29px;
	top: 28px;
}
.round strong {
	position: absolute;
	left: 0;
	top: 37%;
	width: 100%;
	font-family: 'Exo2-Medium';
	font-size: 36px;
	text-align: center;
}
.round strong i {
	font-style: normal;
}
#content .choose.make {
	min-height: 700px;
}
#content .choose.make p {
	font-family: 'Exo2-Medium';
	font-size: 17px;
	margin: 5px 0 0;
}
#content .choose.make p.grey {
	color: rgba(255, 255, 255, 0.2);
}
.faq .panel-default > .panel-heading, .faq .panel-default, .faq .panel-body {
	background: none;
	padding: 0;
	margin: 0 !important;
	border: none !important;
}
.faq .panel-body {
	padding-bottom: 15px;
	padding-top: 7px;
}
.no-bg #content .faq h4, .recipes #content .panel h4 {
	margin: 0;
	font-family: 'HelveticaLTStd-Bold';
	font-size: 17px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;  
	color: #fff;
	background: none;
	padding: 0;
	line-height: 130%;
}
.no-bg #content .faq h4 a, .recipes #content .panel h4 a {
	color: #fff;
	display: block;
	padding: 30px 50px 30px 20px;
	opacity: 1 !important;
	position: relative;
}
.no-bg #content .faq h4 a.active, .no-bg #content .faq h4 a.active span, .recipes #content .panel h4 a.active {
	color: #8ae613;
}
.no-bg #content .faq h4 a:after, .no-bg #content .faq h4 a:before, .recipes #content .panel-heading a:before, .recipes #content .panel-heading a:after {
	background: url("../images/pictures/Arrow_dropbar_FAQ.svg") no-repeat 0 -14px;
	width: 37px;
	height: 13px;
	content: '';
	position: absolute;
	right: 20px;
	top: 34px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
.no-bg #content .faq h4 a:before, .recipes #content .panel-heading h4 a:before {
	background-position: -36px -14px;
	display: none;
	right: 17px;
}
.no-bg #content .faq h4 a:hover:before, .recipes #content .panel-heading h4 a:hover:before {
	display: block;
}
.no-bg #content .faq h4 a:hover:after, .no-bg #content .faq h4 a.active:after, 
.recipes #content .panel-heading h4 a:hover:after, .recipes #content .panel-heading h4 a.active:after {
	display: none;
}
.no-bg #content .faq h4 a:hover, .recipes #content .panel-heading h4 a:hover {
	background: rgba(205, 228, 11, 0.2);
	color: #cde40b;
}
.no-bg #content .faq h4 a:hover span {
	color: #cde40b;
}

.no-bg #content .faq h4 a.active:before, .recipes #content .panel-heading h4 a.active:before {
	-moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
    display: block;
}
.no-bg #content .faq h4 span {
	color: #ff7200;
	margin-right: 7px;
}
.faq .panel, .recipes #content .panel {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.no-bg #content .faq p, .recipes #content .panel p {
	font-size: 18px;
	margin: 0 20px 20px;
}
.contact-us {
	width: 350px;
	margin: 0 auto;
}
.contact-us .submit {
	width: 100%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px; 
	font-size: 18px;
	font-family: 'HelveticaLTStd-Bold';
	color: #fff;
}

.contact-us .form-control {
	border: 1px solid rgba(255, 255, 255, 0.3);
	
	background: none;
	
	font-weight: normal;
	padding: 12px 20px;
	height: auto;
}
.contact-us .text-bg {
	height: 156px;
	margin-top: 25px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px; 
	border-color: rgba(255, 255, 255, 0.4);
}
.contact-us .text-bg textarea {
	font-size: 18px;
	color: #fff;
	height: 100%;
}
.contact-us .text-bg:before {
	top: 20px;
}
.contact-us .submit {
	background: rgba(205, 228, 11, 0.8);
	border: none;
	padding: 9px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
}
.contact-us .submit:hover {
	background: rgba(205, 228, 11, 1);
	color: #fff;
}
.contact-us .input-bg {
	padding: 10px 20px;
	margin-top: 20px;
	border-color: rgba(255, 255, 255, 0.4);
}
.contact-us .input-bg.error, .contact-us .text-bg.error {
	border-color: #ff1b1b;
}
.contact-us .input-bg:before {
	left: 25px;
	top: 14px;
}
.contact-us .text-bg:before {
	background: url("../images/pictures/Message.svg") no-repeat 0 0;
	width: 33px;
	height: 31px;
	left: 20px;
	top: 13px;
}
.contact-us .input-bg input, .contact-us .text-bg textarea {
	margin-left: 11%;
	width: 90%;
}
.contact-us {
	padding-top: 20px;
}
.errorTxt{
	margin-top:20px;
	color: #ff1b1b;
	font-size:15px;
}
.sendMail{
	margin:20px 0;
	color: #cde409;
	text-align:center;
}
.jq-selectbox {
	width: 100%;
}

.jq-selectbox__select {
	border: none;
	height: auto;
	color: #c32c96;
	font-size: 21px;
	padding: 10px 40px 10px 30px;
	font-family: 'HelveticaLTStd-Light';
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: none;
}
.jq-selectbox.opened .jq-selectbox__select {
	
	border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	-o-border-radius: 25px 25px 0 0;
}
.jq-selectbox__select:hover {
	background: #000;
}
.jq-selectbox__trigger {
	border: none;
}
.jq-selectbox__trigger-arrow {
	border: none;
	width: 40px;
	height: 24px;
	background: url("../images/pictures/Arrow_down.svg") no-repeat 0 0;
}
.no-bg #content .jq-selectbox ul {
	font-size: 21px;
	font-family: 'HelveticaLTStd-Light';
	line-height: 120%;
}
.no-bg #content .jq-selectbox ul li {
	margin: 0 0 15px;
	padding: 0;
	white-space: normal;
}
.no-bg #content .jq-selectbox ul li:before {
	display: none;
}
.jq-selectbox__dropdown {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
	width: 100%;
	padding: 20px 30px;
}
.jq-selectbox li.selected, .jq-selectbox li:hover {
	background: none;
	color: #c32c96;
}
#content.plus-minus > .container ul {
	list-style: none;
	margin: 35px auto -25px;
	font-size: 21px;
	width: 520px;
	font-family: 'HelveticaLTStd-Light';
}
#content.plus-minus > .container ul li {
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin: 17px 0;
	text-transform: uppercase;
	padding: 16px 45px 16px 16px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	cursor: pointer;
	position: relative;
	line-height: 133%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	color: rgba(255, 255, 255, 0.5);
}
#content.plus-minus > .container ul li.active {
	border-color: #fff;
	color: #fff;
}
#content.plus-minus > .container ul li:after {
	position: absolute;
	right: 11px;
	top: 11px;
	content: '';
	width: 39px;
	height: 39px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%; 
}
#content.plus-minus.check > .container ul li:after {
	background: url("../images/pictures/Tick_grey.svg") no-repeat center center;
	border: none;
}
#content.plus-minus.check > .container ul li.active:after {
	background: url("../images/pictures/Tick_pink.svg") no-repeat center center;
	border: none;
}

#content.plus-minus.check > .container ul li:before,
#content.plus-minus.check > .container ul li em {
	display: none;
}
#content.plus-minus > .container ul li.active:after {
	background: url("../images/bg/blue-circle.png") no-repeat -1px -1px;
	border: none;
}
#content.plus-minus .container {
	width: 960px;
}
#content.plus-minus > .container ul li em, #content.plus-minus > .container ul li:before {
	font-style: normal;
	right: 24px;
	top: 29px;
	border-color: #fff;
	border-width: 2px;
	width: 14px;
	content: '';
}
#content.plus-minus .ruler {
	margin-top: 0;
	margin-bottom: 0;
}
.rt.ind-top, .lt.ind-top {
	top: 120px;
}
#content.list .container {
	width: 792px;
}
#content.list h1 {
	font-size: 35px;
}
#content.list > .container ul {
	margin: 35px 0 50px;
	list-style: none;
	font-family: 'HelveticaLTStd-Light';
	font-size: 19px;
}
#content.list > .container ul li {
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin: 17px 0;
	text-transform: uppercase;
	padding: 16px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	cursor: pointer;
}
#content.list > .container ul li.active, #content.list > .container ul li:hover {
	
	background: rgba(62,197,227,1);
	background: -moz-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,197,227,1)), color-stop(50%, rgba(69,167,229,1)), color-stop(100%, rgba(78,129,231,1)));
	background: -webkit-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: -o-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: -ms-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: linear-gradient(to right, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ec5e3', endColorstr='#4e81e7', GradientType=1 );
	
}
#content .yes-no {
	font-family: 'HelveticaLTStd-Light';
	font-size: 30px;
}
#content .yes-no > div {
	display: inline-block;
	position: relative;
	width: 180px;
	text-align: center;
	margin: 70px 6% 0;
	cursor: pointer;
}
#content .yes-no > div:before {
	width: 100%;
	height: 180px;
	content: '';
	display: block;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%; 
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
#content .yes-no > div:after {
	background: url("../images/pictures/Tick.svg") no-repeat center center;
	width: 100%;
	height: 180px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#content .yes-no > div.active:before {
	border-color: transparent;
	background: rgba(62,197,227,1);
	background: -moz-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,197,227,1)), color-stop(50%, rgba(69,167,229,1)), color-stop(100%, rgba(78,129,231,1)));
	background: -webkit-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: -o-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: -ms-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	background: linear-gradient(to right, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ec5e3', endColorstr='#4e81e7', GradientType=1 );
	
}
#content .yes-no > div.no:after {
	
	background-image: url("../images/pictures/X.svg");
}
#content.list > .container ul.small {
	width: 522px;
	margin: 35px auto 30px;
}
.dark .container .choose {
	width: 635px;
	margin: 0 auto;
}
.dark.long .container {
	width: 923px;
}
#content.dark.long h1 {
	font-size: 38px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}
.dark.long .container.medium {
	width: 683px;
}
.dark .container.medium .choose {
	width: 100%;
}
#content.plus-minus > .container.wide ul {
	width: 855px;
}
.rt.ind-b {
	top: 55%;
	right: 0;
}
.home #toTop, .toTop {
	left: auto;
	right: 30px;
	background-color: #8ae613;
	border-color: transparent;
}
.dark-bg #header {
	min-height: 582px;
}
.dark-bg #header .picture h1 {
	padding-top: 100px;
	background: url("../images/pictures/Results.svg") no-repeat center top;
}
#content .btn-area {
	text-align: center;
	position: relative;
	margin: -93px 0 0;
	z-index: 78;
}
#content .btn-area:after, #content .get:after {
	content: '';
	position: absolute;
	left: -110px;
	right: 0;
	margin: 0 auto;
	top: -350px;
	width: 1524px;
	height: 1082px;
	background: url("../images/bg/DONWLIGHT_PNG.png") no-repeat center top;
}
#content .btn-area .btn {
	font-size: 36px;
	width: 750px;
	height: 200px;
	margin: 0;
	padding: 7px 0 0;
	position: relative;
	z-index: 7;
	background: url("../images/pictures/btn.png") no-repeat center top;
    background-size: auto;
	background-size: 750px auto;
	line-height: 172px;
}
#content .btn.orange {
	background: #fd8900;
	opacity: 1 !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;  
	font-size: 30px;
	font-family: 'HelveticaLTStd-Bold';
	width: auto;
	height: auto;
	padding: 12px 40px;
	margin: 20px 0 100px;
	position: relative;
	z-index: 7;
}
#content .btn.orange:hover {
	background: #fdd601;
	color: #0e0d0d;
}
.dark-bg #content {
	background: url("../images/bg/dark-blue.jpg") repeat center top;
	position: relative;
}
.dark-bg #header:after {
	background: none;
	/*background: url("../images/bg/dark-blue-top.png") repeat center top;*/
	height: 183px;
}
.small-title {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 80px;
	
}
.small-title h4 {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	font-family: 'Exo2-Light';
	text-transform: uppercase;
	background: url("../images/pictures/white-arrow.png") no-repeat center bottom;
	padding-bottom: 30px;
}
.dark-bg #content h3, .dark-bg #content h6 {
	font-size: 48px;
	color: #fff;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
}
.dark-bg #content h6 {
	font-size: 28px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
#content .bio ul {
	margin: 60px 0;
	list-style: none;
	text-align: center;
} 
#content .bio ul li {
	position: relative;
	z-index: 78;
	width: 452px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 50px 3%;
	min-height: 450px;
}
#content .bio ul a {
	background: #44444f url("../images/pictures/Question.svg") no-repeat 6px 7px;
	width: 81px;
	height: 81px;
	opacity: 1 !important;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	position: absolute;
	z-index: 11;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#content .get ul {
	font-size: 28px;
}
#content .get {
	position: relative;
}
.dark-bg #content h2 {
	color: #fff;
	font-size: 60px;
	font-family: 'HelveticaLTStd-Bold';
	text-transform: uppercase;
}
.dark-bg #content .get h2 {
	text-align: left;
	margin: 0 0 40px 30px;
}
.dark-bg #content .get img {
	margin: -70px 0 0 -80px;
}
#content .get ul li{
	position:relative;
	padding-left:60px;
	margin-bottom:15px;
}
#content .get ul li:before {
	position:absolute;
	top:0;
	left:0;
	width: 55px;
	height: 46px;
	background: url("../images/pictures/Tick_Done-big.svg") no-repeat 0 0;
}
#content .bio img {
	position: absolute;
	left: 0;
	top: 0;
}
#content .bio .in {
	padding-top: 120px;
	position: relative;
	z-index: 7;
	height: 100%;
}
#content .bio h6 {
	margin-bottom: 5px;
}
#content .bio strong {
	font-size: 60px;
	font-family: 'Exo2-Light';
	color: #c6379b;
	text-transform: uppercase;
}
#content .bio .blue strong {
	font-size: 80px;
	color: #02bbe9;
	line-height: 100%;
}
#content .bio .green h3 {
	text-align: left;
	margin-left: 90px;
	line-height: 100%;
	margin-top: -20px;
}
#content .bio .green strong {
	font-size: 106px;
	color: #cde40b;
	position: relative;
	top: 40px;
	margin-left: 10px;
}
#content .bio sup {
	font-size: 30px;
	font-weight: 400;
	top: 40px;
	left: 130px;
	position: absolute;
}
#content .bio .green span {
	position: absolute;
	top: 310px;
	text-transform: uppercase;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-family: 'Exo2-Light';
}
#content .bio .green span em {
	font-style: normal;
	color: #8ae613;
	display: block;
}
#content .bio .orange h3 {
	text-align: left;
	margin-left: 90px;
}
#content .bio .orange strong {
	font-size: 106px;
	position: absolute;
	top: 160px;
	margin-left: 20px;
	color: #fa9f01;
}
#content .bio .green.last strong {
	top: -70px;
}
#content .bio .green.last em {
	display: block;
	color: #cde40b;
	font-size: 28px;
	font-style: normal;
	text-transform: uppercase;
	margin-top: -25px;
}

#content .bio li.open a, #content .bio li.open .in, #content .bio li.open img {
	opacity: 0.3 !important;
	
}
#content .bio ul .open a {
	z-index: 0;
}
.pic-box .mob {
	
	display: none;
}
.modal-box {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;  
	background: #fff;
	padding: 45px;
	width: 607px;
	text-align: left;
	position: absolute;
	left: -78px;
	top: 40px;
	z-index: 777;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.open .modal-box {
	opacity: 1;
	visibility: visible;
}
#content .modal-box p {
	margin-bottom: 0;
}
#content .modal-box .close, .modal-content .close {
	height: 27px;
	width: 27px;
	position: absolute;
	left: 0;
	top: -57px;
	right: 0;
	margin: 0 auto;
	z-index: 7;
	opacity: 1;
	cursor: pointer;
	background: url("../images/pictures/close.png") no-repeat 0 0;
}

.overlay {
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
    height: 100vh;
    width: 100vw;
	z-index: 77;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
body.modal-open .overlay {
	opacity: 1;
	display: block;
	visibility: visible;	
}
.dark-bg.recipes #header {
	min-height: 345px;
}
.dark-bg.recipes #header .picture h1 {
	top: 120px;
	background: url("../images/pictures/Recipes.svg") no-repeat top center;
}
.recipes #content .nav-tabs > li {
	width: auto;
	font-family: 'HelveticaLTStd-Bold';
	height: auto;
	margin-right: 5px;
}
.recipes #content .nav-tabs > li > a {
	padding: 20px 50px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0; 
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;
}
.recipes #content .nav-tabs > li.active > a, .recipes #content .nav-tabs > li > a:hover,
.recipes #content .nav-tabs > li.active > a, .recipes #content .nav-tabs > li.active > a:hover, .recipes #content .nav-tabs > li > a:hover,
#content .mobile-link:hover, #content .mobile-link.active  {
	border-color: #37e8e1;
	background: rgba(62,197,227,1) !important;
	background: -moz-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,197,227,1)), color-stop(50%, rgba(69,167,229,1)), color-stop(100%, rgba(78,129,231,1))) !important;
	background: -webkit-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
	background: -o-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
	background: linear-gradient(to right, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ec5e3', endColorstr='#4e81e7', GradientType=1 );
	
	
}

.recipes #content .nav-tabs {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px; 
	border: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #37e8e1; 
}
#content .btn.small {
	padding: 3px 25px;
	font-size: 19px;
	font-family: 'Exo2-Medium';
	
	background: rgba(253,150,25,1);
	background: -moz-linear-gradient(left, rgba(253,150,25,1) 0%, rgba(253,140,11,1) 56%, rgba(253,135,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,150,25,1)), color-stop(56%, rgba(253,140,11,1)), color-stop(100%, rgba(253,135,0,1)));
	background: -webkit-linear-gradient(left, rgba(253,150,25,1) 0%, rgba(253,140,11,1) 56%, rgba(253,135,0,1) 100%);
	background: -o-linear-gradient(left, rgba(253,150,25,1) 0%, rgba(253,140,11,1) 56%, rgba(253,135,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(253,150,25,1) 0%, rgba(253,140,11,1) 56%, rgba(253,135,0,1) 100%);
	background: linear-gradient(to right, rgba(253,150,25,1) 0%, rgba(253,140,11,1) 56%, rgba(253,135,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9619', endColorstr='#fd8700', GradientType=1 );
	
}
.recipes #content .btn.small {
	float: right;
	margin: 0;
}
.recipes .panel-default > .panel-heading, .recipes .panel {
	background: none;
	border: none;
	padding: 0;
}
.recipes .panel {
	margin: 0 !important;
}
.recipes .panel-body {
	border: none !important;
}
.recipes #content .panel-body {
	color: #fff;
	padding: 0;
}
.recipes .tab-content {
	margin-top: 0;
	color: #fff;
}
.recipes table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 3px;
    font-family: 'HelveticaLTStd-Bold';
    font-size: 17px;
    margin-bottom: 35px;
}
.recipes table th, .recipes table td {
	line-height: 130%;
	padding: 12px 20px;
	text-align: center;
}
.recipes table th {
	color: #4d86e7;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.recipes table th:first-child, .recipes table td:first-child {
	text-align: left;
	width: 38%;
}
.recipes table th:nth-of-type(2), .recipes table td:nth-of-type(2),
.recipes table th:nth-of-type(3), .recipes table td:nth-of-type(3) {
	width: 10%;
}
.recipes table td {
	background: rgba(184, 184, 184, 0.2);
}
.recipes #content table a {
	text-transform: uppercase;
	color: #8fe71c;
}
.recipes #content table .grey td {
	background: #5d5b72;
	padding: 0px 0 5px;
	text-align: center;
	position: relative;
}
.recipes #content table .grey td:before {
	background: #5d5b72;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: -4px;
	content: '';
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.recipes #content table .total td {
	background: rgba(77, 133, 231, 0.2);
}
.recipes #content table .total td:first-child {
	color: #4d86e7;
}
.recipes table.orange th, .recipes #content table.orange .total td:first-child {
	color: #f89c02;
}
.recipes #content table.orange .total td {
	background: rgba(248, 156, 2, 0.2);
}
.recipes #content table.green .total td {
	background: rgba(148, 231, 28, 0.2);
}
.recipes table.green th, .recipes #content table.green .total td:first-child {
	color: #8fe71c;
}

.recipes #content table.purple .total td {
	background: rgba(196, 47, 151, 0.2);
}
.recipes table.purple th, .recipes #content table.purple .total td:first-child {
	color: #c42f97;
}
.recipes #content table:last-child {
	margin-bottom: 0;
}
.dark-bg.recipes #content h2 {
	font-size: 48px;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}
.recipes #content .rec {
	margin-top: 80px;
	overflow: hidden;
}
.dark-bg.recipes #content h2:before,
.dark-bg.recipes #content h2:after {
	background: none;
	width: 360px;
	top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.dark-bg.recipes #content h2:before {
	left: -450px;
}
.dark-bg.recipes #content h2:after {
	right: -450px;
}
.dark-bg.recipes #content .rec p {
	font-size: 25px;
	color: #fff;
	font-family: 'HelveticaLTStd-Light';
	line-height: 120%;
}
.dark-bg.recipes #content .cols p {
	font-size: 19px;
	font-family: 'Exo2-Regular';
}
.dark-bg.recipes #content .cols p span {
	color: #ff09c8;
}
.dark-bg.recipes #content .cols .row {
	margin-top: 30px;
}
.dark-bg.recipes #content .cols {
	padding-bottom: 100px;
}
.mobile-box, .mobile-link {
	display: none;
}

.one #header::after {
    background: url("../images/bg/pic-bg2.png") no-repeat center top;
}
.one #header .picture h1 {
	padding-top: 100px;
	top: 70px;
	background: url("../images/pictures/OneRecipe.svg") no-repeat center top;
}
.one .to {
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 17px;
	color: #fff;
	font-family: 'HelveticaLTStd-Bold';
	padding: 17px 0 17px 80px;
	background: url("../images/pictures/BACK.svg") no-repeat left center;
}
.one table {
	font-family: 'HelveticaLTStd-Bold';
	font-size: 17px;
	color: #5d5b72;
	border-collapse: separate;
    border-spacing: 7px 5px;
    width: 100%;
}
.one table td {
	background: rgba(184, 184, 184, 0.2);
	padding: 12px 17px;
}
.one table .empty td {
	height: 48px;
}
.one table td:first-child {
	text-align: center;
	width: 100px;
}
.one .right table td:first-child {
	width: auto;
	text-align: left;
}
.one .right table .last td {
	background: rgba(119, 198, 19, 0.2) !important;
	color: #46740b;
}
.one .right table .last td:first-child {
	width: 100px;
}
.one .right table .last td:last-child {
	width: auto;
}
.one table .purple td {
	color: #962e78;
	background: rgba(200, 61, 160, 0.2);
}
.one .right table td:last-child {
	width: 100px;
	text-align: center;
	background: rgba(19, 166, 198, 0.2);
}
.one #content h2 {
	font-size: 48px;
	color: #5d5b72;
	font-family: 'HelveticaLTStd-Bold';
	margin-bottom: 45px;
}
.one #content h3 {
	font-family: 'HelveticaLTStd-Bold';
	font-size: 17px;
	background: #c5329a;
	text-align: left;
	padding: 16px 10px 16px 20px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0 7px 7px 7px;
}
.one #content h3 span {
	position: absolute;
	left: -92px;
	top: -27px;
	width: 100px;
	height: 100px;
	background: #c5329a;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	
}
.one #content h3 span img {
	
	margin-top: 5px;
}
.one #content .right h3 {
	background: #77c613;
}
.one #content .right h3 span {
	left: auto;
	right: -92px;
	background: #77c613;
}
.one .col-xs-12 {
	padding: 0;
}
.one #content .container {
	
	width: 1104px;
}
.one #content .row {
	margin-bottom: 35px;
}
.one .img-box {
	position: relative;
	margin: 0 7px;
}

.one #content .img-box a {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 1 !important;
	text-decoration: none !important;
	z-index: 7;
	text-transform: uppercase;
	padding: 25px;
	line-height: 120%;
	font-family: 'HelveticaLTStd-Bold';
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	width: 114px;
	height: 114px;
	background: #c5329a;
	text-align: center;
	font-size: 17px;
}
.one #content ol {
	margin: 10px 7px;
	font-size: 17px;
	color: #5d5b72;
	font-family: 'HelveticaLTStd-Bold';
	counter-reset: myCounter;
}
.one #content ol li {
	background: #e2e2e2;
	padding: 15px 10px 15px 25px;
	margin-top: 4px;
	list-style: none;
	position: relative;
	line-height: 110%;
}
.one #content ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #c5329a;
	display: inline-block;
	text-align: center;
	left: -10px;
	top: 12px;
	font-size: 14px;
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;  
	line-height: 150%;
}
#content .copy {
	position: relative;
	margin: -25px -20px 0;
}
#content .copy:before {
	content: '';
	width: 91%;
	height: 2px;
	border-top: 1px solid #c2c2c2;
	position: absolute;
	left: 0;
	top: 20px;
	display: inline-block;
}
#content .copy p {
	font-size: 14px;
	color: #787878;
	display: inline-block;
	background: #f7f7f7;
	padding: 10px;
	position: relative;
}

.one .toTop {
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 77;
	display: inline-block;
}
.modal-content {
	
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;  
	background: #fff;
	padding: 25px 40px;
}
.modal-header {
	border: none;
	
}
.modal-content .close {
	top: -35px;
	left: auto;
	right: -35px;
	cursor: pointer;
}
.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: block;
    text-align: left;
    position: absolute;
    width: 90%;
	max-width:600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%!important;
    transform: translateY(-50%)!important;
}
#processing .owl-item {
	display:inline-block;
}
.processing{
	color:rgba(255,255,255,0)
}
.active .processing{
	color:rgba(255,255,255,1)
}
.owl-nav.disabled{
	display:none;
}




.dark.long .container.large {
	width: 1522px;
}
.dark .container.large .choose {
	width: 100%;
	
}
#content .large .choose ul li a::after { 
	width: 38px;
	height: 38px;
}

#content .large .choose ul li {
	width: 178px;
	height: 174px;
	vertical-align: top;
	margin-bottom: 50px;
}
#content .large .choose ul li img {
	width: 79%;
	
}
#content .large .choose ul li:before {
	content:"";
	position:absolute;
	top:16px;
	left:18px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	-o-border-radius: 27px;  
	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
	width: 142px;
	height: 142px;
	z-index:7;
	border: 2px solid #c5f20e;	
	cursor: pointer;
}
#content .large .choose ul li.active:before {
	display: block;
}
#content .large .choose ul li.active a::after { 
	background: #c5f20e;
	
}

#content .large .choose ul li em {
	border-width: 1px;
}
#content .large .choose ul li.active em {
	border-color: #000;
}
#content .large .choose ul li a {
	width: 100%;
} 
#content .large .choose ul li em.minus, #content .large .choose ul li em.plus {
	top: auto;
	bottom: 18px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#content .large .choose ul li strong {
	font-size: 18px;
	color: #fff;
	opacity: 1;
	display: block;
	margin-top: 25px;
}

#content .large .choose ul li span {
	height: 163px;
	line-height: 100%;
	margin: 0;
}
#content .large .choose ul li:after {
	background: url("../images/bg/box-bg.png") no-repeat center center;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	
}

#content .large .choose ul li img, #content .large .choose ul li svg {
	opacity: 1;
}
#content .large .choose ul li a:after {
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#content .large .choose ul, #content .large .choose ul * {
	font-family: Arial, Helvetica, sans-serif !important;
}


/* New */

.new {
	background: url("../images/bg/new.jpg") repeat left top;
}
.new #header:after {
	display: none;
}
.new #header {
	min-height: 390px;
	
}
.topbg {
	background: url("../images/bg/top-bg.jpg") no-repeat left top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 760px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.new #header .logotype {
	float: none;
}
.new #header h1 {
	background: url("../images/pictures/BigTick.svg") no-repeat left top;
	font-family: 'HelveticaLTStd-Roman';
	font-size: 68px;
	font-weight: normal;
	padding: 20px 0 0 130px;
	color: #fff;
	position: relative;
}
.new #header h1:before {
	content: '';
	width: 155px;
	height: 155px;
	position: absolute;
	left: -20px;
	top: -7px;
	background: url("../images/bg/30653248.png") no-repeat left top;
}
.new #header h1 span {
	display: block;
	color: #cde409;
}
.new #header p {
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'HelveticaLTStd-Bold';
	margin: 25px 0 0 130px;
}
.new #content {
	background: none;
	
	
}
.new #page {
	background: none;
}
.bgbox {
	height: 361px;
	background: url("../images/bg/bg1.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
	border-radius: 15px;
	margin-bottom: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.71);
	
}
.bgbox.bg2 {
	background-image: url("../images/bg/bg2.jpg");
}
.bgbox.bg3 {
	background-image: url("../images/bg/bg3.jpg");
}
.bgbox.bg4 {
	background-image: url("../images/bg/bg4.jpg");
}
.bgbox.bg5 {
	background-image: url("../images/bg/bg5.jpg");
}
.bgbox.bg6 {
	background-image: url("../images/bg/bg6.jpg");
}
.bgbox.bg7 {
	background-image: url("../images/bg/bg7.jpg");
	height: 215px;
}
#content .bgbox.bg2 h4 {
	left: -15px;
}
.bgbox.bg8 {
	background-image: url("../images/bg/bg8.jpg");
	height: 215px;
	-webkit-background-size: cover;
	background-size: cover;
}
#content .bgbox h6 {
	color: #fff;
	font-size: 48px;
	margin-top: 30px;
	font-family: 'HelveticaLTStd-Light';
}
#content .bgbox ul {
	font-size: 17px;
	list-style: none;
	margin: 30px 0 0;
}
#content .bgbox ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'HelveticaLTStd-Bold';
}
#content .bgbox ul li:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
}
#content .bgbox ul li span {
	font-size: 24px;
	display: block;
	color: #a0b318;
	margin: 5px 0;
	font-family: 'HelveticaLTStd-Light';
}
.bgbox p {
	font-size: 24px;
	color: #fff;
	line-height: 160%;
	font-family: 'HelveticaLTStd-Roman';
}
.bgbox p strong {
	font-family: 'HelveticaLTStd-Bold';
}
.bgbox p em {
	font-style: normal;
	color: #d1ee0d;
	font-family: 'HelveticaLTStd-Bold';
}
.bgbox p span {
	color: #d1ee0d;
}
#content .bgbox h4 {
	font-size: 100px;
	font-family: 'HelveticaLTStd-Light';
	color: #d1ee0d;
	margin-top: 60px;
	margin-bottom: 5px;
	position: relative;
}
#content .bgbox h4 sup {
	font-size: 24px;
	position: absolute;
	top: 27px;
	text-transform: none;
	margin-left: 5px;
}
#content .bgbox.bg3 h4 {
	margin-top: 30px;
	left: -20px;
}
#content .bgbox.bg3 p, #content .bgbox.bg4 p {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#content .bgbox.bg4 p strong {
	color: #e82ec9;
}
#content .bgbox.bg3 h4 sup {
	font-size: 50px;
	top: 40px;
	margin-left: -5px;
}
#content .bgbox.bg4 h6 {
	font-size: 36px;
	margin-top: 40px;
}
#content .bgbox.bg4 h4 {
	color: #e82ec9;
	margin: 30px 0 0;
}
#content .bgbox.bg5 h4 {
	color: #d128ff;
	font-size: 70px;
}
#content .bgbox.bg5 h6 {
	font-size: 36px;
	margin-top: 40px;
}
#content .bgbox h6 span {
	display: block;
	margin-top: 20px;
	color: #c4a5f8;
	font-size: 24px;
	font-family: 'HelveticaLTStd-Roman';
}
#content .bgbox.bg6 h6 {
	text-align: left;
	position: absolute;
	right: 87px;
	width: 225px;
	top: 83px;
	margin-top: 0;
	font-size: 50px;
	line-height: 125%;
}
#content .bgbox.bg6 h6 span {
	font-size: 32px;
	color: #6f9dd9;
	margin-top: -5px;
}
#content .bgbox.bg7, #content .bgbox.bg8 {
	text-align: left;
	padding-left: 50px;
	padding-top: 20px;
}
#content .bgbox.bg7 h6, #content .bgbox.bg8 h6 {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 7px;
}
#content .bgbox.bg7 h6 span, #content .bgbox.bg8 h6 span {
	color: #d1ee0d;
	margin-top: 6px;
}
#content .bgbox.bg8 h6 span {
	color: #e82ec9;
}
#content .bgbox.bg7 p, #content .bgbox.bg8 p {
	font-size: 16px;
	color: #a99b71;
	line-height: 120%;
}
#content .bgbox.bg8 p {
	color: #69638a;
}
#content .bgbox.bg7 p span {
	color: #d1ee0d;
}
#content .bgbox.bg8 p span {
	color: #e82ec9;
}
#content .bgbox.bg7 h4, #content .bgbox.bg8 h4 {
	font-size: 70px;
	position: absolute;
	right: 50px;
	top: 0;
}
#content .bgbox.bg8 h4 {
	color: #e82ec9;
}
#content .circle-shadow {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	font-size: 25px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	padding-top: 17px;
	text-align: center;
	z-index: 7;
	text-decoration: none !important;
	
	
	transition: all 0.3s;
	background: url("../images/bg/circle-shadow.png") no-repeat center center;
}
#content .circle-shadow:hover {
	opacity: 1;
	background: url("../images/bg/circle-shadow-hover.png") no-repeat center center;
}
#content .btn-shadow, .c-card button {
	line-height: 100% !important;
	width: auto !important;
	background: linear-gradient(to right, #e3347b, #bb4dd6) !important;
	padding: 23px 45px !important;
	height: auto !important;
	box-shadow: 0 0 30px 5px rgba(227, 52, 123, 1), 0 0 30px 5px rgba(227, 52, 123, 1);
	-webkit-box-shadow: 0 0 30px 5px rgba(227, 52, 123, 1), 0 0 30px 5px rgba(227, 52, 123, 1);
	-moz-box-shadow: 0 0 30px 5px rgba(227, 52, 123, 1), 0 0 30px 5px rgba(227, 52, 123, 1);
	border-top: 1px solid rgba(255, 255, 255, 0.27);
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;
	border-radius: 45px;
	font-size: 29px;
	display: inline-block;
	font-family: 'HelveticaLTStd-Roman';
	color: #fff;
	margin-top: 80px;
    
}
#content .btn-shadow:hover {
	text-decoration: none;
	border-top: 1px solid #cde409;
	background: #cde409 !important;
	box-shadow: 0 0 30px 5px #cde409, 0 0 30px 5px #cde409;
	-webkit-box-shadow: 0 0 30px 5px #cde409, 0 0 30px 5px #cde409;
	-moz-box-shadow: 0 0 30px 5px #cde409, 0 0 30px 5px #cde409;
	color: #000;
	
	
}
.c-card button {
	font-size: 24px;
	border-radius: 10px;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.27);
	display: block;
	padding: 15px !important;
	width: 100% !important;
	margin: 40px 0 20px;
	box-shadow: 0 0 15px 3px rgba(227, 52, 123, 1), 0 0 20px 3px rgba(227, 52, 123, 1);
	-webkit-box-shadow: 0 0 15px 3px rgba(227, 52, 123, 1), 0 0 20px 3px rgba(227, 52, 123, 1);
	-moz-box-shadow: 0 0 15px 3px rgba(227, 52, 123, 1), 0 0 20px 3px rgba(227, 52, 123, 1);
}
.c-card button:hover {
	box-shadow: 0 0 15px 3px #cde409, 0 0 20px 3px #cde409;
	-webkit-box-shadow: 0 0 15px 3px #cde409, 0 0 20px 3px #cde409;
	-moz-box-shadow: 0 0 15px 3px #cde409, 0 0 20px 3px #cde409;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #cde409;
	background: #cde409 !important;
}
.kg-box {
	background: #25164d;
	border-top: 1px solid rgba(255, 255, 255, 0.2 );
	border-radius: 15px 15px 0 0;
	height: 262px;
	position: relative;
	z-index: 8;
	margin: 0 15px;
	box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.41);
}
.kg-box:before {
	position: absolute;
	left: 0;
	top: -47px;
	right: 0;
	margin: 0 auto;
	width: 360px;
	height: 360px;
	content: '';
	background: #25164d;
	box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.41);
	border-radius: 50%;
	border-top: 1px solid rgba(255, 255, 255, 0.2 );
}
.kg-box:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 640px;
	height: 100%;
	content: '';
	background: #25164d;
	
}
.date-box {
	background: #1a162f;
	border-radius: 0 0 25px 25px;
	height: 411px;
	margin: 0 15px 30px;
	position: relative;
	z-index: 7;
}
.date-box-pink {
	height: 208px;
	margin-top: 29px;
	background: url("../images/bg/line.jpg") no-repeat center top;
}
#content .date-box ul {
	list-style: none;
	margin: 0;
}
#content .date-box ul li {
	display: inline-block;
	font-size: 20px;
	width: 19.7%;
	text-align: center;
	position: relative;
	font-family: 'HelveticaLTStd-Bold';
}
#content .date-box ul li:before {
	content: '';
	background: linear-gradient(to bottom, #010103 0%, #19152e 100%);
	width: 1px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
}
#content .date-box ul li:first-child:before {
	display: none;
}
#content .date-box ul li a {
	color: rgba(255, 255, 255, 0.3);
	display: block;
	padding: 75px 10px 45px;
	cursor: pointer;
	position: relative;
}
#content .date-box ul li:first-child a,
#content .date-box ul li:last-child a {
	color: rgba(255, 255, 255, 0.1);
}
#content .date-box ul li.active a {
	color: #fff;
}
#content .date-box ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.point {
	color: rgba(209, 238, 13, 0.5);
	font-size: 30px;
	text-align: center;
	line-height: 90%;
	position: relative;
	padding-bottom: 40px;
	width: 100px;
	display: inline-block;
	font-family: 'HelveticaLTStd-Light';
	position: absolute;
	
}
.point span {
	display: block;
	color: rgba(209, 238, 13, 0.5) !important;
	font-size: 14px;
}
.point:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	content: '';
	background: url("../images/bg/point.png") no-repeat center center;
}
.point.active {
	color: rgba(209, 238, 13, 1);
}
.point.active:after {
	background: url("../images/bg/point-active.png") no-repeat center center;
}
.point.p1 {
	left: 327px;
	top: 127px;
}
.point.p2 {
	left: 830px;
	top: 269px;
}
#content .kg-box ul {
	list-style: none;
	font-size: 44px;
	position: relative;
	z-index: 7;
	margin: 0;
	margin-top: 95px;
	text-align: center;
	font-family: 'HelveticaLTStd-Light';
	color: rgba(209, 238, 13, 0.3);
}
#content .kg-box ul li {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	vertical-align: top;
}
#content .kg-box ul li:before {
	position: absolute;
	left: -5px;
	top: 42%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}
#content .kg-box ul li:first-child, #content .kg-box ul li:last-child {
	color: rgba(209, 238, 13, 0.1);
}
#content .kg-box ul li:first-child:before, #content .kg-box ul li:nth-of-type(4):before, #content .kg-box ul li:nth-of-type(5):before {
	display: none;
}
#content .kg-box ul li:nth-of-type(2), #content .kg-box ul li:nth-of-type(6) {
	color: rgba(209, 238, 13, 0.2);
}
#content .kg-box ul li:nth-of-type(4) {
	width: 216px;
	font-size: 100px;
	color: rgba(209, 238, 13, 1);
	
}
.center-item {
	position: absolute;
	left: 6px;
	top: -70px;
	width: 100%;
	padding-top: 30px;
	padding-right: 3px;
}
.center-item:before {
	width: 212px;
	height: 212px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
#content .kg-box ul li .center-item span {
	display: block;
	font-size: 24px;
	margin-top: -30px;
	color: rgba(209, 238, 13, 0.5);
}
#content .kg-box ul li .center-item strong {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 50px;
	font-family: 'HelveticaLTStd-Bold';
}
.summary {
	margin: 150px auto 70px;
	width: 570px;
}
#content .summary h2 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 44px;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
}
.smallbox {
	height: 160px;
	background: #240434;
	font-size: 24px;
	color: #fff;
	border-radius: 15px;
	margin: 0 -5px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 150%;
	padding-top: 18px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.51);
	font-family: 'HelveticaLTStd-Roman';
	
	background: rgb(36,4,52); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(36,4,52,1) 0%, rgba(39,8,55,1) 47%, rgba(46,16,62,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(36,4,52,1) 0%,rgba(39,8,55,1) 47%,rgba(46,16,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(36,4,52,1) 0%,rgba(39,8,55,1) 47%,rgba(46,16,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.smallbox.h {
	padding-top: 12px;
	background: rgb(29,22,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(29,22,49,1) 0%, rgba(32,25,51,1) 47%, rgba(40,33,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(29,22,49,1) 0%,rgba(32,25,51,1) 47%,rgba(40,33,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(29,22,49,1) 0%,rgba(32,25,51,1) 47%,rgba(40,33,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.smallbox.w {
	padding-top: 12px;
	background: rgb(26,16,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,16,54,1) 0%, rgba(30,20,57,1) 47%, rgba(38,28,64,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26,16,54,1) 0%,rgba(30,20,57,1) 47%,rgba(38,28,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26,16,54,1) 0%,rgba(30,20,57,1) 47%,rgba(38,28,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.smallbox strong {
	display: block;
	font-size: 44px;
	font-family: 'HelveticaLTStd-Light';
	color: #ef2fce;
	margin-top: 10px;
}
.smallbox.h strong {
	color: #d1ee0d;
}
.smallbox span {
	font-size: 12px;
	display: block;
	margin-top: -12px;
	color: rgba(255, 255, 255, 0.5);
}
.promise {
	width: 822px;
	margin: 100px auto;
	color: #fff;
	text-align: left;
}
#content .promise h2 {
	font-size: 44px;
	text-align: left;
	margin-bottom: 30px;
	font-family: 'HelveticaLTStd-Light';
}
#content .promise p {
	margin-bottom: 35px;
}

#content .promise p em {
	font-size: 20px;
}
#content .promise p span {
	color: #d1ee0d;
	display: block;
	font-family: 'HelveticaLTStd-Bold';
}
.get-diet {
	text-align: center;
	position: relative;
	padding-top: 100px;
	margin-bottom: -140px;
	z-index: 5;
}
#content .get-diet h2 {
	font-size: 60px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	margin-bottom: 65px;
	text-transform: uppercase;
}
.get-diet:before, .logos:before {
	content: '';
	display: block;
	width: 100%;
	height: 1008px;
	position: absolute;
	left: 0;
	top: -150px;
	background: url("../images/bg/DONWLIGHT_PNG.png") no-repeat center top;
}
.logos:before {
	background: url("../images/bg/top.jpg") no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;	
	height: 100%;
	top: 0;
}
#content .get-diet ul {
	list-style: none;
	margin: 0;
	text-align: left;
}
#content .get-diet ul li {
	font-size: 22px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	padding-left: 80px;
	padding-top: 17px;
	background: url("../images/pictures/Tick.svg") no-repeat left top;
	line-height: 120%;
	width: 400px;
	position: absolute;
}
#content .get-diet ul li:before, .plan-area li:before {
	content: '';
	position: absolute;
	left: -12px;
	top: -12px;
	width: 100px;
	height: 100px;
	background: url("../images/bg/30653248.png") no-repeat left top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	opacity: 0.6;
}
#content .get-diet ul li span {
	color: #c8f31c;
	display: block;
}
#content .get-diet ul li .li-line {
	position: absolute;
	right: -200px;
	bottom: 10px;
	width: 388px;
	height: 2px;
	background: url("../images/bg/w-line.png") no-repeat left top;
}
#content .get-diet ul li .li-line:after {
	background: url("../images/pictures/Point.svg") no-repeat left top;
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	right: -31px;
	top: -12px;
}
#content .get-diet ul li.right-1 .li-line, #content .get-diet ul li.right-2 .li-line {
	-moz-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); 
	right: auto;
	left: -320px;
	bottom: 0;
}
#content .get-diet ul li.right-1 .li-line:after, #content .get-diet ul li.right-2 .li-line:after {
	-moz-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); 
    right: -26px;
	top: -16px;
}
#content .get-diet ul li.left-1 {
	left: -127px;
    top: 255px;
}
#content .get-diet ul li.left-2 {
	left: -127px;
	top: 438px;
}
#content .get-diet ul li.right-1 {
	right: -241px;
	top: 351px;
}
#content .get-diet ul li.right-2 {
	right: -241px;
	top: 612px;
}
.logos {
	text-align: center;
	background: #1e1034;
	position: relative;
	padding-top: 140px;
}
#content .logos h2 {
	font-size: 43px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	position: relative;
	margin-top: 130px;
}
#content .logos h2 span {
	display: inline-block;
	color: #cde409;
}
#content .logos .btn-shadow {
	position: relative;
	z-index: 7;
}
#content .logos ul {
	position: relative;
}
#content .logos ul li {
	list-style: none;
	display: inline-block;
	padding: 50px;
}
.modal-box {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;  
	background: #fff;
	padding: 45px;
	width: 607px;
	text-align: left;
	position: absolute;
	left: auto;
	right: -268px;
	top: 77px;
	z-index: 777;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.modal-box.r {
	right: 0;
}
#content .modal-box.r .close {
	left: auto;
	right: 21px;
	top: -54px;
}
.open .modal-box {
	opacity: 1;
	visibility: visible;
}
#content .modal-box p {
	margin-bottom: 0;
}
#content .modal-box .close, .modal-content .close {
	height: 27px;
	width: 27px;
	position: absolute;
	left: 0;
	top: -57px;
	right: 0;
	margin: 0 auto;
	z-index: 7;
	opacity: 1;
	cursor: pointer;
	background: url("../images/pictures/close.png") no-repeat 0 0;
}
.overlay {
	background: rgba(0, 0, 0, 0.85);
	width: 5000px;
	height: 5000px;
	position: absolute;
	z-index: 77;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}
body.modal-open .overlay {
	opacity: 1;
	display: block;
	visibility: visible;	
}

#content .bgbox .modal-box p {
	position: relative;
	color: #201d34;
	font-size: 18px;
	font-family: 'Exo2-Light';
}

/*  Payment  */
.pmnt .topbg {
	height: 488px;
	
	background: url("../images/bg/top-bg2.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.pmnt .topbg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/pictures/tr.png") no-repeat right 0;
	
}

.pmnt #header {
    min-height: 422px;
}
.pmnt #header h1 {
	padding-left: 0;
	background: none;
	font-size: 56px;
	margin-top: 25px;
	
	margin-left: 20px;
}
.pmnt #header h1 span {
	display: inline-block;
}
.pmnt #header h1:before {
	display: none;
}
.pmnt #header h3 {
	font-family: 'HelveticaLTStd-Light';
	font-size: 28px;
	color: #fff;
	margin-top: 25px;
	margin-left: 20px;
	text-transform: uppercase;
}
.pmnt #header h3 span {
	color: #cde409;
}
.pmnt #content {
	padding-top: 80px;
}
.time-box {
	font-size: 24px;
	color: #fff;	
	font-family: 'HelveticaLTStd-Bold';
	border-radius: 15px;
	display: inline-block;
	padding: 21px 18px;
	width: 630px;
	text-align: center;
	margin-top: 40px;
	background: linear-gradient(to right, rgba(227,52,123,1) 0%,rgba(209,63,164,1) 47%,rgba(186,77,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.time-box span {
	display: inline-block;
	margin-left: 7px;
}
.pmnt #header .time-box {
	margin-left: 20px;
}
.nobg {
	padding-top: 100px;
}
.nobg, .nobg:before {
	background: none !important;
}
.u-reviews {
	width: 1014px;
	margin: 100px auto 60px;
}
#content .u-reviews h2 {
	font-size: 60px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	margin-bottom: 60px;
}
#content .u-reviews .whitebg {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px 20px;
}
#content .u-reviews ul {
	margin: 0 0 0 -3%;
	
}
.u-reviews li {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	list-style: none;
	margin-bottom: 25px;
	margin-left: 4%;
}
.u-reviews li img {
	width: 100%;
}
.u-reviews .time-box {
	margin: 40px auto;
	display: block;
}
.plan-area {
	padding: 40px 0;
	font-family: 'HelveticaLTStd-Light';
}
#content .plan-area h3 {
	font-size: 34px;
	color: #fff;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
	margin-bottom: 30px;
}
#content .plan-area .all h3 {
	text-align: left;
	margin-left: 40px;
	margin-bottom: 15px;
}
.plan-area li {
	font-size: 17px;
	list-style: none;
	padding: 21px 0 0 81px;
	position: relative;
	min-height: 64px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.4);
	background: url("../images/pictures/Tick.svg") no-repeat left top;
}
.plan {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	padding: 20px 30px 30px 40px;
	position: relative;
	text-align: left;
	background: linear-gradient(to right, #1c172d 0%,#2e2645 47%,#1c172d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 15px;
	margin-bottom: 40px;
	border: 1px solid transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-family: 'HelveticaLTStd-Roman';
	box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.41);
	cursor: pointer;
}
.plan.p6 {
	
	background: linear-gradient(to right, #191035 0%,#271a4d 47%,#190f34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.plan.p12 {
	background: linear-gradient(to right, #230b3b 0%,#341354 47%,#240a3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	
}
.plan:hover, .plan.active {
	box-shadow: 0px 7px 25px 0px rgba(189, 75, 209, 0.6);
	border: 1px solid #7b3f8b;
}
#content .click {
	padding-top: 20px;
	margin: 0;
	text-align: center;
}
#content .click p {
	color: #fff;
	font-size: 17px;
	
	letter-spacing: 1px;
}
#content .click p a {
	color: #d1ee0d;
}
#content .click .btn-shadow {
	margin: 30px auto 0;
	padding: 24px 30px !important;
	position: relative;
	font-size: 26px;
	z-index: 7;
	display: block;
}
.all img {
	margin: 40px 0 0 40px;
}
.offer {
	font-size: 18px;
	color: #fff;	
	font-family: 'HelveticaLTStd-Light';
	border-radius: 7px;
	display: inline-block;
	padding: 5px;
	width: 290px;
	text-align: center;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: linear-gradient(to right, rgba(227,52,123,1) 0%,rgba(209,63,164,1) 47%,rgba(186,77,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
.offer strong {
	font-family: 'HelveticaLTStd-Bold';
}
#content .plan p {
	letter-spacing: 2px;
	margin: 0;
}
#content .plan .offer p {
	letter-spacing: 0px;
}
.all {
	padding-left: 90px;
}
.pricebox {
	text-align: right;
	
}
.pricebox del {
	font-size: 21px;
	display: block;
}
.pricebox span {
	color: #d1ee0d;
	display: block;
	font-size: 59px;
	line-height: 120%;
	margin-right: -6px;
	font-family: 'HelveticaLTStd-Light';
}
#content .plan h6 {
	font-size: 42px;
	color: #fff;
	margin-top: 10px;
	font-family: 'HelveticaLTStd-Light';
}
#content .plan h6 span {
	font-size: 20px;
	color: #d1ee0d;
	display: block;
}
#content .plan-area h4 {
	font-size: 28px;
	font-family: 'HelveticaLTStd-Light';
	color: #ea93ff;
	text-transform: none;
	margin: 0 0 10px;
}
#content .plan-area h4 a {
	color: #ea93ff;
}
#content .textbox {
	text-align: left;
	color: #fff;
	margin-top: 100px;
}
#content .textbox h2 {
	font-size: 44px;
	text-align: left;
	line-height: 110%;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
}
#content .textbox h2 span {
	color: #d1ee0d;
	display: inline-block;
}
.photobox {
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 17px;
	display: inline-block;
	margin-top: 90px;
	text-align: center;
	width: 86%;
}
.photobox img {
	border-radius: 20px;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #000;
	box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.41);
}
#content .photobox h6 {
	font-size: 24px;
	font-family: 'HelveticaLTStd-Light';
	color: #fff;
	margin-bottom: 7px;
	margin-top: 40px;
}
#content .photobox p {
	font-size: 18px;
	color: #ea93ff;
	font-family: 'HelveticaLTStd-Light';
}
#content .textbox p {
	font-size: 20px;
	font-style: italic;
}
#content .textbox h3 {
	font-size: 24px;
	color: #d1ee0d;
	margin-top: 30px;
	text-align: left;
	font-family: 'HelveticaLTStd-Light';
}
.med-ben {
	background: #1b1532;
	margin: 150px 0 0;
	padding: 80px 0 50px;	
}
#content .med-ben h2 {
	color: #fff;
	font-family: 'HelveticaLTStd-Light';
	font-size: 60px;
	margin-bottom: 40px;
}
#content .med-ben h2 span {
	color: #d1ee0d;
	display: inline-block;
}
#content .med-ben ul {
	font-size: 22px;
	margin: 0;
	list-style: none;
}
#content .med-ben ul li {
	color: #ea93ff;
	display: inline-block;
	vertical-align: top;
	margin: 15px 4% 0 0;
	width: 45%;
	position: relative;
	padding-left: 130px;
	vertical-align: middle;
	min-height: 120px;
	
}
#content .med-ben ul li a {
	color: #ea93ff;
}
#content .med-ben ul li .txt {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
}
#content .med-ben .pic {
	width: 100px;
	height: 100px;
	line-height: 90px;
	
	border-radius: 10px;
	display: inline-block;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.71);
	position: absolute;
	left: 0;
	top: 0;
}
#content .med-ben .pic img {
	
	display: inline-block;
}
.header-fixed {
	background: #ba50c3;
	font-size: 20px;
	color: #fff;
	
	font-family: 'HelveticaLTStd-Roman';
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 777;
	opacity: 0;
	visibility: hidden;
}
.header-fixed.show {
	opacity: 1;
	visibility: visible;
}
.header-fixed strong {
	font-family: 'HelveticaLTStd-Bold';
}
.header-fixed .logotype {
	width: 148px;
	margin: -3px 0;
	display: inline-block;
}
.header-fixed .logotype img {
	width: 100%;
}
.small-btn {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	background: #e3347b;
	padding: 8px 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
}
.small-btn:hover {
	text-decoration: none;
	color: #fff;
}
.header-fixed p {
	display: inline-block;
	margin: 7px 15px 0 0;
	position: relative;
	top: 3px;
}
.pmnt .modal-backdrop.in {
	opacity: 0.8;
}
.blue .modal-dialog {
	max-width: 620px;
	text-align: center;
	font-family: 'HelveticaLTStd-Light';
}
.blue .modal-content {
	border-radius: 10px;
	background: #1b1632;
	color: #fff;
	padding: 25px 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.blue .modal-content .close {
	top: 20px;
	right: 20px;
	left: auto;
	width: 12px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	opacity: 0.3;
}
.blue .modal-content h2 {
	font-size: 30px;
	font-family: 'HelveticaLTStd-Light';
	text-transform: uppercase;
	margin-bottom: 50px;
}
.blue .modal-content .btn {
	background: #d1ee0d;
	padding: 12px;
	font-size: 20px;
	color: #1b1632;
	display: block;
	border-radius: 30px;
	margin-bottom: 10px;
}
.blue .modal-content .btn span {
	display: inline-block;
	padding-left: 100px;
	background: url("../images/pictures/paypal.png") no-repeat left 2px;
}
.blue .modal-content p {
	font-size: 17px;
	font-family: 'HelveticaLTStd-Bold';
}
.border-white {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 45px -20px -10px;
}
.blue .modal-content .border-white p {
	font-family: 'HelveticaLTStd-Light';
	font-size: 15px;
	background: #1b1632;
	display: inline-block;
	padding: 10px 25px;
	position: relative;
	top: -22px;
}
.c-card {
	background: #27223c;
	padding: 25px 15px 35px;
	border-radius: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.c-card label {
	font-size: 13px;
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	margin: 20px 0 10px;
}
.c-card h4 {
	font-family: 'HelveticaLTStd-Roman';
	font-size: 17px;
	color: #fff;
	background: url("../images/pictures/CreditCard.svg") no-repeat left center;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	text-transform: none;
	text-align: left;
	padding: 10px 0 10px 60px;
}
.c-card .total {
	float: right;
	margin-top: 5px;
	text-align: center;
}
.c-card .total strong {
	font-family: 'HelveticaLTStd-Bold';
	color: #d1ee0d;
}
.blue .modal-content .c-card .total p {
	font-size: 11px;
	opacity: 0.5;
	font-family: 'HelveticaLTStd-Light';
}
.blue .modal-content .c-card .total p span {
	color: #d1ee0d;
}
.c-card input {
	width: 100%;
	font-family: 'HelveticaLTStd-Roman';
	border-radius: 10px;
	padding: 12px 25px;
	background: #fff;
	font-size: 17px;
	color: #1b1632;
	border: 2px solid #fff;
}
.c-card input:focus {
	border-color: #d1ee0d;
}
.c-card .error input {
	
	border-color: #ff0067;
}
.c-card .input {
	position: relative;
}
.c-card .error:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 0;
	width: 28px;
	height: 100%;
	background: url("../images/pictures/MistakeSign.svg") no-repeat right center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.c-card .tip {
	position: absolute;
	bottom: -19px;
	right: 0;
	font-size: 13px;
	color: #ff0067;
	display: none;
}
.c-card .error .tip {
	display: block;
}
.card-icon input {
	background: #fff url("../images/pictures/card1.png") no-repeat 96% center;
	padding-right: 60px;
}
.card-icon2 input {
	background: #fff url("../images/pictures/card2.png") no-repeat 93% center;
	padding-right: 60px;
}
.c-card .card-icon.error:after {
	right: 70px;
}
.c-card .card-icon2.error:after {
	right: 65px;
}
.modal.fade .modal-dialog {
	transform: translateY(4%);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    will-change: transform;
}

.modal.fade.in .modal-dialog {
	opacity: 1;
    transform: translateY(0%) !important;
}

.blue .modal-dialog {
	
	top: 5% !important;
}
#content .plan-area.second h3 {
	margin-bottom: 45px;
}
#content .plan-area.second h4 {
	font-size: 24px;
}
.plan-area.second li {
	padding-top: 24px;
}



@media screen and (max-width: 1590px) {
	.dark.long .container.large {
		width: 100%;
	}
	#content .get-diet ul li.left-1, #content .get-diet ul li.left-2 {
		left: -67px;
		
	}
	#content .get-diet ul li.right-1, #content .get-diet ul li.right-2 {
		right: -180px;
	}
	.get-diet img {
		width: 800px;
	}
	#content .get-diet ul li {
		font-size: 18px;
	}
	#content .get-diet ul li.right-1 {
		top: 290px;
	}
	#content .get-diet ul li.right-2 {
		top: 490px;
	}
	.bgbox {
		-webkit-background-size: cover;
		background-size: cover;
	}
}
@media screen and (max-width: 1340px) {
	.container, .dark .news .container, #content .cards .container {width: 90%;}
	#footer .navbar-nav > li {margin: 20px 15px;}
	#footer .navbar-nav > li > a::before {left: -17px;}
	#footer .links li a {
		padding: 0 8px;
	}
	#footer .navbar-nav {
		margin-bottom: 0;
	}
	.gratitudes .owl-carousel .owl-nav button.owl-prev, .gratitudes .owl-carousel .owl-nav button.owl-next {
		width: 70px;
		height: 70px;
	}
	.gratitudes .owl-carousel .owl-nav button.owl-prev {
		left: -78px;
	}
	.gratitudes .owl-carousel .owl-nav button.owl-next {
		right: -78px;
	}
	#footer .navbar-nav {
		float: left;
	}
	#footer .links li:first-child a {
		padding-left: 0;
	}
	
	.lt {
		left: 0;
	}
	.rt {
		right: 0;
	}
	.lt img, .rt img, .rb img {
		width: 70%;
	}
	.rt, .rb {
		text-align: right;
	}
	.pay {
		width: 800px;
		padding: 15px 30px;
	}
	#content .pay ul li {
		margin-left: 15px;
	}
	.pay ul img {
		height: 40px;
	}
	.pay span {
		font-size: 14px;
		top: 0;
	}
	.pict img {
		width: 100%;
	}
	#content .cards ul li {
		margin: 0 10px;
	}
	#content .cards img {
		height: 40px;
	}
	#header .logotype {
		width: 300px;
	}
	#header .logotype img {
		width: 100%;
	}
	#header h1 {
		margin: 30px 0;
	}
	.dark-bg #content .get img {
		width: 100%;
		margin: 0;
	}
	.dark-bg #content .get h2 {
		margin: 0;
	}
	.dark-bg #content .get ul {
		margin-left: 0;
		font-size: 26px;
	}
	#content .btn-area:after, #content .get:after {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 100%;
		top: -200px;
		left: -50px;
	}
	.one #content .container {
		width: 82%;
	}
	.img-box img {
		width: 100%;
	}
	.new #header .logotype img {
		width: auto;
	}
	#content .bgbox ul li {
		margin: 0 12px;
	}
	#content .bgbox.bg7, #content .bgbox.bg8 {
		padding: 25px;
	}
	#content .bgbox.bg7 h4, #content .bgbox.bg8 h4 {
		font-size: 40px;
		right: 25px;
		top: 30px;
	}
	#content .date-box ul {
		text-align: center;
	}
	#content .date-box ul li {
		margin: 0;
		width: 19%;
	}
	#content .date-box ul li a {
		padding-left: 0;
		padding-right: 0;
	}
	#content .kg-box ul li {
		padding: 0;
		width: 12%;
	}
	#content .kg-box ul li::before {
		left: -10px;
	}
	
	.new #header h1 {
		font-size: 52px;
	}
	.date-box {
		-webkit-background-size: auto 180px;
		background-size: auto 180px;
	}
	.point.p1 {
		left: 26%;
		top: 120px;
		top: 32%;
	}
	.point.p2 {
		left: auto;
		right: 25%;
		top: auto;
		bottom: 12%;
	}
	.get-diet::before {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#content .click .btn-shadow {
		padding: 24px 10px !important;
		font-size: 24px;
	}
	
	
}
@media screen and (max-width: 1200px) {
	#content .kg-box ul li {
		width: 10%;
	}
	#header .navbar-nav > li {margin: 25px 15px;}
	#header .navbar-nav > li > a::before {left: -17px;}
	#header .logotype {margin: 17px 10px 0;}
	H1 {font-size: 50px;}
	#content .keto-info p {
		font-size: 16px;
	}
	#content .indent-box {
		margin-top: 138px;
	}
	#content h2 {
		font-size: 68px;
	}
	.gender-area {
		margin: 40px auto;
	}
	.digits .box::before { 
		width: 190px;
		height: 190px;
		left: -10px;
		top: -13px;
	}
	.gratitudes .container {
		width: 80%;
	}
	#content .gratitudes p {
		font-size: 18px;
	}
	#content .gratitudes h3 {
		font-size: 28px;
	}
	#footer .links li {
		font-size: 15px;
	}
	#header .bg-box {
		height: 1174px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#footer .navbar-nav > li > a {
		font-size: 16px;
	}
	#header.small:after, .transparent #header:after {
		-webkit-background-size: 1200px auto;
		background-size: 1200px auto;
	}
	#header .icon {
		width: 70px;
		top: 142px;
		left: 7px;
	}
	#header .icon img {
		width: 60px;
	}
	#header .icon.gen img {
		width: 100%;
		margin: 0 0 0 4px;
	}
	#header .icon.pay1 img {
		margin-top: 6px;
	}
	
	#header .icon.meat img, #header .icon.pay2 img, #header .icon.test2 img {
		width: 100%;
		margin: 0;
	}
	#header .icon.pay2 img {
		margin: 3px 0 0 5px;
	}
	#header .icon.par img {
		margin: 5px 0 0 5px;
		width: 100%;
	}
	#header .icon.test2 img {
		margin-left: 4px;
	}
	#content .choose h1, #content.plus-minus h1 {
		padding-top: 15px;
	}
	#header .icon.test3 img {
		width: 100%;
		margin: 0;
	}
	#content.list .container {
		width: 582px;
	}
	#header .icon.w100 img {
		width: 100%;
	}
	#header .icon.test4 img {
		width: 100%;
		margin: -5px 0 0 5px;
	}
	#header .icon.test7 img {
		
	    margin: -3px 0 0px -5px;
	    left: 0;
		
	}
	#header .icon.test8 img {
		
	    margin: 2px 0 0px 3px;
	    left: 0;
		
	}
	#header h1 {
		margin: 23px 0;
	}
	.dark.long .container {
		width: 700px;
	}
	.long .ruler {
		margin-top: 20px;
	}
	.dark.long .container.medium {
		width: 530px;
	}
	#header .icon.test10 img {
		margin: 0 0 0 5px;
	}
	#header .icon.test11 img {
		margin: -3px 0 0px 2px;
		
	}
	#header .icon.test12 img {
		width: auto;
		height: 70px;
		margin: 0 0 0 7px;
	}
	#header .icon.em-ic img {
		width: 60px;
		margin-left: 5px;
	}
	#header .icon.test13 img {
		margin: -6px 0 0px 3px;
	}
	#header .icon.test15 img {
		margin: -3px 0 0px 5px;
	}
	#content.plus-minus > .container.wide ul {
		width: 650px;
	}
	.rt.small img, .lt.small img {
		width: 180px;
	}
	#header .icon.test16 img {
		margin: -5px 0 0px 7px;
	}
	#header .icon.test17 img {
		margin: -4px 0 0px 7px;
	}
	#header .icon.test18 img {
		margin: -3px 0 0px 4px;
	}
	#header .icon.test19 img {
		margin: 5px 0 0px 3px;
	}
	#header .icon.test20 img {
		width: 55px;
		margin: -10px 0 0px 0px;
	}
	.topbg {
		background-position: right 0;
		-webkit-background-size: cover;
		background-size: cover;
		height: 560px;
	}
	#content .logos ul li {
		padding: 50px 30px;
	}
	.plan {
		padding: 20px 20px 30px 20px;
	}
	.u-reviews {
		width: 80%;
	}
	.u-reviews img {
		width: 100%;
	}
	
	
	.pmnt #header {
		min-height: 478px;
	}
	
	
}
@media screen and (max-width: 1180px) {
	.date-box {
		-webkit-background-size: auto 158px;
		background-size: auto 158px;
	}
	.point.p1 {
		left: 26%;
		top: 120px;
		top: 33%;
	}
	.point.p2 {
		left: auto;
		right: 25%;
		top: auto;
		bottom: 13%;
	}
	#content .plan-area .all h3 {
		margin-left: 0;
	}
	#content .plan-area ul {margin: 0;}
	.all {
		padding-left: 50px;
	}
	.pricebox span {
		font-size: 42px;
	}
	#content .plan h6 {
		font-size: 30px;
	}
	.plan {
		padding: 15px 10px 30px 10px;
	}
	#content .click .btn-shadow {
		font-size: 18px;
	}
	.all img {
		margin-left: 20px;
		width: 100%;
	}
	.new #header {
		min-height: 430px;
	}
	.pmnt #header h1 {
		margin-top: 0;
	}
	.pmnt #header h1 {
		font-size: 44px;
	}
	.pmnt #header h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 1090px) {
	#content .indent-box {
		margin-top: 108px;
	}
	#content .news h2 {
		font-size: 60px;
	}
	#footer .navbar-nav > li > a {
		font-size: 15px;
	}
	#footer .container {
		width: 96%;
	}
	#footer .links li { font-size: 14px; }
	#footer .links li a { padding: 0 5px; }
	.news .img {
		width: 140px;
		height: 140px;
	}
	.news .img:before {
		width: 155px;
		height: 155px;
		left: -8px;
		top: -8px;
	}
	#content .gratitudes h3 {
		font-size: 21px;
	}
	#content .gratitudes .bg-box {
		font-size: 13px;
	}
	#content .gratitudes h6 {
		font-size: 15px;
	}
	#content .gratitudes .indent a::after { 
		background-position: right 0;
		width: 120px;
		top: 12px;
		right: -135px;
	}
	.gender-area {
		margin-bottom: 11px;
	}
	.ruler {
		left: 0;
	}
	.rt.lemon {
		right: 10px;
	}
	.dark .container.medium {
		width: 55%;
	}
	.input-bg input {
		margin-left: 9%;
		width: 89%;
	}
	#content.dark .news h2 {
		font-size: 32px;
	}
	.home #header .container {
		width: 96%;
	}
	.dark-bg #content .get h2 {
		font-size: 48px;
	}
	.dark-bg #content .get ul {
		font-size: 20px;
	}
	
	
	
	.point.p1 {
		left: 26%;
		top: 120px;
		top: 36%;
	}
	.point.p2 {
		left: auto;
		right: 25%;
		top: auto;
		bottom: 14%;
	}
	#content .bgbox.bg6 h6 {
		right: 26px;
	}
}
@media screen and (max-width: 992px) {
	H1 {font-size: 35px;}
	#header .logotype {
		margin: 12px 0 10px 0;
	}
	#header .logotype img {max-width: 100%;}
	#header .navbar-nav > li > a {font-size: 15px;}
	#header .navbar-nav > li {margin: 25px 10px 10px;}
	#header .navbar-nav > li > a::before {left: -13px;}
	.gend-box {height: 337px; width: 337px;}
	.pic-gender img { height: 117px;}
	.gend-info {font-size: 24px;}
	.gend-text {font-size: 18px;}
	.prog-area {padding: 20px 0 45px; margin-top: 30px;}
	.gender-area {margin-top: 20px;}
	#header .bg-box img {
		width: 120%;
	}
	/*#header .bg-box {
		-webkit-background-size: 135% auto;
		background-size: 135% auto;
	}*/
	.prog-area {
		margin-bottom: 40px;
	}
	.keto-info .photo {
		margin-top: -20px;
		margin-left: 15%;
	}
	.keto-info .photo img {
		width: 55%;
	}
	#content h2, #content .news h2 {
		font-size: 50px;
		
	}
	#content .news h2 { margin-right: 0; text-align: center; }
	#content h3 {
		font-size: 30px;
	}
	#content .news h2 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	#content .news h2 span {
		display: inline;
	}
	.news {
		padding-top: 75px;
	}
	
	#content .digits h2 {
		margin-bottom: 50px;
	}
	.digits {
		padding-top: 33px;
		height: auto;
		background: url("../images/bg/green-bg-small.jpg") repeat left top;
	}
	#content .digits h2::before, #content .digits h2::after { 
		top: 24px;
	}
	.digits .box {
		margin-bottom: 12px;
	}
	#content .digits a {
		margin-bottom: 30px;
	}
	#content .gratitudes .bg-box {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.gratitudes {
		background-position: center bottom;
		height: auto;
		padding: 190px 0 50px;
	}
	#content .gratitudes .indent {
		padding: 25px 20px 90px;
	}
	#content .gratitudes .indent a {
		font-size: 18px;
	}
	
	#content .steps {
		height: auto;
		padding-bottom: 20px;
		padding-top: 60px;
	}
	.home #footer {
		background: #02987b;
		height: auto;
		z-index:54;
	}
	#footer .col-md-9 {
		width: 100%;
	}
	#footer .navbar-nav {
		float: left;
	}
	#content .indent-box {
		margin-top: 38px;
	}
	#header .bg-box {
		height: 875px;
	}
	#footer .navbar-nav > li > a {
		font-size: 18px;
	}
	#footer .links li {
		font-size: 16px;
	}
	.pay {
		width: 667px;
	}
	.pay span {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	#content.dark h4 {
		font-size: 18px;
	}
	.payment {
		padding: 20px;
	}
	#header.small:after, .transparent #header:after {
		-webkit-background-size: 999px auto;
		background-size: 999px auto;
	}
	#header .icon {
	    width: 60px;
	    top: 163px;
	}
	.ruler {
		width: 749px;
		margin: 10px auto 0;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.ruler .prog-area {
		padding: 30px 0;
		margin-bottom: 0;
	}
	.lt img, .rt img, .rb img {
		width: 44%;
	}
	#content.dark h4 {
		display: inline-block;
		font-size: 18px;
	}
	#content .ruler .back, #content .ruler .help {
		font-size: 17px;
		width: 102px;
		top: 38px;
	}
	.progress {
		max-width: 70%;
	}
	#content .ruler p {
		margin-right: 40px;
		font-size: 11px;
		margin-bottom: 10px;
	}
	#content .ruler .prog-area ul {
		margin-bottom: 0;
	}
	#content .ruler .prog-area li {
		margin: 11px 6px;
	}
	#content .ruler .prog-area li::before {
	    width: 17px;
	    left: -17px;
	}
	#content .ruler strong {
		margin-right: 37px;
		font-size: 22px;
	}
	#content .ruler .prog-area li.active::before {
	    width: 13px;
	    left: -13px;
	}
	#content .ruler .prog-area li.closed a {
		position: relative;
		top: -1px;
	}
	#header .container {
		width: 100%;
	}
	#content .pict {
		text-align: center;
		margin-top: 0;
	}
	.pict img {
		width: 50%;
		display: inline;
	}
	.input-bg input {
		font-size: 16px;
	}
	.input-bg input {
	    margin-left: 13%;
	    width: 83%;
	}
	#content .checkbox label {
		font-size: 18px;
	}
	.checkmark {
		width: 40px;
		height: 40px;
	}
	#content .checkbox label {
		padding: 0 0 0 60px;
	}
	.checkmark:after{
		-webkit-background-size: 20px auto !important;
		background-size: 20px auto !important;
	}
	.no-bg #content p, .no-bg #content ul li {
		font-size: 17px;
	}
	.pay-box .container {
		width: 90%;
	}
	#content .cards {
		padding: 35px 0;
	}
	#content .cards img {
		height: 30px;
	}
	#content.dark .news h2 {
		margin-top: 0;
	}
	#content.pay-box .price p {
		display: inline-block;
	}
	#content.pay-box .price span {
		width: 200px;
		margin: 0 auto;
		text-align: center;
	}
	#content.pay-box h6 {
		margin: 20px 0;
	}
	#content.pay-box .price {
		margin-top: 10px;
	}
	#content.pay-box .price span:before {
		background-position: center center;
		left: -6px;
	}
	#content.pay-box .col-xs-12 ul {
		text-align: center;
		margin-left: 0;
	}
	.dark .news .container {
		width: 77%;
	}
	#content.pay-box h6 {
		font-size: 18px;
	}
	#footer .logotype img {
		width: 130px;
	}
	.home #footer .logotype img {
	    width: 128px;
	    margin-top: 0;
	}
	#content.plus-minus .container {
		width: 90%;
	}
	#content .choose h1, #content.plus-minus h1 {
		font-size: 32px;
	}
	#content.plus-minus > .container ul {
		width: 400px;
		font-size: 16px;
	}
	#content.plus-minus > .container ul li::after { 
		top: 8px;
		right: 11px;
	}
	#content.plus-minus > .container ul li em, #content.plus-minus > .container ul li:before {
		top: 26px;
		right: 24px;
	}
	#content.list > .container ul {
		font-size: 18px;
	}
	.dark.long .container {
		width: 600px;
	}
	.dark .container .choose {
		width: 100%;
	}
	#content.dark.long h1 {
		font-size: 34px;
	}
	#header .icon.test12 img {
		height: 60px;
		
	}
	#header .icon.em-ic img {
		width: 51px;
		
	}
	#content.plus-minus > .container.wide ul {
		width: 450px;
	}
	.home #header .container {
		width: 100%;
	}
	
	#content .btn-area .btn {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 500px;
		font-size: 24px;
		height: 150px;
		line-height: 115px;
	}
	#content .btn-area {
		margin-top: -82px;
	}
	#content .get *, .dark-bg #content .get h2 {
		text-align: center;
	}
	#content .btn.orange {
		margin-top: 50px;
	}
	.recipes #content .nav-tabs > li {
		font-size: 18px;
	}
	.recipes #content .nav-tabs > li > a {
		padding: 20px 25px;
	}
	.dark-bg.recipes #content h2 {
		font-size: 36px;
	}
	.dark-bg.recipes #content .rec p {
		font-size: 18px;
	}
	.recipes table th:first-child, .recipes table td:first-child,
	.recipes table th:nth-of-type(2), .recipes table td:nth-of-type(2), .recipes table th:nth-of-type(3), .recipes table td:nth-of-type(3) {
		width: auto;
	}
	.recipes table th, .recipes table td {
		padding: 7px !important;
		font-size: 14px;
	}
	.one .to {
		right: 15px;
	}
	.one #content .container {
		width: 76%;
	}
	.one .col-xs-12.right {
		margin-top: 30px;
	}
	.ruler:before { 
		-webkit-background-size: 491px auto;
		background-size: 491px auto;
		background-position: 113px -3px;
	}
	.promise {
		width: 80%;
	}
	.topbg {
		-webkit-background-size: 133% auto;
		background-size: 133% auto;
	}
	.new #header h1 {
		font-size: 42px;
		margin-right: 200px;
		padding-left: 120px;
	}
	#content .kg-box ul {
		font-size: 34px;
	}
	#content .kg-box ul li {
		width: 9%;
	}
	.date-box-pink {
		-webkit-background-size: auto 123px;
		background-size: auto 123px;
	}
	.point.p2 {
		bottom: 15%;
	}
	#content .bgbox ul li {
		margin: 0 4px;
	}
	#content .logos ul li {
		padding: 50px 10px;
	}
	#content .btn-shadow {
		font-size: 20px;
	}
	#content .bgbox.bg4 h6 {
		margin: 20px auto 0;
		font-size: 32px;
		width: 50%;
	}
	#content .bgbox.bg7 h6 {
		width: 50%;
	}
	.get-diet img {
		width: 530px;
	}
	.point {
		font-size: 20px;
	}
	.point.p1 {
		left: 23.5%;
		top: 120px;
		top: 40%;
	}
	.point.p2 {
		bottom: 23%;
		right: 22%;
	}
	.bgbox {
		margin: 30px -7px 0;
		height: 300px;
	}
	#content .bgbox.bg7 h6, #content .bgbox.bg8 h6 {
		font-size: 31px;
	}
	#content .bgbox h6 span {
		font-size: 20px;
	}
	#content .bgbox.bg6 h6 {
		font-size: 34px;
	}
	#content .bgbox.bg5 h4 {
		font-size: 48px;
	}
	#content .bgbox.bg3 h4, #content .bgbox.bg4 h4 {
		margin-top: 0;
	}
	#content .get-diet ul li {
		width: 222px;
		padding-left: 67px;
	}
	#content .get-diet ul li .li-line {
		right: -100px;
		bottom: -10px;
	}
	.get-diet {
		margin-bottom: -78px;
	}
	#content .get-diet ul li.right-1, #content .get-diet ul li.right-2 {
		right: -53px;
	}
	#content .get-diet ul li.right-1 .li-line, #content .get-diet ul li.right-2 .li-line {
		left: -100px;
		bottom: -10px;
	}
	#content .get-diet ul li.left-1 {
		top: 165px;
	}
	#content .get-diet ul li.left-2 {
		top: 338px;
	}
	#content .get-diet ul li.right-1 {
		top: 229px;
	}
	#content .get-diet ul li.right-2 {
		top: 365px;
	}
	#content .get-diet h2 {
		margin-top: -20px;
		margin-bottom: 85px;
	}
	#content .bgbox ul {
		font-size: 14px;
	}
	#content .bgbox ul li span {
		font-size: 16px;
	}
	
	#content .bgbox ul li::before {
		width: 5px;
		height: 5px;
	}
	#content .bgbox h4 {
		margin-top: 20px;
	}
	#content .logos h2 {
		line-height: 120%;
	}
	
	#content .logos ul li {
		padding: 30px 0;
		width: 30%;
	}
	#content .logos ul img {
		width: 80%;
	}
	#content .bgbox.bg7 h4, #content .bgbox.bg8 h4 {
		top: 67px;
	}
	.center-item {
		left: 4px;
	}
	.date-box-pink {
		background: url("../images/bg/line-mob.png") no-repeat center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		
	}
	.date-box {
		background: linear-gradient(to bottom, #1d1230, #190f28);
	}
	.point:after {
		display: none !important;
	}
	.pmnt #header h1, .pmnt #header h3 {
		padding-left: 0;
		margin-left: 20px;
	}
	.all {
		padding-top: 100px;
		padding-left: 15px;
	}
	#content .plan-area ul {
		margin-left: -15px;
	}
	.all img {
		margin-left: 0;
		width: auto;
	}
	.photobox {
		display: block;
		margin: 0 auto;
	}
	.u-reviews {
		width: auto;
	}
	.pmnt #header h1 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.pmnt #header h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.pmnt #header .logotype {
		width: 200px;
		margin: 0;
		display: inline-block;
	}
	.pmnt #header .logotype img {
		width: 100%;
	}
	.time-box {
		width: auto;
		font-size: 18px;
		margin-top: 10px;
		padding: 10px 18px;
	}
	.pmnt #header {
		min-height: 322px;
	}
	.pmnt #header h3, .pmnt #header h1 {
		width: 60%;
	}
	#content .plan-area.second h3 {
		margin-bottom: 30px;
	}
	.pmnt .topbg {
		height: 400px;
	}
	.pmnt .topbg::after { 
		-webkit-background-size: 400px auto;
		background-size: 400px auto;
	}
	
	/* end 992 */
}
@media screen and (max-width: 767px) {
	.pmnt .topbg:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 72px;
		
		top: 230px;
		background: url("../images/pictures/salat.png") no-repeat right 0;
		-webkit-background-size: 113px auto;
		background-size: 113px auto;
	}
	#footer {
		text-align: center;
	}
	#footer .logotype img {
		width: 305px;
	}
	#footer .links-area {
		width: 100%;
	}
	#footer .text {
		width: 100%;
		margin-bottom: 7px;
	}
	#footer .text p {
		text-align: center;
		border: none;
		margin: 8px 0 0;
	}
	#header .navbar-nav > li > a {
		padding: 15px 28px;
		display: inline-block;
		font-size: 18px;
	}
	#header .navbar-nav > li {
		margin: 0;
		display: block;
		text-align:center;
		border: none;
	}
	#header .navbar-nav li::before {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -2px;
		width: 5px;
		height: 5px;
	}
	#header .navbar-nav > li > a::after {
		bottom: 12px;
	}
	#header .logotype img {
		width: 203px;
		margin: 13px 0 0 20px;
	}
	#header .container {
		padding:0;
	}
	.container {width: 96%;}
	/* Drop-down */
	#header .nav > li:hover ul {opacity: 0;}
	#header .navbar-nav > li.open ul {
	    display: block;
	    opacity: 1;
	    top: 40px;
	    left: 15px;
	    visibility: visible;
	    z-index: 77777;
	}
	.navbar-collapse {
		border: none; 
		overflow: inherit !important;
		box-shadow: none; 
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		padding: 0;
		
	}
	#header.open .logotype {
		position: relative;
		z-index: 7;
	}
	
	#header .nav {		
		background: rgba(32,29,52,0.8)!important;
	}
	#header .navbar-header {
		position: relative;
		z-index: 89;
	}
	#nav-active:before {
		content: '';
		width: 100%;
		height: 115px;
		position: absolute;
		left: 0;
		top: -115px;
		background: rgba(32,29,52,0.8)!important;
	}
	
	
	.nav .menu-item-has-children {position: relative;}
	.nav .menu-item-has-children:before {
		content: '';
		border: 5px solid transparent;
		border-top: 5px solid #000;
		position: absolute;
		right: 15px;
		bottom: 11px;
		width: 0;
		cursor: pointer;
	}
	.nav .menu-item-has-children a {display: inline-block;}
	.navbar-toggle {display: block; z-index: 88; margin: 28px 30px 0; padding-bottom: 27px;}
	.navbar-toggle .icon-bar {background: #fff;}
	#header .navbar-nav {
		float: left; 
		width: 100%; 
		margin: 0; 
		text-align: right;
	}
	#header .navbar-toggle {
		z-index: 88;
		margin: 35px 22px 0 0;
		background: none;
		border: none;
		float: right;
		display: block;
		width: 42px;
		height: 42px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.navbar-toggle .icon-bar {
		width: 29px;
		height: 4px;
		display: block;
		float: right;
		margin: 0 0 6px!important;
		border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #cde409;
	}
	#header .navbar-toggle .icon-bar:last-child {
		width: 19px;
	}
	#header .navbar-toggle.open {
	}
	#header .open .icon-bar:last-child {
		display: none;
	}
	
	#header .open .icon-bar:nth-of-type(2), #header .open .icon-bar:nth-of-type(3) {
		display: block;
		margin-bottom: 0;
		position: absolute;
		-moz-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		-webkit-transform-origin: right bottom;
		-o-transform-origin: right bottom;
	}
	#header .open .icon-bar:nth-of-type(2) {
		-moz-transform: rotate(-42deg);
		-ms-transform: rotate(-42deg);
		-webkit-transform: rotate(-42deg);
		-o-transform: rotate(-42deg);
		right: 10px;
	}
	#header .open .icon-bar:nth-of-type(3) {
		-moz-transform: rotate(42deg);
		-ms-transform: rotate(42deg);
		-webkit-transform: rotate(42deg);
		-o-transform: rotate(42deg);
		top: 36px;
	}
	/* End Drop-down */
	#header h1 {
		font-size: 31px; 
		display: inline-block; 
		line-height: 92%; 
		margin: 4px 0 12px;
	}
	#header h1 span {display: block; text-align: right;}
	#header .logotype {
		margin: 0;
	}
	#header .container {
		top: 0;
	}
	#content .container.onepage {
		padding: 157px 0 100px;
	}
	.gender-area {display: block;}
	.gend-box {
	    height: 220px;
	    width: 220px;
	}
	.pic-gender img { height: 102px; }
	.pic-gender {padding: 22px 5px 16px; width: 119%;}
	.text-info {font-size: 26px;}
	.gend-text {
		font-family: 'Exo2-Light';
	}
	.gender-area {margin-top: 0;}
	.ball-2 {width: 77%; height: 77%;}
	.ball-1 {width: 100%; height: 100%;}
	
	#header .bg-box:before {
		top: 0;
		left: 0;
		width: 100%;
		content: '';
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
	}
	#header .navbar-header {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	
	
	#header .bg-box {
		height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	#content .prog-area h4 {
		display: none;
	}
	.prog-area li:not(.active) {
		display: none;
	}
	#content .prog-area {
		background: url("../images/bg/Гора.svg") no-repeat center top;
		
		margin: -54px 0 40px;
		padding: 0;
		min-height: 58px;
	}
	#content .prog-area li.active {
		margin: 0;
	} 
	#content .prog-area li.active a {
		background: none;
		font-family: 'Exo2-Medium';
		font-size: 24px;
		color: #fff;
		padding: 0;
	}
	.keto-info {
		background: #6f943f url("../images/bg/green-top.jpg") no-repeat center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		min-height: inherit;
	}
	.keto-info .button {
		display: none;
	}
	.keto-info .photo {
		margin: 0 auto 20px;
		width: 100%;
	}
	.keto-info .photo img {
		width: 100%;
	}
	#content h2, #content .news h2 {
		font-size: 31px;
		font-family: 'Exo2-SemiBold';
	}
	#content h2 span {
		display: inline;
	}
	#content h5, #content .keto-info p {
		font-size: 17px;
	}
	#content h5:before, #content h5:after {
		display: none;
	}
	#content h3 {
		font-size: 22px;
	}
	#header {
		padding-bottom: 20px;
	}
	#content .gratitudes .bg-box {
		display: inline-block;
		padding: 7px 15px;
	}
	.news .container {
		width: 74%;
	}
	#footer .navbar-nav {
		margin: 0;
	}
	#footer .navbar-nav > li {
		display: inline-block;
	}
	#content .steps {
		background-position: -500px 0;
		padding-bottom: 0;
	}
	#content .steps h2, #content .steps h5 {
		text-align: center;
		display: block;
	}
	.step .number strong { top: 5px; }
	.step .number {
		position: relative;
		font-size: 10px;
		width: 62px;
		height: 62px;
		margin: 0 auto;
		-webkit-background-size: 130% auto;
		background-size: 130% auto;
		border-width: 5px;
		top: -16px;
		left: 0;
	}
	#content .steps p {
		padding: 0 25px 25px;
		text-align: center;
	}
	#content .steps ul {
		margin: 0 60px 30px;
	}
	.step .number span {
		margin-top: 0;
	}
	.step .number strong {
		font-size: 27px;
	}
	.step {
		padding: 0;
		margin: 25px 0 0;
		
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;  
	}
	.steps .container, , #header .container {
		width: 100%;
		padding: 0;
	}
	#footer .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.steps .button {
		position: static;
		text-align: center;
		background: url("../images/bg/yellow-bg.png") no-repeat 0 top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 20px;
		
	}
	.steps .button img, .gratitudes .button img {
		width: 170px;
	}
	#content .digits h2:before, #content .digits h2:after,
	#content .gratitudes h2:before, #content .gratitudes h2:after {
		display: none;
	}
	#header .bg-box {
		background: #6f943f url("../images/pictures/header-im-medium.jpg") no-repeat center top;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.home #footer {
		padding-top: 180px;
		padding-bottom: 15px;
	}
	#footer .navbar-nav > li {
		display: block;
		margin: 0 0 20px;
		text-align: center;
	}
	#footer .navbar-nav {
		float: none;
	}
	#footer .navbar-nav > li > a {
		font-size: 18px;
		display: inline-block;
		padding: 0;
	}
	#footer .navbar-nav > li > a::before {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -12px;
	}
	#footer .links {
		float: none;
		margin: 13px -25px 0;
		display: inline-block;
		padding: 40px 0 0;
		border-top: 1px solid rgba(255,255,255,0.3);
		width:100%;
		text-align: center;
	}
	#footer .navbar-nav li {
		display: block;
		margin: 0 0 32px !important;
	}
	#footer .navbar-nav li:before {
		left: 0;
		right: 0;
		top: -16px;
		width: 5px;
		height: 5px;
		margin: 0 auto;
	}
	
	#footer .links li a {
		padding: 0 17px;
	}
	#content .gratitudes .item {
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;  
	}
	#content .gratitudes .photo img {
		border-radius: 0 0 30px 30px;
		-webkit-border-radius: 0 0 30px 30px;
		-moz-border-radius: 0 0 30px 30px;
		-o-border-radius: 0 0 30px 30px;  
	}
	#content .gratitudes h3 {
		color: #fff;
		font-size: 21px;
	}
	#content .gratitudes h6 {
		font-size: 14px;
	}
	#content .gratitudes p {
		font-size: 17px;
	}
	#content .gratitudes .bg-box {
		padding: 2px 10px;
		font-size: 12px;
	}
	#content .gratitudes .bg-box {
		float: right;
	}
	.gratitudes .owl-carousel .owl-nav button.owl-prev {
		left: -58px;
	}
	.gratitudes .owl-carousel .owl-nav button.owl-next {
		right: -58px;
	}
	.cookies p span {
		display: block;
		margin-bottom: 10px;
	}
	#logos .item a:not(.img) {
		display: block;
	}
	#content .steps ul {
		margin-bottom: 0;
	}
	.step {
		padding-bottom: 10px;
	}
	.keto-info .photo {
		width: 100%;
		margin-bottom: -40%;
		text-align: center;
	}
	.keto-info .photo img {
		width: 80%;
		margin-left: -2%;
	}
	#content .indent-box {
		background: url("../images/bg/green-medium.png") no-repeat center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0 -50px;
		padding: 60px 50px 30px;
		height: auto;
		
	}
	
	.button a::before, .button a::after { 
		width: 166px;
		height: 166px;
		left: 2px;
		top: 2px;
	}
	.gender-area {
		margin-bottom: 55px;
	}
	#header {
		padding-bottom: 13px;
	}
	.dark .container {
		width: 100%;
		padding: 0;
	}
	.payment {
		width: 100%;
		
	}
	.lt, .rb, .rt {
		display: none;
	}
	.payment .temp {
		width: 100%;
	}
	.pay {
		width: 100%;
		margin: 0;
		background: #0b090c;
		text-align: center;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;  
		
	}
	#content .pay ul li {
		margin-bottom: 16px;
	}
	
	.transparent #header, #header.small {
		min-height: 220px;
	}
	#header.small.without::after {
		bottom: -70px;
	}
	#header .icon {
		top: 114px;
	}
	#content.dark {
		padding: 0;
	}
	
	
	.pay span {
		font-size: 21px;
	}
	#content.dark h4 {
		font-size: 18px;
	}
	#content .choose h1 {
		font-size: 31px;
	}
	#content .btn {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 300px;
		line-height: 157%;
	}
	#content .ruler p, #content .ruler .prog-area ul {
		display: none;
	}
	.ruler {
		background: none;
		width: 100%;
		height: auto;
		margin-top: 55px;
	}
	#content .ruler .prog-area {
		margin: 0;
		padding-top: 10px;
		min-height: 50px;
	}
	.progress{
		display:none;
	}
	#content .ruler strong {
		display:block;
		font-size: 24px;
		color: #fff;
		margin-right: 0;
		font-family: 'Exo2-Medium';
	}
	
	#content .ruler .back, #content .ruler .help {
		width: 135px;
		top: -80px;
		z-index: 77;
		border: 1px solid #5a5869;
		border-radius: 30px;
		padding: 5px;
	}
	#content .ruler .back {
		left: 20px;		
		text-align: left;
	}
	#content .ruler .help {
		text-align: right;
	}
	#content .ruler .back svg, #content .ruler .help svg {
		width: 40px;
		height: 40px;
	}
	#content .ruler .back span{
		padding-left:15px;
	}
	#content .ruler .help span{
		padding-right:15px;
	}
	#content .choose h1 {
		margin: 0 20px;
	}
	#content .choose h4 {
		margin: 30px 20px;
	}
	#content .choose ul li {
		margin-bottom: 45px;
	}
	#content .btn {
		margin: 20px 0 55px;
	}
	#content .param h1 {
		font-size: 31px;
		margin-bottom: 0;
	}
	.param {
		width: 86%;
		margin: 0 auto;
	}
	#content .nav-tabs > li.active > a, #content .nav-tabs > li.active > a:hover, #content .nav-tabs > li > a:hover {
		background: url("../images/bg/blue-mob.png") no-repeat center top !important;
	}
	#content .nav-tabs {
		display: inline-block;
		width: 320px;
	}
	#content .nav-tabs > li {
		height: 48px;
	}
	#content .nav-tabs > li > a {
		height: 100%;
	}
	.pict img {
		width: 100%;
	}
	#content {
		padding: 30px 0;
	}
	#header {
		min-height: 220px;
	}
	#header .picture h1 {
		top: 157px;
	}
	.dark .container.medium {
		width: 90%;
	}
	.form-box {
		padding-top: 0;
	}
	.wpcf7-submit {
		margin-top: 15px;
	}
	.wpcf7-submit {
		width: 292px;
		height: 52px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#toTop {
		width: 52px;
		height: 52px;
		right: 30px;
		left: auto;
	}
	.no-bg #content h4 {
		text-align: center;
		padding: 15px;
	}
	.no-bg #content p {
		margin-left: 0;
	}
	.no-bg #content h4 {
		background: rgba(0, 0, 0, 0.5);
	}
	.no-bg #content ul li {
		padding-left: 0;
	}
	.no-bg #content ul li:before {
		display: none;
	}
	.no-bg #content ul {
		margin-left: 0;
	}
	.no-bg .pict img {
		width: 80%;
	}
	#content.pay-box h6 {
		margin: 10px 0;
	}
	#content.pay-box .price span {
		font-size: 40px;
	}
	#content.pay-box .price span sup {
		font-size: 16px;
		top: 22px;
	}
	#content.pay-box .price span em {
		font-size: 12px;
		left: -7px;
	}
	.rating {
		margin: 0 auto 5px;
		display: block;
	}
	#content.pay-box .btn {
		width: 100%;
		line-height: 200%;
		background-position: top center;
	}
	#content.pay-box .btn::after { 
		display: none;
	}
	#content.pay-box .col-xs-12 ul {
		font-size: 16px;
	}
	#content.pay-box .col-xs-12 ul li {
		margin-bottom: 5px;
	}
	.pay-box .pay {
		margin-top: 30px;
		margin-bottom: 0;
	}
	#content.pay-box .col-xs-12 ul li:before {
		display: none;
	}
	#content .cards ul li {
		margin: 15px 10px;
	}
	.dark .news {
		padding: 40px 0;
	}
	#content.dark.pay-box > .container {
		width: 86%;
	}
	#content.pay-box .price span:before {
		-webkit-background-size: 75px auto;
		background-size: 75px auto;
	}
	#content.pay-box .btn {
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-o-border-radius: 50px;  
	}
	.no-bg #content .faq h4 {
		text-align: left;
	}
	.faq .panel {
		margin: 0;
	}
	.no-bg #content .faq h4 a, .recipes #content .panel h4 a {
		padding: 30px 70px 30px 20px;
	}
	.no-bg #content .faq p {
		font-size: 17px;
	}
	#content .step ul li {
		line-height: 130%;
	}
	#header {
		padding: 0;
	}
	
	#content .prog-area ul {
		margin-bottom: 5px;
	}
	.gender-area {
		margin-bottom: 80px;
	}
	#content.plus-minus h1, #content.list h1 {
		font-size: 31px;	
	}
	#content.plus-minus > .container ul {
		width: 100%;
		text-align: left;
		margin: 0;
	}
	#content.plus-minus > .container ul li {
		padding-left: 25px;
		padding-right: 60px;
	}
	#content.plus-minus .btn {
		margin-bottom: 100px;
		margin-top: 5px;
	}
	#content.list .container {
		width: 90%;
	}
	#content.list > .container ul {
		font-size: 16px;
	}
	#content .yes-no > div {
		width: 118px;
	}
	#content .yes-no > div::before {
		margin-bottom: 15px;
	}
	#content .yes-no > div::before, #content .yes-no > div::after { 
		height: 118px;
	}
	#content .yes-no > div {
		margin: 30px 5px 60px;
	}
	#content.list > .container ul.small {
		width: auto;
		margin: 35px 0 60px;
	}
	#content.dark.long h1, #content .em h1 {
		font-size: 31px;
	}
	.dark.long .container {
		width: 90%;
	}
	#content.long .btn {
		margin-bottom: 80px;
	}
	.dark.long .container.medium {
		width: 90%;
	}
	.home #header .container, #content.plus-minus > .container.wide ul {
		width: 100%;
	}
	#content.plus-minus > .container ul li {
		line-height: 138%;
	}
	#header .icon.test20 img {
		width: 45px;
		margin: -5px 0 0px 0px;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 88;
		margin: 0 !important;
	}
	#content .btn-area::after, #content .get::after {
		top: -21px;
		left: 0;
		-webkit-background-size: 400px auto;
		background-size: 400px auto;
	}
	#content .btn-area {
		margin-top: -58px;
	}
	#content .btn-area .btn {
		width: 327px;
		font-size: 16px;
		padding-top: 16px;
		top: -15px;
		line-height: 50px;
	}
	.dark-bg #header {
		min-height: 386px;
	}
	.dark-bg #header .picture h1 {
		font-size: 31px;
		padding-top: 60px;
		top: 139px;
		-webkit-background-size: 55px auto;
		background-size: 55px auto;
	}
	.dark-bg #header .picture h1 span {
		display: inline-block;
	}
	.small-title {
		margin-bottom: 50px;
	}
	.small-title h4 {
		font-size: 14px;
		-webkit-background-size: 35px auto;
		background-size: 35px auto;
		padding-bottom: 25px;
	}
	.dark-bg #content h3, .dark-bg #content h6 {
		font-size: 31px;
	}
	#content .bio ul li {
		width: 300px;
		margin: 0 1%;
		min-height: 376px;
	}
	#content .bio ul li img {
		width: 100%;
	}
	#content .bio ul a {
		width: 57px;
		height: 57px;
		top: -32px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-position: 0 1px;
	}
	#content .bio strong {
		font-size: 40px;
	}
	#content .bio .green strong, #content .bio .orange strong {
		font-size: 72px;
	}
	#content .bio .green h3 {
		margin: -15px 0 0 50px;
	}
	#content .bio .orange h3 {
		margin: -15px 0 0 60px;
	}
	#content .bio sup {
		top: 30px;
		left: 90px;
		font-size: 20px;
	}
	#content .bio .green span {
		font-size: 19px;
		top: 210px;
	}
	#content .bio .orange strong {
		top: 96px;
	}
	#content .bio .blue strong {
		font-size: 54px;
	}
	#content .bio .in {
		padding-top: 80px;
	}
	.dark-bg #content h6 {
		font-size: 19px;
	}
	#content .bio ul {
		margin-bottom: 0;
	}
	#content .bio .green.last strong {
		top: -50px;
	}
	#content .bio .green.last em {
		font-size: 19px;
		margin-top: -17px;
	}
	.pic-box .desk {
		display: none !important;
	} 
	.pic-box .mob {
		display: block !important;
	} 
	#content .get::after {
		display: none;
	}
	.dark-bg #content .get h2 {
		font-size: 31px;
		padding-top: 15px;
	}
	.dark-bg #content .get ul {
		font-size: 24px;
		text-align: left;
		margin-top: 50px;
	}
	.dark-bg #content .get ul li {
		position: relative;
		padding-left: 65px;
		margin-bottom: 15px;
	}
	.dark-bg #content .get ul li:before {
		position: absolute;
		left: 0;
		top: 0;
	}
	#content .btn.orange {
		width: auto;
		padding: 12px 20px;
		font-size: 21px;
		margin-bottom: 40px;
	}
	#content .get * {
		text-align: left;
	}
	.pic-box {
		text-align: center !important;
	}
	.dark-bg #content .get .mob {
		width: auto;
		text-align: center !important;
		display: inline !important; 
	}
	.modal-box {
		width: auto;
		right: 0;
		padding: 25px;
		top: 44px;
	}
	#content .modal-box p {
		text-align: center;
	}
	#content .modal-box .close {
		left: auto;
		right: 9px !important;
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
		top: -35px !important;
		width: 15px;
		height: 15px;
	}
	.dark-bg.recipes #header {
		min-height: 200px;
	}
	.dark-bg.recipes #header .picture h1 {
		top: 60px;
		padding-top: 65px;
		background: none;
	}
	.recipes #content .btn.small {
		float: none;
		font-size: 19px;
		padding: 8px 25px;
	}
	.recipes #content .nav-tabs > li, .recipes #content .nav-tabs {
		width: 100%;
		font-size: 24px;
	}
	.recipes #content .nav-tabs > li > a {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;  
		padding: 14px 25px;
	}
	.recipes #content .container {
		width: 100%;
		padding: 0;
	}
	.recipes #content .panel h4 {
		font-size: 19px;
	}
	.recipes #content .panel h4 a {
		padding: 15px 25px;
	}
	.recipes #content .panel-heading a::before, .recipes #content .panel-heading a::after {
		top: 22px;
	}
	.dark-bg.recipes #content h2 {
		font-size: 31px;
		margin-bottom: 25px;
	}
	.dark-bg.recipes #content h2:before, .dark-bg.recipes #content h2:after {
		display: none;
	}
	.rec {
		padding: 0 25px;
	}
	.dark-bg.recipes #content .cols {
		text-align: center;
		padding-bottom: 50px;
	}
	#content .cols img {
		width: 65px;
		margin-bottom: 10px;
	}
	.dark-bg.recipes #content .cols .row {
		margin-top: 10px;
	}
	.recipes #content .nav-tabs > li {
		margin-bottom: 4px;
	}
	.recipes #content .nav-tabs {
		border: none;
		margin-top: 15px;
	}
	.recipes #content .nav-tabs > li > a {
		position: relative;
		border-color: #37e8e1;
		color: #fff;
		background: rgba(62,197,227,1) !important;
		background: -moz-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,197,227,1)), color-stop(50%, rgba(69,167,229,1)), color-stop(100%, rgba(78,129,231,1))) !important;
		background: -webkit-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: -o-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: -ms-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: linear-gradient(to right, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ec5e3', endColorstr='#4e81e7', GradientType=1 );
		
	}
	.recipes #content .nav-tabs > li > a:after, #content .mobile-link:after {
		background: url("../images/pictures/Arrow_dropbar_FAQ.svg") no-repeat 0 -14px;
		width: 37px;
		height: 13px;
		content: '';
		position: absolute;
		right: 20px;
		top: 22px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#content .mobile-link.ac {
		cursor: default;
		opacity: 1 !important; 
	}
	.recipes #content .nav-tabs > li.active > a:after, #content .mobile-link.ac:after {
		right: 12px;
		-moz-transform: rotate(180deg); 
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg); 
		transform: rotate(180deg);
	}
	.recipes table {
		display: none;
	}
	.mobile-box {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
	}
	.recipes #content .mobile-box .panel h4 {
		font-size: 17px;
		text-transform: none;
		margin-bottom: 3px;
	}
	.recipes #content .mobile-box .panel h4 a, .recipes #content .mobile-box .panel h4 a:hover {
		background: rgba(77, 133, 231, 0.2);
		color: #4d86e7;
		position: relative;
	}
	.recipes #content .mobile-box .panel h4 a:after,
	.recipes #content .mobile-box .panel h4 a:before {
		right: 12px;
		background: url("../images/pictures/arrow-blue.png") no-repeat 0 top;
	}
	.recipes #content .mobile-box .panel h4 a.active:after,
	.recipes #content .mobile-box .panel h4 a.active:before {
		right: 25px;
		top: 19px;
	}
	.recipes #content .mobile-box .panel.orange h4 a, .recipes #content .mobile-box .panel.orange h4 a:hover {
		color: #f89c02;
		background: rgba(248, 156, 2, 0.2);
	}
	.recipes #content .mobile-box .panel.orange h4 a:after,
	.recipes #content .mobile-box .panel.orange h4 a:before {
		background: url("../images/pictures/arrow-orange.png") no-repeat 0 top;
	}
	.recipes #content .mobile-box .panel.green h4 a, .recipes #content .mobile-box .panel.green h4 a:hover {
		color: #8fe71c;
		background: rgba(148, 231, 28, 0.2);
	}
	.recipes #content .mobile-box .panel.green h4 a:after,
	.recipes #content .mobile-box .panel.green h4 a:before {
		background: url("../images/pictures/arrow-green.png") no-repeat 0 top;
	}
	.recipes #content .mobile-box .panel.purple h4 a, .recipes #content .mobile-box .panel.purple h4 a:hover {
		color: #c42f97;
		background: rgba(196, 47, 151, 0.2);
	}
	.recipes #content .mobile-box .panel.purple h4 a:after,
	.recipes #content .mobile-box .panel.purple h4 a:before {
		background: url("../images/pictures/arrow-purple.png") no-repeat 0 top;
	}
	.recipes #content .mobile-box .panel.total h4 a, .recipes #content .mobile-box .panel.total h4 a:hover {
		color: #fff;
		text-transform: uppercase;
		background: rgba(255, 255, 255, 0.2);
	}
	.recipes #content .mobile-box .panel.total h4 a:after,
	.recipes #content .mobile-box .panel.total h4 a:before,
	#content .mobile-link:before {
		background: url("../images/pictures/Arrow_dropbar_FAQ.svg") no-repeat 0 -14px;
		right: 22px;
	}
	.recipes .panel-group {
		margin: 0;
	}
	.recipes #content .mobile-box .panel.total {
		border-bottom: none !important;
	}
	.in-table {
		margin-top: -1px;
		font-size: 17px;
	}
	.in-table .row {
		background: rgba(184, 184, 184, 0.2);
		margin-bottom: 2px;
		padding: 15px 25px;
	}
	.in-table .row.no-indent {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.in-table .row.first {
		background: #5d5b72;
	}
	.recipes #content .panel .in-table p {
		margin: 0;
		font-size: 17px;
	}
	.recipes #content .panel .in-table a {
		color: #8ae613;
	}
	.recipes #content .panel .in-table strong {
		font-weight: 400;
	}
	.recipes #content .panel .in-table .last {
		background: rgba(77, 133, 231, 0.2);
		margin-top: -2px;
	}
	.recipes #content .panel .in-table .last strong {
		color: #4d86e7;
	}
	
	.recipes #content .panel.orange .in-table .last {
		background: rgba(248, 156, 2, 0.2);
	}
	.recipes #content .panel.orange .in-table .last strong {
		color: #f89c02;
	}
	
	.recipes #content .panel.green .in-table .last {
		
		background: rgba(148, 231, 28, 0.2);
	}
	.recipes #content .panel.green .in-table .last strong {
		color: #8fe71c;
	}
	
	.recipes #content .panel.purple .in-table .last {
		
		background: rgba(196, 47, 151, 0.2);
	}
	.recipes #content .panel.purple .in-table .last strong {
		color: #c42f97;
	}
	.recipes #content .mobile-box .panel h4 a.active {
		background: none;
	}
	.recipes #content .nav-tabs {
		display: none !important;
	}
	#content .mobile-link {
		width: 100%;
		padding: 10px 25px;
		margin-bottom: 3px;
		color: #fff;
		font-family: 'Exo2-Bold';
		font-size: 24px;
		display: block;
		position: relative;
		border: 1px solid transparent;
		border-bottom: none;
		text-decoration: none !important;
		border-color: #37e8e1;
		background: rgba(62,197,227,1) !important;
		background: -moz-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,197,227,1)), color-stop(50%, rgba(69,167,229,1)), color-stop(100%, rgba(78,129,231,1))) !important;
		background: -webkit-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: -o-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: -ms-linear-gradient(left, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		background: linear-gradient(to right, rgba(62,197,227,1) 0%, rgba(69,167,229,1) 50%, rgba(78,129,231,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ec5e3', endColorstr='#4e81e7', GradientType=1 );
		
	}
	#content .mobile-link:before {
		top: 19px;
	}
	.recipes .text-b {
		padding: 10px 25px;
	}
	.recipes .tab-content {
		margin-top: 15px;
	}
	.one .to {
		text-indent: -10000px;
	}
	.one #header .picture h1 {
		background: none;
		padding: 70px 10px 0;
	}
	.one #content h2 {
		font-size: 31px;
	}
	.one #content h3 span {
		display: none;
	}
	.one #content .container {
		width: 100%;
		padding: 0;
	}
	.one .col-xs-12.right {
		margin-top: 15px;
	}
	.one #content ol li::before {
		left: 30px;
	}
	.one #content ol li {
		padding-left: 70px;
		padding-right: 20px;
	}
	.one .img-box {
		margin: -10px 0;
	}
	.one #content .img-box a {
		right: 25px;
	}
	#content .copy {
		margin: 0;
		text-align: center;
		padding-top: 70px;
	}
	#content .copy:before {
		display: none;
	}
	.one .toTop {
		left: 0;
		bottom: 70px;
		margin: 0 auto;
	}
	.modal-content .close {
		right: 30px;
		top: -40px;
	}
	.modal-content {
		padding: 20px;
		text-align: center;
	}
	.ruler:before { display: none; }
	
	.test .ruler {
		position: absolute;
		bottom: 0;
		height: 220px;
		margin: 0 !important;
	}
	#content.dark {
		top: 0;
	}
	#content .ruler .back span,
	#content .ruler .help span,
	#content .ruler .back svg,
	#content .ruler .help svg{
		display:inline-block;
		vertical-align:middle;
	}
	
	
	.new #header .logotype img {
		width: 185px;
	}
	.new #header h1 {
		font-size: 36px;
		text-align: left;
		margin-right: 0;
		padding: 90px 0 0 20px;
		line-height: 120%;
		display: block;
		margin-left: 10px;
		-webkit-background-size: 90px auto;
		background-size: 90px auto;
	}
	.new #header h1::before {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 100px;
		left: -6px;
		top: 6px;
	}
	.new #header h1 span {
		text-align: left;
	}
	.new #header p {
		margin-left: 30px;
		font-size: 16px;
		margin-top: 14px;
	}
	.topbg {
		height: 400px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#content .kg-box ul {
		font-size: 24px;
	}
	.new .container {
		width: 100%;
		padding: 0;
	}
	.kg-box {
		margin: -60px 0 0;
		border-radius: 0;
	}
	#content .kg-box ul li:nth-of-type(4) {
		font-size: 53px;
	}
	#content .kg-box ul li .center-item span {
		font-size: 13px;
		margin-top: -10px;
	}
	.center-item {
		top: -52px;
		left: 0;
		padding-top: 19px;
	}
	
	.center-item::before {
		width: 120px;
		height: 120px;
		right: 0;
		
		margin: 0 auto;
	}
	.kg-box {
		height: 140px;
	}
	.kg-box::before { 
		width: 224px;
		height: 224px;
		top: -43px;
	}
	#content .kg-box ul {
		margin-top: 52px;
	}
	#content .kg-box ul li::before {
		width: 5px;
		height: 5px;
		left: -5px;
	}
	#content .kg-box ul li:first-child, #content .kg-box ul li:nth-of-type(2),
	#content .kg-box ul li:nth-of-type(6), #content .kg-box ul li:nth-of-type(7) {
		display: none;
	}
	#content .kg-box ul li .center-item strong {
		font-size: 13px;
		margin-top: 30px;
	}
	
	#content .kg-box ul li:nth-of-type(5):after {
		position: absolute;
		right: -5px;
		top: 42%;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2);
		content: '';
	}
	#content .date-box ul li {
		font-size: 12px;
	}
	
	#content .date-box ul li a {
		padding: 60px 10px 30px;
	}
	.point {
		font-size: 18px;
	}
	.point span {
		font-size: 10px;
	}
	.point::after {
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}
	.point.active::after {
		-webkit-background-size: 22px auto;
		background-size: 22px auto;
	}
	.point.p2 {
		bottom: auto;
		top: 63%;
	}
	.point.p1 {
		
	}
	#content .bgbox h4 {
		font-size: 50px;
		margin-top: 0;
	}
	.bgbox p {
		font-size: 14px;
	}
	.bgbox {
		margin: 22spx 20px 0;
	}
	
	#content .btn-shadow {
		font-size: 15px;
		margin-top: 50px;
		padding: 15px 25px !important;
		box-shadow: 0 0 10px 5px rgba(227, 52, 123, 1), 0 0 30px 5px rgba(227, 52, 123, 1);
		-webkit-box-shadow: 0 0 10px 5px rgba(227, 52, 123, 1), 0 0 30px 5px rgba(227, 52, 123, 1);
		-moz-box-shadow: 0 0 10px 5px rgba(227, 52, 123, 1), 0 0 30px 5px rgba(227, 52, 123, 1);
	}
	#content .btn-shadow:hover {
		box-shadow: 0 0 10px 5px #cde409, 0 0 30px 5px #cde409;
		-webkit-box-shadow: 0 0 10px 5px #cde409, 0 0 30px 5px #cde409;
		-moz-box-shadow: 0 0 10px 5px #cde409, 0 0 30px 5px #cde409;
	}
	#content .summary h2 {
		font-size: 23px;
		margin-bottom: 40px;
	}
	.summary {
		margin: 70px auto 15px;
	}
	.summary .col-sm-4 {
		float: left;
		width: 33%;
	}
	.smallbox {
		font-size: 13px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
	.smallbox span {
		margin-top: -3px;
	}
	.smallbox strong {
		font-size: 24px;
	}
	#content .bgbox h6 {
		font-size: 24px;
	}
	#content .bgbox.bg3 h4 sup {
		font-size: 24px;
		top: 16px;
	}
	#content .circle-shadow {
		font-size: 12px;
		top: -18px;
		right: -18px;
		padding-top: 26px;
		-webkit-background-size: 35px auto;
		background-size: 35px auto;
	}
	#content .circle-shadow:hover {
		-webkit-background-size: 35px auto;
		background-size: 35px auto;
	}
	#content .bgbox.bg4 h6, #content .bgbox.bg5 h6, #content .bgbox.bg7 h6, #content .bgbox.bg8 h6 {
		font-size: 18px;
	}
	#content .bgbox h6 span {
		font-size: 12px;
		margin-top: 10px;
	}
	#content .bgbox.bg5 h4, #content .bgbox.bg7 h4, #content .bgbox.bg8 h4 {
		font-size: 40px;
		top: 50px;
	}
	#content .bgbox h4 {
		margin-bottom: 0;
	}
	#content .bgbox.bg6 h6 {
		font-size: 25px;
	}
	#content .bgbox.bg6 h6 span {
		font-size: 16px;
		margin-top: 0;
	}
	#content .bgbox.bg7 p, #content .bgbox.bg8 p {
		font-size: 12px;
	}
	#content .get-diet h2 {
		font-size: 30px;
	}
	#content .get-diet ul {
		padding-top: 50px;
		margin-top: -50px !important;
	}
	.get-diet img {
		position: relative;
		z-index: 8;
	}
	#content .get-diet ul li {
		position: relative;
		z-index: 7;
		left: 0 !important;
		right: auto !important;
		top: 0 !important;
		padding-left: 63px;
		margin-bottom: 12px;
		margin-left: 15px;
		margin-right: 10px;
		-webkit-background-size: 65px auto;
		background-size: 65px auto;
	}
	#content .get-diet ul li::before { 
		-webkit-background-size: 65px auto;
		background-size: 65px auto;
		left: -1px;
		top: 4px;
	}
	#content .bgbox.bg7 p, #content .bgbox.bg8 p {
		margin-bottom: 0;
	}
	#content .get-diet ul li .li-line {
		display: none;
	}
	#content .logos h2 {
		font-size: 16px;
		margin-top: 60px;
	}
	
	#content .promise h2 {
		font-size: 30px;
	}
	#content .promise {
		width: 92%;
		margin: 50px auto;
	}
	#content .promise p em, #content .promise p {
		font-size: 14px;
	}
	
	.summary {
		width: 90%;
	}
	.date-box {
		margin: 0;
		border-radius: 0;
	}
	.get-diet img {
		width: 90%;
	}
	.promise .col-sm-6 {
		float: left;
	}
	.promise .col-sm-6.text-right {
		float: right;
		margin-top: -10px;
	}
	.topbg {
		background: url("../images/bg/mobile-bg.jpg") no-repeat right top;
		-webkit-background-size: 100% autos;
		background-size: 100% autos;
	}
	.topbg:after {
		background: url("../images/pictures/BigPlate.png") no-repeat right top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		content: '';
		width: 286px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.topbg:before {
		background: url("../images/pictures/salat.png") no-repeat right top;
		
		content: '';
		width: 150px;
		height: 100%;
		position: absolute;
		right: -73px;
		top: 240px;
	}
	.bgbox {
		height: auto;
		padding: 40px 0;
	}
	#content .bgbox h6, #content .bgbox.bg5 h6 {
		margin-top: 0;
	}
	#content .bgbox.bg3 p, #content .bgbox.bg4 p {
		position: relative;
		margin-top: 15px;
		margin-bottom: 0;
	}
	#content .bgbox.bg6 h6 {
		position: relative;
		top: 0;
		width: auto;
		margin-left: 50%;
	}
	.bgbox.bg6 {
		min-height: 200px;
	}
	#content .bgbox.bg4 h4 {
		margin-top: 15px;
	}
	.smallbox {
		height: 130px;
	}
	.bgbox.bg7, .bgbox.bg8 {
		height: auto;
	}
	.get-diet {
		margin-bottom: -15px;
		padding-top: 50px;
	}
	.get-diet ul {
		background: #1e1034;
		margin: 0 !important;
		position: relative;
	}
	.get-diet ul:after {
		background: url("../images/bg/top.jpg") no-repeat center top;
		-webkit-background-size: 188% auto;
		background-size: 188% auto;	
		height: 100%;
		top: 0;
		width: 100%;
		position: absolute;
		left: 0;
		content: '';
	}
	.logos:before {
		display: none;
	}
	.get-diet::before {
		-webkit-background-size: 200% auto;
		background-size: 200% auto;
		top: -100px;
	}
	.logos {
		padding-top: 30px;
	}
	#content .bgbox.bg5 h4 {
		top: 0;
	}
	.date-box {
		height: 311px;
	}
	#content .bgbox .modal-box p {
		font-size: 16px !important;
	}
	#content .get-diet h2 {
		margin: 0 0 35px;
	}
	#content .bgbox.bg3 h4 {
		left: -10px;
	}
	
	#content .date-box ul li:before {
		height: 100px;
	}
	#content .bgbox ul {
		font-size: 12px;
	}
	#content .bgbox ul li span {
		margin: 0;
		font-size: 14px;
	}
	#content .bgbox ul li::before {
		bottom: -9px;
	}
	.bgbox {
		margin-left: 7px;
		margin-right: 7px;
		padding: 20px 0;
	}
	.bgbox, .bgbox.bg6 {
		padding: 20px 0;
		min-height: 170px;
	}
	.bgbox.bg7, .bgbox.bg8 {
		
		min-height: inherit;
	}
	
	#content .get-diet ul li {
		width: auto;
	}
	#content .logos .btn-shadow {
		margin-top: 30px;
	}
	#content .logos h2 {
		margin-bottom: 0;
	}
	#content .promise .btn-shadow {
		margin-top: 20px;
	}
	#content .promise {
		margin-bottom: 25px;
	}
	.header-fixed {
		font-size: 14px;
	}
	.small-btn {
		padding: 4px 10px;
	}
	.header-fixed p {
		top: 0;
		margin-top: 14px;
	}
	.header-fixed {
		padding: 0;
	}
	.pmnt #header h1 {
		padding-top: 30px;
		margin-bottom: 5px;
	}
	.pmnt #header h3 {
		margin-left: 30px;
		font-size: 16px;
		margin-top: 10px;
		line-height: 120%;
	}
	.time-box {
		border-radius: 10px;
		width: auto;
		padding: 9px 28px;
		font-size: 14px;
		margin-left: 30px;
		margin-top: 20px;
	}
	.pmnt #header .time-box {
		margin-left: 30px;
		margin-top: 10px;
	}
	.pmnt .topbg {
		height: 350px;
	}
	.pmnt #header {
		min-height: 355px;
	}
	.pmnt #content {
		padding-top: 0;
	}
	
	.pmnt .topbg::after {
		background-position: right -50px;
	}
	#content .plan-area h3 {
		font-size: 26px;
	}
	.plan {
		font-size: 11px;
		margin: 20px;
		padding: 10px 10px 20px 10px;
	}
	#content .plan-area ul {
		margin-left: 0;
	}
	.plan-area li {
		font-size: 15px;
		padding-left: 75px;
	}
	#content .plan-area h4 {
		font-size: 22px;
	}
	.all img {
		margin-left: 30px;
	}
	.photobox {
		width: auto;
		margin: 0 15px;
		padding: 12px;
	}
	#content .photobox h6 {
		font-size: 16px;
		margin-top: 20px;
	}
	#content .photobox p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#content .textbox {
		margin: 40px 15px;
	}
	#content .textbox h2 {
		font-size: 28px;
	}
	#content .textbox h3 {
		margin-top: 20px;
	}
	.med-ben {
		margin-top: 0;
		padding: 40px 30px;
	}
	#content .med-ben ul {
		font-size: 18px;
		
	}
	#content .med-ben .pic {
		width: 65px;
		height: 65px;
		line-height: 57px;
	}
	#content .med-ben ul li {
		padding-left: 90px;
		min-height: 75px;
	}
	#content .med-ben ul li .txt {
		height: 65px;
	}
	#content .med-ben .pic img {
		width: 50%;
	}
	#content .med-ben ul li {
		width: auto;
	}
	#content .med-ben h2 {
		font-size: 26px;
		text-align: left;
		margin-bottom: 20px;
	}
	#content .textbox h3, #content .textbox p {
		font-size: 18px;
	}
	.logos.nobg {
		background: #1e1034 !important;
	}
	.offer {
		width: 170px;
		bottom: -13px;
	}
	.pricebox del {
		font-size: 14px;
	}
	.pricebox span {
		font-size: 36px;
	}
	#content .plan h6 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	#content .plan h6 span {
		font-size: 16px;
	}
	#content .plan p {
		font-size: 12px;
	}
	#content .click {
		padding-top: 10px;
	}
	#content .plan-area .all h3 {
		text-align: center;
	}
	.all {
		padding-top: 60px;
	}
	#content .click p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#content .click .btn-shadow {
		display: inline-block;
		padding: 15px 25px !important;
		font-size: 16px;
		margin-top: 20px;
	}
	.u-reviews {
		margin: 40px 20px;
	}
	#content .u-reviews ul {margin: 0;}
	.u-reviews li {
		width: auto;
		display: block;
		min-height: inherit;
		margin: 0 0 40px;
	}
	.u-reviews .time-box {
		margin: 30px 0;
	}
	#content .u-reviews .whitebg {
		padding: 30px 30px 10px;
	}
	#content .u-reviews h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	#content .plan-area li p {
		margin-bottom: 7px;
	}
	
	.blue .modal-content .close {
		top: 10px;
		right: 10px;
		width: 10px;
	}
	.blue .modal-content h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.blue .modal-dialog {
		width: 100%;
	}
	.blue .modal-body {
		padding: 5px;
	}
	.blue .modal-content .btn {
		font-size: 12px;
		padding: 5px;
	}
	.blue .modal-content .btn span {
		-webkit-background-size: 60px auto;
		background-size: 60px auto;
		background-position: 0 0;
		padding-left: 68px;
	}
	.blue .modal-content p {
		font-size: 11px;
	}
	.border-white {
		margin-top: 25px;
	}
	.blue .modal-content .border-white p {
		font-size: 10px;
		top: -18px;
		padding: 10px;
	}
	.c-card {
		padding: 10px 0px;
	}
	.c-card h4 {
		font-size: 13px;
		padding-left: 35px;
		-webkit-background-size: 23px auto;
		background-size: 23px auto;
	}
	.c-card .total {
		font-size: 13px;
	}
	.c-card label {
		margin: 10px 0;
		font-size: 10px;
	}
	.blue .modal-content .c-card .total p {
		font-size: 10px;
	}
	.c-card input {
		font-size: 12px;
		padding: 7px 13px;
	}
	.card-icon input {
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	.card-icon2 input {
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	.c-card .error::after { 
		width: 18px;
	}
	.c-card .card-icon.error::after {
		right: 40px;
	}
	.c-card .error .tip {
		font-size: 10px;
		bottom: -14px;
	}
	.card-icon input {
		padding-right: 35px;
	}
	.c-card button {
		font-size: 16px;
		border-radius: 5px;
		padding: 10px !important;
		margin-top: 15px;
	}
	.blue .modal-dialog {
		
		top: 5% !important;
	}
	#content .plan-area.second h4 {
		font-size: 20px;
	}
	.pricebox span {
		margin-right: -1px;
	}
	.pmnt .topbg::after {
		background: url("../images/pictures/BigPlate.png") no-repeat right 0;
		-webkit-background-size: 37% auto;
		background-size: 37% auto;
	}
	.pmnt #header h1 {
		width: 76%;
	}
	.plan-area {
		position: relative;
		z-index: 8;
	}
	.all img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 400px;
	}
	/* end 767 */
}	
@media screen and (max-width: 500px) { 
	#content .error .btn ,#content .error .btn:hover{
		width: 300px;
		height: 140px;
		line-height: 105px;
		background-size: 300px auto;
	}
	.no-bg #content .error h1 {
		font-size: 150px;
	}
	.no-bg #content .error p{
		width:90%;
		margin:auto;
	}
	#header.small .picture {
		-webkit-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
	#content .large .choose ul li {
		width: 45%;
		margin-left: 0;
		margin-right: 0;
	}
	#content .large .choose ul li::before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#content .date-box ul li:first-child, #content .date-box ul li:nth-of-type(5) {
		display: none;
	}
	#content .date-box ul li {
		width: 32%;
	}
	.point {
		width: 20%;
		text-align: center;
	}
	.point.p1 {
		left: 7%;
		top: 42%;
	}
	.point.p2 {
		right: 4%;
		top: 66%;
	}
	#content .date-box ul li:nth-of-type(2):before {
		display: none;
	}
	#content .get-diet ul li {width: auto;}
	.new #header h1 {
		font-size: 32px;
	}
	.topbg::after {
		width: 232px;
	}
	
	.pmnt #header h1, .pmnt #header h3 {
		width: auto;
	}
	.new #header p {
		font-size: 14px;
	}
	.date-box-pink {
		-webkit-background-size: 168% auto;
		background-size: 168% auto;
	}
	.smallbox img {
		width: 22px;
	}
	.smallbox {
		height: 105px;
	}
	.summary .col-sm-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.smallbox strong {
		margin-top: 6px;
	}
	
	#content .bgbox.bg7 p, #content .bgbox.bg8 p {
		width: 50%;
	}
	.all img {
		width: 80%;
		
	}
	.header-fixed .logotype {
		width: 100px;
		margin: 3px -10px 0;
	}
	.small-btn {
		padding: 4px 7px;
		font-size: 10px;
	}
	.header-fixed p {
		margin-right: 3px;
		margin-top: 12px;
	}
	.header-fixed {
		font-size: 12px;
	}
	
	.pmnt .topbg::after {
		background: url("../images/pictures/BigPlate00.png") no-repeat right 0;
		-webkit-background-size: 160px auto;
		background-size: 160px auto;
	}
	.pmnt .topbg {
		height: 334px;
	}
	.pmnt #header {
		min-height: 325px;
	}
}

@media screen and (max-width: 360px) { 
	#header .bg-box {
		background: #6f943f url("../images/pictures/mobile/header-im-mob.jpg") no-repeat center top;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.payments {
		background-image: url("../images/pictures/mobile/header-im-mob.jpg") !important;
	}
	.keto-info .photo img {
		width: 100%;
	}
	.keto-info .photo {
		margin-bottom: -50%;
	}
	.news .container {
		width: 76%;
	}
	.steps .button {
		-webkit-background-size: cover;
		background-size: cover;
	}
	#content .btn.green {
		width: 100%;
	}
	.no-bg .pict img {
		width: 100%;
	}
	.dark .news .container {
		width: 64%;
	}
	.input-bg input {
	    margin-left: 17%;
	    width: 78%;
	}
	.contact-us {
		width: 100%;
	}
	.contact-us .input-bg input, .contact-us .text-bg textarea {
	    margin-left: 12%;
	    width: 89%;
	}
	
	#content .yes-no > div {
		margin: 30px 5px 60px;
	}
	#content .indent-box {
		background: url("../images/bg/green-bottom.png") no-repeat center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0 -30px;
		padding: 50px 30px;
	}
	.dark-bg .picture {
		background: url("../images/pictures/small-p.png") no-repeat center top !important;
	}
	.new #header h1 {
		font-size: 26px;
		margin-right: 0px;
		margin-left: 10px;
	}
	.new #header p {
		margin-left: 30px;
	}
	.new #header h1 span {
		font-size: 26px;
	}
	#content .kg-box ul li:nth-of-type(4) {
		width: 187px;
	}
	.point.p1 {
		top: 41%;
	}
	.point.p2 {
		top: 60%;
	}
	#content .bgbox.bg4 h6 {
		margin-top: 0;
	}
	#content .bgbox ul li {
		margin: 0 3px;
	}
	#content .btn-shadow {
		padding: 15px !important;
	}
	.bgbox {
		margin: 22px 10px 0;
	}
	#content .logos h2 {
		margin: 60px 20px 0;
		line-height: 120%;
	}
	.promise .col-sm-6.text-right {
		width: 50%;
	}
	.promise .text-right img {
		width: 100%;
	}
	
	.new #header p {
		font-size: 14px;
	}
	.topbg::after {
		width: 202px;
	}
	.kg-box {
		margin-top: -75px;
	}
	.smallbox {
		padding-top: 9px !important;
		height: 98px;
	}
	.smallbox img {
		width: 21px;
	}
	.topbg::before { 
		top: 200px;
	}
	.pmnt #header {
		min-height: 312px;
	}
	.pmnt .topbg {
		height: 320px;
	}
	.plan {
		margin: 20px 15px;
		padding: 10px 5px 20px 5px;
	}
	#content .med-ben h2 {
		line-height: 120%;
	}
	.pmnt .topbg::before { top: 210px;}
	.offer {
		bottom: -10px;
	}
	#content .plan p {
		font-size: 10px;
		white-space: nowrap;
	}
	.header-fixed {
		font-size: 11px;
	}
	.header-fixed .row > div {
		padding-right: 9px;
		padding-left: 9px;
	}
	.small-btn {
		font-size: 9px;
		
	}
}

