/*
	Font: 
	font-family: font-family: 'Ubuntu', sans-serif;	
*/

/* General styles */
html.full,
html.full body {
    height: 100%;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Ubuntu', sans-serif;
}
body.overlay {
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}
body.grey {
    background: #f8f8f8;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-weight: 700;
    color: #646569;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h2 {
    font-weight: 700;
    color: #646569;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
p,
ul,
ol,
li,
a:link,
a:visited {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
p,
ul,
ol,
li {
    color: #586976;
}
a:link,
a:visited {
    color: #646569;
}
a:hover {
    text-decoration: underline;
}
.center {
    max-width: 1600px;
    margin: 0 auto 0 auto;
}
.trans {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.last {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.first {
    margin-left: 0px !important;
}
.clear {
    clear: both;
}
.align-center {
    text-align: center;
}
.no-scroll {
    overflow: hidden;
}
.group:after {
    content: '';
    display: table;
    clear: both;
}
#main-content ul li {
    position: relative;
    padding-left: 20px;
}
#main-content.single-article h2 {
    margin: 20px 0px;
}
#main-content.single-article ul li:before {
    content: '';
    list-style: none;
    width: 10px;
    height: 10px;
    background: url(../images/icon_list.png);
    position: absolute;
    left: -5px;
    top: 11px;
}
.grecaptcha-badge {
    display: none;
}

*:focus {
    outline: none;
}
a.to-top {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #646569;
    display: block;
    background: url(../images/icon_jump_to_top.png) no-repeat;
    padding-left: 55px;
    height: 41px;
    line-height: 41px;
    text-decoration: none;
    cursor: pointer;
    margin: 36px 0px 0px;
}
a.to-top-full {
    display: block;
    position: absolute;
    right: 70px;
    top: -30px;
    width: 68px;
    height: 68px;
    background: url(../images/icon_jump_to_top_full.png) no-repeat;
    cursor: pointer;
    z-index: 80000;
}
.black-layer {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 10000;
    display: none;
}
.black-layer.active {
    display: block;
}
.left,
.right {
    float: left;
    width: 50%;
}
.mobile {
    display: none;
}

/* Form elements */
form.general .input-item {
    position: relative;
    margin: 15px 0px;
}
form.general .input-item.privacy .error-message {
    position: relative;
    float: left;
    bottom: auto;
    right: auto;
    margin: 10px 0px 0px;
}
form.general label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #646569;
    text-transform: uppercase;
    width: 35%;
    display: block;
    float: left;
}
form.general label.full {
    width: 100%;
    line-height: 24px;
}
form.general label.full.privacy {
    padding: 2px 0px 0px 30px;
}
form.general label a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #646569;
    text-transform: uppercase;
}
form.general input[type='number'],
form.general input[type='text'],
form.general input[type='password'],
form.general textarea {
    width: 65%;
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    border: 2px solid #dcdcdc;
    padding-left: 8px;
}
form.general .intl-tel-input {
    width: 65%;
    height: 35px;
    line-height: 35px;
}
form.general .intl-tel-input input[type='text'] {
    width: 100%;
}
form.general textarea {
    height: 75px;
}
form.general p.info {
    text-align: right;
    font-size: 14px;
}
form.general .hidden-input-group {
    display: none;
}

/* Custom select */
.custom-select {
    padding: 0;
    margin: 0;
    border: 2px solid #dcdcdc;
    width: 320px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url('../images/icon_custom_select_arrow.png') no-repeat 96% 50%;
}
.custom-select.full-width {
    width: 65%;
}
.custom-select select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.custom-select select:focus {
    outline: none;
}

/* Custom checkbox */
[type='checkbox'] + label {
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
}
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
    position: relative;
    cursor: pointer;
    padding: 0px 0px 0px 30px;
}
[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 2px solid #595959;
    border-radius: 16px;
}
[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #646569;
    border-radius: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.2s;
}
[type='checkbox']:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type='checkbox']:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* Custom checkbox square */
[type='checkbox'].square + label {
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
[type='checkbox'].square:not(:checked),
[type='checkbox'].square:checked {
    position: absolute;
    left: -9999px;
}
[type='checkbox'].square:not(:checked) + label,
[type='checkbox'].square:checked + label {
    position: relative;
    cursor: pointer;
    padding: 9px 0px 0px 30px;
}
[type='checkbox'].square.square:not(:checked) + label:before,
[type='checkbox'].square:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 23px;
    height: 23px;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    background: #fff;
}
[type='checkbox'].square:not(:checked) + label:after,
[type='checkbox'].square:checked + label:after {
    content: '✔';
    width: auto;
    height: auto;
    color: #646569;
    background: none;
    border-radius: 0px;
    position: absolute;
    top: 8px;
    left: 7px;
    transition: all 0.2s;
    font-size: 16px;
}
[type='checkbox'].square:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type='checkbox'].square:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* Custom checkbox square red */

[type='checkbox'].square.gray + label {
    margin: 0px 0px 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #646569;
    text-transform: uppercase;
    width: 50%;
    display: block;
    float: left;
    padding: 9px 0px 0px 50px;
}
[type='checkbox'].square.gray:not(:checked) + label:before,
[type='checkbox'].square.gray:checked + label:before {
    border: 2px solid #595959;
}

/* Custom radio button */
[type='radio'] + label {
    font-size: 12px;
    font-weight: 500;
    color: #555555;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
[type='radio']:not(:checked),
[type='radio']:checked {
    position: absolute;
    left: -9999px;
}
[type='radio']:not(:checked) + label,
[type='radio']:checked + label {
    position: relative;
    cursor: pointer;
    padding: 9px 0px 0px 30px;
}
[type='radio']:not(:checked) + label:before,
[type='radio']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 2px solid #595959;
    border-radius: 16px;
}
[type='radio']:not(:checked) + label:after,
[type='radio']:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #646569;
    border-radius: 8px;
    position: absolute;
    top: 11px;
    left: 5px;
    transition: all 0.2s;
}
[type='radio']:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type='radio']:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* Form validation */
.error-message,
.error-sum {
    font-size: 12px;
    color: #f00;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.validation-failed {
    border: 1px solid #f00 !important;
}
.success-message {
    color: #555 !important;
    display: none;
    margin: 20px 0px;
}
.send-error-message {
    background: rgb(253, 207, 207);
    color: #555;
    padding: 10px 10px;
    margin-top: 10px;
    border: 1px solid rgb(239, 153, 153);
    display: none;
}
.success-message p {
    font-size: 18px !important;
}

.chat {
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 90000;
}

/* Buttons */
a.button,
input.button {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: #646569;
    display: block;
    float: left;
    text-transform: uppercase;
    border: 1px solid #646569;
    text-decoration: none;
    border-radius: 20px;
    padding: 2px 26px;
    background: none;
}
a.button:hover,
input.button:hover {
    background: #646569;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-decoration: none;
    cursor: pointer;
}
input.button:disabled,
input.button[disabled] {
    border: 1px solid #868686;
    color: #868686;
}
input.button:disabled:hover,
input.button[disabled]:hover {
    background: #fff;
}

/* Russan, estonian flags */
.flag.absolute {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 900000;
}
.flag.absolute.center {
    right: 40px;
}
.service .flag.absolute,
.healthy-home .flag.absolute {
    top: 150px;
    right: 30px;
}

header {
    height: 100px;
    border-bottom: 2px solid #c0c0c3;
}
header .center {
    position: relative;
}
header .center > .flex {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
header .logo {
    width: 11%;
}
header .logo img {
    min-width: 106px;
}

/* Header - menu */
#menu.screen {
    height: 100px;
}
#menu.screen ul {
    list-style: none;
}
#menu.screen > ul {
    height: 100%;
    display: flex;
}
#menu.screen > ul > li {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
#menu.screen > ul > li:first-child {
    margin: 0px;
}
#menu.screen > ul > li.sub > a:before,
#menu.screen > ul > li.mega > a:before {
    position: absolute;
    left: 6px;
    top: 0px;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    color: #c0c0c3;
}
#menu.screen > ul > li > a {
    position: relative;
    padding: 0px 32px;
}
#menu.screen > ul > li a {
    font-weight: 500;
    font-size: 14px;
    color: #646569;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: none;
}
#menu.screen > ul > li a:hover {
    background: rgba(11, 167, 141, 0.95);
    color: #fff;
}
#menu.screen > ul > li.mega a:hover {
    background: none;
    color: #159d65;
}
#menu.screen > ul > li.mega:hover > div {
    display: block;
    z-index: 500000;
}
#menu.screen > ul > li.mega:hover > a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: FontAwesome;
    content: '\f106';
    font-size: 28px;
}
#menu.screen > ul > li.mega ul {
    position: absolute;
    display: flex;
    z-index: 50000;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    width: 75%;
    height: auto;
}
#menu.screen > ul > li.mega > div {
    min-height: 330px;
    position: absolute;
    left: 0px;
    top: 100px;
    right: 0px;
    background: rgba(255, 255, 255, 0.95);
    display: none;
}

#menu.screen.it > ul > li.mega > div {
    min-height: 400px;
}

#menu.screen > ul > li.mega > div ul {
    display: flex;
}
#menu.screen > ul > li.mega > div ul li {
    text-align: left;
    min-width: 200px;
}
#menu.screen > ul > li.mega > div ul li h3 {
    font-size: 15px;
    font-weight: 500;
    color: #504f54;
    background: #efefef;
    padding: 10px 0px 10px 20px;
    text-transform: uppercase;
    line-height: 17px;
    display: flex;
    height: 54px;
    align-items: center;
}
#menu.screen > ul > li.mega > div ul li .product-list {
    padding: 30px 20px;
    text-align: left;
}
#menu.screen.hu > ul > li.mega > div ul li .product-list {
    padding: 15px 20px 30px;
}
#menu.screen > ul > li.mega > div ul li .product-list h4 {
    font-size: 14px;
    color: #74747c;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0px 15px;
}
#menu.screen > ul > li.mega > div ul li .product-list a:hover h4 {
    color: #159d65;
}
#menu.screen > ul > li.mega.sub > div {
    padding: 50px 0px 0px;
}
#menu.screen > ul > li.mega.sub > div ul {
    flex-wrap: wrap;
    justify-content: space-around;
}
#menu.screen > ul > li.mega.sub > div ul li {
    width: 20%;
    line-height: 18px;
    margin: 0px 0px 20px;
}
#menu.screen > ul > li.mega.sub > div ul li a {
    line-height: 18px;
    max-width: 220px;
    display: block;
}
#menu.screen > ul > li.mega.solutions > div ul {
    justify-content: flex-start;
}
#menu.screen > ul > li.mega.about.en > div ul li {
    text-align: center;
}

#menu.screen a.accessories {
    position: absolute;
    bottom: -71px;
    left: 0px;
    background: #efefef;
    font-size: 15px;
    font-weight: 500;
    color: #504f54;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
    line-height: 17px;
    display: flex;
    height: 54px;
    align-items: center;
    width: 145px;
}
#menu.screen.hu a.accessories {
    height: 35px;
    bottom: -53px;
}
#menu.screen > ul > li.mega a.accessories:hover {
    background: #efefef;
}

