@font-face {
	font-family: "interstate";
	src: url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/interstate-webfont.woff2") format("woff2"), url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/interstate-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/icomoon.eot?dytf37");
	src: url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/icomoon.eot?dytf37#iefix") format("embedded-opentype"), url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/icomoon.ttf?dytf37") format("truetype"), url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/icomoon.woff?dytf37") format("woff"), url("https://de-de.ecolab.com/sdecolab/dwebstage/product-finder-v2/fonts/icomoon.svg?dytf37#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
	content: "\e905";
}

.icon-click:before {
	content: "\e903";
}

.icon-checkmark:before {
	content: "\e904";
}

.icon-tick:before {
	content: "\e904";
}

.icon-approve:before {
	content: "\e904";
}

.icon-submit:before {
	content: "\e904";
}

.icon-angle-right:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e901";
}

.icon-angle-down:before {
	content: "\e902";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* carousel basic styles */

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 1px;
	z-index: 50;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.tab-content {
	position: relative;
}

.js-tab-hidden {
	width: 100%;
}

/* custom select styles */

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list .jcf-list-content ul li:first-child {
	display: none;
} 

.jcf-list .jcf-overflow {
	overflow: auto;
}

.search-dropdown-list,
.jcf-list-content ul,
.app-dropdown-list,
.navbar {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #616365;
	background: #fff;
	font: 16px/1.2 "Interstate", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 2rem;
	color: #007ac9;
	margin-bottom: 1.2rem;
	line-height: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 2.4rem;
}

a {
	color: #007ac9;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #616365;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #f0f0f0;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #f0f0f0;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #f0f0f0;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #f0f0f0;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #f0f0f0;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.popup-holder.popup-active {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 600;
}

.popup-holder.popup-active:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	height: 50%;
	background: #fff;
	font-size: 18px;
}

.popup .popup-header {
	padding: 10px;
	background: #e3eff6;
	color: #E5B136;
	overflow: hidden;
	line-height: 40px;
}

.close {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	border: 3px solid #007ac9;
	border-radius: 50%;
	margin-left: auto;
}

.close:hover {
	border-color: #005172;
}

.close:hover:before,
.close:hover:after {
	background: #005172;
}

.close:before,
.close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 80%;
	background: #007ac9;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.alert {
	padding: 10px 20px 10px 10px;
}

.btn {
	max-width: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	background-color: #007ac9;
	color: #fff;
	box-shadow: 0 2px 2px #005172;
	border-radius: .6rem;
	padding: .5rem 5.7rem;
	margin: 0 auto .2rem;
}

.btn-ico {
	padding: .5rem 1rem;
}

.btn:hover {
	background: #005172;
}

.btn-next {
/* 	line-height: 1; */
	padding-left: 1rem;
	margin-left: 2rem;
	white-space: nowrap;
}

.btn-next .icon-search {
	font-size: 2rem;
	vertical-align: top;
	line-height: 2.5rem;
	margin-right: 1rem;
}

.search-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.7rem 1.9rem 1.2rem 0;
	margin-bottom: 2.5rem;
}

[id="tab2-0"] .search-block.search-block {
	padding: 1rem 0;
}

.search-block-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 29.9%;
	flex: 0 0 29.9%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 0;
}

.search-block-image img {
	width: auto;
}

.form-search-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 60%;
	flex: 1 0 60%;
	width: 60%;
}

.form-search-holder .btn-next {
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding: 1rem 3rem;
	margin-left: auto;
}

.flex-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 53.3%;
	flex: 0 0 53.3%;
	line-height: 1;
	letter-spacing: -.06rem;
	padding-top: 1rem;
}

.search-type {
	display: block;
	max-width: 35rem;
	max-height: none;
	color: #007ac9;
	line-height: 1.3;
	letter-spacing: -.06rem;
	margin-bottom: 1rem;
}

.accent {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-right: .75rem;
}

.search-dropdown-list {
	position: relative;
	counter-reset: section;
	margin-bottom: 0;
}

