/*! 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: #002957;
}

a:hover {
	color: #f99001 !important;
}

.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;
}

.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-list li:not(:last-child) {
  margin-bottom: 20px;
}

.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;
	}
}


.info-screen {
  position: relative;
}

@media (max-width:639px) {
  .info-screen {
    padding-bottom: 50px;
  }
}

.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;
	  }
}

@media (max-width:639px) {
	.info-screen .container {
		padding-top: 25px;
	}
}

.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;
  }
}







/* SUMMER landing 2020.06 */





.clear {
	clear: both;
}

.eqpm2006 {
	line-height: 1.3;
	text-align: justify;
}

.eqpm2006 p, .eqpm2006 li {
	font-size: 1.5em;
}
@media (max-width:1440px) and (min-width: 601px) {
	.eqpm2006 p, .eqpm2006 li {
		font-size: 1.4em;
	}
}
@media (max-width:600px) {
	.eqpm2006 p, .eqpm2006 li, .eqpm2006 h4 {
		font-size: 1.2em;
	}
}
.eqpm2006 h1 {
	display: block;
	position: relative;
	font-size: 3em;
	text-align: center;
	padding: 0.75em 20px;
	margin-bottom: 1.5em;
}
.section-set h2 {
}
.section-set .container-set-intro {
	display: block !important;
}
.section-bluegradient h2 {
	text-align: left;
}
.eqpm2006 h3 {
	text-align: left;
}
.eqpm2006 h4 {
	font-size: 1.5em;
	font-weight: bold;
}
.eqpm2006 a {
	color: #002957;
	font-weight: bold;
}

.texts-half-right {
	width: 50%;
	padding: 50px 0 70px 0;
	text-align: left;
}

.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;
	}
}

.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: 1em 0;
	color: #27655b;
	font-size: 2.5em;
	text-align: center;
}
.section-white {
	padding-top: 60px;
	padding-bottom: 50px;
}
.section-black {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #1a1c1f;
}
.section-lightblue {
	background: #83b9e8;
}
.section-midblue {
	background: #5fa0d8;
}
.section-darkblue {
	background: #3988cd;
}
.section-lightpaleblue {
	padding-top: 60px;
	padding-bottom: 50px;
	background: #e7eff5;
}
.section-lightpaleblue h1, .section-lightpaleblue h2 {
	margin: 1em 0;
	color: #27655b;
	font-size: 2.5em;
	text-align: center;
}
.section-lightpaleblue-flex .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}
.section-lightpaleblue-flex .container>img {
	margin-right: 20px;
}
.block-right h2 {
	margin-top: 0;
}
@media (max-width:800px) {
	.section-lightpaleblue-flex .container {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.section-lightpaleblue-flex .container>img {
		margin: 0 auto 30px auto;
	}
	.block-right h2 {
		width: 100%;
		margin-top: 0;
	}
}

.section-bluegradient {
	background: url(../img/bg_board1.jpg) no-repeat;
	background-size: cover;
/*	background: linear-gradient(180deg, #175681 0%, #3a7095 100%);	*/
}
#section-fullimage {
	padding: 0;
	margin-bottom: -1px;
	line-height: 1;
}
#section-lightgray .container, #section-fullimage .container {
	padding: 0;
	overflow: hidden;
}
#section-lightgray .container>img {
	position: relative;
	height: 450px;
	min-height: 100%;
	margin: auto;
	margin-bottom: -1px;
	object-fit: cover;
}
#section-fullimage>img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: -2px;
	object-fit: cover;
}
.section-set .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}
.section-set, .section-set h2, .section-set h3, .section-set h4, .section-set p, .section-set li {
	color: #ffffff;
}
.section-set .container:first-child {
	padding-top: 60px;
	padding-bottom: 0;
}
.section-set .container:last-child h2 {
	text-align: left !important;
}
.section-set .field {
/*	max-width: 300px;	*/
}

