/*! 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: 13px;
  color: #262626;
}

a {
/*  text-decoration: none;	*/
}
ul {
	padding-left: 20px;
	line-height: 1.5;
}

.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 {
	margin: 0;
	color: #c9a04b;
	font-size: 40px;
	font-weight: bold;
}
.content-zone h2, .container h2 {
	margin: 30px 0 30px 0;
	color: #d79d00;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}
.content-zone h2:first-child, .container h2:first-child {
	margin-top: 0;
}
.content-zone h3 {
	margin: 0;
	color: #c9a04b;
	font-size: 24px;
	font-weight: bold;
}
.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;	*/
  }
}

@media (max-width:639px) {
  .info-screen .container {
    padding-top: 25px;
  }
}

.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;
}

.order-screen {
	padding-top: 115px;
	padding-bottom: 50px;
/*	background: url(../img/iStock-155602296_web_1920x1200.jpg) center bottom no-repeat;	*/
}
@media (max-width:639px) {
	.order-screen {
		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;
  }
}







/* COOL TOUCH landing 2020.05 */







.ctk2005 {
	line-height: 1.3;
	text-align: justify;
}

.ctk2005 p, .ctk2005 li {
	font-size: 1.5em;
}
/*
@media (max-width:1440px) and (min-width: 601px) {
	.ctk2005 p, .ctk2005 li {
		font-size: 1.4em;
	}
}
*/
@media (max-width:600px) {
	.ctk2005 p, .ctk2005 li, .ctk2005 h4 {
		font-size: 1.3em;
	}
}
.ctk2005 h1 {
	display: block;
	position: relative;
	font-size: 2.5em;
	text-align: center;
	padding: 0.75em 20px;
	margin-bottom: 1.5em;
}
.ctk2005 h2 {
	display: block;
	position: relative;
	font-size: 32px;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
}
.ctk2005 h3 {
}
.ctk2005 h4 {
	font-size: 1.5em;
	font-weight: bold;
}
.ctk2005 a {
	color: #d79d00;
	font-weight: bold;
}
.texts-half-right {
	margin: 0 0 -50px 20%;
	padding: 0;
	padding-bottom: 50px;
}
@media (max-width: 1600px) 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 (min-width: 801px) {
	.texts-half-right {
		padding: 20px 20px 20px 40px;
		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 h1, .section-white h2 {
	margin-top: 1em;
	color: #e8b21a;
}
.section-white {
	padding: 70px 0;
}
.section-black {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #1a1c1f;
}
.section-cocktail {
	min-height: 700px;
	padding: 50px 0;
	font-size: 1.5em;
	line-height: 1.5;
}
.section-lightorange{
	padding-top: 50px;
	background-color: #f3ebdc;
}
.section-darkgray {
	padding-top: 50px;
	background: #6f7077;
}
.section-lightgray {
	padding-top: 50px;
	background: #eaeef1;
}
.section-lightgray h1, .section-lightgray h2 {
	margin-top: 1em;
	color: #d79d00;
}
.section-grayblue {
	padding: 70px 0;
	background: #e2ebf0;
}
.section-grayblue h1, .section-grayblue h2 {
	margin-top: 1em;
	color: #d79d00;
}
.section-sunny {
	padding: 70px 0;
	background: #f9ecc6;
}
.section-sunny h1, .section-sunny h2 {
	margin-top: 1em;
	color: #e8b21a;
}
.section-lightsunny {
	padding: 70px 0;
	background: #fcf6e3;
}
.section-lightsunny h1, .section-lightsunny h2 {
	margin-top: 1em;
	color: #e8b21a;
}
.section-pre {
	padding-bottom: 0;
	margin-bottom: -2px;
}

.section-gifts>img {
	position: relative;
    bottom: -4px;
	width: 100%;
    margin: 60px auto 0 auto;
}
.section-cocktail h2 {
	color: #d79d00;
}
.section-cocktail>img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	max-height: 100%;
    margin: auto;
    user-select: none;
    pointer-events: none;
    object-fit: cover;
}
@media (max-width: 800px) {
	.section-cocktail>img {
		position: relative;
		margin-top: -50px;
	}
}
@media (min-width: 600px) {
	.prop-tab-container {
		height: 600px;
	}
}
.section-black h2 {
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.ctkprops h2 {
	padding-top: 0;
}
.section-white h1::after, .section-white h2::after, .title-underlined::after {
    content: '';
/*	position: absolute;
    width: 98%;
    height: 1px;
    bottom: 0;
    left: 1%;
    z-index: -1;
    box-shadow: 0 0px 10px #000;
*/
}
.section-image-only {
	line-height: 100%;
	overflow: hidden;
}
.section-image-only img {
	width: 100%;
	height: auto;
}
@media (max-width: 799px) {
	.image-only-desktop {
		display: none;
	}
}
@media (min-width: 800px) {
	.image-only-mobile {
		display: none;
	}
}

.prop-tab-container {
	position: relative;
	margin-top: 70px;
}
.prop-tab-block li input[type="radio"] {
	display: none;
}
.prop-tab-block li {
	margin: 0;
	list-style: none;
}
.prop-tab-block li ul li {
	list-style: circle;
}
.prop-tab-block {
	margin-left: 0;
	margin-bottom: 50px;
	padding-left: 0;
}
.prop-tab-block li label {
	font-size: 0.85em;
	font-weight: nornal;
	text-align: left;
}
.prop-tab-name {
	display: none;
}

@media (min-width: 934px) {
	.prop-tab-container {
		background: url(../img/devicesWBottles.png) left top no-repeat;
	}
}
@media (min-width: 600px) {
	.prop-tab-block {
		position: absolute;
		right: 0;
		width: 570px;
		margin: 0;
		margin-left: 20px;
		padding: 0;
	}
	.prop-tab-block li {
		display: inline-block;
		width: 32.2%;
		margin: 0;
		text-align: center;
		list-style: none;
	}
	.prop-tab-block li label {
		display: block;
		width: 100%;
		height: 30px;
		padding-top: 75px;
		font-size: 0.7em;
		border: #555 solid 1px;
		border-bottom: 0;
		border-radius: 7px 7px 0 0;
		cursor: pointer;
	}
	#prop-tab-option-1 + label {
		background: url(../img/safety_dark.svg) center 20px no-repeat;
		background-size: 40px auto;
		-o-transition: background-size 0.5s ease-in-out 0s;
		-moz-transition: background-size 0.5s ease-in-out 0s;
		-webkit-transition: background-size 0.5s ease-in-out 0s;
		transition: background-size 0.5s ease-in-out 0s;
	}
	#prop-tab-option-2 + label {
		background: url(../img/eco_dark.svg) center 20px no-repeat;
		background-size: 40px auto;
		-o-transition: background-size 0.5s ease-in-out 0s;
		-moz-transition: background-size 0.5s ease-in-out 0s;
		-webkit-transition: background-size 0.5s ease-in-out 0s;
		transition: background-size 0.5s ease-in-out 0s;
	}
	#prop-tab-option-3 + label {
		background: url(../img/contemporary_dark.svg) center 20px no-repeat;
		background-size: 40px auto;
		-o-transition: background-size 0.5s ease-in-out 0s;
		-moz-transition: background-size 0.5s ease-in-out 0s;
		-webkit-transition: background-size 0.5s ease-in-out 0s;
		transition: background-size 0.5s ease-in-out 0s;
	}
	#prop-tab-option-1:checked + label {
		background: url(../img/safety_dark.svg) center 25px no-repeat;
		background-size: 60px auto;
		cursor: default;
	}
	#prop-tab-option-2:checked + label {
		background: url(../img/eco_dark.svg) center 25px no-repeat;
		background-size: 60px auto;
		cursor: default;
	}
	#prop-tab-option-3:checked + label {
		background: url(../img/contemporary_dark.svg) center 25px no-repeat;
		background-size: 60px auto;
		cursor: default;
	}
	.prop-tab-name {
		display: block;
		width: 100%;
		height: 29px;
		margin-bottom: -1px;
		border-bottom: #555 solid 1px;
		font-weight: bold;
		text-align: center;
		z-index: 100;
	}
	.prop-tab-block li input[type="radio"]:checked + label .prop-tab-name {
		border-bottom: #ffffff solid 1px;
	}
	.prop-tab-block li input[type="radio"]:checked + label .prop-tab-name span {
		visibility: hidden;
	}
	.prop-tab-block li input[type="radio"]:checked + label {
		background-color: #ffffff !important;
		border-bottom: #ffffff solid 1px;
	}
	.prop-tab-block li input[type="radio"]:checked + label .prop-tab-content {
		opacity: 1;
		transition: opacity 0.5s ease-in-out 0s;
	}
	.prop-tab-content {
		display: block;
		opacity: 0;
		position: absolute;
		padding: 20px 20px 40px 20px;
		width: 517px;
		height: 440px;
		top: 106px;
		left: 0;
		border: #555 solid 1px;
		border-top: 0;
		border-radius: 0 0 7px 7px;
		background-color: #ffffff;
/*
		font-weight: 300;
		font-style: normal;
		color: #fff;
		background-color: #333;
		background: linear-gradient(180deg, #333333, #1a1c1f);
*/
	}
	.prop-tab-content h4 {
		margin-top: 10px;
		font-size: 1.4em;
		font-weight: bold;
		text-align: left;
	}
	.prop-tab-content ul {
		padding: 0;
	}
	.prop-tab-content li {
		display: list-item;
		width: 95%;
		margin-top: 10px;
		margin-left: 20px;
		font-size: 1.2em;
		text-align: left;
		list-style-image: url(../img/contemporary-list.svg);
	}

}

