/*--------------------------fonts-------------------------*/
@font-face {
  font-family: "Gotham";
  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-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Gotham";
  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");
  font-style: normal;
  font-weight: 400;
}

/*--------------------------------------------------------*/
/*------------------------variables-----------------------*/
/*-------------------------general------------------------*/
* {
  -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: 400;
  font-size: 18px;
  color: #252525;
  background-color: #fcfcfb;
  min-width: 380px;
  overflow-x: hidden;
  margin-top: 91px;
}

a {
  color:inherit;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #f68b00;
}
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 +- buttons */
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-----------------------*/
b, strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-big {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1.5rem;
}

.emphasis-type1 {
  color: #94b838;
}

.emphasis-type2 {
  color: #fc8901;
}

.block-hr {
  padding-bottom: 38px;
  background: #94b838;
}

.p-16 {
  font-size: 0.889em;
}
.p-24 {
  font-size: 24px;
}
.p-25 {
  font-size: 25px;
}
.p-30 {
  font-size: 1.667em;
}
.p-36 {
  font-size: 2em;
}

.check-list {
  font-weight: bold;
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 3.3rem;
}
.check-list li:before {
  content: "";
  background-image: url(../img/check-green.png);
  background-size: contain;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16.5px;
}


/* btn */
.btn-pricing {
  display: inline-block;
  vertical-align: top;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 8px 10px;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 18.5px;
  color: #fff;
  background: #fc8901;
  box-shadow: none;
}
.btn-pricing:hover,
.btn-pricing:focus,
.btn-pricing:active,
.btn-pricing:not(:disabled):not(.disabled).active,
.btn-pricing:not(:disabled):not(.disabled):active {
  color: #fff;
  opacity: 0.8;
  box-shadow: none;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  background: #94b838;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.21);
  border-radius: 20px;
  padding: .45rem 1.5rem;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  color: #fff;
  opacity: 0.78;
  outline: none;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.21);
}

.btn.btn-pricing {
  background: #fc8901;
}

.btn-big {
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px 13% 5px 13%;
  border-radius: 25px;
  font-size: 22px;
  background: #f78624;
}


/********************/
.py-2r {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
}

.py-2_5r {
  padding-top: 2.5rem!important;
  padding-bottom: 2.5rem!important;
}

.py-5r, .pt-5r {
  padding-top: 5rem !important;
}
.py-5r, .pb-5r {
  padding-bottom: 5rem !important;
}

.py-7_5r, .pt-7_5r {
  padding-top: 7.5rem !important;

}
.py-7_5r, .pb-7_5r {
  padding-bottom: 7.5rem !important;
}

.mt-4r {
  margin-top: 4rem!important;
}

.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;
}

/********************/
img {
  max-width: 100%;
}

.bg-inverse-color {
  background: #fc8901;
  color: #ffffff;
}

.bg-inverse-color2 {
  background: #94b839;
  color: #ffffff;
}

.light-bg {
  background: #f0f0ef;
}

/*=======================*/
header{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #94b838;
}

.black-wrap {
	background: rgba(0, 0, 0, .4);
}

  	.timer div {
		display:inline-block;
		font-size:1.4rem;
		line-height:1.3rem;
		color:#000;
		font-weight:bold;
		padding:0 10px;
		border-right:1px solid #ddd;
	}
	.timer div:last-of-type {
		border-right:none;
	}
	 .timer span {
		display:block;
		font-weight:normal;
		font-size:12px;
		color:#000;
	}

/*=======================*/

.oa-banner1 {
  background: url(../img/banner1.jpg) no-repeat 80% 50%;
  background-size: cover;
}
.oa-banner1-info {
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
}

/*=======================*/

.oa-powerful-block {
  background: url(../img/banner2.jpg) no-repeat left center;
  background-size: auto 100%;
}

/*=======================*/

.oa-amazing-block {
  background: url(../img/banner3.jpg) no-repeat right bottom;
  background-size: auto 100%;
}

/*=======================*/
.oa-powerful-block img,
.oa-amazing-block img {
  display: none;
}

/*=======================*/

.benefits-block {
  color: #fff;
  background: url(../img/banner4.jpg) no-repeat center center;
  background-size: cover;
}

.benefit-elem {
  font-size: 18px;
}

.benefit-elem .benefit-header {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 50%;
  width: 178px;
  height: 178px;
  line-height: 178px;
}