/* Header - Mobile menu */
#mobile-menu {
    display: none;
}
#mobile-menu {
    position: absolute;
    width: 90px;
    height: 24px;
    z-index: 9999999;
    cursor: pointer;
    right: 20px;
    top: 39px;
    color: #646569;
    text-transform: uppercase;
    align-items: center;
}
#mobile-menu span.top,
#mobile-menu span.bottom,
#mobile-menu span.middle {
    position: absolute;
    right: 0px;
    background: #646569;
    width: 32px;
    height: 2px;
}
#mobile-menu span.top {
    top: 3px;
}
#mobile-menu span.middle {
    top: 50%;
    transform: translateY(-50%);
}
#mobile-menu span.bottom {
    bottom: 3px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 900000;
    background: #646569;
    padding: 50px 0px 0px;
    text-align: center;
    overflow: scroll;
}
.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}
.overlay.open .flex {
    flex-wrap: wrap;
    flex-direction: column;
}
.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
    opacity: 0;
    position: relative;
    list-style: none;
    padding: 8px 0px;
}
.overlay.open ul li,
.overlay.open ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    width: 150px;
    min-width: min-content;
    padding-right: 15px;
    margin: 0px auto;
}
.overlay.open ul li ul {
    display: none;
}
.overlay.open ul li ul.open {
    display: block;
}
.overlay.open ul li.sub:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 9px;
}
.overlay.open ul li.sub.open:after {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 5px;
}
.overlay.open ul li.sub ul {
    margin: 25px 0px;

}
.overlay.open ul li.sub ul li {
    animation: none;
    opacity: 1;
    padding: 0px;
    margin: 20px 0px;
    font-size: 18px;
    width: 100%;
}
.overlay.open ul li.sub ul li .icon {
    display: none;
}
.overlay.open ul li.sub ul li p {
    font-size: 12px;
}
.overlay.open ul li.sub ul li a {
    font-size: 18px;
    text-transform: none;
}
#btn-close {
    position: absolute;
    top: 30px;
    background: transparent;
    width: 50px;
    height: 50px;
    z-index: 99999999999;
    cursor: pointer;
    right: 40px;
    display: none;
}
#btn-close span {
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2px;
    top: 20px;
}
#btn-close > span.left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#btn-close > span.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* Header Search bar active */
#active-search {
    position: absolute;
    left: 0px;
    right: 0px;
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 60000000;
}
#active-search.active {
    opacity: 1;
    visibility: visible;
}
#active-search form {
    height: 61px;
    display: flex;
    align-items: center;
    width: 94%;
}
#active-search form input[type='text'] {
    height: 25px;
    margin: 0px 0px 0px 20px;
    width: 100%;
    border: none;
    background: url(../images/icon_search.png) no-repeat;
    padding: 0px 0px 0px 40px;
}
#active-search #search-close {
    font-size: 13px;
    font-weight: 500;
    background: url(../images/icon_close_2.png) no-repeat right;
    cursor: pointer;
    padding: 0px 30px 0px 0px;
    color: #555555;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin: 0px 20px 0px 0px;
}

/* Header - Controls ( search, cart, login, region ) */
#controls > div {
    display: flex;
    float: left;
    height: 100px;
    align-items: center;
}
#controls > div span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #555555;
    text-transform: uppercase;
    margin-right: 5px;
}
#controls > div span,
#controls > div img {
    vertical-align: middle;
}
#controls .sep {
    background: #dcdcdc;
    width: 1px;
    height: 65px;
    margin: 20px 20px 0px;
}
#controls .last-sep {
    display: none;
}

/* Header cart */
#cart a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #555555;
    text-transform: uppercase;
    text-decoration: none;
}

/* Controls - Search */
#controls #search {
    cursor: pointer;
}

/* Controls - Regions */
#controls #region {
    cursor: pointer;
}
#controls #region.active {
    background: #fff;
}
#controls #region .sub-layer {
    position: absolute;
    right: 0px;
    top: 98px;
    width: 500px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 900000;
    border-top: 2px solid #646569;
    display: flex;
    justify-content: right;
}
#controls #region .sub-layer.active {
    opacity: 1;
    visibility: visible;
}
#controls #region .sub-layer .left {
    width: 49.5%;
    margin-right: 0.5%;
}
#controls #region .sub-layer .left .region {
    margin-bottom: 2%;
    padding: 15px 10px 20px;
    background: #fff;
}
#controls #region .sub-layer .left span,
#controls #region .sub-layer .right span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #555555;
    margin: 0px 0px 5px;
    display: block;
}
#controls #region .sub-layer .right a:first-child {
    margin: -10px 0 5px;
}
#controls #region .sub-layer .right {
    width: 49.5%;
    background: #fff;
    margin-left: 0.5%;
    padding: 15px 10px 20px;
    overflow: auto;
}
#controls #region .sub-layer a {
    display: block;
    color: #555555;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: 22px;
}
#controls #region .sub-layer a:hover {
    color: #646569;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
#controls #region .sub-layer.mobile-regions {
    background: #fff;
    width: 100%;
}
#controls #region .sub-layer.mobile-regions.active {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 410px;
    overflow: auto;
}
#controls #region .sub-layer.mobile-regions .boxes {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
}
#controls #region .sub-layer.mobile-regions .boxes a {
    display: flex;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
#controls #region .sub-layer.mobile-regions .country {
    width: 100%;
    display: none;
}
#controls #region .sub-layer.mobile-regions .country.active {
    display: block;
}
#controls #region .sub-layer.mobile-regions .country a {
    width: 100%;
    height: auto;
}
#controls #region .sub-layer.mobile-regions .country a {
    padding: 10px 0px;
    border: none;
}

/* Call back */
#call-back-fixed {
    position: fixed;
    bottom: 80px;
    right: 50px;
    z-index: 90000001;
}
#call-back-fixed.hu {
    bottom: 67px;
    right: 47px;
    cursor: pointer;
}
#call-back-fixed .normal {
    width: 130px;
    height: 48px;
    background: #C0C0C3;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0px 10px 0px 20px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
#call-back-fixed.hu .normal {
    width: 150px;
    overflow: hidden;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 10px;
}
#call-back-fixed.hu .normal .more {
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
}
#call-back-fixed.hu.active span {
    padding: 0px 0px 8px;
    border-bottom: 1px solid #fff;
}
#call-back-fixed.hu.active .normal .more {
    visibility: visible;
    opacity: 1;
    max-height: 170px;
    padding: 8px 0px 0px 10px;
    transition: 1s all;
    -webkit-transition: 1s all;
}
#call-back-fixed.hu .normal .more a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    line-height: 15px;
    padding: 5px 0px;
}
#call-back-fixed img {
    position: absolute;
    bottom: -60px;
    right: -45px;
}
form#call-back .custom-select {
    width: 65%;
}

/* Clean water game */
#game-fixed {
    position: fixed;
    bottom: 160px;
    right: 17px;
    z-index: 9000000;
    width: 163px;
    height: 111px;
    background: url('../resources/images/jatsz_es_nyerj.png');
}

/* Homepage clean water game popup */
.game-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.game-popup.active {
    opacity: 1;
    visibility: visible;
}
.game-popup .middle {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 320px;
    z-index: 90000;
    width: 317px;
    height: 250px;
}
.game-popup .middle .close {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 24px;
    height: 24px;
    background: url('/../resources/images/icon_close_white.png');
    cursor: pointer;
}

/* Popup window */
#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    z-index: 90000000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
#popup.show {
    visibility: visible;
    opacity: 1;
    transition: 1s all;
    -webkit-transition: 1s all;
}
#popup .inner {
    position: relative;
    width: 640px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}
#popup .inner h2 {
    margin: 0px 0px 20px;
}
#popup .inner p {
    margin: 0px 0px 10px;
}
#popup .inner ul {
    margin: 0px 0px 20px 20px;
}
#popup .inner ul li {
    padding: 0px;
    margin: 0px 0px 5px;
}
#popup.hu .inner p {
    margin: 0px 0px 15px;
}
#popup .inner .close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url('../images/close_circle.png');
}

#popup.popup-ch .inner {
    padding: 50px;
}
#popup.popup-ch .inner h2 {
    font-size: 24px;
    color: #504f54;
    text-transform: none;
}
#popup.popup-ch .inner a.button {
    float: none;
    text-align: center;
    background: #a31a3a;
    color: #fff;
    max-width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 0px;    
}
#popup.popup-ch .inner a.button:hover {
    background: #b73148;
}

#popup.popup-no .inner {
    border: 2px solid #646569;
}
#popup.popup-no .inner h2 {
    margin: 0px;
}

/* Homepage slider */
#slider {
    position: relative;
    padding: 0;
    margin: 0px 0px 50px;
    overflow: hidden;
}
#slider .slide {
    float: none;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    background: #efefef;
}
#slider .slide.visible {
    position: relative;
    opacity: 1;
    z-index: 2;
}
#slider .slide img {
    width: 69.8%;
    height: auto;
    display: block;
}
#slider .slide-layer {
    width: 30.2%;
    background: #efefef;
    padding: 0px 20px 0px 85px;
}
#slider .slide-layer h2 {
    font-weight: 700;
    font-size: 32px;
    color: #504f54;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 37px;
}
#slider .slide-layer p {
    font-weight: 400;
    font-size: 22px;
    color: #504f54;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 30px;
}
#slider .slide-layer a.button {
    margin: 20px 0px 0px;
    text-align: center;
    line-height: 18px;
    padding: 7px 25px;
}
#slider #marker-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
#slider #marker-wrapper .marker {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b5b3b3;
    margin: 0px 15px 0px 0px;
    border-radius: 50%;
}
#slider #marker-wrapper .marker.active {
    background: #646569;
}
#slider .slider-nav {
    position: absolute;
    width: 37px;
    height: 37px;
    top: 40%;
    z-index: 9000;
}
#slider .slider-nav.prev {
    left: 20px;
    background: url('../images/icon_slider_prev.png') no-repeat;
}
#slider .slider-nav.next {
    right: 20px;
    background: url('../images/icon_slider_next.png') no-repeat;
}

/* Homepage products */
#home-products .carousel {
    padding: 0px 80px;
    visibility: 0;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
#home-products .carousel.visible {
    visibility: visible;
    opacity: 1;
}
#home-products .carousel a {
    text-decoration: none;
}
#home-products .carousel .image {
    text-align: center;
}
#home-products .carousel .image img {
    height: 200px;
    width: auto;
    margin: 0px auto;
}
#home-products .carousel h4 {
    font-size: 18px;
    font-weight: 500;
    color: #74747c;
    text-transform: uppercase;
    margin: 40px auto 0px;
    width: 220px;
}
#home-products .owl-controls .owl-nav div {
    width: 38px;
    height: 37px;
}
#home-products .owl-controls .owl-nav .owl-prev {
    left: 20px;
    background: url('../images/icon_slider_prev.png') no-repeat;
}
#home-products .owl-controls .owl-nav .owl-next {
    right: 20px;
    background: url('../images/icon_slider_next.png') no-repeat;
}
.home-products-ch .item {
    display: flex;
    justify-content: space-around;
}
.home-products-ch a {
    display: block;
}

/* Homepage title */
.title {
    margin: 30px 0px;
}
.title h2 {
    font-size: 25px;
}

