@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Gotham/GothamBold.eot?") format("eot"), url("../fonts/Gotham/GothamBold.woff2") format("woff2"), url("../fonts/Gotham/GothamBold.woff") format("woff"), url("../fonts/Gotham/GothamBold.ttf") format("truetype"), url("../fonts/Gotham/GothamBold.svg#Gotham") format("svg"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.svg#Gotham") format("svg"); }

* {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: transparent;
  /* prevent tap highlight color / shadow */
  -webkit-user-select: text;
  /* prevent copy paste, to allow, change 'none' to 'text' */ }

/*color text when selected*/
::-moz-selection {
  background: #444;
  color: white; }

::-webkit-selection {
  background: #444;
  color: white; }

::selection {
  background: #444;
  color: white; }

body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.35rem;
  color: #030303;
  min-width: 320px;
  overflow-x: hidden; }

a {
  color: #000; }

a:focus,
a:hover {
  text-decoration: none;
  color: #000; }

a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

.btn:active:focus,
.btn:focus,
button:active:focus,
button:focus,
a:focus,
input:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  /*for iPhone & iPad*/ }

/* hide +- butoons */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

hr {
  width: 90%;
  border-top-color: #030303; }

/*----------------------font styles-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.text-big {
  line-height: 1.2;
  font-weight: bold; }

h1 {
  font-size: 3.33em;
  /* 60px */
  letter-spacing: 6px; }
  h1 + p {
    font-size: 1.66em;
    /* 30px */
    font-weight: bold; }

h2 {
  font-size: 2.66em;
  /* 48px */ }
  h2 + p {
    font-size: 1.66em;
    /* 30px */ }

h3 {
  font-size: 2.22em;
  /* 40px */ }

h4 {
  font-size: 2em;
  /* 36px */ }

h5 {
  font-size: 1.50em;
  /* 30px */ }

h6 {
  font-size: 1.1em;
  /* 20px */ }

.text-big {
  font-size: 24px;}

/*--------------------------------------------------------*/
section:not(.bg-inverse-color):not(.bg-white):not(.join-vip) .container-outer {
  background-color: #fff; }

.bg-inverse-color {
  color: #fff;
  text-align: center; }
  .bg-inverse-color a {
    color: #fff; }
    .bg-inverse-color a:hover, .bg-inverse-color a:focus {
      color: rgba(255, 255, 255, 0.7); }

section.bg-inverse-color {
  background: #3aba02; }
  section.bg-inverse-color.bg-dark {
    background: #0b354c; }
  section.bg-inverse-color.bg-light {
    background: #00aef0; }
  section.bg-inverse-color.bg-special {
    background: #f98700; }

/*--------------------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

h1,
h2,
h3,
h4,
h5,
h6,
.text-big,
p {
  margin-bottom: 1.5rem; }

.row:last-child h1:last-child,
.row:last-child h2:last-child,
.row:last-child h3:last-child,
.row:last-child h4:last-child,
.row:last-child h5:last-child,
.row:last-child h6:last-child,
.row:last-child .text-big:last-child,
.row:last-child p:last-child {
  margin-bottom: 0; }

/* text */
.text-green {
  color: #3aba02; }

.text-black {
  color: #030303; }

.text-orange {
  color: #ff8a00; }
  
/* bg */
.bg-white {
  background: #fff; }

/* btn */
.btn {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: none;
  border-radius: 3rem;
  color: #fff;
  white-space: normal; }
  .btn:hover, .btn:focus {
    color: #fff; }

.btn-main {
  background-color: #f98700;
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.49); }
  .btn-main:hover, .btn-main:focus {
    background-color: #ffab47; }

.btn-special {
  font-size: 1.55em;
  /* 28px */
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  margin: 3rem -1rem; }

/* shadow */
.shadow-bottom {
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  z-index: 1;
  position: relative; }
.main-header {
  background-image: url("../img/bg_header.jpg");
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/************ section: main-logo-block ***********/
.main-logo-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3; }
  .main-logo-block .floating-slogan {
    font-size: 1.55em;
    /* 28px */ }
  .main-logo-block .btn {
    font-size: 1.1em;
    /* 20px */
    letter-spacing: 1px;
    background: #ee8c00;
    color:white;
    }
 .floating-slogan span {
 	color:red;
 }

/********* section: main-logo-block - end ********/
/************** section: main-intro **************/
.main-intro {
  padding-bottom: 1rem;
	text-align: center;
}
.main-intro img {
  width: 100%;
  max-width: 1240px;
}
.main-intro h6 span {
	font-size: 90px;
}
.heading .container {
  width: 100%;
  max-width: 1200px;
}
.heading {
  text-align: center;
  margin:0 3rem;
}
.timer-block {
	background:#fff;
}
.redtext {
	color:red ;
}
/********** red section *******/
.red-section {
	background: #ffa203;
	text-align: center;
  color: #fff;
}

/******** orange section ********/
.orange-section {
	background: #e9630f;
	text-align: center;
  color: #fff;
}

/******** green section ********/
.green-section {
	background: #6ab34f;
	text-align: center;
 	color: #fff;
}
.red-section {
	background:#ffa203;
	text-align: center;
 	color: #fff;
}


/************ section3 **********/
#section3 {
  background: url('../img/qwer.jpg') no-repeat right top #fefefe;
}
#section3 .container {
  max-width: 1060px;
}
.section3-content {
  max-width: 990px;
}
/************ section5 .all-products**********/
.all-products {
	position: relative;
}
.btn-add-to-cart {
    font-size: 1.08em;
    color: #fff;
    background: -webkit-linear-gradient(top, #7dc108, #679e07);
    background: linear-gradient(to bottom, #7dc108, #679e07);
    border-radius: 2rem;
    padding: .6rem 1.5rem;
    cursor: pointer;
}
.product-block {
	font-size: 24px;
	box-shadow: 0px -5px 7.6px 0.4px rgba(0, 0, 0, 0.08);
}
.product-block:last-child {
  box-shadow:0px 0px 5.6px 5.4px rgba(0, 0, 0, 0.08);
}
.product-description {
	border-right: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}
.product-title {
	margin-bottom: 0;
}
.product-discount {
	color:#87c601;
	margin-bottom: 15px;
  font-size: 26px;
}
.product-choice {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  width:80%
}
.product-block label {
	width:100%;
}
.product-block .off {
	font-size:10px;
	color:#fff;
	padding:2px 7px;
	background:#777;
	border-radius:10px;
	position:absolute;
	top:5px;
	right:-5px;
}
.off.max {
	 background:#50a825 !important;
}
.product-discount {
	color:#87c601;
	margin-bottom: 15px;
}
.product-block del {
	font-weight:bold;
	color:#61b145;
}
.product-choice strong {
	display:block;
}
.product-description .product-subtitle{
	font-size: 18px;
}
.free-product .product-subtitle {
  font-size: 24px;
}
.free-product label {
  font-weight: normal !important;
  font-size: 20px;
}
.free-product .product-discount{
  color: #f49603;
}
.price, .product-discount {
	font-weight:bold;
}
.offer-qualifies {
	font-weight: bold;
	color: #87c601;
	position: relative;
}
.offer-qualifies:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2em;
    margin-top: -0.83333em;
    width: 1.66667em;
    height: 1.66667em;
    background-image: url('../img/icon_ok.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.radiobutton:not(checked) {
    position: absolute;
    opacity: 0;
}
.radiobutton {
    width: 17px;
    height: 17px;
}
.radiobutton:not(checked) + label {
    position: relative;
    margin-bottom: 0;
    padding-left: 35px;
}
.radiobutton + label {
    cursor: pointer;
}
label {
	display: inline-block;
}
.radiobutton:not(checked) + label:before {
    content: '';
    position: absolute;
    top: .25em;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.radiobutton:not(checked) + label:after {
    content: '';
    position: absolute;
    top: calc(.25em + 3px);
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9FD468;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.radiobutton:checked + label:after {
  opacity: 1;
}
.radiobutton:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
.green-product-list {
	box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.49);
	max-width: 1000px;
	width: 90%;
  background: #39b54a;
  border-radius: 60px;
  padding: 25px 20px;
  position: absolute;
  left: 0;
	right: 0;
	bottom: -55px;
	margin:0 auto;
}
.green-product-list h5 {
	color: #fff;
	text-align: center;
}
.green-product-list > .container {
	background-color: #fff;
	border-radius: 60px;
	width:100%;
}
.green-product-list .product-block {
	box-shadow: none;
}
.green-product-list .product-title {
	margin-bottom: 10px;
}
.cart-info {
  font-size: 24px;
  font-weight:bold;
  padding: 2rem 1rem;
}
.black-text {
  color:black;
}

/********* section7 .about-products*********/
.about-product-title {
	margin-bottom: 1rem;
	color: #ee6a36;
	font-weight: normal;
  font-size: 48px;
}
.about-product h6 {
	color:red;
}
.about-product-img {
	text-align: center;
}
.about-product-img img {
  width: 100%;
  max-width:400px; 
}
.content-left {
  max-width: 600px;
  margin: 0 2rem 0 6rem;
}
h2.about-product-title {
  margin-bottom: 0;
}
.blacktext {
  color:black;
}
/*.OA {
  color:#42c82e;
}
.EM {
  color:#024ac2;
}
.BCO {
  color:#69980b;
}
.SPO {
  color:#fcc819;
}
.TR {
  color:#048df3;
}
.PAN {
  color:#f304e5;
}
.SSG {
  color:#469b8a;
}
.TSG {
  color:#8cd303;
}
.TMM {
  color:#2d87ba;
}
.T5BS {
  color:#e93c39;
}
.MDH {
  color:#1dafec;
}
*/
#gold-bg {
  background:url('../img/bg-gold.jpg') no-repeat right center;
}
#turm-bg {
  background:url('../img/bg-turm.jpg') no-repeat right center;
}
#keto-bg {
	background:url('../img/bg-keto.jpg') no-repeat right center;
}
#b12-bg {
	background:url('../img/bg-b12.jpg') no-repeat right center;
}
#bcomp-bg {
	background:url('../img/bg-bcomp.jpg') no-repeat right center;
}
#d3-bg {
  background:url('../img/bg-d3.jpg') no-repeat right center;
}
#vitc-bg {
  background:url('../img/bg-vitc.jpg') no-repeat right top;
}
#prob-bg {
  background:url('../img/bg-prob.jpg') no-repeat right top;
}

.mobile-img {
  display: none;
  text-align: center;
}
.mobile-img img {
  width: 100%;
  max-width: 300px;
}
.about-product hr {
  border-top-color: #eee;
}
#section8 {
  text-align: center;
}

/********* section 10 *******/
#section10 {
  margin-top: 2rem;
}
#section6 h4 , #section10 h4 {
  margin-bottom: 5px;
}

/********* section 11 *******/
#section11{
  text-align: center;
}

/******** section: unstopppable-foundation *******/
.unstopppable-foundation .text-important {
  color: #f98700; }
.unstopppable-foundation {
	color: #666765;
}
.comparison-block {
  color: #000;
  background: #fce6a3;
  font-weight: bold;
  max-width: 290px; }

.comparison-amount {
  font-size: 2.66em;
  margin-bottom: 0; }

.comparison-about {
  line-height: 1; }

.video-block {
  background-image: url("../img/image_video.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.main-footer {
  background-color: #444242;
}


@media all and (max-width:1200px) {
    .content-left {
      max-width: 550px;
    }
    .about-product {
      background-position-x:50% !important; 
    }
}

@media all and (max-width:1000px) {
  .timer-block .container {
    width: 100%;
  }
  #section11 .container {
    width: 100%;
  }
  .content-left {
      max-width: 400px;
  }
  .about-product {
    background-position-x:55% !important; 
  }
  #section3 {
    background-position-x: 300px !important; 
  }
  #section3 img {
    width: 100%;
    max-width: 605px;
  }

}

