/*! 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: 1.9em;
  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: #262626;
}

p, a, li, span, div, h1, h2, h3 {
    line-height: 140%;
    text-align: justify;
}

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;
}
h1 {
	display: block;
	position: relative;
	font-size: 2em;
	text-align: center;
	margin-bottom: 1.25em;
}
h2 {
	display: block;
	position: relative;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
	font-size: 1.8em;
	text-align: left;
}
h3 {
	display: block;
	position: relative;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	text-align: left;
}
h4 {
	font-weight: bold;
}
a {
	color: #262626;
	font-weight: bold;
}


@media (max-width:639px) {
  .button {
    display: block;
    width: 100%;
  }
}

.button:hover {
  background-color: #c00;
}

.container {
  box-sizing: border-box;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width:1279px) {
  .container {
    width: 100%;
  }
}
.container h2 {
	margin: 30px 0 30px 0;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}
.container h2:first-child {
	margin-top: 0;
}

.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-nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.text-subtitle {
	margin-top: 0;
	padding-top: 0;
	color: #999999;
	font-size: 0.9em;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-comment {
	font-size: 0.8em;
}

.image-right {
	position: relative;
	float: right;
	margin: 5px 0 40px 50px;
}
@media (max-width:550px) {
	.image-right {
		display: block;
		position: relative;
		float: none;
		margin: 0 auto 40px auto;
	}
}

.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;
	}
}

.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:600px) {
	p, li, h4 {
	}
}
.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-giga {
	border-bottom: #eeeeee solid 15px;
}
#section-footer {
	border-top: #eeeeee solid 15px;
}
.section-top-border {
	padding-top: 50px;
	border-top: #e6e7e8 solid 10px;
}
.section-top-border .texts-half-right {
	padding-top: 50px;
}
.section-image-only {
	padding: 0 !important;
	line-height: 100%;
	overflow: hidden;
}
.section-image-only img {
	width: 100%;
	height: auto;
	border: 0;
	outline: none;
}
@media (max-width: 799px) {
	.image-only-desktop {
		display: none;
	}
}
@media (min-width: 800px) {
	.image-only-mobile {
		display: none;
	}
}
.section-white h1, .section-white h2 {
	margin-top: 1em;
}
.section-white {
	padding: 70px 0;
}
.section-black {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #1a1c1f;
}
.section-lightorange{
	padding-top: 50px;
	background-color: #f3ebdc;
}
.section-darkgray {
	padding-top: 50px;
	background: #6f7077;
}
.section-lightgray {
	padding: 50px 0;
	background: #f0f0f0;
}
.section-lightgray h1, .section-lightgray h2 {
	margin-top: 1em;
}
.section-grayblue {
	padding: 70px 0;
	background: #e2ebf0;
}
.section-grayblue h1, .section-grayblue h2 {
	margin-top: 1em;
}
.section-sunny {
	padding: 70px 0;
	background: #ead69f;
}
.section-sunny h1, .section-sunny h2 {
	margin-top: 1em;
	color: #b98701;
}
.section-pre {
	padding-bottom: 0;
}

.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: #d79d00;
	box-shadow: inset 0 0 10px #ffffff
}

.text-right {
	text-align: right;
}

.text-important {
	color: #d79d00;
	font-weight: bold;
}

.texts-half-right {
	margin: -70px 0 -50px 0;
	padding: 0;
	padding-bottom: 50px;
}
@media (max-width: 900px) and (min-width: 600px) {
	.texts-half-right {
		margin-left: 20%;
		padding: 50px 70px 50px 50px;
		background-color: #fff;
	}
}
@media (min-width: 901px) {
	.texts-half-right {
		margin-left: 40%;
		padding: 50px 70px 50px 50px;
		background-color: #fff;
	}
}
.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;
}

.list-icons {
	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-icons li {
	display: inline-block;
	text-align: center;
	font-size: 0.95em;
	list-style: none;
	line-height: 130%;
}
.list-icons li img {
	margin: 30px auto 5px auto;
}
.list-buildings li img {
	width: 90px;
	height: auto;
}
.list-certificates li img {
	width: 90px;
	height: auto;
}
.list-icons li span {
	display: block;
	font-weight: bold;
	text-align: center;
}

.list-3-long li {
	width: 27%;
	margin: 0 3%;
}
@media (max-width:700px) {
	.list-3-long li {
		width: 46%;
	}
}
@media (max-width:500px) {
	.list-3-long li {
		width: 96%;
	}
}
.list-4-short li {
	width: 21%;
	margin: 0 2%;
}
@media (max-width:500px) {
	.list-4-short li {
		width: 46%;
	}
}

.list-product-photo-specification {
	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: space-between;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	padding-left: 0;
}
.list-product-photo-specification li {
	display: inline-block;
	list-style: none;
}
.list-product-photo-specification li:first-child {
	width: 250px;
	text-align: left;
}
.list-product-photo-specification li:first-child img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-top: 30px;
}
.list-product-photo-specification li:last-child {
	width: calc(100% - 300px);
}
@media (max-width: 950px) {
	.list-product-photo-specification li {
		width: 100% !important;
		text-align: center !important;
	}
	.technical-data-table td {
		padding: 10px 5px !important;
		font-size: 0.758em !important;
		line-height: 120% !important;
	}
}
.technical-data-table {
	width: 100%;
	margin: 30px 0;
	border-top: #e6e7e8 solid 4px;
	border-bottom: #e6e7e8 solid 4px;
	border-collapse: collapse;
}
.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;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
}
.technical-data-table tr td:last-child {
	text-align: right;
}

.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 {
	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;
	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;
	}
}