/* Homepage video */
#videos .wrapper {
    display: flex;
    justify-content: space-between;
}
#videos .wrapper .video {
    width: 55%;
    margin: 0px 0px 40px;
}
#videos .wrapper .video:last-child {
    margin: 0px;
}
#videos .text {
    width: 45%;
    padding: 0px 0px 0px 40px;
}
#videos .text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #646569;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
}
#videos .text p {
    font-size: 20px;
    color: #555555;
    line-height: 28px;
    margin: 0px 0px 20px;
}

/* Homepage blog - info */
.home-cols .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-cols .col {
    position: relative;
    width: 49.4%;
    background: #efefef;
    margin: 0px 0px 35px;
}
.home-cols .col .image {
    width: 100%;
    height: 395px;
    overflow: hidden;
}
.home-cols .col .text {
    width: 100%;
    padding: 30px 20px 80px;
}
.home-cols .col .text h3 a {
    font-weight: 700;
    font-size: 24px;
    color: #646569;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 0px 0px 30px;
}
.home-cols .col .text h3 a:hover {
    text-decoration: underline;
}
.home-cols .col .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none;
    font-weight: 700;
}
.home-cols .col .read-more:hover {
    text-decoration: underline;
}

/* Newsletter */
.homepage #newsletter {
    background: #646569;
    height: 115px;
    margin: 0px 0px 35px;
    padding: 0px 40px;
}
.homepage #newsletter > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.homepage #newsletter h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.homepage #newsletter form {
    width: 85.56%;
}
.homepage #newsletter form .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0px 0px 0px 20px;
}
.homepage #newsletter form .wrapper .input-item {
    width: 38.5%;
}
.homepage #newsletter form .wrapper .input-item.submit {
    width: 20%;
}
.homepage #newsletter .left h2 {
    margin: 0px 0px 20px;
}
.homepage #newsletter input[type='text'] {
    border: none;
    width: 100%;
    height: 43px;
    line-height: 43px;
}
.homepage #newsletter input[type='submit'] {
    color: #fff;
    padding: 15px 0px;
    background: #272727;
    border-radius: 15px;
    font-size: 18px;
    width: 100%;
}
.homepage #newsletter input[type='submit']:hover {
    background: #404040;
}
.homepage #newsletter .success-message {
    background: none;
}
.homepage #newsletter .success-message p {
    color: #fff;
}

/* Two column  */
.two-col {
    display: flex;
    align-items: center;
}
.two-col.no-margin {
    margin: 0px;
}
.two-col .image {
    float: left;
    width: 50%;
    background: #fff;
}
.two-col .image img {
    vertical-align: top;
    width: 100%;
}
.two-col .text {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 160px;
    position: relative;
    z-index: 60000;
}
.two-col .text h2,
.two-col .text p {
    max-width: 640px;
    margin: 0px 0px 40px;
}
.two-col .text p:last-child {
    margin: 0px;
}
.two-col .text h2 {
    margin: 0px 0px 38px;
}

/* Features bottom */
#features-bottom {
    margin: 60px 0px 0px;
    background: #f8f8f8;
    padding: 18px 0px;
}

/* Features */
.features {
    z-index: 60000;
    position: relative;
}
.features .boxes {
    display: flex;
    justify-content: center;
    width: 100%;
}
.features .boxes .box {
    width: 320px;
    text-align: center;
    position: relative;
    padding: 0px 0px 60px;
    margin: 0px 150px 0px 0px;
}
.features .boxes .box:last-child {
    margin: 0px;
}
.features .boxes .box img {
    padding: 0px 0px 10px;
}
.features .boxes .box h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #555555;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding: 25px 0px 10px 0px;
}
.features .boxes .box p {
    text-align: center;
    min-height: 84px;
    padding: 0px 15px;
    line-height: 24px;
}
.features .boxes .box a.button {
    width: 200px;
    padding: 2px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    line-height: 20px;
}

/* Main content - content */
#top-image img {
    vertical-align: top;
}
#top-image.blog {
    height: 500px;
    overflow: hidden;
}
#top-image.blog img {
    width: 100%;
}
#top-image figcaption {
    position: absolute;
    top: 23%;
    left: 7.7%;
}
#top-image figcaption h1 {
    font-size: 50px;
    letter-spacing: 0.5px;
    color: #fff;
    max-width: 560px;
}
#content {
    position: relative;
    padding: 52px 0px 100px;
}
#content h1 {
    margin: 0px 0px 52px;
}
#content article.single {
    max-width: 1280px;
}
#content article.single h2:first-child {
    margin-top: 0px;
}
#content article.single h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 20px 0px;
}
#content article.single h3 {
    margin: 0px 0px 10px;
}
#content article.single p {
    color: #555555;
}
#content article.single ul {
    margin: 0px 0px 20px 20px;
}
#content article.single ol {
    margin: 0px 0px 20px 32px;
}
#content article.single ul li {
    list-style: none;
}
#content article.single ul li:before {
    content: '';
    list-style: none;
    width: 10px;
    height: 10px;
    background: url(../images/icon_list.png);
    position: absolute;
    left: -5px;
    top: 11px;
}
#content article.single-post h1 {
    margin: 0px 0px 30px;
}
#content article.single-post p.date {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #646569;
    margin: 0px;
}
#content article.single-post p {
    margin: 0px 0px 25px;
}
#content article.single-post a {
    font-weight: bold;
    text-decoration: none;
}
#content article.single-post a:hover {
    text-decoration: underline;
}

#content article.single table td {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555;
    vertical-align: top;
    padding: 10px 20px;
}
#content article.single table.five-col td {
    width: 20%;
    text-align: center;
}
#content article.single table.six-col td {
    width: 16.6%;
    text-align: center;
}
#content article.single table.icons tr:last-child td img {
    display: none;
}
#content .share {
    margin: 45px 0px 0px;
}
#content .share .facebook {
    float: left;
    margin: 3px 30px 0px 0px;
}
#content .share .wrapper {
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0px 0px;
}
#content .share .wrapper span {
    font-size: 15px;
    color: #555555;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
#content .share .wrapper a {
    text-decoration: none;
}
#content .share .wrapper i {
    display: inline-flex;
    color: #555555;
    border-radius: 50%;
    font-size: 18px;
    border: 2px solid #555555;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
}
#content .share .wrapper a:hover i {
    color: #646569;
    border-color: #646569;
}

/* Faq */
#main-content #content.faq {
    padding-left: 10px;
    padding-right: 10px;
}
#main-content #faq-products {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0px 54px;
}
#main-content #faq-products .box {
    width: 100%;
    margin: 0px 5px 0px 0px;
}
#main-content #faq-products .box:last-child {
    margin: 0px;
}
#main-content #faq-products .box .image {
    text-align: center;
}
#main-content #faq-products .box img {
    vertical-align: top;
    max-height: 196px;
}
#main-content #faq-products .box a {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #646569;
    height: 64px;
}
#main-content #faq-products .box h3 {
    width: 100%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
#main-content #faq-products .box i {
    float: right;
    color: #fff;
    font-size: 24px;
}

/* Accessories */
#content.accessories {
    padding: 52px 0px 0px;
    margin: 0px;
}
#content.accessories h1 {
    margin: 0px 0px 10px;
}
#content.accessories h2 {
    font-size: 20px;
    color: #555555;
}
#content.accessories #accessories-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#content.accessories #accessories-products .box {
    position: relative;
    width: 24%;
    margin: 0px 0px 20px 0px;
}
#content.accessories #accessories-products .box .image {
    text-align: center;
    padding: 20px 10px;
}
#content.accessories #accessories-products .box img {
    vertical-align: top;
    max-height: 196px;
}
#content.accessories #accessories-products .box .title {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #646569;
    height: 64px;
}
#content.accessories #accessories-products .box h3 {
    width: 100%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
#content.accessories #accessories-products .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #646569;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    flex-wrap: wrap;
    padding: 0px 20px;
}
#content.accessories #accessories-products .layer.active {
    visibility: visible;
    opacity: 1;
}
#content.accessories #accessories-products .layer h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 30px;
}
#content.accessories #accessories-products .layer p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
#content.accessories #accessories-products .layer i {
    color: #fff;
    font-size: 24px;
    margin: 30px 0px 0px;
}
#content.accessories #tools .wrapper {
    display: flex;
    flex-wrap: wrap;
}
#content.accessories #tools .wrapper .box {
    width: 25%;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 40px;
}
#content.accessories #tools .wrapper .box:nth-child(4n) {
    border-right: none;
}
#content.accessories #tools .wrapper .box .title {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: center;
}
#content.accessories #tools .wrapper .box .title h3 a {
    font-size: 20px;
    color: #555555;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px 0px;
    text-decoration: none;
}
#content.accessories #tools .wrapper .box .more {
    display: flex;
    justify-content: center;
}
#content.accessories #tools .wrapper .box .image {
    height: 230px;
    overflow: hidden;
    text-align: center;
}
#content.accessories #tools .wrapper .box .image img.vertical {
    height: 100%;
    width: auto;
    max-width: none;
}
#accessories-form {
    padding: 50px 0px;
    background: #f8f8f8;
}
#accessories-form h2 {
    font-size: 30px;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 30px;
}
#accessories-form p {
    font-size: 18px;
    color: #555555;
}
#accessories-form .tools-wrapper {
    max-width: 640px;
    margin: 50px auto;
}
#accessories-form form {
    max-width: 640px;
    margin: 50px auto 0px auto;
}
#accessories-form form .inner-inputs {
    padding: 0px 55px;
}
#accessories-form form .input-item {
    margin: 0px 0px 20px;
}
#accessories-form form .input-item.privacy {
    margin: 15px 0px;
}
#accessories-form form .input-item input[type='text'] {
    width: 100%;
}
#accessories-form form .input-item input[type='submit'] {
    padding: 6px 48px;
}
#accessories-form form .input-item textarea {
    width: 100%;
    height: 150px;
}
#accessories-form form .input-item.info {
    margin: 20px 0px 20px;
}
#accessories-form form .input-item > span {
    font-size: 18px;
    color: #555555;
}
#accessories-form form .intl-tel-input {
    width: 100%;
}
#accessories-form form .input-item.submit {
    display: flex;
    justify-content: center;
}
#accessories-form form .custom-select.full-width {
    width: 100%;
}
#accessories-form form p.req {
    font-size: 14px;
    margin: 0px 0px 20px;
    text-align: right;
}
.accessories-cta {
    margin: 0px 0px 50px;
}

/* Tools form  */
form#tools-form label.full.privacy {
    height: auto;
}

/* News */
.news .post {
    margin: 0px 0px 125px;
}
.news .post .image {
    max-height: 400px;
    overflow: hidden;
}

/* News post page */
.news-post .center.narrow {
    max-width: 800px;
}
.news-post #top-image {
    max-height: 400px;
    height: auto;
}

