/*! 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: #000000;
	font-weight: bold;
}
h2 a {
	line-height: 110%;
	text-decoration: none;
}

.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;
  }
}





#bg-decor-underlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../img/iStock-878216834_1920x1080_b-80_c-50.jpg");
	background-size: cover;
}
.section-transparent {
	position: relative;
	padding: 70px 0;
	font-size: 1.1em;
}
.section-transparent:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background: url(../img/shadow-upper.png) repeat-x;
}
.section-transparent:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: url(../img/shadow-lower.png) repeat-x;
}

.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-preword {
	padding-bottom: 0;
	margin-bottom: -20px;
}
.section-product-item {
	padding: 25px 0;
}
.section-product-item h2 {
	font-size: 2em;
}
.section-white {
	padding-top: 50px;
	background-color: #ffffff;
}
.section-white h1 {
	margin-top: 1em;
	color: #f99001;
	font-size: 3em;
}
.section-white h2 {
	margin: 1em 0;
}
.section-black {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #1a1c1f;
}
.section-coldgold {
	padding-top: 50px;
	background: linear-gradient(75deg, #806C38, #F3E7C4, #D8C58C, #B39D5B, #806C38);
}
.section-coldcoffee {
	padding-top: 50px;
	background-color: #e5ddd5;
}
.section-dark-bg h1,
.section-dark-bg h2,
.section-dark-bg h3,
.section-dark-bg h4,
.section-dark-bg p,
.section-dark-bg li,
.section-dark-bg a {
	color: #ffffff;
}

.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: #ba9d59;
/*	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;
}

.coffee-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;
}
.coffee-intro-flex div:first-child {
	position: absolute;
	top: 0;
	left: -20px;
}
@media (max-width: 1279px) {
	.coffee-intro-flex div:first-child {
		left: 0;
	}
}
.coffee-intro-flex div:first-child a {
	display: inline-block;
}
.coffee-intro-flex div:first-child img {
	width: 250px;
	height: auto;
	margin-top: 50px;
}
.coffee-intro-flex div:last-child {
	width: calc(100% - 300px);
	margin-left: 300px;
}
.coffee-intro-flex h2 {
	line-height: 110%;
}
.coffee-intro-flex h2 span:first-child {
	font-size: 0.7em;
}
.coffee-intro-flex h2 span:last-child {
	color: #7f7f7f;
	font-size: 0.7em;
}
.coffee-specs-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;
	padding-left: 0;
}
.coffee-specs-flex li {
	position: relative;
	display: inline-block;
	padding: 30px 10px 15px 10px;
	margin: 3px;
	width: calc(50% - 28px);
	text-align: center;
	list-style: none;
	border: #000000 solid 1px;
}
.coffee-specs-flex li:first-child {
	width: calc(100% - 28px);
}
.coffee-specs-title {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 0.8em;
	text-align: left;
}
.coffee-specs-value {
	font-weight: bold;
}
.coffee-specs-segment {
	display: inline-block;
	width: 61px;
	height: 61px;
	text-align: center;
	border-radius: 50%;
}
.segment-5 {
	background: conic-gradient(#e5e5e5 0deg 180deg, #000000 180deg 360deg);
}
.segment-6 {
	background: conic-gradient(#e5e5e5 0deg 144deg, #000000 144deg 360deg);
}
.segment-8 {
	background: conic-gradient(#e5e5e5 0deg 72deg, #000000 72deg 360deg);
}
.coffee-specs-segment span {
	display: inline-block;
	position: relative;
	top: 11px;
	width: 41px;
	padding: 2px 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
}
.coffee-specs-scale {
	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: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	padding: 10px 0 0 0;
}
.coffee-specs-scale li {
	display: inline-block;
	width: 15px !important;
	margin: 0 5px;
	padding: 0;
	list-style: none;
	border: 0;
}
.coffee-specs-scale li img {
	width: 15px;
	height: auto;
}

.coffee-usage-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;
	padding-left: 0;
}
.coffee-usage-flex li {
	display: inline-block;
	margin: 0 2%;
	text-align: center;
	list-style: none;
}
.coffee-usage-flex li span {
	display: block;
	width: 100%;
	text-align: center;
}
.coffee-usage-flex li span img {
	position: relative;
	width: auto;
	height: 60px;
}
.flex-3-columns li {
	width: 29%;
}
.flex-4-columns li {
	width: 21%;
}
@media (max-width: 1279px) {
	.coffee-intro-flex div:first-child {
		right: 0;
	}
}
@media (max-width: 750px) {
	.coffee-intro-flex div:first-child {
		position: relative;
		right: auto;
		width: 100%;
		text-align: center;
	}
	.coffee-intro-flex div:first-child img {
		width: auto;
		height: 400px;
		margin-top: 0;
	}
	.coffee-intro-flex div:last-child {
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 450px) {
	.coffee-usage-flex {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.flex-3-columns li {
		width: 46%;
		margin-bottom: 30px;
	}
	.flex-4-columns li {
		width: 46%;
		margin-bottom: 30px;
	}
}

.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;
}

.list-texts-2-cols {
	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;
	padding-left: 0;
}
.list-texts-2-cols li {
	list-style: none;
}
.list-image-right li:first-child {
	width: calc(100% - 260px);
	text-align: center;
}
.list-image-right li:last-child {
	width: 200px;
	margin-left: 60px;
	text-align: center;
}
.list-image-right li:last-child img {
	width: 200px;
	height: auto;
	margin-top: 15px;
}
@media (max-width: 750px) {
	.list-image-right li:first-child {
		width: 100%;

	}
	.list-image-right li:last-child {
		width: 100%;
		margin: 0 0 20px 0;
		order: -1;
	}
}
.list-tips-right li:first-child {
	width: calc(100% - 340px);
}
.list-tips-right li:last-child {
	width: 300px;
	margin-left: 40px;
	text-align: center;
}
.list-tips-right li:last-child span {
	display: block;
	padding: 30px;
	width: 236px;
	margin-left: 40px;
	text-align: center;
	border: #ffffff solid 2px;
}
.list-tips-right li:last-child img {
	width: 60px;
	height: auto;
}
.list-tips-right li:last-child h3, .list-tips-right li:last-child p {
	margin-bottom: 5px;
	font-size: 0.9em;
	text-align: center;
}
.list-tips-bottom li:first-child {
	text-align: center;
}
.list-tips-bottom li:first-child img {
	width: 400px;
	height: auto;
	margin-bottom: 20px;
}
@media (max-width: 450px) {
	.list-tips-bottom li:first-child img {
		width: 100%;
	}
}
.list-tips-bottom li:first-child h2, .list-tips-bottom li:first-child h3, .list-tips-bottom li:first-child p {
	text-align: center;
}
.list-tips-bottom li:last-child span {
	display: block;
	width: calc(50% - 64px);
	padding: 0 30px;
	margin: 0 auto;
	text-align: center;
}
.list-tips-bottom li:last-child img {
	width: 60px;
	height: auto;
	margin-bottom: 30px;
}
.list-tips-bottom li:last-child h3, .list-tips-bottom li:last-child p {
	margin-bottom: 5px;
	font-size: 0.9em;
	text-align: center;
}
@media (max-width: 750px) {
	.list-tips-bottom li:first-child h2, .list-tips-bottom li:first-child h3, .list-tips-bottom li:first-child p {
		text-align: left;
	}
	.list-tips-bottom li:last-child span {
		width: 100%;
		padding: 0;
	}
	.list-tips-bottom li:last-child h3, .list-tips-bottom li:last-child p {
		text-align: left;
	}
}
@media (max-width: 750px) {
}
.container .preinfo-pattern:first-child {
	position: relative;
	width: 100%;
	top: -50px;
	margin: 0 auto -4px auto;
}
.container .preinfo-pattern:last-child {
	position: relative;
	width: 100%;
	bottom: -50px;
	margin: 0 auto -4px auto;
}
