/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: local('Roboto Light'), url('../fonts/roboto-light.woff2') format('woff2'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: local('Roboto'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: local('Roboto Medium'), url('../fonts/roboto-medium.woff2') format('woff2'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  src: local('Roboto Bold'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
}

@media (max-width:1280px) {
  img {
    max-width: 100%;
  }
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #1d1d1b;
}
p, a, li, span, div {
	line-height: 130%;
	text-align: justify;
}
h1, h2, h3 {
	line-height: 130%;
	text-align: left;
}
@media (max-width:750px) {
	p, a, li, span, div {
		text-align: left;
	}
	h2 {
		text-align: center;
	}
}

a {
	color: #a8191c;
	font-weight: bold;
}

.button {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 45px;
  cursor: pointer;
  transition: background-color .25s ease-in-out;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 32px;
  outline: none;
  background-color: #ea2023;
}

@media (max-width:639px) {
  .button {
    display: block;
    width: 100%;
  }
}

.button:hover {
  background-color: #c00;
}

.content-zone h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #222b60;
}

.content-zone h1:not(:last-child) {
  margin-bottom: 17px;
}

.content-zone h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #222b60;
}

.content-zone h2:not(:last-child) {
  margin-bottom: 7px;
}

.content-zone h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #222b60;
}

.content-zone h3:not(:last-child) {
  margin-bottom: 7px;
}

.content-zone p {
  line-height: 1.5;
  margin: 0;
}

.content-zone p:not(:last-child) {
  margin-bottom: 20px;
}

.text-red {
  color: #ea2023 !important;
}

.text-green {
  color: #7a8e12 !important;
}

.text-grey {
  color: #606060 !important;
}

.text-gold {
  color: #c9a04b !important;
}