/* Post lead - News, media */
.post p.date {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #646569;
    padding: 33px 0px 0px 10px;
}
.post h2,
.post h3 {
    font-size: 25px;
    letter-spacing: 0.5px;
    padding: 0px 0px 29px 10px;
    color: #646569;
}
.post p.lead {
    padding: 0px 20px 18px 10px;
}
.post h2 a {
    font-weight: 700;
    color: #646569;
    font-size: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Single article */
.single-article h2 {
    font-size: 22px; /*font-weight: 500; letter-spacing: 1.4px;  color: #504f54; text-transform: none; margin: 10px 0px;*/
}
.single-article h3 {
    font-size: 18px;
    color: #646569;
    margin: 0px 0px 10px;
}
.single-article ul {
    list-style: none;
    margin: 0px 0px 15px 40px;
}
.single-article ul a {
    text-decoration: none;
}
.single-article ul a:hover {
    text-decoration: underline;
}
.single-article p {
    margin: 0px 0px 15px;
}

/* History */
.history img {
    vertical-align: top;
}
.history .year {
    margin: 0px 0px 50px;
}
.history .year.gray {
    background: #f8f8f8;
}
.history .year.middle {
    display: flex;
    align-items: center;
}
.history .year.no-margin {
    margin: 0px;
}
.history .year h2 {
    font-size: 25px;
    letter-spacing: 0.5px;
    margin: 0px 0px 30px;
}
.history .year p {
    margin: 0px 0px 28px 0px;
}
.history .year .text {
    max-width: 640px;
}
.history .year .text.left-margin {
    margin-left: 160px;
}
.history .year .text.top-margin {
    margin-top: 51px;
}

/* Leaders */
.leaders .head {
    margin: 0px 0px 114px;
}
.leaders .flex-wrapper {
    display: flex;
}
.leaders .flex-wrapper h2 {
    margin: 0px 0px 114px;
}
.person {
    display: flex;
    margin: 0px 0px 90px;
}
.person .left,
.person .right {
    display: flex;
    width: 50%;
}
.person .image {
    float: left;
    width: 20%;
    max-height: 200px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.person .image img {
    vertical-align: top;
}
.person .text {
    float: left;
    width: 80%;
    padding: 40px 40px 0px 40px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
}
.person .text h3 {
    font-weight: 700;
    font-size: 25px;
    color: #646569;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.person .text p {
    margin: 30px 0px;
}

/* Media */
#content.media .head {
    margin: 0px 0px 54px;
}
#content.media .head h1 {
    margin: 0px;
}
#content.media .head .right {
    text-align: right;
}
#content.media .head .right h2 {
    font-size: 15px;
}
#content.media .post .gray {
    background: #f8f8f8;
}
#content.media .post article {
    max-width: 640px;
}
#content.media .post .left,
#content.media .post .right {
    padding: 40px 0px 65px 152px;
}
#content.media .post p.date,
#content.media .post h3 {
    text-transform: uppercase;
}
#content.media .post h3,
#content.media .post p.lead {
    padding-left: 0px;
    padding-right: 0px;
}
#content.media .post p.date {
    padding-top: 0px;
    padding-left: 0px;
}
#content.media .post p.lead {
    margin-bottom: 13px;
}

/* Distributors */
.distributors #content {
    padding-bottom: 0px;
}
#distributors h2 {
    text-transform: none;
    margin: 0px 0px 40px;
    font-size: 28px;
}
#distributors ul {
    margin: 0px 0px 0px 40px;
}
#distributors ul li {
    margin: 0px 0px 5px;
}
#distributors ul ul {
    list-style: none;
    margin: 10px 0px;
}
#distributors .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
}
#distributors .wrapper .col {
    width: 50%;
}
#distributors .wrapper h3 {
    font-weight: 700;
    color: #646569;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
}
#distributors .form-container {
    background: #e8e8e8;
    padding: 80px 0px;
    margin: 80px 0px 0px;
}
#distributors .form-container form {
    width: 640px;
    max-width: 90%;
    margin: 0px auto;
}
#distributors .form-container form .input-item {
    margin: 0px 0px 25px;
}

/* Vision */
.vision .head h2 {
    margin: 85px 0px 53px;
}
.vision .head h3 {
    margin: 20px 0px;
    font-size: 22px;
    color: #646569;
}
.vision .head p {
    font-size: 18px;
    color: #555555;
    max-width: 1120px;
}
.vision .columns {
    display: flex;
    justify-content: space-between;
}
.vision .columns .col {
    float: left;
    padding: 37px 0px 60px 90px;
    width: 32.8%;
}
.vision .columns .col:first-child {
    padding: 37px 50px 60px 152px;
    width: 33.6%;
    background: #f8f8f8;
}
.vision .columns .col:last-child {
    padding: 37px 152px 60px 50px;
    width: 33.6%;
    background: #f8f8f8;
}
.vision .columns .col .text {
    max-width: 385px;
}
.vision .columns .col .text h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #646569;
    text-transform: uppercase;
    margin: 0px 0px 36px;
}
.vision .columns .col .text h4:first-child {
    margin: 0px;
}
.vision .columns .col .text h4 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.25px;
    color: #646569;
    margin: 30px 0px 3px;
}

/* Products */
#content.products #product-container .wrapper {
    display: flex;
    flex-wrap: wrap;
}
#content.products #product-container .wrapper .box {
    width: 25%;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 40px;
}
#content.products #product-container .wrapper .box:nth-child(4n) {
    border-right: none;
}
#content.products #product-container .wrapper .box .title {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: center;
}
#content.products #product-container .wrapper .box .title h3 a {
    font-size: 20px;
    color: #555555;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px 0px;
    text-decoration: none;
}
#content.products #product-container .wrapper .box .more {
    display: flex;
    justify-content: center;
}
#content.products #product-container .wrapper .box .image {
    height: 230px;
    overflow: hidden;
    text-align: center;
}
#content.products #product-container .wrapper .box .image img.vertical {
    height: 100%;
    width: auto;
    max-width: none;
}

/* Product details */
.video-layer {
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 1s opacity;
    -webkit-transition: 1s opacity;
    width: 100%;
    height: 100%;
    z-index: 6000;
    position: absolute;
}
#video-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: 1s opacity;
    -webkit-transition: 1s opacity;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
    z-index: 400000;
    max-height: 600px;
}
#video-popup #close {
    position: absolute;
    top: -17px;
    right: -14px;
    background: url(../images/icon_close.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#main-content.product {
    position: relative;
    border-top: 1px solid #dcdcdc;
}
.product .other-products {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 0px;
}
.product .other-products a {
    margin: 0px 50px 0px 0px;
    text-decoration: none;
}
.product .other-products a:hover {
    text-decoration: underline;
}
.product .other-products a:last-child {
    margin: 0px;
}
.product .head {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}
.product .head .flags a {
    text-decoration: none;
}
.product-highlight {
    background: #f8f8f8;
    padding: 47px 0px;
}
.product-highlight .info .images {
    float: left;
    width: 50%;
    text-align: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.product-highlight .info .images .main-image {
    position: relative;
    width: 100%;
    max-height: 537px;
    overflow: hidden;
}
.product-highlight .info .images .main-image img.main.vertical {
    height: 100%;
    max-width: none;
}
.product-highlight .info .images .main-image .magnifier {
    position: absolute;
    right: 13px;
    bottom: 12px;
    width: 23px;
    height: 22px;
}
.product-highlight .info .images .thumbs {
    margin: 30px 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-highlight .info .images .thumbs a.hide {
    display: none;
}
.product-highlight .info .images .thumbs .image {
    max-height: 126px;
    overflow: hidden;
}

.product-highlight .info .images .thumbs .image.vertical {
    background: #f1f1f1;
}

.product-highlight .info .images .thumbs div {
    margin: 0% 2.6% 1% 0%;
    width: 23%;
    cursor: pointer;
}
.product-highlight .info .images .thumbs div:nth-of-type(4n) {
    margin: 0px;
}
.product-highlight .info .images .thumbs img {
    max-width: 190px;
}
.product-highlight .info .images .thumbs img.vertical {
    height: 100%;
    max-width: none;
}
.product-highlight .info .images .thumbs .youtube {
    position: relative;
    max-height: 126px;
    overflow: hidden;
}
.product-highlight .info .images .thumbs .youtube img {
    transform: translateY(-6%);
}
.product-highlight .info .images .thumbs .youtube .play {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icon_product_details_play.png) no-repeat;
    cursor: pointer;
}
.product-highlight .highlight {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 170px;
}
.product-highlight .highlight h2 {
    margin: 0px 0px 43px;
}
.product-highlight .highlight .sep {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}
.product-highlight .highlight .angle {
    margin: 20px auto;
    display: block;
    cursor: pointer;
    width: 26px;
    height: 10px;
}
.product-highlight .highlight .angle.down {
    background: url(../images/icon_product_details_angle_down.png) no-repeat;
}
.product-highlight .highlight .angle.up {
    background: url(../images/icon_product_details_angle_up.png) no-repeat;
}
.product-highlight .highlight p {
    margin: 0px 0px 16px;
}
.product-highlight .highlight ul {
    list-style: none;
    margin-left: 10px;
}
.product-highlight .highlight ul li {
    margin: 0px 0px 5px;
}
.product-highlight .highlight ul li::before {
    /* left: -2px; */
    content: '';
    list-style: none;
    width: 10px;
    height: 10px;
    background: url(../images/icon_list.png);
    position: absolute;
    left: 0px;
    top: 9px;
}
.product-highlight .highlight .text .full {
    max-height: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    overflow: hidden;
}
.product-highlight .highlight .text .full.active {
    max-height: 1000px;
}
.product-support {
    padding: 60px 0px 0px;
}
.product-support .tabs ul {
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}
.product-support .tabs ul li {
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 58px;
    text-align: center;
    color: #505050;
    background: #f1f1f1;
    line-height: 18px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px;
}
.product-support .tabs ul li.active,
.product-support .tabs ul li:hover {
    background: #646569;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-support .tabs ul li:before {
    content: none;
}
.product-support .text {
    display: none;
    padding: 50px 0px;
}
.product-support .text .boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-support .text .boxes .box {
    width: 330px;
    margin: 0px 40px 40px 0px;
}
.product-support .text .boxes .box .image {
    display: flex;
    height: 65px;
    margin: 0px 0px 20px;
    align-items: center;
}
.product-support .text .boxes .box .image img {
    max-height: 100%;
}
.product-support .text .boxes .box h2 {
    margin: 0px 0px 10px;
    font-size: 18px;
}
.product-support .text.show {
    display: block;
}
.product-support table td {
    padding: 2px 10px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
    font-weight: 400;
    color: #586976;
    border: 1px solid #dcdcdc;
}
.product-support .text h2 {
    font-size: 22px;
    margin: 10px 0px;
}
.product-support .text a {
    text-decoration: none;
    font-weight: bold;
}
.product-support .text a:hover {
    text-decoration: underline;
}

.testimonials {
    background: #f8f8f8;
    padding: 45px 0px 45px;
    margin: 0px 0px 60px;
}
.testimonials .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -40px;
}
.testimonials .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -40px;
}
.testimonials h2 {
    margin: 0px 0px 20px;
}
.testimonials p {
    color: #555555;
}

.testimonials p.product-name{
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 20px;
    color: #a31a3a;
}

