/*! 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: #004990;
}
p, a, li, span, div, h1, h2, h3 {
  line-height: 130%;
  text-align: justify;
}
@media (max-width:750px) {
	h2 {
		text-align: center;
	}
	h3 {
		text-align: left;
	}
}

a {
	color: #004990;
	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-bottom: 0;
}

@media (max-width:1279px) {
  .info-screen .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.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 0 20px 40px;
}
@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;
		padding-left: 0;
	}
}
@media (max-width: 1600px) and (min-width: 801px) {
	.texts-half-right {
		padding: 20px 0 30px 40px;
	}
}
@media (min-width: 801px) {
	.texts-half-right {
		background-color: rgba(255,255,255,0.8);
	}
}
.texts-half-right h2 {
	margin-bottom: 20px;
}


.section-no-bottom {
	padding-bottom: 0 !important;
}
.section-image-in-container {
	padding: 0 20px !important;
}
.section-image-in-container .container img {
	width: 100%;
}
.section-torn-both {
	position: relative;
    padding: 150px 0;
}
.section-torn-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../img/transition_topwhite_3840x80.png) top left no-repeat;
}
.section-torn-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../img/transition_bottomwhite_3840x80.png) bottom left no-repeat;
}

.section-cocktail {
	min-height: 700px;
	padding: 0 0 100px 0;
	margin-top: -50px;
}
.section-cocktail h2 {
	margin-top: 0;
	padding-top: 0;
	color: #719e5b;
	text-align: left;
}
.section-cocktail>img {
	position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
	max-height: 100%;
    pointer-events: none;
    object-fit: cover;
}
@media (max-width: 800px) {
	.section-cocktail>img {
		position: relative;
		margin: 0 0 100px 0;
	}
}

.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;
	color: #ff6644;
	font-size: 1.75em;
}
.section-black {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #1a1c1f;
}
.section-skyblue {
	color: #ffffff;
	background-color: #039bcd;
}
.section-skyblue a {
	color: #ffffff;
}
.section-skyblue h2 {
	font-size: 2em;
}
.section-fruitegreen {
	position: relative;
	padding: 120px 0 80px 0;
	min-height: 240px;
	color: #ffffff;
	background: url(../img/questionaire-bg-dark7030.jpg) no-repeat;
	background-size: cover;
}
.section-fruitegreen a {
	color: #ffffff;
}
.section-fruitegreen h2 {
	font-size: 2em;
}
.section-fruitered {
	position: relative;
	padding: 120px 0 100px 0;
	color: #ffffff;
	background-color: #ff6644;
}
.section-fruitered a {
	color: #ffffff;
}
.section-fruitered h2 {
	font-size: 2em;
}
.section-fruiteyellow {
	padding-top: 50px;
	background-color: #fcf0d5;
}
.section-fruitelightgreen {
	padding-top: 50px;
	background-color: #e6efce;
}
.section-fruitelightgreen h2 {
	color: #ed174f;
}
.section-fruiteyellow h2 {
	margin: 1em 0;
	color: #ed174f;
	font-size: 1.75em;
}
.section-paleblue {
	padding: 0;
	background-color: #60abc1;
}

#result-quince-intro, #result-quince-cocktail, #result-strawberry-intro, #result-strawberry-cocktail, #result-lemon-intro, #result-lemon-cocktail {
	display: none;
}

.list-props {
	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: space-center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	padding-left: 0;
}
.list-props li {
	display: inline-block;
	width: 29%;
	margin: 0 2%;
	text-align: center;
	list-style: none;
}
.list-props li img {
	margin: 30px auto 10px auto;
}
.list-props li span {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
@media (max-width:700px) {
	.list-props li {
		width: 46%;
	}
}
@media (max-width:500px) {
	.list-props li {
		width: 96%;
	}
}

#list-step-numbers {
	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: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;	
	align-items: center;
	position: relative;
	width: 80%;
	padding: 0 10%;
	margin: 60px 0;
}
@media (max-width:750px) {
	#list-step-numbers {
		display: none;
	}
}
#list-step-numbers li {
	display: inline-block;
	position: relative;
	margin: 0;
	font-weight: bold;
	list-style: none;
}
#list-step-numbers li:nth-child(even) {
	width: 40px;
}
#list-step-numbers li:nth-child(odd) {
	width: 50px;
	height: 30px;
	padding: 14px 5px 8px 5px;
	text-align: center;
}
#list-step-numbers li span {
	display: block;
	width: 30px;
	margin: 0 5px;
	height: 6px;
	background: url(../img/subdigit-line.png) no-repeat;
	background-size: contain;
}
.list-step-inactive {
	color: #ff6644;
	background: url(../img/subdigit-white.png) no-repeat;
	background-size: contain;
}
.list-step-active {
	position: relative;
	top: -12px;
	color: #ffffff;
	background: url(../img/subdigit-yellow.png) no-repeat;
	background-size: contain;
}
.list-step-final {
	color: #ffffff;
	background: url(../img/subdigit-yellow.png) no-repeat;
	background-size: contain;
}

.list-stairs {
	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: center;
	-webkit-align-items: center;	
	align-items: center;
	position: relative;
	padding: 0;
}
.container .list-stairs:not(:first-child) {
	margin-top: -20px;
}
.container .list-stairs:not(:first-child) {
	margin-bottom: -20px;
}
.list-stairs-inverted {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.list-stairs h3 {
	position: relative;
	display: block;
	padding-left: 50px;
	margin-bottom: 0;
	color: #ff6644;
}
.list-stairs h3 span {
	position: absolute;
	top: -3px;
	left: 0;
	width: 40px;
	height: 27px;
	background-color: #CCC;
}
#list-stairs-lemon h3 span {
	background: url(../img/pre-lemon.png) no-repeat;
}
#list-stairs-raspberry h3 span {
	background: url(../img/pre-raspberry.png) no-repeat;
}
#list-stairs-quince h3 span {
	background: url(../img/pre-quince.png) no-repeat;
}
.list-stairs li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-stairs li:first-child {
	width: 250px;
	height: 300px;
}
.list-stairs-normal li:first-child {
	margin: 0 10px 0 0;
}
.list-stairs-inverted li:first-child {
	margin: 0 0 0 10px;
}
.list-stairs li:last-child {
	display: table-cell;
	width: calc(100% - 260px);
	vertical-align: middle;
}
@media (max-width:750px) {
	.list-stairs {
		margin: 20px 0 !important;
	}
	.list-stairs-inverted {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.list-stairs li {
		width: 100% !important;
	}
	.list-stairs li:first-child {
		text-align: center;
	}
}

.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;
}

.sf-qs {
	padding: 20px 0;
}
.sf-qs h3 {
	display: block;
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.2);
	color: #ffffff;
}
#sf-questionnaire {
	margin-top: -55px;
}
#sf-questionnaire .form-table td{
	color: #ffffff;
}
@media (max-width: 750px) {
	#sf-questionnaire {
		margin-top: 0;
	}
}

.goon-button {
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	max-width: 500px;
	padding: 10px 0 7px 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-radius: 10px;
	background-color: #ff6644;
	box-shadow: inset 0 0 10px #ffffff;
	z-index: 5;
}
.goon-link {
	height: auto;
	margin-top: 100px;
}
#goon-results {
	width: 200px;
}
.goon-hidden {
	display: none;
}

.sf-qs:not(:first-child) {
	display: none;
}
.sf-nav-button {
	text-align: center !important;
}
.sf-nav-button input {
	margin: 20px 10px 10px 10px;
	padding: 5px;
	width: 120px;
	height: 30px;
	font-size: 18px;
}
.goon-back {
	color: #ff6644;
	border: #ff6644 solid 2px;
	background-color: #fff9e5;
}
.goon-next {
	color: #ffffff;
	border: #ff6644 solid 2px;
	background-color: #ff6644;
	cursor: pointer;
}
#goon-pseudo {
	display: inline-block;
    margin: 10px;
    padding: 2px 20px;
    height: 22px;
	color: #ff6644;
	font-size: 18px;
	border: #ff6644 solid 2px;
	border-radius: 5px;
	background-color: #ffffff;
}

.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;
}

.picture-full-width img {
	width: 100%;
	margin: 20px 0;
}

#alltests {
	position: fixed;
	width: 1000px;
	height: 100px;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 10;
}
#alltests input {
	width: 700px;
	height: 20px;
	padding: 5px 10px;
}