.search-dropdown-list > li {
	position: relative;
}

.search-dropdown-list > li:before {
	position: absolute;
	top: .8rem;
	left: 0;
	font-size: 2.5rem;
	counter-increment: section;
	content: counter(section) ".";
	color: #adafaf;
	z-index: 1;
}

.search-dropdown-list > li:last-child .jcf-select {
	margin-bottom: 0;
}

.jcf-select {
	position: relative;
	display: block;
	max-width: 100%;
	font-size: 1.7rem;
	color: #adafaf;
	line-height: 2.3;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 0 0 1px #adafaf;
	border-right: none;
	padding-left: 1rem;
	margin-left: 2.8rem;
	margin-bottom: 2.2rem;
}

.drop-holder .jcf-select .jcf-select-text {
	color: #616365;
}

.jcf-select .icon-angle-down {
	float: right;
	text-align: center;
	font-size: 3.3rem;
	color: #fff;
	vertical-align: middle;
	background: #adafaf;
}

.jcf-select .icon-angle-down:before {
	display: inline-block;
	line-height: 2.2rem;
}

.jcf-drop-active {
	box-shadow: 5px -2px 5px rgba(0, 0, 0, .1), -5px -2px 5px rgba(0, 0, 0, .1), 0 -2px 5px rgba(0, 0, 0, .1), 0 -2px 0 0 rgba(0, 0, 0, 0);
}

.jcf-drop-active.jcf-drop-flipped {
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .1), -1px 2px 5px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .1), 0 2px 0 0 rgba(0, 0, 0, 0);
}

.pathogen {
	margin-bottom: 0;
}

.jcf-select-opener {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #adafaf;
	color: #fff;
	width: 4.1rem;
	height: 100%;
}

.jcf-drop-active .jcf-select-opener {
	display: none;
}

.jcf-select-opener:after {
	font-family: "icomoon";
	content: "\e902";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3.3rem;
}

.jcf-drop-active .jcf-select-opener:after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.jcf-select-drop {
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .1), -4px 4px 5px rgba(0, 0, 0, .1), -4px 4px 5px rgba(0, 0, 0, .1), -4px 3px 0 0 rgba(0, 0, 0, 0);
}

.jcf-select-drop.jcf-drop-flipped {
	box-shadow: 4px -4px 5px rgba(0, 0, 0, .1), -4px -4px 5px rgba(0, 0, 0, .1), -4px -4px 5px rgba(0, 0, 0, .1), -4px -3px 0 0 rgba(0, 0, 0, 0);
}

.jcf-list-content ul {
	width: 100%;
	font-size: 1.6rem;
	background: #fff;
	border-top: none;
	padding: 0 0 1.3rem;
	z-index: 2;
}

.jcf-drop-flipped .jcf-list-content ul {
	padding-top: .4rem;
}

.pathogen .jcf-list-content ul {
	top: .2rem;
}

.jcf-list-content ul .jcf-option {
	position: relative;
	display: block;
	color: #616365;
	line-height: 1.4;
	text-decoration: none;
	padding-left: 1.03rem;
	padding-right: 1.03rem;
}

.jcf-list-content ul .jcf-option:after {
	opacity: 0;
	font-family: "icomoon";
	content: "\e904";
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5rem;
}

.jcf-list-content ul .jcf-option:hover,
.jcf-list-content ul .jcf-option.jcf-hover {
	background: #f0f0f0;
}

.jcf-list-content ul .jcf-option:hover:after,
.jcf-list-content ul .jcf-option.jcf-hover:after {
	opacity: 1;
}

.drop {
	min-height: 30rem !important;
	position: absolute;
	bottom: 100%;
	width: 100%;
	top: auto;
}

.drop .jcf-scrollable-wrapper {
	width: 100% !important;
}

.drop .dropdown-menu {
	max-height: 30rem !important;
	min-height: 18.5rem !important;
	z-index: 6;
	width: calc(100% - 2.7rem) !important;
}

.search-active .drop .icon-angle-down {
	margin-top: 0;
}