.testimonials p.sign {
    font-weight: 500;
    margin: 0px 0px 5px;
    color: #a31a3a;
}
.testimonials .buyer {
    margin-top: 20px;
    color: #555555;
}
.testimonials .row {
    /*display: flex;*/
    padding: 0px 40px 40px;
}
.testimonials .right {
    padding-left: 160px;
}
.testimonials .text {
    max-width: 640px;
    height: 100%;
    position: relative;
    padding: 0px 20px 40px;
}
.testimonials .stars {
    position: absolute;
    bottom: 0px;
}
.testimonials .stars .star {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icon_product_details_star_full.png) no-repeat;
}
.testimonials .stars .star.empty {
    background: url(../images/icon_product_details_star_empty.png) no-repeat;
}
.testimonials .write-review {
    text-align: center;
    padding: 40px 0px 20px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #dcdcdc;
}
.testimonials .write-review .button {
    background: #646569;
    color: #fff;
}

.main-attributes{
    padding-bottom: 45px;
}

.main-attributes-wrapper{
    display: grid;
    gap: 60px;
    margin-top: 40px;
}
.main-attributes-wrapper .main-attribute-box{

}
.main-attributes-wrapper .main-attribute-box .image{
    max-height: 438px;
    aspect-ratio: 16/9;
}
.main-attributes-wrapper .main-attribute-box .image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main-attributes-wrapper .main-attribute-box .title{
    margin: 25px 0px;
}
.main-attributes-wrapper .main-attribute-box .title h4{
    font-size: 23px;
    font-weight: 700;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 576px){
    /* .main-attributes-wrapper{
        grid-template-columns: repeat(2, 1fr);
    } */
    .main-attributes-wrapper .main-attribute-box .title h4{
        font-size: 18px;
    }    
}

@media (min-width: 768px){
    .main-attributes-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px){
    .main-attributes-wrapper{
        /* grid-template-columns: repeat(4, 1fr); */
    }
}

@media (min-width: 1180px){
    .main-attributes-wrapper .main-attribute-box .title h4{
        font-size: 23px;
    }    
}


.accessories {
    margin: 30px 0px 60px;
}
.accessories h2 {
    margin: 0px 0px 30px;
}
.accessories .item {
    text-align: center;
    width: 390px;
    min-height: 510px; /*border-right: 1px solid #d1d1d1; */
}
.accessories .item .title {
    height: 70px;
    display: flex;
    align-items: center;
    margin: 30px auto;
    justify-content: center;
    max-width: 315px;
}
.accessories .item h4 {
    font-size: 23px;
    font-weight: 700;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.accessories .item .image {
    height: 200px;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.accessories .item img {
    max-width: 250px;
    margin: 0px auto;
    max-height: 100%;
}
.accessories .item a.button {
    float: none;
    display: inline-block;
    padding: 7px 26px;
}
#ask-info {
    background: #e8e8e8;
    padding: 40px 0px 50px;
}
#ask-info .wrapper {
    max-width: 640px;
    margin: 40px auto;
}
#ask-info .wrapper .flex {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 20px;
}
#ask-info .wrapper .left {
    width: 480px;
}
#ask-info .wrapper .right {
    width: 640px;
}
#ask-info .input-item {
    margin: 0px 0px 25px;
}
#ask-info .input-item input[type='text'],
#ask-info .input-item textarea {
    border: 1px solid #e6e6e6;
}
#ask-info .right .input-item.privacy {
    margin: 30px 0px 0px;
}
#ask-info .right .input-item.privacy .error-message {
    position: relative;
    bottom: auto;
    right: auto;
    float: left;
    width: 100%;
}
#ask-info .right .input-item label {
    width: 25%;
}
#ask-info .right .input-item label.full {
    width: auto;
    display: block;
}
#ask-info .right .input-item textarea {
    width: 75%;
    height: 155px;
}
#ask-info .input-item.submit {
    display: flex;
    justify-content: center;
}
#ask-info input[type='submit'] {
    padding: 7px 27px;
    background: #646569;
    color: #fff;
}
#ask-info input[type='submit']:hover {
    background: #820022;
}
#ask-info .info-graph {
    text-align: center;
}
#ask-info .info-graph .more {
    width: 100%;
}
#ask-info .info-graph a.button {
    margin: 0px auto;
    display: inline-block;
    padding: 2px 23px;
    background: #646569;
    color: #fff;
    margin: 20px 0px 0px;
    float: none;
}
#ask-info .info-graph a.button:hover {
    background: #820022;
}
form#product-info .custom-select {
    width: 65%;
}

/* Product information form page */
.info-page #main-image {
    height: 480px;
    background: #646569;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.info-page #main-image h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0px 0px;
}

/* Register */
form#register {
    margin: 70px 0px 0px;
}
form#register .left {
    padding-right: 10%;
}
form#register .right .input-item {
    width: 80%;
}
form#register .button {
    padding: 7px 48px;
}
form#register p.info {
    color: #555555;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin: 0px 0px 30px;
}
form#register .submit {
    margin: 10px 0px;
}
form#register .custom-select {
    width: 65%;
}

/* Free consultation form */
form#consultation {
    margin: 20px 0px;
}
form#consultation .privacy .error-message {
    top: auto;
    margin: 10px 0px 0px;
}

/* Buy accessories form */
form#buy-accessories {
    margin: 40px 0px 0px;
}
form#buy-accessories .left {
    padding-right: 10%;
}
form#buy-accessories .right .input-item {
    width: 80%;
}
form#buy-accessories .right h2 {
    margin: 8px 0px 22px;
}
form#buy-accessories .right textarea {
    height: 122px;
}
form#buy-accessories .button {
    padding: 7px 48px;
}
form#buy-accessories p.info {
    color: #555555;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin: 0px 0px 30px;
}
form#buy-accessories .submit {
    margin: 10px 0px;
}
form#buy-accessories .custom-select {
    width: 65%;
}
form#buy-accessories .left label,
form#buy-accessories .right label {
    padding: 0px 15px 0px 0px;
}

/* Contact */
.contact .lead {
    margin: 0px 0px 30px;
}
.contact .lead form {
    margin: 20px 0px;
}
.contact .lead form label {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
    font-weight: 400;
    margin: 0px 0px 5px;
    color: #586976;
    display: block;
}
#contact-info h2 {
    margin: 0px 0px 40px;
}
#contact-info h3 {
    font-weight: 700;
    color: #646569;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0px 0px 5px;
    min-height: 70px;
    display: flex;
}
#contact-info .left {
    width: 30%;
}
#contact-info .right {
    width: 70%;
}
#contact-info .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact-info .boxes .box {
    width: 30%;
    margin: 0px 0px 60px;
}
#map_canvas {
    height: 634px;
}
.contact-wrapper{
    display: flex;
    gap: 0 3%;
}
.contact-wrapper .contact-form{
    width: 75%;
}
.contact-wrapper .contact-info{
    width: 25%;
    padding-top: 18px;
}

.contact-wrapper .contact-info h3{
    font-weight: 700;
    color: #646569;
    font-size: 24px;
    margin: 0px 0px 15px;
}

.contact-wrapper .contact-info p{
    margin: 0px 0px 15px;
}

.contact-wrapper .contact-info p:last-child{
    margin: 0px;
}


/* Search results */
.search-results h3 {
    font-weight: 700;
    font-size: 25px;
    color: #504f54;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search-results h3 {
    margin: 0px 0px 55px;
}
.search-results .carousel {
    padding: 0px 40px;
}
.products-result {
    padding: 10px 0px 40px;
    border-bottom: 1px solid #dcdcdc;
}
.products-result .item {
    width: 235px;
    margin: 0 auto;
}
.products-result .item a {
    text-decoration: none;
}
.products-result .item .image {
    max-width: 135px;
    margin: 0 auto;
}
.products-result h4 {
    font-weight: 700;
    font-size: 25px;
    color: #504f54;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 75px 0px 40px;
}
.article-results {
    padding: 40px 0px 0px;
}
.article-results .item {
    width: 280px;
    margin: 0 auto;
}
.article-results h4 {
    font-size: 30px;
    font-weight: 700;
    color: #646569;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}
.article-results a.button {
    margin: 30px 0px 0px;
}

/* Solutions */
section.gray {
    background: #f8f8f8;
}
.icons {
    margin: 0px 0px 60px;
}
.icons .boxes {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
}
.icons .boxes .box {
    width: 300px;
    text-align: center;
}
.icons .boxes .box p {
    font-weight: 500;
    font-size: 18px;
    color: #646569;
    letter-spacing: 0px;
    line-height: 24px;
}
.solutions .two-col .image img {
    vertical-align: top;
}
.solutions .two-col .image,
.solutions .two-col .text {
    width: 50%;
}
.solutions .two-col.image-left .text {
    max-height: 630px;
    padding-top: 40px;
}
.solutions .two-col.image-left .text p {
    margin: 10px 0px;
    font-size: 20px;
}
.solutions .two-col .text ul {
    list-style: none;
}
.solutions section.align-middle {
    align-items: center;
}
.solutions section.middle .text {
    padding-top: 0px;
    padding-right: 40px;
}
.solutions section.middle .text p {
    font-size: 20px; /*line-height: 38px;*/
    margin: 15px 0px;
}
.related-articles h2 {
    margin: 0px 0px 20px;
}
.related-articles h2 a {
    text-decoration: none;
    font-weight: 700;
    color: #646569;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.related-articles section {
    max-height: 475px;
    overflow: hidden;
}
.related-articles section .text {
    padding-top: 0px;
}
.related-articles section .image img {
    width: 100%;
}
.pollutants {
    background: #646569;
    padding: 50px 0px;
}
.pollutants h2 {
    color: #fff;
}
.pollutants .boxes {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
}
.pollutants .boxes .box {
    width: 180px;
    text-align: center;
}
.pollutants .boxes .box p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.related {
    margin: 50px 0px 0px;
}
.related.flex-center .boxes {
    justify-content: center;
}
.related.flex-center .boxes .box {
    margin: 0px 100px;
}
.related h2 {
    color: #555555;
}
.related .boxes {
    display: flex;
    justify-content: space-between;
    padding: 60px 40px 50px 70px;
}
.related .boxes .box {
    width: 250px;
    text-align: center;
}
.related .boxes .box .image {
    height: 190px;
    overflow: hidden;
}
.related .boxes .box .image img {
    height: 100%;
}
.related .boxes .box h3 {
    font-size: 23px;
    font-weight: 700;
    color: #555555;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 30px 0px 20px;
    min-height: 60px;
}
.related .boxes .box a.button {
    float: none;
    margin: 0 auto;
}
.tips {
    margin: 50px 0px 0px;
}
.tips .boxes {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px 40px 0px;
}
.tips .boxes .box {
    width: 195px;
    text-align: center;
}
.tips .boxes .box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #555555;
    letter-spacing: 0.5px;
    margin: 10px 0px 20px;
    padding: 0px 15px;
}
.tips .boxes .box img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
}

/* Service */
.service img {
    height: 100%;
}
.service #service-box {
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 640px;
    background: rgba(242, 242, 243, 0.85);
    padding: 40px 60px 40px 40px;
}
.service #service-box h1 {
    font-size: 35px;
    font-weight: 700;
    color: #504f54;
    text-transform: uppercase;
    margin: 0px 0px 15px;
}
.service #service-box a.button {
    margin: 40px 0px 0px;
}
.service #german-service-box {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 480px;
    background: rgba(242, 242, 243, 0.85);
    padding: 40px 60px 40px 40px;
}
.service #german-service-box p {
    margin: 0px 0px 15px;
}