.benefit-elem .benefit-header-title {
  color: #2f4c49;
  display: inline-block;
  vertical-align: middle;
}

/*=======================*/

.labels-bg {
  background: #fd9b36;
}

/*=======================*/


.package-block-note {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;

}
.package-block-note__popular {
  background: #94b839;
}
.package-block-note__best {
  background: #fd9b36;
}

.package-block-header {
  font-size: 24px;
  line-height: 1.37;
  padding: 0.7rem 0.5rem;
}
.package-block-header p {
  margin-bottom: 0;
}

.product-block-main {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 28px;
}

.product-block-bottom {
  text-align: center;
  padding: 0.5rem;
}

.products-after {
  width: 100%;
  box-shadow: 0 0 7px 0 rgba(9, 13, 19, 0.58);
  background-color: #fff;
  z-index: 10;
  margin: 0;
  position: relative;
}

.products-after-line {
  background: #a5d440;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 10px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.21);
}
.products-after-line:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 40px solid #a5d440;
}

.products-after-guarantee {
  display: block;
  position: absolute;
  left: 21px;
  bottom: -43px;
}

/*=======================*/

.faq-block {
  padding: 10px 0 0 70px;
  position: relative;
}
.faq-block:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(../img/faq-icon.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-block-question {
  color: #23983e;
}

/*=======================*/
.global-footer {
  background-color: #444242;
  color: #fff;
}



@media all and (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}


@media all and (max-width: 1260px) {
  .oa-powerful-block {
    background-position: -120px center;
  }

  /*=======================*/
  .oa-amazing-block {
    background-position: 130% center;
  }
}


@media all and (max-width: 1024px) {
  .oa-amazing-block {
    background-position: 190% center;
  }
}


@media all and (max-width: 991px) {
  /*=======================*/
  .oa-powerful-block,
  .oa-amazing-block {
    background: none;
  }
  .oa-powerful-block .bg-wrap,
  .oa-amazing-block .bg-wrap {
	background-repeat: no-repeat;
    height: 50vw;
	max-height: 450px;
  }
  .oa-powerful-block .bg-wrap {
	  background-image: url(../img/banner2.jpg);
	  background-position: 0 70%;
	  background-size: 160%;
  }
  .oa-amazing-block .bg-wrap {
	  background-image: url(../img/banner3.jpg);
	  background-position: 100% 50%;
	  background-size: 120%;
  }
  .oa-powerful-block img,
  .oa-amazing-block img {
    display: block;
  }

  /*=======================
  .oa-benefits {
    font-size: 16px;
  }*/
  .oa-benefits h3 {
    font-size: 23px;
  }
}


@media all and (max-width: 767px) {
  body {
    font-size: 16px;
    margin-top: 56px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .p-24 {
    font-size: 20px;
  }
  .p-25 {
    font-size: 21px;
  }

  .btn-pricing {
    font-size: 16px;
  }
  .btn-big {
    font-size: 18px;
  }

  /*=======================*/
  .benefit-elem .benefit-header {
	background:none;
    border-radius:0;
	line-height:10px;
	width:100%;
	height:auto;
  }

.benefit-elem .benefit-header-title {
  color: #ffffff;
  font-size:1.4rem;
  display: inline-block;
  vertical-align: middle;
}

  /*=======================*/
  .check-list li {
    padding-left: 2.3rem;
  }
  .check-list li:before {
    width: 23px;
    height: 23px;
    margin-top: -11.5px;
  }

  /*=======================*/
  .oa-energy-img {
    max-height: 350px;
   }

  /*=======================*/
  .oa-superfood-img {
    max-height: 350px;
  }

  /*=======================*/
  .products-after-line {
    font-size: 30px;
  }
  .products-after-line:after {
    bottom: -28px;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 28px solid #a5d440;
  }
  .products-after-guarantee {
    max-width: 150px;
  }

  /*=======================*/
  .faq-block {
    padding-left: 50px;
  }
  .faq-block:before {
    width: 36px;
    height: 36px;
    top: 5px;
  }
}

@media all and (max-width: 666px) {

  /*=======================*/
  .oa-amazing-block{
    background-position: 50%;
  }

.block-hr {
  /*padding-bottom: 3px;*/
}

.py-5r, .pb-5r {
  padding-bottom: 1.5rem !important;
}

.py-7_5r, .pt-7_5r {
  padding-top: 1.5rem !important;

}

}

@media all and (max-width: 576px) {

  /*=======================*/

}