@media (max-width: 1279px) and (min-width: 1165px) {
	.prop-tab-block {
		width: 800px;
	}
	.prop-tab-content {
		width: 739px;
	}
}
@media (max-width: 1164px) and (min-width: 1050px) {
	.prop-tab-block {
		width: 700px;
	}
	.prop-tab-content {
		width: 642px;
	}
}
@media (max-width: 1049px) and (min-width: 935px) {
	.prop-tab-block {
		width: 570px;
	}
	.prop-tab-content {
		width: 516px;
	}
}
@media (max-width: 934px) and (min-width: 816px) {
	.ctkprops .container {
		background: none;
	}
	.prop-tab-block {
		width: 770px;
		right: auto;
	}
	.prop-tab-content {
		width: 710px;
	}
}
@media (max-width: 815px) and (min-width: 681px) {
	.ctkprops .container {
		background: none;
	}
	.prop-tab-block {
		width: 640px;
		right: auto;
	}
	.prop-tab-content {
		width: 584px;
	}
}
@media (max-width: 680px) and (min-width: 600px) {
	.ctkprops .container {
		background: none;
	}
	.prop-tab-block {
		width: 570px;
		right: auto;
	}
	.prop-tab-content {
		width: 517px;
	}
}


.ctkpanel {
	height: 600px;
}
.ctkpanel h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}
.ctkpanel h2 span {
	font-size: 14px;
	font-weight: normal;
}
.ctkpanel .container {
	padding-top: 50px;
}
.ctkpanel img {
	max-width: none;
}
.technical-data-table {
	width: 100%;
	margin: 50px 0;
	font-size: 1.3em;
	border-top: #e6e7e8 solid 4px;
	border-bottom: #e6e7e8 solid 4px;
	border-collapse: collapse;
}
@media (max-width: 600px) {
	.technical-data-table {
		margin: 0;
		font-size: 1.1em;
	}
}
.technical-data-table tr:nth-child(odd) {
	background-color: #f1f2f2;
}
.technical-data-table tr:hover {
	background-color: #e6e7e8;
}
.technical-data-table td {
	border: 0;
	padding: 5px 5px;
}
.technical-data-table tr td:last-child {
	text-align: right;
}
.panel-buttons-container {
	position: relative;
	max-width: 407px;
	min-width: 320px;
	margin: 0 auto;
	margin-top: 63px;
	padding-bottom: 100px;
	font-weight: 300;
}
@media (max-width: 427px) {
	.panel-buttons-container {
		margin-left: -20px;
	}
}
@media (max-width: 1279px) {
	.panel-buttons-container {
		margin-top: 23px;
	}
}
.panel-buttons-container table {
	width: 100%;
	height: 308px;
	border-collapse: collapse;
}
.panel-buttons-container table td {
	text-align: center;
	vertical-align: middle;
	border: 0;
	fill: #999;
}
#panel-press-again path, #panel-press-again polygon, #panel-press-again rect, #panel-out-of-co2 path, #panel-out-of-co2 polygon, #panel-call-service path {
	-o-transition: fill 0.5s ease-in-out 0s;
	-moz-transition: fill 0.5s ease-in-out 0s;
	-webkit-transition: fill 0.5s ease-in-out 0s;
	transition: fill 0.5s ease-in-out 0s;
}
.panel-buttons-container table tr:first-child td:nth-child(even) {
	width: 58px;
}
.panel-buttons-comments {
	position: absolute;
	left: 0;
	width: calc(100% - 40px);
	padding: 20px;
	color: #fff;
	font-size: 1.15em;
	white-space: normal;
	text-align: left;
	border: #333 solid 1px;
	border-radius: 10px;
	background-color: #000;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	-o-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.panel-row-1 {
	top: 40px;
}
.panel-row-2 {
	top: 130px;
}
.panel-row-3 {
	top: 285px;
}
#panel-press-again:hover path, #panel-press-again:hover polygon, #panel-press-again:hover rect {
	fill: #ed343c;
}
#panel-press-again:hover + span {
	opacity: 1;
	top: 60px;
}
#panel-out-of-co2:hover path, #panel-out-of-co2:hover polygon {
	fill: #ffc45c;
}
#panel-out-of-co2:hover + span {
	opacity: 1;
	top: 60px;
}
#panel-call-service:hover path {
	fill: #ffc45c;
}
#panel-call-service:hover + span {
	opacity: 1;
	top: 60px;
}
.panel-buttons-container table img:hover + .panel-row-2 {
	opacity: 1;
	top: 150px;
}
.panel-buttons-container table img:hover + .panel-row-3 {
	opacity: 1;
	top: 305px;
}
.panel-buttons-comments span:first-child {
	font-size: 1.2em;
}
.panel-buttons-comments span:first-child span {
	padding-left: 5px;
	font-weight: bold;
}
.panel-buttons-info {
	display: block;
	padding: 10px 0 0 30px;
}