/* Service steps */
.service-steps {
    padding: 90px 0px 100px;
}
.service-steps.grey {
    background: #f8f8f8;
    min-height: 1200px;
}
.service-steps .head-step {
    width: 1600px;
    height: 57px;
    position: relative;
    margin: 0px 0px 80px;
    display: none;
}
.service-steps .head-step.active {
    display: block;
}
.service-steps .head-step span {
    position: absolute;
    top: 70px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555555;
    font-size: 14px;
}
.service-steps .head-step.step1 {
    background: url(../images/service_step1.png) no-repeat;
}
.service-steps .head-step.step1 span {
    position: absolute;
    left: 0px;
    top: 70px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555555;
    font-size: 14px;
}
.service-steps .head-step.step2 {
    background: url(../images/service_step2.png) no-repeat;
}
.service-steps .head-step.step2 span {
    left: 505px;
}
.service-steps .head-step.step3 {
    background: url(../images/service_step3.png) no-repeat;
}
.service-steps .head-step.step3 span {
    left: 1025px;
}
.service-steps .head-step.step4 {
    background: url(../images/service_step4.png) no-repeat;
}
.service-steps .head-step.step4 span {
    left: 1425px;
}
#service-form .left {
    padding: 0px 60px 0px 0px;
}
#service-form .right {
    padding: 0px 0px 0px 160px;
}
#service-form .right .prev {
    margin: 0px 20px 0px 0px;
}
#service-form h2 {
    color: #555555;
    letter-spacing: 1px;
    margin: 0px 0px 35px;
}
#service-form .go {
    border-top: 1px solid #dcdcdc;
    padding: 20px 0px 0px;
    margin: 50px 0px 0px;
}
#service-form .input-item.postal-code {
    margin: 30px 0px;
}
#service-form input[type='number'],
#service-form input[type='text'],
#service-form textarea {
    border: 1px solid #dcdcdc;
}
#service-form .intl-tel-input {
    width: 55%;
}

#service-form .intl-tel-input input[type='text'] {
    width: 100% !important;
}

#service-form textarea {
    height: 175px;
}
#service-form label {
    width: 45% !important;
    margin: 5px 0px 0px;
}
#service-form label.full {
    width: 100% !important;
}
#service-form label span {
    display: block;
    color: #555555;
    font-size: 15px;
    text-transform: none;
}
#service-form input[type='number'],
#service-form input[type='text'],
#service-form .custom-select,
#service-form textarea {
    width: 55% !important;
}
#service-form input[type='text']#code,
#service-form input[type='text']#serial {
    width: 185px !important;
}
#service-form .custom-select {
    width: 410px;
    border: 1px solid #dcdcdc;
}
#service-form .custom-select select {
    font-size: 15px;
    color: #555;
}
#service-form .step {
    display: none;
}
#service-form .step.active {
    display: block;
}
#service-form .step1 h1 {
    margin: 0px 0px 30px;
}
#service-form .step1 p {
    margin: 0px 0px 20px;
}
#service-form .step2 p {
    font-size: 15px;
}
#service-form .step3 h3 {
    font-size: 15px;
    color: #555;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}
#service-form .step3 textarea {
    height: 375px;
}
#service-form .step3 .right {
    padding: 50px 0px 0px 160px;
}
.service-success {
    text-align: center;
    padding: 0px 0px 100px;
    border-bottom: 1px solid #dcdcdc;
}
.service-success p {
    color: #646569;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Healty home */
#main-content.healthy-home {
    min-height: 1000px;
}
.healthy-home #welcome-box {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 640px;
    background: rgba(242, 242, 243, 0.85);
    padding: 40px 60px 40px 40px;
}
.healthy-home #welcome-box h1 {
    font-size: 35px;
    font-weight: 700;
    color: #504f54;
    text-transform: uppercase;
    margin: 0px 0px 15px;
}
.healthy-home #welcome-box a.button {
    margin: 40px 0px 0px;
}
.healthy-home .steps {
    margin: 80px 0px 120px;
}
.healthy-home .steps .line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: relative;
}
.healthy-home .steps .line-visited {
    width: 0px;
    height: 1px;
    background: #646569;
    position: relative;
}
.healthy-home .steps .circle,
.healthy-home .steps .circle-last {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #dcdcdc;
    position: absolute;
    top: -9px;
    border-radius: 50%;
}
.healthy-home .steps .circle-last {
    left: 100%;
}
.healthy-home .steps .circle span,
.healthy-home .steps .circle-last span {
    font-size: 30px;
    font-weight: 700;
    color: #646569;
    display: none;
}
.healthy-home .steps .circle.visited {
    border: 2px solid #646569;
}
.healthy-home .steps .circle.active,
.healthy-home .steps .circle-last.active {
    width: 56px;
    height: 56px;
    border: 2px solid #646569;
    line-height: 56px;
    text-align: center;
    top: -28px;
    background: #f8f8f8;
}
.healthy-home .steps .circle.active span,
.healthy-home .steps .circle-last.active span {
    display: block;
}
.healthy-home .step,
.healthy-home .step .answer .yes,
.healthy-home .step .answer .no,
.healthy-home .step .question {
    display: none;
}
.healthy-home .step.active,
.healthy-home .step .question.active,
.healthy-home .step .answer .yes.active,
.healthy-home .step .answer .no.active {
    display: block;
}
.healthy-home .step .answer {
    max-width: 640px;
}
.healthy-home .step h2 {
    color: #555555;
    margin: 0px 0px 40px;
}
.healthy-home .step h3 {
    font-size: 25px;
    font-weight: 700;
    color: #646569;
    text-transform: uppercase;
    margin: 0px 0px 30px;
}
.healthy-home .step .input-item {
    max-width: 60%;
}
.healthy-home .step .question label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555555;
    padding: 7px 0px 0px 30px;
}
.healthy-home .step .question [type='radio']:checked + label:after {
    width: 6px;
    height: 6px;
    top: 13px;
    left: 7px;
}
.healthy-home .step .question [type='radio']:not(:checked) + label:before,
.healthy-home .step .question [type='radio']:checked + label:before {
    border: 2px solid #e7e7e7;
}
.healthy-home .next {
    padding: 30px 0px 0px;
    border-top: 1px solid #dcdcdc;
    margin: 40px 0px 0px;
}
.healthy-home-success {
    text-align: center;
    padding: 0px 0px 100px;
    border-bottom: 1px solid #dcdcdc;
}
.healthy-home-success p {
    color: #646569;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.healthy-home-success h2 {
    font-size: 20px;
    font-weight: 700;
    color: #555555;
    margin: 40px 0px;
}
.healthy-home-success #newsletter {
    background: none;
    height: auto;
}
.healthy-home-success #newsletter input[type='text'] {
    width: 410px;
    height: 35px;
    border: 1px solid #e6e6e6;
    padding: 0px 0px 0px 20px;
}
.healthy-home-success #newsletter .button {
    float: none;
    margin: 50px auto 0px;
    padding: 10px 30px;
    color: #646569;
    border: 1px solid #646569;
}

/* Thank you page */
.thank-you .main-bg {
    height: 235px;
    background: #a61d3b;
}
.thank-you .response {
    text-align: center;
    padding: 0px 0px 100px;
}
.thank-you .response img {
    margin: -150px 0px 0px;
}
.thank-you .response h1 {
    margin: 50px 0px 40px;
}
.thank-you .response p,
.thank-you .response p a {
    color: #565656;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 27px;
}
.thank-you .response p a {
    color: #646569;
    margin: 0px;
}

/* Cta buttons footer */
#cta-bottom {
    margin: 70px 0px 0px;
}

/* Cleaning products */
.cleaning-page .head {
    margin: 40px 0px;
}
.cleaning-page h1,
.cleaning-page h2 {
    font-size: 30px;
    color: #646569;
    font-weight: 700;
    letter-spacing: 1px;
}
.cleaning-page .block .title {
    background: #646569;
    padding: 17px 0px;
}
.cleaning-page .block h2 {
    color: #fff;
}
.cleaning-page .block .products {
    display: flex;
    flex-wrap: wrap;
}
.cleaning-page .block .product {
    width: 20%;
    text-align: center;
    border-right: 1px solid #d1d1d1;
    margin: 50px 0px;
}
.cleaning-page .block .product:last-child {
    border: none;
}
.cleaning-page .block .product .image {
    padding: 0px 80px;
    margin: 0px 0px 20px;
}
.cleaning-page .block .product .image img {
    max-height: 212px;
}
.cleaning-page .block .product h3 {
    font-size: 20px;
    color: #555555;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0px 15px;
    height: 50px;
}
.cleaning-page .block .product a.button {
    float: none;
    display: inline-block;
    margin: 5px 0px 0px;
}
.cleaning-details-page .product-highlight .info .images .main-image {
    background: #fff;
    max-height: 682px;
}
.cleaning-details-page .product-highlight .info .images .main-image.vertical {
    padding: 50px 0px;
}
.cleaning-details-page .product-highlight .info .images .main-image.vertical img {
    max-height: 400px;
}

/* Review page */
.review {
    padding: 130px 0px 260px;
    background: #f8f8f8;
}
.review .wrapper {
    display: flex;
    justify-content: space-between;
}
.review .left,
.review .right {
    width: 640px;
}
.review form .error-message {
    bottom: -20px;
    right: auto;
    left: 0px;
}
.review form .input-item.privacy .error-message {
    left: 0px;
    right: auto;
}
.review form [type='radio']:not(:checked) + label:before,
.review form [type='radio']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 23px;
    height: 23px;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    background: #fff;
}
.review form [type='radio']:not(:checked) + label:after,
.review form [type='radio']:checked + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #646569;
    border-radius: 7px;
    position: absolute;
    top: 15px;
    left: 9px;
    transition: all 0.2s;
}
.review .left .input-item.star {
    margin: 20px 0px 50px;
}
.review .left .recommend p,
.review form .left label {
    font-size: 20px;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
}
.review form .left label span {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
}
.review .left .recommend label {
    width: 125px;
    font-size: 15px;
    padding: 10px 0px 0px 40px;
}
.review form .left .input-item {
    margin: 0px 0px 40px;
}
.review form .left .input-item,
.review form .left label,
.review form .left input[type='text'],
.review form .left textarea {
    display: block;
    width: 100%;
}
.review form .left label {
    height: auto;
    margin: 0px 0px 5px;
}
.review form .left input[type='text'],
.review form .left textarea {
    border: 1px solid #e6e6e6;
    height: 35px;
    line-height: 35px;
}
.review form .left textarea {
    height: 237px;
    line-height: 24px;
}
.review form .right h2 {
    color: #555555;
    margin: 0px 0px 30px;
}
.review form .right .input-item {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
}
.review form .right .input-item label {
    height: auto;
}
.review form .right input[type='text'] {
    border: 1px solid #e6e6e6;
    width: 320px;
}
.review form .right .input-item.age input {
    width: 60px;
}
.review form .right .input-item.gender div {
    margin: 0px 20px 0px 0px;
}
.review form .right .input-item.gender label.main {
    padding: 0px;
    color: #646569;
}
.review form .right .input-item.gender label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #555555;
    padding: 10px 0px 0px 40px;
}
.review form .right .input-item.privacy {
    display: block;
    margin: 0px 0px 30px;
}
.review form .right .input-item.submit {
    padding: 50px 0px 0px;
    border-top: 1px solid #dcdcdc;
}
.review form .right .input-item input[type='submit'] {
    padding: 7px 46px;
}