.app-dropdown-list,
.drop-holder {
	width: 100%;
}

.app-dropdown-list .jcf-select {
	margin-left: 0;
}

.slide {
	overflow: auto;
	overflow: hidden;
	border: .2rem solid #007ac9;
}

.products .slide-height {
	position: relative;
	width: 100%;
	max-height: 65.5rem;
	overflow: hidden;
}

.slide-footer {
	right: 0;
	bottom: 0;
}

.scroll-holder {
	overflow: hidden;
	overflow-y: scroll;
	height: auto;
}

.slide-holder {
	position: relative;
	padding-bottom: 15.2rem;
}

.title-holder {
	border-bottom: 1rem solid #E5B136;
	background: #f0f0f0;
	color: #E5B136;
	padding: .6rem 1.5rem 1.5rem;
	border-top: .2rem solid #007ac9;
}

.success .title-holder {
	border-bottom-color: #004F6F;
	color: #004F6F;
}

.info .title-holder {
	border-bottom-color: #7AA52A;
	color: #7AA52A;
}

.product-table {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.3;
	overflow-x: auto;
}

.product-table th {
	padding: 0;
	text-align: left;
	font-weight: 400;
}

.product-table tr {
	width: 100%;
	vertical-align: top;
}

.product-table tr:first-child {
	border-bottom: .2rem solid #007ac9;
}

.product-table tr:nth-child(2n+3) {
	background-color: #e3eff6;
}

.product-table th + th {
	position: relative;
}

.product-table th + th:before {
	content: "";
	position: absolute;
	left: 0;
	top: .2rem;
	width: .2rem;
	height: calc(100% - .5rem);
	background: #007ac9;
}

.product-table th,
.product-table td {
	display: inline-block;
	padding: .4rem 1.3rem .5rem;
	width: calc(29% - .5rem);
}

.product-table td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.warning .product-table td:first-child {
	color: #E5B136;
}


.success .product-table td:first-child {
	color: #004F6F;
}

.info .product-table td:first-child {
	color: #7AA52A;
}

.product-table a {
	text-decoration: none;
	color: #616365;
}

.product-table a:hover {
	color: #a1a3a5;
}

.table-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	width: calc(100% - 2rem);
	left: 0;
	background: #fff;
	height: 4rem;
	top: 78%;
	font-size: .7rem;
	padding: 2.1rem 2rem 2.1rem 1rem;
}

.table-footer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + .5rem);
	height: .2rem;
	background: #007ac9;
	z-index: 50;
}

.table-footer img {
	display: inline-block;
	width: 2.6rem;
	margin-right: 1rem;
}

.table-footer .product-tablr-description {
	font-size: 1.6rem;
	letter-spacing: .03rem;
	line-height: 2.5;
	color: #d8d8d8;
	margin-right: 2rem;
}

.table-footer .btn {
	display: inline-block;
	min-width: 10rem;
	font-size: 1.6rem;
	padding: .8rem 3rem;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

.table-footer .btn + .btn {
	margin-left: 2rem;
}

.products .jcf-scrollable-wrapper {
	height: 71rem !important;
	max-height: 79%;
	max-width: 100%;
}

.products .jcf-scrollbar-vertical {
	max-height: calc(100% - 16.2rem) !important;
	width: .9rem;
	right: -2rem;
	top: .4rem;
}

.products .jcf-scrollbar-slider {
	height: 100% !important;
	width: 1rem;
	margin: 0 auto;
}

.products .scrollable-holder {
	float: left;
	width: 100%;
	height: auto !important;
	min-width: 70rem;
}

.products .jcf-scrollbar-vertical .jcf-scrollbar-handle {
	width: 1.9rem;
	height: 4.1rem !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .5);
}

.products .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.products .jcf-scrollbar-vertical .jcf-scrollbar-inc {
	position: absolute;
	top: calc(100% + 1.9rem);
	bottom: auto;
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: none;
	border-left: 1.4rem solid transparent;
	border-right: 1.4rem solid transparent;
	border-bottom: 1.6rem solid #007ac9;
}