@media all and (max-width:770px) {
	.main-intro .heading {
    background: url('../img/header-bg.png') no-repeat center center;
    background-size: cover;
  }
  .main-intro .container {
    width:100%;
  }
  .green-product-list {
		position: relative;
		bottom: -58px;
    margin-top: -40px;
	}
	.all-products {
		padding-bottom: 10px;
	}
  .main-logo-block {
    font-size: 11px;
  }
  .product-description {
    border: 0;
  }
  .mobile-img {
    display: block;
  }
  .about-product {
    background-position-x:-10% !important; 
  }
  .content-left {
      max-width: none;
      margin:0 2rem;
      padding-bottom:0 !important;
  }
}

/********* timer ********/
.main-template {
  text-align: center;
  padding: 4rem 0;
}
.timer2 {
  padding: 10px 0 70px 0;
}
.countdown .time {
  border-radius: 0.5rem;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 4rem;
  width: 4rem;
  margin: 0 .4rem;
  -webkit-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
  font-weight: bold;}
  .countdown .time:before, .countdown .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    width: .5rem;
    height: 1rem;
    background: -webkit-linear-gradient(#ad3036, #ad3036 20%, #992b30 40%, #ad3036, #ad3036, #992b30);
    background: linear-gradient(#ad3036, #ad3036 20%, #992b30 40%, #ad3036, #ad3036, #992b30);
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.5), 0 2px 2px 0 white;
    border: 2px solid #000;
    z-index: 4; }
  .countdown .time:before {
    left: 0;
    border-left: none; }
  .countdown .time:after {
    right: 0;
    border-right: none; }