/* Prize form */
.prize-page .center {
    max-width: 1280px;
}
.prize-page #prize-form .left {
    padding: 0px 20px 0px 0px;
}
.prize-page .image {
    max-width: 700px;
    margin: 0px auto 50px auto;
}
.prize-page #content h2 {
    margin: 0px 0px 52px;
    font-size: 25px;
}
.prize-page .time {
    display: flex;
    margin: 0px 0px 52px;
}
.prize-page .time .lot {
    margin: 0px 0px 0px 70px;
}
.prize-page .time p {
    font-size: 15px;
    color: #646569;
    font-weight: 500;
}
.prize-page p,
.prize-page p a {
    font-size: 15px;
    color: #646569;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.prize-page p a:hover {
    text-decoration: underline;
}
.prize-page [type='radio']:not(:checked) + label,
.prize-page [type='radio']:checked + label {
    padding: 6px 0px 0px 30px;
}
.prize-page .opt-in {
    max-width: 720px;
    margin: 50px auto 0px auto;
}
.prize-page input[type='submit'] {
    margin: 50px auto 0px auto;
    float: none;
}
.prize-page [type='checkbox']:not(:checked) + label,
.prize-page [type='checkbox']:checked + label {
    padding: 0px 0px 0px 50px;
}
.prize-page [type='checkbox']:not(:checked) + label:before,
.prize-page [type='checkbox']:checked + label:before {
    top: 4px;
}
.prize-page [type='checkbox']:not(:checked) + label:after,
.prize-page [type='checkbox']:checked + label:after {
    top: 9px;
}

.prize-page #prize-form p:last-child {
    margin: 30px 0px 0px;
}
.prize-page #prize-form p.required {
    text-align: right;
    text-transform: none;
    font-weight: 400;
    color: #586976;
}
.prize-page #prize-form .radio label {
    float: none;
}
.prize-page #prize-form .radio .error-message {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 15px 0px 0px;
}
.prize-page #prize-form p {
    font-size: 18px;
    color: #586976;
    text-transform: none;
    font-weight: 400;
    margin: 0px 0px 20px;
}
.prize-page #prize-form h3 {
    font-size: 18px;
    color: #646569;
    line-height: 24px;
    text-transform: uppercase;
}

/* Clean page */
.clean-page .center {
    max-width: 800px;
}
.clean-page .image {
    margin: 0px 0px 20px 0px;
}
.clean-page #content h1 {
    margin: 0px 0px 20px;
}
.clean-page #content h2 {
    margin: 20px 0px;
    font-size: 25px;
}
.clean-page p {
    margin: 0px 0px 10px;
}
#clean-form .block {
    padding: 20px;
}
#clean-form .block:nth-child(odd) {
    background: #f9f9f9;
}
#clean-form .block.last {
    margin: 0px 0px 50px;
}
#clean-form .block.last h3 {
    margin: 30px 0px;
}
#clean-form .block.last label {
    width: 20%;
}
#clean-form .block.last input[type='text'] {
    width: 80%;
}
#clean-form .row label {
    width: 10%;
}
#clean-form .row.c3 label {
    width: 33%;
}
#clean-form .row.c6 label {
    width: 16.66%;
}
#clean-form .row.c8 label {
    width: 12.5%;
}
#clean-form .row.c9 label {
    width: 11.1%;
}
#clean-form h3 {
    color: #646569;
    margin: 30px 0px 15px;
    font-weight: 500;
}
#clean-form .input-item {
    margin: 0px 0px 30px;
}
#clean-form .input-item.qty {
    padding: 20px 0px 0px;
}
#clean-form .input-item p {
    color: #646569;
    margin: 0px;
}
#clean-form .input-item span.left-side,
#clean-form .input-item span.right-side {
    position: absolute;
    top: 0px;
    color: #646569;
}
#clean-form .input-item span.left-side {
    left: 0px;
}
#clean-form .input-item span.right-side {
    right: 0px;
}
#clean-form .input-item.radio .error-message {
    position: relative;
    right: auto;
    top: auto;
    margin: 15px 0px 0px;
    float: left;
    width: 100%;
}

/* Free spring clead ( de landing page ) */
#clean-form.de .input-item p span.right {
    text-align: right;
}
#clean-form.de .input-item.privacy p {
    margin: 0px 0px 20px;
}
#clean-form.de .input-item.privacy p:last-child {
    margin: 0px;
}

/* Clean home page */
.clean-home-page .center {
    max-width: 960px;
}
.clean-home-page .image {
    margin: 0px 0px 20px 0px;
}
.clean-home-page #content h1 {
    font-size: 20px;
    text-transform: none;
    margin: 0px 0px 40px;
}
.clean-home-page #content h2 {
    margin: 20px 0px;
    font-size: 25px;
}
.clean-home-page p {
    margin: 0px 0px 20px;
}
.clean-home-page h3 {
    font-size: 18px;
    color: #646569;
    line-height: 24px;
    text-transform: uppercase;
}
.clean-home-page .information {
    margin: 40px 0px;
}
.clean-home-page .information p {
    font-size: 15px;
}
#clean-home-form {
    margin: 40px 0px 0px;
}
#clean-home-form .input-item.submit {
    display: flex;
    justify-content: center;
}
#clean-home-form .left {
    width: 40%;
    padding: 14px 0px 0px;
}
#clean-home-form .right {
    width: 60%;
    padding: 0px 0px 0px 80px;
}
#clean-home-form .right label {
    width: 45%;
}
#clean-home-form .right input[type='text'],
#clean-home-form .right input[type='number'],
#clean-home-form .right .custom-select {
    width: 55%;
}
#clean-home-form .left p {
    font-size: 30px;
    color: #646569;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

/* Clean water game */
.clean-water-game .center {
    max-width: 1170px;
}
.clean-water-game .image {
    margin: 0px 0px 20px 0px;
    text-align: center;
    position: relative;
}
.clean-water-game .image span {
    display: block;
    font-size: 11px;
    color: #808080;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
.clean-water-game .head {
    margin: 0px 0px 40px;
    padding: 0px 50px;
}
.clean-water-game .head p,
.clean-water-game .head a {
    font-size: 18px;
    color: #646569;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 10px;
}
.clean-water-game .head p strong a {
    font-weight: 700;
}
#clean-water-form {
    position: relative;
}
#clean-water-form .wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 40px;
}
#clean-water-form .left,
#clean-water-form .right {
    width: 49%;
}
#clean-water-form .left {
    padding: 47px 0px 0px;
}
#clean-water-form .right h2 {
    font-size: 18px;
    color: #646569;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 10px;
}
#clean-water-form .input-item {
    margin: 0px 0px 12px;
}
#clean-water-form .left label {
    width: 45%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 20px 0px;
}
#clean-water-form .left input {
    width: 55%;
}
#clean-water-form .opt-in-center {
    max-width: 760px;
    margin: 0px auto;
}
#clean-water-form [type='checkbox']:not(:checked) + label:before,
#clean-water-form [type='checkbox']:checked + label:before {
    top: 3px;
    border-color: #646569;
}
#clean-water-form [type='checkbox']:not(:checked) + label:after,
#clean-water-form [type='checkbox']:checked + label:after {
    top: 8px;
}
#clean-water-form .input-item.submit {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
#clean-water-form [type='submit'] {
    padding: 5px 25px;
    font-size: 18px;
    margin: 0px 40px 0px 0px;
    background: #646569;
    color: #fff;
}
#clean-water-form [type='submit']:hover {
    background: #7f162e;
}
#clean-water-form [type='button'] {
    padding: 5px 25px;
    font-size: 18px;
}
#clean-water-form .left .error-message {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin: 3px 0px 0px;
    font-size: 11px;
}
#clean-water-form .input-item .left {
    padding: 0px;
}
#clean-water-form .input-item .left label {
    justify-content: flex-start;
    padding: 0px 0px 0px 30px;
}
#clean-water-form .input-item .left [type='radio']:not(:checked) + label:before,
#clean-water-form .input-item .left [type='radio']:checked + label:before {
    top: 9px;
}
#clean-water-form .input-item .left [type='radio']:not(:checked) + label:after,
#clean-water-form .input-item .left [type='radio']:checked + label:after {
    top: 14px;
}
#clean-water-form .share {
    position: absolute;
    bottom: 33px;
    left: 0px;
    margin: 0px;
}
#clean-water-form .share .wrapper {
    margin: 0px;
    width: auto;
    justify-content: flex-start;
}
#clean-water-form .share .wrapper span {
    margin: 0px 15px 0px;
}
.clean-water-game .logout {
    margin: 20px 0px 20px 50px;
    width: 100%;
    float: left;
}
.clean-water-game .logout h3 {
    font-size: 18px;
    color: #646569;
    line-height: 24px;
    font-weight: 700;
}
.clean-water-game .gm4html5_div_class {
    position: relative;
    margin: 0px 0px 0px 50px;
}
.clean-water-game canvas {
    image-rendering: optimizeSpeed;
    -webkit-interpolation-mode: nearest-neighbor;
    -ms-touch-action: none;
    margin: 0px;
    border: 0px;
    max-width: 467px;
}
.clean-water-game :-webkit-full-screen #canvas {
    width: 100%;
    height: 100%;
}
.clean-water-game .login-popup {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 320px;
    background: #fff;
    padding: 40px 20px 20px;
    z-index: 90000;
    display: none;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(130, 130, 130, 0.67);
    -moz-box-shadow: 3px 3px 10px 0px rgba(130, 130, 130, 0.67);
    box-shadow: 3px 3px 10px 0px rgba(130, 130, 130, 0.67);
}
.clean-water-game .login-popup i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #646569;
    cursor: pointer;
}
.clean-water-game .login-popup.active {
    display: block;
}
.clean-water-game .login-popup .submit {
    display: flex;
    justify-content: center;
}
.clean-water-game .login-popup .error {
    text-align: center;
    color: #f00;
}
.clean-water-game form#game-login label,
.clean-water-game form#game-login input[type='text'],
.clean-water-game form#game-login input[type='password'] {
    width: 100%;
}
.clean-water-game form#game-login label {
    margin: 0px 0px 10px;
}
.clean-water-game form#game-login .submit {
    margin: 20px 0px;
}
.clean-water-game form#game-login .submit input[type='submit'] {
    padding: 5px 25px;
    font-size: 18px;
}
.clean-water-game form#game-login p.info {
    font-size: 12px;
}
.login-layer {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 10000;
    display: none;
}
.login-layer.active {
    display: block;
}