.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: 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;
	position: relative;
	padding: 0;
}
.pluses-list li {
	display: inline-block;
	position: relative;
	width: calc(33% - 40px);
	padding: 0 20px 10px 20px;
	margin: 0;
	list-style: none;
	font-weight: bold;
	text-align: center;
}
.safety-list li {
	width: calc(50% - 40px);
	font-weight: normal;
}
@media (max-width: 500px) {
	.pluses-list li {
		width: calc(100% - 40px);
	}
}

.gift-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: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
	margin: 0;
	padding: 0;
}
.gift-list li {
	font-size: 1em;
	text-align: left;
	list-style: none;
}
.gift-list li img {
	width: 100%;
	height: auto;
}
/*
.gift-list li:first-child {
	width: 40%;
}
.gift-list li:last-child {
	width: 55%;
}
*/
.gift-list ul {
	margin-right: 30px;
}
.gift-list ul li {
	width: 100% !important;
	font-size: 1.5em;
	list-style: disc;
	text-align: justify;
}
.gift-list ul li a {
	color: #262626 !important;
}
.pluses-list li span {
	display: block;
	position: relative;
	padding: 10px 0;
}
@media (max-width: 950px) {
	.gift-list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gift-list ul {
		margin-right: 0;
	}
	.gift-list li {
		width: 100% !important;
		text-align: justify;
	}
	.gift-list li img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
}
@media (max-width: 600px) {
	.gift-list li img {
		width: 75%;
	}
	.gift-list ul li {
		font-size: 1.3em;
	}
}

.infuse-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: distribute;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
	margin: 0;
	padding: 0 0 30px 0;
}
.infuse-list li {
	width: 29%;
	margin: 0 2%;
	font-weight: bold;
	list-style: none;
	text-align: center;
}
.infuse-list li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0;
}
@media (max-width: 700px) {
	.infuse-list li {
		width: 46%;
	}
}
@media (max-width: 450px) {
	.infuse-list li {
		width: 96%;
	}
}

.goon-button {
	display: block;
	position: relative;
	width: 100%;
	max-width: 500px;
	padding: 12px 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: 25px;
	background-color: #e8b21a;
	box-shadow: inset 0 0 10px #ffffff
}

.cocktail-recipe {
	padding-left: 20px;
	margin-bottom: 40px;
}
.cocktail-iframe {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background-color: #000000;
	overflow: hidden;
}
.cocktail-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-important {
	color: #d79d00;
	font-weight: bold;
}