.countdown .count {
  font-family: sans-serif;
  font-size: 3em;
  background: #992b30;
  background: -webkit-linear-gradient(#ad3036, #992b30);
  background: linear-gradient(#ad3036, #992b30);
  color: #ffffff;
  display: block;
  font-family: 'Oswald', sans-serif;
  line-height: 1.7;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  transform-style: flat; }

.countdown .count.top {
  border-bottom: 2px solid black;
  box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: .5rem .5rem 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.countdown .count.bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 0 .5rem .5rem;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.countdown .label {
  color: #666765;
  display: block;
  position: absolute;
  bottom: -2.5rem;
  width: 100%; }

/* Animation start */
.countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }

.countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }

/* Animation end */
.countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

@media (min-width: 36em) {
  .countdown .time {
    height: 7rem;
    width: 8rem;
    margin: 0 .8rem;
     }
    .countdown .time:before, .countdown .time:after {
      margin-top: -1rem;
      width: 1rem;
      height: 2rem; }
  .countdown .count {
    font-size: 5em;
    line-height: 1.7; } }

@media (min-width: 48em) {
  .countdown .count {
    line-height: 1.5; } }

@media (min-width: 62em) {
  .container-inner {
    width: 960px; }
  .countdown .time {
    height: 11rem;
    width: 12rem; }
  .countdown .count {
    font-size: 7em;
    line-height: 1.25; } }

@media (max-width: 47.99em) {
  .countdown {
    font-size: 0.81281rem; }
}
@media (max-width: 992px) and (min-width: 768px){ 
  .countdown {
    font-size: 15px; }
}