/* Event landing page */
.landing-event-page .wrapper {
    display: flex;
}
.landing-event-page .center {
    max-width: 1600px;
}
.landing-event-page .center.narrow {
    max-width: 1280px;
}
.landing-event-page .left,
.landing-event-page .right {
    float: none;
    width: 50%;
}
.landing-event-page #main-image .wrapper {
    display: flex;
    justify-content: space-between;
    background: #efefef;
}
.landing-event-page #main-image .layer {
    display: flex;
    align-items: center;
    visibility: hidden;
    width: 33%;
}
.landing-event-page #main-image .layer h1 {
    font-size: 44px;
}
.landing-event-page #main-image .image {
    width: 67%;
}
.landing-event-page #main-image .image img {
    vertical-align: top;
}
.landing-event-page .head {
    padding: 40px 0px;
}
.landing-event-page .head .left {
    width: 93%;
}
.landing-event-page .head p,
.landing-event-page .head p a {
    font-size: 24px;
    color: #555555;
    line-height: 36px;
    font-weight: 700;
}
.landing-event-page .head p a {
    color: #646569;
}
.landing-event-page .form {
    background: #efefef;
    padding: 40px 0px;
}
.landing-event-page .form h2 {
    font-size: 23px;
    margin: 0px 0px 30px;
}
.landing-event-page #event-form .left {
    padding: 0px 20px 0px 0px;
}
.landing-event-page #event-form .left .input-item {
    margin: 0px 0px 35px;
}
.landing-event-page #event-form .right .input-item.newsletter {
    margin: -3px 0px 0px;
}
.landing-event-page #event-form .right .input-item.newsletter label {
    margin: 0px;
}
.landing-event-page #event-form .input-item.text {
    max-width: 700px;
}
.landing-event-page #event-form .input-item.text label {
    margin: 8px 0px 0px;
    width: 25%;
}
.landing-event-page #event-form .input-item label,
.landing-event-page #event-form .input-item input[type='text'],
.landing-event-page #event-form .input-item input[type='number'] {
    width: 75%;
}
.landing-event-page #event-form .input-item.submit {
    margin: 15px 0px 0px;
    padding: 0px 0px 0px 40px;
}
.landing-event-page #event-form .dates {
    margin: 30px 0px 0px;
}
.landing-event-page #event-form .dates .input-item {
    margin: 0px 0px 20px;
}
.landing-event-page #event-form [type='radio'].gray + label {
    padding: 4px 0px 0px 50px;
}
.landing-event-page #event-form [type='radio']:not(:checked) + label:before,
.landing-event-page #event-form [type='radio'].checked + label:before {
    width: 16px;
    height: 16px;
}
.landing-event-page #event-form [type='checkbox'].square.gray + label {
    padding: 4px 0px 0px 40px;
    width: 100%;
}
.landing-event-page #event-form [type='checkbox'].square.gray + label span {
    font-size: 18px;
    color: #555555;
    text-transform: none;
    display: block;
    font-weight: 400;
}
.landing-event-page #event-form [type='checkbox'].square.square:not(:checked) + label:before,
.landing-event-page #event-form [type='checkbox'].square:checked + label:before {
    width: 16px;
    height: 16px;
}
.landing-event-page #event-form [type='checkbox'].square:not(:checked) + label:after,
.landing-event-page #event-form [type='checkbox'].square:checked + label:after {
    top: 4px;
    left: 4px;
}
.landing-event-page #event-form input[type='submit'] {
    background: #159d66;
    color: #fff;
    border: none;
    padding: 8px 33px;
}
.landing-event-page #event-form input[type='submit']:hover {
    background: #008a54;
}
.landing-event-page .description {
    margin: 50px 0px 0px;
}
.landing-event-page .description .right {
    padding: 0px 0px 0px 90px;
}
.landing-event-page .description .right h2 {
    font-size: 24px;
    color: #646569;
    margin: 0px 0px 20px;
}
.landing-event-page .description .right p {
    color: #555555;
}
.landing-event-page .map .left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.landing-event-page .map .left p {
    margin: 0px 0px 25px;
}
.landing-event-page .video {
    margin: 0px 0px 50px;
}
.landing-event-page .video .right {
    padding: 0px 0px 0px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-event-page .video .right p {
    color: #555555;
    margin: 0px 0px 20px;
}
.landing-event-page .images {
    margin: 20px 0px 40px;
}
.landing-event-page .images .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.landing-event-page .images .wrapper .image {
    width: 13%;
    margin: 0 1% 1% 0;
    height: 117px;
    overflow: hidden;
}
.landing-event-page #share {
    margin: 0px;
}
.landing-event-page #content {
    padding: 0px;
    margin: 0px 0px 40px;
}
.landing-event-page #content .share .wrapper {
    width: 200px;
}

/* Rate support page */
.rate-support-page .center {
    max-width: 800px;
}
.rate-support-page .image {
    margin: 0px 0px 20px 0px;
}
.rate-support-page #content h1 {
    margin: 0px 0px 20px;
}
.rate-support-page #content h2 {
    margin: 20px 0px;
    font-size: 25px;
}
.rate-support-page p {
    margin: 0px 0px 10px;
}
#rate-support-form {
    margin: 20px 0px;
}
#rate-support-form h3 {
    color: #646569;
    margin: 0px 0px 15px;
    font-weight: 500;
}
#rate-support-form .block {
    padding: 20px;
    background: #f9f9f9;
}
#rate-support-form .block.last {
    margin: 0px 0px 30px;
    padding: 0px 20px 20px 20px;
}
#rate-support-form .block .input-item {
    margin: 0px;
}
#rate-support-form .block .row.c12 label {
    width: 100%;
    margin: 0px 0px 10px;
}
#rate-support-form .block .row.c11 label {
    width: 9%;
}
#rate-support-form [type='radio']:not(:checked) + label,
#rate-support-form [type='radio']:checked + label {
    padding: 7px 0px 0px 30px;
}
#rate-support-form .input-item p {
    color: #646569;
    margin: 0px;
}
#rate-support-form .input-item span.left-side,
#rate-support-form .input-item span.right-side {
    position: absolute;
    bottom: -10px;
    color: #646569;
    font-size: 13px;
}
#rate-support-form .input-item span.left-side {
    left: 0px;
}
#rate-support-form .input-item span.right-side {
    right: 20px;
}
#rate-support-form .input-item.radio .error-message {
    position: relative;
    right: auto;
    top: auto;
    margin: 15px 0px 0px;
    float: left;
    width: 100%;
}

/* Footer */
#social {
    position: relative;
    background: #c0c0c3;
    padding: 45px 0px;
}
#social h3 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
#social .wrapper {
    display: flex;
    justify-content: center;
}
#social .icons {
    margin: 0px;
}

#social .icons a{
    text-decoration: none;
}

#social i {
    display: inline-flex;
    color: #fff;
    border-radius: 66px;
    font-size: 29px;
    border: 2px solid #fff;
    width: 53px;
    height: 53px;
    margin: 0px 0px 0px 50px;
    align-items: center;
    justify-content: center;
}
#social i:hover {
    color: #fff;
    border-color: #fff;
}
#footer-bottom {
    background: #646569;
    padding: 31px 0px;
}
#footer-bottom .columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#footer-bottom .columns .col {
    width: 275px;
}
#footer-bottom .columns .col1 {
    width: 225px;
}
#footer-bottom .columns .col a:hover {
    color: #000;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
#footer-bottom .columns .col1 a {
    margin: 0px 0px 28px;
}
#footer-bottom .columns .col2 {
    width: 320px;
}
#footer-bottom .columns .col4 {
    width: 200px;
}
#footer-bottom .columns .col5 {
    width: 200px;
}
#footer-bottom .columns .col.col6 p {
    line-height: 19px;
}
#footer-bottom .columns .col.col6 a {
    margin: 0px;
    display: inline;
}
#footer-bottom .columns .col p:first-child {
    margin: 0px 0px 28px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#footer-bottom .columns .col a,
#footer-bottom .columns .col p {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 17px;
    margin: 0px 0px 10px;
}
#footer-bottom.mobile {
    text-align: center;
}
#footer-bottom.mobile .col {
    width: 100%;
}
#footer-bottom.mobile .col a:first-child {
    margin: 0px;
}
#footer-bottom.mobile .col a {
    font-weight: 700;
    margin: 20px 0px;
}
#footer-bottom.mobile .contact p:first-child {
    margin: 0px 0px 10px;
}
#footer-bottom.mobile .contact a {
    margin: 0px;
    display: inline;
}
#copyright .wrapper {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
#copyright .wrapper .left,
#copyright .wrapper .left a {
    font-size: 14px;
    color: #646569;
}
#copyright .wrapper .left a.brandbar {
    font-weight: 700;
    text-decoration: none;
}
#copyright .wrapper .left a.brandbar:hover {
    text-decoration: underline;
}
#copyright .wrapper .right {
    text-align: right;
    font-size: 16px;
    color: #646569;
    text-transform: uppercase;
}

.recycling-page #top-image {
    position: relative;
}

.recycling-page #top-image img {
    display: block;
}

.recycling-page .top-image-text {
    position: absolute;
    top: 23%;
    left: 7.7%;
    max-width: 592px;
    color: #fff;
}

.recycling-page .top-image-text * {
    color: #fff;
}

.recycling-page .top-image-text > *:last-child {
    margin-bottom: 0px;
}

.recycling-page .top-image-text h1 {
    font-size: 50px;
    letter-spacing: 0.5px;
    color: #fff;
    max-width: 560px;
}

.recycling-page .top-image-text p {
    font-size: 20px;
    line-height: 24px;
}

.recycling-page .top-image-text p:first-of-type {
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 25px 0px;
}

.recycling-page .guidelines {
    max-width: 600px;
    margin: 0px 0px 90px;
}

.recycling-page .guidelines h2 {
    margin: 0px 0px 30px;
    display: flex;
    align-items: center;
}

.recycling-page .guidelines p {
    font-size: 20px;
    line-height: 24px;
    color: #586976;
    margin: 0px 0px 20px;
}

.recycling-page .guidelines > *:last-child {
    margin: 0px;
}

.recycling-page .guidlines-points {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 90px;
}

.recycling-page .guidlines-points .point {
    display: flex;
    width: 24%;
    gap: 0px 15px;
}

.recycling-page .guidlines-points .point .number {
    flex-shrink: 0;
}

.recycling-page .guidlines-points .point p {
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0px;
}

.recycling-page .text h2 {
    font-weight: 700;
    font-size: 36px;
    color: #555555;
}

.recycling-page .text p {
    margin: 0px 0px 20px;
}

.recycling-page .text p,
.recycling-page .text li,
.recycling-page .text a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.recycling-page .text .products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
    max-width: 550px;
}

.recycling-page .text .products a {
    display: inline-flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #555555;
    text-decoration: none;
    align-items: center;
    gap: 0px 8px;
}

.recycling-page .text .products a::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #646569;
}

.recycling-page .text .products a:first-child::before {
    content: none;
}

.recycling-page .text .products a:hover {
    color: #646569;
}

.recycling-page .materials {
    display: flex;
    justify-content: center;
    gap: 0px 20px;
    margin: 120px 0px;
}

.recycling-page .materials .box {
    text-align: center;
}

.recycling-page .materials .box .text > *:last-child {
    margin-bottom: 0px;
}

.recycling-page .materials .box h2 {
    margin: 0px 0px 20px;
}

.recycling-page .materials .box p {
    font-size: 20px;
    line-height: 24px;
}