.sales-discount {
	position: absolute;
	bottom: 40px;
	left: 0;
}
.sales-set {
	display: inline-block;
	-webkit-align-self: flex-end; 
	align-self: flex-end;
	margin: 40px 10% 40px 0;
	width: 40%;
	max-width: 350px;
	height: 100%;
}
.section-set ul {
	padding-left: 20px;
}
.section-set h2 {
	display: block;
	position: relative;
	padding-bottom: 0.5em;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 2.5em;
	text-align: center;
}
.text-time {
	font-size: 1.1em !important;
}
@media (max-width:750px) {
	.section-set .container {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.section-set .container>img {
		display: block;
		margin: 40px auto 0 auto;
		width: auto;
		max-width: 460px;
		max-height: 700px;
		height: auto;
	}
	.sales-discount {
		top: 0;
		right: 20px;
		bottom: auto;
		left: auto;
	}
	.section-set h2 {
		text-align: center;
	}
	.text-time {
		text-align: center;
	}
	.texts-half-right {
		width: 100%;
	}
}
@media (max-width:460px) {
	.section-set .container .sales-set {
		width: 100%;
		height: auto;
	}
}

.goon-button {
	display: block;
	position: relative;
	width: 100%;
/*	max-width: 400px;	*/
	padding: 12px 0;
	margin: 30px 0;
	color: #ffffff !important;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: #ffffff solid 2px;
	border-radius: 15px;
	background-color: #69aba2;
/*	box-shadow: inset 0 0 10px #ffffff;	*/
	cursor: pointer;
}
.section-set .goon-button {
	background-color: #155149;	/* #cd8721; */
}
.goon-button:hover {
	color: #27655b !important;
	background-color: #ffcf11 !important;	/*	#f99001	*/
}
.link-central {
	text-align: center;
}
.link-central a {
	color: #27655b;
	font-size: 0.9em;
}

.section-set .goon-button {
}

.price-standard span {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}
.price-sales span {
	display: inline-block;
}
.price-sales span:nth-child(2) {
	padding: 0 10px 0 20px;
	color: #fedf65;
	font-size: 3em;
	font-weight: bold;
}

.bonus-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}
.bonus-list li {
	display: inline-block;
	width: 23%;
	padding-bottom: 20px;
	font-size: 1.4em;
	text-align: center;
	list-style: none;
}
.bonus-list + p {
	font-size: 1.4em;
}
@media (max-width:750px) {
	.bonus-list {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-bottom: 30px;
	}
	.bonus-list li {
		width: 100%;
	}
}
.bonus-list li span:first-child {
	display: inline-block;
	width: 100%;
}
.bonus-list li span:first-child img {
	width: 80px;
	margin-bottom: 5px;
}
.bonus-list li span:last-child {
	font-weight: bold;
	text-transform: uppercase;
}
.text-note {
	position: relative;
	padding-left: 60px;
}
.text-note span {
	position: absolute;
	top: 0;
	left: 0;
}
.text-note span img {
	width: 40px;
	height: auto;
}

.advantages-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}
.advantages-list li {
	display: inline-block;
	width: 23%;
	padding-bottom: 40px;
	font-size: 1.3em;
	text-align: left;
	text-align: center;
	list-style: none;
}
@media (max-width:750px) and (min-width: 501px) {
	.advantages-list li {
		width: 45%;
	}
}
@media (max-width:500px) {
	.advantages-list li {
		width: 100%;
	}
}
.advantages-list li span:first-child {
	display: inline-block;
	width: 100%;
}
.advantages-list li span:first-child img {
	width: 80px;
	margin-bottom: 10px;
}

.text-comment {
	font-size: 1em !important;
}

#bannerToForm {
	border-bottom: #e9e7eb solid 20px;
}

.image-float-left {
	position: relative;
	float: left;
}

.warning-list li {
	list-style-image: url(../img/icon-warning.svg);
}