.products .jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: calc(100% + 4.5rem);
	border-top: 1.6rem solid #007ac9;
	border-bottom: none;
}

.jcf-scrollbar-vertical {
	z-index: 50;
	top: -3.8rem;
}

.jcf-drop-flipped .jcf-scrollbar-vertical {
	top: 0;
}

.jcf-select-drop {
	z-index: 60;
}

.jcf-select-drop .jcf-scrollbar-vertical {
	height: calc(100% + 3.8rem) !important;
}

.jcf-select-drop .jcf-scrollbar-slider {
	height: calc(100% - 1.5rem) !important;
}

.jcf-scrollbar-vertical {
	right: 0;
	width: 1rem;
	box-shadow: .1rem 0 .2rem rgba(0, 0, 0, .2);
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	border-left: .5rem solid transparent;
	border-right: .5rem solid transparent;
	border-bottom: .8rem solid #007ac9;
	width: auto;
	height: auto;
	background: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	border-top: .8rem solid #007ac9;
	border-bottom: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #007ac9;
	width: 1rem;
	left: 0;
	border-radius: .5rem;
	box-shadow: 0 .2px 1px 1px #005172;
	z-index: 5;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #007ac9;
	border-radius: .5rem;
}

.app-search {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.app-search .search-block {
	margin-bottom: 0;
}

.app-search .form-search-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.8%;
	flex: 0 0 58.8%;
}

.app-dropdown-list li {
	position: relative;
}

.app-dropdown-list .search-opener {
	margin: 0;
}

.app-dropdown-list .dropdown-menu {
	margin-left: 0;
	max-width: 100%;
}

.decorate-angle-right {
	position: relative;
	width: 53%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
}

.decorate-angle-right .form-search-holder {
	z-index: 3;
}

.decorate-angle-right:before,
.decorate-angle-right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% - 1.5rem);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 10.6rem solid #f0f0f0;
	border-top: 23.1rem solid transparent;
	border-bottom: 22.9rem solid transparent;
	z-index: 2;
}

.decorate-angle-right:after {
	left: calc(100% - .2rem);
	border-left-color: #fff;
	z-index: 1;
}

.form-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.form-holder .form-search-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 8%;
	padding-left: 25%;
}

.form-holder .form-search-holder .search-type {
	margin-bottom: 1rem;
}

.form-holder .btn-ico {
	padding: .5rem 1.9rem;
}

.icon-angle-right:before {
	display: inline-block;
	font-size: 5.5rem;
	line-height: 2rem;
	vertical-align: middle;
	margin-right: 2.4rem;
	margin-top: -15px;
}

.icon-angle-right {
	color: #5eb6e4;
	margin-right: .8rem;
}

.icon-download {
	display: inline-block;
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 2rem;
}

.button-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	margin: 0;
}

header {
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.navbar {
	margin-left: -2.6rem;
}

.navbar li {
	line-height: 1.1;
	display: inline-block;
	height: 100%;
	font-size: 3.2rem;
}

.navbar li + li {
	margin-left: -.4rem;
}

.navbar li + li a {
	padding-left: 5.3rem;
}

.navbar li:last-child a:after {
	box-shadow: -.5rem 0  .5rem #005172;
}

.navbar a {
	-webkit-transition: z-index .3s ease-in-out;
	transition: z-index .3s ease-in-out;
	position: relative;
	display: block;
	width: 100%;
	max-width: 33.8rem;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2.6rem 7rem 1.8rem 9.3rem;
	z-index: 0;
}

.navbar a:hover {
	z-index: 5;
}

.navbar a:hover:after {
	box-shadow: .5rem 0  .5rem #005172;
}

.navbar a.active-tab {
	color: #fff;
	z-index: 4;
}

.navbar a.active-tab:after {
	background: #007ac9;
	box-shadow: .5rem 0  .5rem #005172;
}

.navbar a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e3eff6;
	top: 0;
	left: 0;
	-webkit-transform: skew(25deg, 0);
	-ms-transform: skew(25deg, 0);
	transform: skew(25deg, 0);
	z-index: -1;
}