.text-light {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.panel {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

@media (max-width:639px) {
  .panel {
    padding: 30px;
  }
}

.container {
  box-sizing: border-box;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container_small {
  width: 800px;
}

.container.wide {
  width: 1110px;
}

@media (max-width:1279px) {
  .container {
    width: 100%;
  }
}

.icon-list {
  margin: 0;
  padding: 15px 0;
}

.icon-list li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}

.icon-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-coffee li:before {
  top: 4px;
  background-image: url('../img/icon-coffee-bean.png');
}

.apple-list-large li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  background-image: url('../img/apple.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-list li:not(:last-child) {
  margin-bottom: 20px;
}

.info-circle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 270px;
  height: 270px;
  padding: 45px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #3197c5;
  background-image: linear-gradient(to bottom, #155f7f, #3197c5);
  align-items: center;
  justify-content: flex-start;
}

.info-circle img {
  max-width: 100px;
}

.info-circle h4 {
  font-size: 13px;
  line-height: 2;
  margin: 0;
}

.info-circle p {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.bg-image {
  position: relative;
  overflow: hidden;
}

.bg-image .container {
  position: relative;
  z-index: 1;
}

.bg-image>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
}
.bg-image-leftside {
  left: 0 !important;
  right: auto !important;
  min-width: 50% !important;
}
@media (max-width:600px) {
	.bg-image>img {
		display: none;
	}
}

.main-screen {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  box-sizing: border-box;
  height: 100vh;
  min-height: 750px;
  padding-top: 90px;
  padding-bottom: 50px;
  align-items: center;
}

@media (max-width:1279px) {
  .main-screen {
    min-height: 500px;
    padding-top: 0;
  }
}

@media (max-width:639px) {
  .main-screen {
    height: auto;
    min-height: auto;
  }
}

.main-screen .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

@media (max-width:1279px) {
  .main-screen .container {
    align-items: center;
  }
}

@media (max-width:639px) {
  .main-screen .container {
    flex-direction: column-reverse;
  }
}

.main-screen__decor {
  margin-left: -120px;
}

@media (max-width:1279px) {
  .main-screen__decor {
    margin-left: 0;
  }
}

.main-screen .content-zone {
  padding-top: 220px;
  padding-left: 25px;
}

@media (max-width:639px) {
  .main-screen .content-zone {
    padding-top: 50px;
    padding-left: 0;
  }
}

.main-screen .content-zone .button {
  margin-top: 30px;
}

.share-screen {
  padding-bottom: 50px;
}

@media (max-width:639px) {
  .share-screen {
    padding-bottom: 25px;
  }
}

.share-screen__decor {
  position: absolute;
  top: 130px;
  left: -110px;
}

@media (max-width:991px) {
  .share-screen__decor {
    left: -110px;
  }
}

@media (max-width:639px) {
  .share-screen__decor {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .share-screen__decor img {
    width: 100%;
    object-fit: contain;
  }
}

.share-screen .container {
  position: relative;
}

@media (max-width:639px) {
  .share-screen .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}

.share-screen .content-zone {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
  padding-top: 80px;
}

@media (max-width:639px) {
  .share-screen .content-zone {
    width: 100%;
    padding-top: 25px;
  }
}

.share-screen .content-zone .panel.panel-1st {
  width: 100%;
  margin-right: auto;
}

@media (max-width:991px) {
  .share-screen .content-zone .panel.panel-1st {
    width: 100%;
    margin-right: 0;
  }
}

.share-screen .content-zone .panel.panel-2nd {
  width: 60%;
  margin-top: -40px;
  margin-left: auto;
}

@media (max-width:991px) {
  .share-screen .content-zone .panel.panel-2nd {
    width: 80%;
  }
}

@media (max-width:639px) {
  .share-screen .content-zone .panel.panel-2nd {
    width: 100%;
    margin-top: 20px;
  }
}

.share-screen .content-zone .panel.panel-2nd p:not(:last-child) {
  margin-bottom: 0;
}

.info-screen {
  position: relative;
  padding-bottom: 50px;
}

@media (max-width:639px) {
  .info-screen {
    padding-bottom: 50px;
  }
}

.info-screen__decor {
  position: absolute;
  top: 100px;
  left: 400px;
}

@media (max-width:1279px) {
  .info-screen__decor {
    left: 400px;
  }
}

@media (max-width:991px) {
  .info-screen__decor {
    left: 300px;
  }
}

@media (max-width:639px) {
  .info-screen__decor {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  .info-screen__decor img {
    width: 100%;
    object-fit: contain;
  }
}

.info-screen .container {
  position: relative;
//  padding-top: 50px;
  padding-bottom: 0;
}

@media (max-width:1279px) {
  .info-screen .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
/*    padding-top: 80px;	*/
    padding-bottom: 0;
/*    align-items: center;	*/
  }
}

.info-screen .content-zone .panel.panel-1st {
  width: 90%;
  margin-right: auto;
}

@media (max-width:991px) {
  .info-screen .content-zone .panel.panel-1st {
    width: 90%;
    margin-right: 0;
  }
}

.info-screen .content-zone .panel.panel-2nd {
  width: 60%;
  margin-top: -40px;
  margin-left: auto;
}

@media (max-width:991px) {
  .info-screen .content-zone .panel.panel-2nd {
    width: 70%;
  }
}

@media (max-width:639px) {
  .share-screen .content-zone .panel.panel-2nd {
    width: 100%;
    margin-top: 20px;
  }
}

.share-screen .content-zone .panel.panel-2nd p:not(:last-child) {
  margin-bottom: 0;
}

.info-screen__partners {
  position: absolute;
  top: 210px;
  right: -100px;
  width: 150px;
}

@media (max-width:1279px) {
  .info-screen__partners {
    position: static;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: space-around;
  }
}

@media (max-width:639px) {
  .info-screen__partners {
    flex-direction: column;
  }
}

.info-screen__partners a {
  display: block;
  cursor: default;
  transition: opacity .25s ease-in-out;
}

.info-screen__partners a:not(:last-child) {
  margin-bottom: 35px;
}

.info-screen__partners a:hover {
  opacity: .8;
}

.info-screen__partners a img {
  width: 100%;
  height: auto;
  max-height: 100px;
}

.info-screen .info-circle {
  position: absolute;
  z-index: 1;
  right: 80px;
  bottom: 0;
}

@media (max-width:1279px) {
  .info-screen .info-circle {
    position: relative;
    right: 0;
    margin-top: 20px;
  }
}

.info-screen .content-zone {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-right: auto;
  padding-right: 150px;
}

@media (max-width:639px) {
  .info-screen .content-zone {
    width: 100%;
    padding: 0;
  }
}

.info-screen .content-zone h2:not(:last-child) {
  margin-bottom: 30px;
}

.footer-decor {
	padding-top: 115px;
	padding-bottom: 600px;
	background: url(../img/istockphoto-1400098457_1920x600.jpg) center bottom no-repeat;
}
@media (max-width:639px) {
	.footer-decor {
		padding-top: 50px;
		padding-bottom: 50px;
		background: none;
	}
}

.order-screen h1 {
  text-align: center;
  text-shadow: 1px 1px 5px #000000;
}

.order-screen .order-form {
  margin-top: 30px;
}

.order-form {
  font-size: 15px;
  color: #606060;
}

@media (max-width:639px) {
  .order-form {
    font-size: 12px;
  }
}

.order-form .button {
  display: block;
  margin-top: 25px;
  margin-left: auto;
}

.order-form__row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  box-sizing: border-box;
  min-height: 65px;
  padding: 15px 70px 16px 35px;
  border-radius: 5px;
  background-color: #fff;
  align-items: center;
}

@media (max-width:400px) {
  .order-form__row {
    flex-wrap: wrap;
  }
}

@media (max-width:639px) {
  .order-form__row .order-form__col:first-child {
    display: none;
  }
}

.order-form__row:not(:last-of-type) {
  margin-bottom: 8px;
}

.order-form__row_bold {
  font-weight: 700;
  color: #262626;
}

.order-form__row_small {
  width: 50%;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 20px;
}

@media (max-width:400px) {
  .order-form__row_small {
    width: 100%;
  }
}

.order-form__row_small .order-form__col {
  width: 50%;
  text-align: center;
}

@media (max-width:639px) {
  .order-form__row_small .order-form__col:first-child {
    display: block;
  }
}

@media (max-width:639px) {
  .order-form__row {
    padding: 10px;
  }
}

@media (max-width:400px) {
  .order-form__row {
    padding: 15px;
  }
}

.order-form__col {
  width: 16%;
  text-align: center;
}

@media (max-width:400px) {
  .order-form__col {
    flex-grow: 1;
  }
}

.order-form__col:first-child {
  text-align: left;
}

.order-form__col_wide {
  width: auto;
  text-align: left;
  flex-grow: 1;
}

@media (max-width:400px) {
  .order-form__col_wide {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bio-cert {
  float: right;
  max-width: 150px;
  margin-top: 120px;
}

@media (max-width:1279px) {
  .bio-cert {
    margin-top: 80px;
  }
}

@media (max-width:920px) {
  .bio-cert {
    display: none;
  }
}

.row-a {
  background: #eeffec;
}

.row-ap {
  background: #fbf4de;
}

.row-t {
  background: #ffebeb;
}

/* campaign banner styles */

.bg-section {
  font-size: 0;
  position: relative;
  display: block;
}

.bg-section>picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* campaign banner end */

@media (max-width: 639px) {
  .orderForm-fieldset-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .field-half {
    width: 100% !important;
  }
  .field-half:not(:last-child) {
    margin-bottom: 20px;
  }
}











.texts-half-right {
	margin: 0 0 -50px 20%;
	padding: 0;
	padding-bottom: 50px;
}
@media (max-width: 1500px) and (min-width: 801px) {
	.texts-half-right {
		margin-left: 40%;
	}
}
@media (max-width: 900px) and (min-width: 701px) {
	.texts-half-right {
		margin-left: 30%;
	}
}
@media (max-width: 800px) {
	.texts-half-right {
		margin: -30px 0;
	}
}
@media (max-width: 1600px) and (min-width: 801px) {
	.texts-half-right {
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
	}
}
.texts-half-right h2 {
	margin-bottom: 20px;
}
.section-top-border {
	padding-top: 50px;
	border-top: #e6e7e8 solid 10px;
}
.section-top-border .texts-half-right {
	padding-top: 50px;
}
.section-white {
	padding-top: 50px;
}
.section-white h1 {
	margin-top: 1em;
	color: #f99001;
	font-size: 3em;
}
.section-white h2 {
	margin: 1em 0;
	font-size: 2em;
}
.section-black {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #1a1c1f;
}

.pluses-list {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
	padding: 0;
}
.pluses-list li {
	display: inline-block;
	position: relative;
	width: 21%;
	padding: 20px 0 30px 0;
	margin: 0 2%;
	font-size: 0.95em;
	text-align: center;
	list-style: none;
}
@media (max-width: 750px) {
	.pluses-list li {
		width: 30%;
	}
}
@media (max-width: 500px) {
	.pluses-list li {
		width: 50%;
	}
}
.pluses-list li span {
	display: block;
	position: relative;
	padding: 20px 0;
	text-align: center;
}
.pluses-list li span img {
	width: 60px;
	height: 60px;
}

.goon-button {
	display: block;
	position: relative;
	width: 100%;
	max-width: 600px;
	padding: 15px 0;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #ffffff !important;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: #ffffff solid 1px;
/*	border: 0;
	border: #ffffff solid 1px;	*/
	border-radius: 10px;
	background-color: #a8191c;
/*	background-color: #e53635;	*/
	box-shadow: inset 0 0 10px #ffffff;
	cursor: pointer;
	z-index: 5;
}
.goon-button:hover {
	background-color: #e53635;
}
@media (max-width: 400px) {
	.goon-button {
		font-size: 1em;
	}
}
@media (min-width: 500px) {
	.goon-button br {
		display: none;
	}
}

.product-list {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
}
.product-list li {
	display: inline-block;
	width: 33%;
}
@media (max-width: 500px) {
	.product-list li {
		width: 100%;
	}
}
.product-list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
}
.product-image {
	display: block;
	margin: 20px 0;
}
.product-code {
	display: block;
	color: #999999;
	font-size: 0.6em;
}
.product-name {
	display: block;
	padding: 0 5%;
	margin-bottom: 40px;
	color: #555555;
	font-size: 0.9em;
}
.product-list li a:hover .product-name {
	text-decoration: underline;
}

.text-comment {
	font-size: 0.8em;
}

.section-vitamindarkred {
	padding-top: 50px;
	background-color: #a8191c;
}
.section-vitamindarkred p, .section-vitamindarkred h2, .section-vitamindarkred a {
	color: #ffffff;
}
.section-vitamindarkgreen {
	background-color: #348134;
}
.section-vitamindarkgreen p, .section-vitamindarkgreen h2, .section-vitamindarkgreen a {
	color: #ffffff;
}
.section-vitamin-intro {
	height: 200px;
}
.section-vitamin-h-gradient-red {
/*	border-right: #c32428 solid 50px;	*/
	border-top: #e53635 solid 2px;
	border-bottom: #e53635 solid 2px;
	background: linear-gradient(90deg, #a8191c 30%,#e53635 70%);
}
.section-vitamin-h-gradient-green {
/*	border-right: #6ea02e solid 50px;	*/
	border-top: #a5c71a solid 2px;
	border-bottom: #a5c71a solid 2px;
	background: linear-gradient(90deg, #348134 30%,#a5c71a 70%);
}
.vitamin-intro-background {
	position: relative;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 1279px) {
	.vitamin-intro-background {
        width: 100%;
    }
}
.vitamin-intro-fruit {
	position: absolute;
	left: -30px;
}
.vitamin-intro-fruit img {
	width: auto;
}
.section-vitamin-h-gradient-red .vitamin-intro-fruit {
	top: -40px;
}
.section-vitamin-h-gradient-red .vitamin-intro-fruit img {
	height: 240px;
}
.section-vitamin-h-gradient-green .vitamin-intro-fruit {
	top: -20px;
}
.section-vitamin-h-gradient-green .vitamin-intro-fruit img {
	height: 240px;
}
.vitamin-intro-logo {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	height: 120px;
}
.vitamin-intro-logo img {
	width: auto;
	height: 100%;
}

.pretitle-image {
	width: 100%;
}

.vitamin-intro-flex {
	position: relative;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
}
.vitamin-intro-flex div:first-child {
	position: absolute;
	bottom: 0;
	right: -20px;
}
.vitamin-intro-flex div:first-child img {
	width: auto;
	height: 600px;
}
.vitamin-intro-flex div:last-child {
	width: calc(100% - 190px);
}
@media (max-width: 1279px) {
	.vitamin-intro-flex div:first-child {
		right: 0;
	}
}
@media (max-width: 750px) {
	.section-vitamin-intro {
		display: none;
	}
	.vitamin-intro-flex div:first-child {
		position: relative;
		right: auto;
		width: 100%;
		text-align: center;
	}
	.vitamin-intro-flex div:first-child img {
		height: 400px;
	}
	.vitamin-intro-flex div:last-child {
		width: 100%;
	}
	.vitamin-comment {
		bottom: -95px;
	}
}
.section-vitamin-footer {
	padding-top: 50px;

}
.section-vitamin-footer h2, .section-vitamin-footer p {
	text-align: center !important;
}
.section-vitamin h2 {
	font-size: 2em;
}
.section-vitamin a {
	color: #ffffff;
}
.section-refresh {
	padding: 50px 0 0 0;
	color: #ffffff;
	border-bottom: #a8191c solid 100px;
	background: linear-gradient(#a8191c,#e53635);
}
.section-recharge {
	padding: 50px 0 0 0;
	color: #ffffff;
	border-bottom: #6ea02e solid 100px;
	background: linear-gradient(#348134 50%,#a5c71a 100%);
}

.section-bothvitamins {
	position: relative;
	padding: 50px 0 80px 0;
	color: #ffffff;
	overflow: hidden;
}
.section-bothvitamins:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	right: -10%;
	bottom: 0;
	background: linear-gradient(90deg,#e53635 0%,#a8191c 49.9%,#348134 50.1%,#348134 75%,#a5c71a 100%);
	transform: skewX(-30deg);
}
.section-bothvitamins h1 {
	margin-top: 1em;
	color: #f99001;
	font-size: 3em;
	text-align: center;
}
.section-bothvitamins h2 {
	margin: 1em 0;
	font-size: 2em;
	text-align: center;
}
@media (max-width: 1200px) {
	.section-bothvitamins:before {
		left: -20%;
		right: -20%;
	}
}
@media (max-width: 700px) {
	.section-bothvitamins:before {
		left: 0;
		right: 0;
		transform: skewX(0);
	}
}

.vitamin-chemist-flex {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	padding: 0;
}
.vitamin-chemist-flex li {
	display: inline-block;
	list-style: none;
	margin: 10px 0;
}
.vitamin-chemist-flex li:nth-child(odd) {
	width: 240px;
}
.vitamin-chemist-flex li:nth-child(even) {
	width: calc(100% - 240px);
}
.vitamin-chemist-flex li p {
	margin: 10px 0;
}
.vitamin-chemist-flex li:nth-child(even) p span:first-child {
	font-size: 1.2em;
	font-weight: bold;
}
.vitamin-chemist-flex li:nth-child(even) p span:last-child {
	font-size: 0.85em
}
.vitamin-chemist-container {
	display: inline-block;
	position: relative;
	width: calc(100% - 40px);
	height: 100px;
	margin-top: 15px;
	color: #1d1d1b;
}
.section-refresh .vitamin-chemist-container {
	border: #a81b1e solid 3px;
	background-color: #fbdbdd;
}
.section-recharge .vitamin-chemist-container {
	border: #348134 solid 3px;
	background-color: #fff4cf;
}
.vitamin-chemist-letter {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 10px;
	font-size: 2.5em;
	font-weight: bold;
}
.vitamin-chemist-letter span {
	font-size: 0.6em;
}
.section-refresh .vitamin-chemist-letter {
	color: #a81b1e;
}
.section-recharge .vitamin-chemist-letter {
	color: #245125;
}
.vitamin-chemist-title {
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 12px;
	font-size: 0.8em;
}
.vitamin-chemist-ndd {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	text-align: right;
}
.vitamin-chemist-dosage {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	text-align: right;
}
.vitamin-comment {
	position: absolute;
	width: calc(100% - 40px);
	bottom: -95px;
}
@media (max-width: 1279px) {
	.vitamin-comment {
		bottom: -75px;
	}
}
@media (max-width: 600px) {
	.vitamin-chemist-flex li {
		width: 100% !important;
		text-align: center;
	}
	.vitamin-chemist-container {
		width: 200px;
	}
	.vitamin-chemist-colon {
		display: none;
	}
}
@media (min-width: 601px) {
	.vitamin-chemist-flex li:nth-child(even) p br {
		display: none;
	}
}


.list-no-topmargin {
	margin-top: -15px;
}
.list-2-columns {
}
.text-central {
	text-align: center;
}

.faq-opener {
	display: none;
}
.faq-opener + label {
	display: block;
	margin-bottom: 20px;
}
.faq-opener + label h4 {
	position: relative;
	padding: 10px 0 10px 40px;
	margin-bottom: 0;
	border-bottom: #a8191c solid 1px;
	cursor: pointer;
}
.faq-opener:checked + label h4 {
	border: 0;
}
.faq-opener + label h4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #a8191c;
}
.faq-opener + label ul {
	display: none;
	margin-top: 0;
}
.faq-opener:checked + label ul {
	display: block;
}
.faq-text{
	padding: 0 10px 10px 40px;
}
.faq-list{
	padding: 0 10px 10px 60px;
}
.faq-text li {
	list-style: none;
}
.faq-text li ul li {
	font-size: 1em;
	list-style: disc;
}