.jcf-scrollable {
	height: 60rem;
}

.bg-secondary {
	background: #f0f0f0;
}

.bg-light-blue {
	background: #e3eff6;
}

.calc-tab {
	letter-spacing: -.03rem;
}

.calc-tab .dropdown-menu {
	width: 100%;
}

.text-container {
	padding: 3rem 6rem 1.6rem;
}

.text-container p {
	margin-bottom: .7rem;
}

.text-container .mb-1 {
	margin-bottom: 1rem;
}

.app-guidelines {
	display: block;
	font-size: 1.4rem;
	line-height: 1.9rem;
	letter-spacing: -.04rem;
}

.guideline-description {
	display: inline-block;
	color: #007ac9;
	text-transform: uppercase;
	margin-right: -.4rem;
}

.app-search .search-block {
	min-height: 30%;
	padding: 0 1rem;
}

.app-search .search-block-image {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}

.app-search .search-block-image img {
	max-width: 70%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
}

.app-search .search-type {
	letter-spacing: -.08rem;
	margin-bottom: 1rem;
}

.app-search .drop-holder .jcf-select {
	margin-bottom: 4.5rem;
}

.app-search input {
	width: 100%;
	border: .5rem solid #007ac9;
	margin-bottom: 6rem;
}

.app-search input::-webkit-input-placeholder {
	color: #adafaf;
}

.app-search input::-moz-placeholder {
	opacity: 1;
	color: #adafaf;
}

.app-search input:-moz-placeholder {
	color: #adafaf;
}

.app-search input:-ms-input-placeholder {
	color: #adafaf;
}

.app-search input.placeholder {
	color: #adafaf;
}

.app-search .text-color {
	color: #007ac9;
}

.app-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 95%;
	flex: 0 0 95%;
	height: 100%;
	padding-top: 3.5rem;
	padding-bottom: 4.8rem;
}

.app-form .search-opener {
	max-width: 100%;
}

.app-form .btn {
	margin: auto 0 1.4rem auto;
}

.app-form .app-guidelines {
	margin-bottom: 2.4rem;
}

html {
	background: #007ac9;
	font-size: 5%;
}

body {
	max-width: 1140px;
	max-height: 800px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -.1px;
	overflow: hidden;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	padding: 1rem;
	overflow: hidden;
	overflow-y: auto;
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 320px), (min-resolution: 144dpi) and (min-width: 320px) {
	html {
		font-size: 10%;
	}
}

@media screen and (min-width: 480px) {
	.slide .slide-height {
		padding: 3.9rem 6.3rem 2.7rem;
	}

	.products .slide-height {
		padding: 2rem 5rem 0;
	}

	.products .slide-height:before {
		content: "";
		position: absolute;
		left: 5.1rem;
		top: 2rem;
		width: calc(100% - 9.2rem);
		height: .2rem;
		background: #007ac9;
		z-index: 50;
	}

	.app-form {
		max-width: 95%;
	}
}

@media screen and (min-width: 768px) {
	.popup-holder {
		display: none;
	}

	.search-block .img-large {
		max-width: 24.4rem;
	}

	.search-block-image img {
		max-width: 16.6rem;
	}

	.jcf-select .icon-angle-down:before {
		width: 4.1rem;
		line-height: 1.2;
	}

	.product-table th:nth-child(3n+3) {
		width: calc(31.8% + 1.5rem);
	}

	.product-table th:nth-child(3n+3),
	.product-table td:nth-child(3n+3) {
		width: calc(31.8% + 1rem);
	}

	html {
		font-size: 56%;
	}

	body {
		font-size: 1.4rem;
		overflow: hidden;
	}

	#wrapper {
		overflow: hidden;
	}
}

@media screen and (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 3.2rem;
	}

	h2,
	.h2 {
		font-size: 3.2rem;
	}

	html {
		font-size: 62.5%;
	}

	body {
		font-size: 1.8rem;
	}
}

