.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Din2014, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -1px;
}

h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -1px;
}

p {
  margin-bottom: 15px;
  color: #777;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #777;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

strong {
  font-weight: bold;
}

.cz {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.cz.nav-cz {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.product-hero-img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
}
.cz._01cz {
/*   position: relative; */
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
/*   padding-top: 110px; */
  padding-top: 100px;
/*   padding-bottom: 70px; */
  padding-bottom: 120px;
/*   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._02-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._03cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._04cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cz._05cz {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._06-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._07-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._08cz {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz._08cz.vert-08cz {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._09cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz._10cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.footer-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz._04red-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.5px;
}

.cz._05red-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._05red-cz._05-red-cz-dr {
  padding-bottom: 100px;
}

.cz._03-or-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._01-home-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._02-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
}

.cz._03-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz._04-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._05-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz._06-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._07-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cz._08-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._09-home-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
}

.cz._10-home-cz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._01-tr-cz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 65px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cz.banner-cz {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cz._02-tr-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cz._03-tr-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._05-tr-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._06-tr-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cz._01-cat-cz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._01-cat-cz._01-cont-cz.login-cz {
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._02-cat-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz._03-cat-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._01-pr-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.product-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cz.re-slider-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._04-prod-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._01-faq-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cz._02-faq-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz._01-au-cz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.navway-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._02-au-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._03-au-cz {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 140px;
}

.cz._06-au-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._01-blog-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cz._04-cz-blog-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._02-kont-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cz.kont-form-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 890px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._05-kont-cz {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.orange-cz {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._01-partn-cz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._02-partn-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz._03-partn-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cz._04-partn-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.account-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz._01-ienkaufs-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cz.kasse-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 100%;
  margin-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #121719;
}

.logo-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Logo-top.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #707070;
  font-size: 14px;
  line-height: 140%;
}

.nav-vert-line {
  width: 1px;
  height: 40px;
  margin-right: 40px;
  margin-left: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  font-size: 16px;
  line-height: 20px;
}

.nav-link:hover {
  color: #67a53b;
}

.nav-link.w--current {
  color: #67a53b;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon {
  margin-right: 0px;
  font-size: 14px;
}

.icon.menu-dd-icon {
  opacity: 0.5;
  font-size: 12px;
}

.dd-text {
  margin-right: 20px;
}

.nav-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right-side.hidden {
  display: none;
}

.right-nav-link {
  width: 18px;
  height: 20px;
  margin-left: 15px;
  background-image: url('../images/login-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-nav-link:hover {
  opacity: 0.5;
}

.right-nav-link.nav-cart {
  position: relative;
  width: 21px;
  height: 20px;
  background-image: url('../images/cart.png');
}

.right-nav-link.nav-search {
  width: 21px;
  background-image: url('../images/search-icon.svg');
}

.right-nav-link.nav-search:hover {
  opacity: 1;
}

.right-nav-link.nav-amazon {
  width: 19px;
  background-image: url('../images/Amazon-logo.svg');
}

.cart-number {
  position: absolute;
  left: auto;
  top: -5px;
  right: -5px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #e33834;
  color: #fff;
  font-size: 9px;
  line-height: 8px;
  font-weight: 700;
}

.lang-dd-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  font-size: 16px;
  line-height: 18px;
}

.dd-flag {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-image: url('../images/GB-flag.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dd-flag.german {
  background-image: url('../images/800px-German_Flag_SVG.svg.png');
}

.dd-lang-text {
  margin-right: 0px;
}

.dd-lang-text.no-margin-ddlt {
  margin-right: 0px;
  font-weight: 400;
}

.icon-2 {
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.3);
}

.section._01-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
}

.section._02-sec {
  position: relative;
  z-index: 3;
}

.section._03-sec {
  /* background-image: url('../images/3-sec-BG.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #333;
}

.section._03-sec._03sec-red {
  /* background-image: url('../images/dr-2sec-bg.jpg'); */
  background-attachment: fixed;
}

.section._03-sec._03-sec-or {
  /* background-image: url('../images/or-BG.jpg'); */
  background-attachment: fixed;
}

.section._04-sec {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafafa;
}

.section._05-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.section._05-sec.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section._07-sec {
  position: relative;
  z-index: 3;
  /* background-image: url('../images/7-sec-bg.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section._08-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
}

.section._09sec {
  position: relative;
  z-index: 3;
  background-color: #151515;
}

.section._10-sec {
  position: relative;
  z-index: 2;
}

.section._04-red-sec {
  position: relative;
  z-index: 4;
  background-color: #f5f5f5;
}

.section._03-orange-section {
  background-color: #f5f5f5;
}

.section._01-home-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  /* background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0)); */
}

.section._02-home-sec {
  background-color: #f5f5f5;
}

.section._04-home-sec {
  overflow: hidden;
  max-width: 100vw;
  background-color: #f5f5f5;
}

.section._05-home-section {
  background-color: #151515;
}

.section._07-home-sec {
  background-color: #151515;
}

.section._09-home-sec {
  background-color: #f5f5f5;
}

.section._10-home-sec {
  background-color: #67a53b;
}

.section._01-tr-sec {
  position: relative;
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/trees-bg.jpg'); */
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-color: #1E211C;
}

.section._03-tr-sec {
  background-color: #151515;
}

.section._04-tr-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100vh;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Trees-video-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section._05-tr-sec {
  background-color: #f5f5f5;
}

.section._01cat-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
}

.section._01cat-sec._01-cont-sec {
  overflow: hidden;
}

.section._03-cat-sec {
  background-color: #f5f5f5;
}

.section._03-cat-sec.white-sec {
  background-color: #fff;
}

.section._01-pr-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
}

.section._01-pr-sec._01-faq-sec {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.section._01-pr-sec._01-partner-sec {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.pro-slider-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.section._04-prod-sec.grey-sec {
  background-color: #f5f5f5;
}

.section._03-au-sec {
  position: relative;
  background-color: #1a1a1a;
}

.section._06-au-sec {
  background-color: #f5f5f5;
}

.section._01-sec-blog-2 {
  /* background-image: url('../images/img-bg.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section._04-sec-blog-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.section.kont-form-sec {
  background-color: #f8f8f8;
}

.section._05-kont-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212121;
}

.section._02-partn-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section._03-partn-sec {
  background-color: #f5f5f5;
}

.section._03-partnsec {
  background-color: #212121;
}

._01-sec-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-bottom-core {
  position: absolute;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 80px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-bottom-core.w--current {
  margin-bottom: 60px;
}

.logo-bottom {
  width: 20px;
  height: 57px;
  background-image: url('../images/Logo-bottom.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.h1 {
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: -1px;
}

.h1.home-h1 {
  font-size: 46px;
  line-height: 100%;
  font-weight: 400;
}

.h1.black-h1 {
  color: #333;
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  white-space: break-spaces;
}

.h1.huge-h1 {
  margin-bottom: 50px;
  font-size: 80px;
  text-transform: uppercase;
}

.h1.big-black-h1 {
  color: #000;
}

.green-span {
  color: #67a53b;
}

.big-span {
  text-transform: uppercase;
}

.h1-subtitle {
  margin-bottom: 40px;
  color: hsla(0, 0%, 100%, 0.8);
/*   font-size: 36px; */
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: -1px;
}

.h1-subtitle.home-h1-subtitle {
  color: #bbb;
  font-size: 22px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.h1-subtitle.home-h1-subtitle._04-h2-subtitle {
  color: #777;
  font-weight: 400;
  text-align: center;
}

.h1-subtitle.home-h1-subtitle._04-h2-subtitle._08-h2-subtitle {
  max-width: 980px;
  margin-top: 5px;
}

.h1-subtitle.home-h1-subtitle.au-6-subtitle {
  max-width: 980px;
  color: #777;
  text-align: center;
}

.h1-subtitle.trees-h1-subtitle {
  max-width: 790px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.h1-subtitle.small-h1-sub {
  max-width: 420px;
  margin-top: 10px;
  font-size: 26px;
  line-height: 36px;
}

.h1-sec-button-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #67a53b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.white-button {
  margin-left: 10px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
}

.button.white-button.form-button {
  height: 50px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.white-button.wht-bth-0-margin {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.button.white-button.wht-bth-0-margin:hover {
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.3);
}

.button.white-button.bordered-btn {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.button._05-sec-card-button {
  margin-top: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.button._07-sec-button {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  color: #333;
}

.button._07-sec-button._09-home-black-btn {
  background-color: #000;
  color: #fff;
}

.button._07-sec-button.blog-hero-btn {
  padding-right: 50px;
  padding-left: 50px;
  font-weight: 600;
}

.button.black-button {
  background-color: #151515;
}

.button.black-button._08-sec-button.cat-btn {
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.black-button._08-sec-button.product-btn {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.black-button._08-sec-button.pr-sl-btn {
  margin-right: 20px;
}

.button.black-button.margined-bb {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.button.black-button.submit-btn {
  height: 50px;
}

.button.black-button.margined-black-button {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.button.red-button {
  background-color: #cd1a2b;
}

.button.orange-button {
  background-color: #f3b72d;
}

.button.transparent-btn {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.button.transparent-btn:hover {
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.3);
}

.button.banner-button {
  margin-right: 30px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-weight: 400;
}

.button.banner-button:hover {
  background-color: #e33834;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.amazon-button {
  margin-right: auto;
  margin-left: auto;
  background-color: #151515;
}

.button.amazon-button.weiterlesen-amazon {
  margin-top: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #fff;
  color: #333;
  font-weight: 600;
}

.button.bordered-btn {
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #555;
  background-color: #fff;
  color: #555;
}

.button.small-button {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.small-button.small-screen-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button.grey-button {
  height: 45px;
  background-color: #000;
}

.button._50-btn {
  height: 50px;
  margin-left: 10px;
  padding-right: 50px;
  padding-left: 50px;
}

.button._50-btn._000-btn {
  background-color: #000;
}

.button._50-btn.without-margin {
  margin-left: 0px;
}

.button.small-white-btn {
  height: 28px;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  color: #777;
  font-size: 10px;
  line-height: 150%;
}

.button.searching-button {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
}

.button.searching-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.searching-button.white-searching-btn {
  background-color: #fff;
  color: #000;
}

.button.cyrc-btn {
  height: 30px;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
}

.button.cyrc-btn.grey-cyrc-btn {
  margin-left: 0px;
  background-color: hsla(0, 0%, 76.9%, 0.5);
  color: #777;
}

.button.order-button {
  margin: 20px 35px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.banner-btn {
  height: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.button.banner-btn:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-cart {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/white-cart.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-cart.button-tick {
  background-image: url('../images/button-tick.svg');
}

.button-cart.grey-button-cart {
  background-image: url('../images/cart.png');
}

.button-cart.grey-button-cart.mail-icon {
  background-image: url('../images/mail-icon.svg');
}

.button-cart.button-plus {
  width: 24px;
  height: 24px;
  background-image: url('../images/plus.svg');
}

.button-cart.mehr-icon {
  width: 14px;
  height: 14px;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* background-image: url('../images/erfahre-mehr.svg'); */
}

.button-cart.mehr-icon.grey-mehr-icon {
  background-image: url('../images/external_link.svg');
}

.button-cart.info {
  background-image: url('../images/info-icon.svg');
}

.button-cart.info.info-black {
  background-image: url('../images/info-black.svg');
}

.button-cart.bunner-btn-icon {
  margin-right: 0px;
  margin-left: 10px;
  background-image: url('../images/info-arrow.svg');
}

.button-cart.btn-arrow {
  margin-right: 0px;
  margin-left: 10px;
  background-image: url('../images/Btn-Arrow.svg');
  opacity: 0.5;
}

.points-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.points-block._03-sec-points-block {
  max-width: 620px;
}

.point-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  letter-spacing: -0.5px;
}

.point-line.point-line-2 {
  line-height: 25px;
}

.point-tick {
  width: 13px;
  height: 10px;
  margin-top: 6px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/grey-tick.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._01-bg-core {
  position: relative;
  display: none;
/*   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; */
/*   display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-img {
  position: absolute;
  width: 60vw;
  height: 450px;
  max-width: 840px;
  background-image: url('../images/hero-energy-product.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-img.red-hero-img {
  background-image: url('../images/product-dr-1.png');
  background-position: 30% 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-img.orange-hero-img {
  position: absolute;
  background-image: url('../images/product-im.png');
  background-position: 50% 100%;
  background-size: contain;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-bg-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 8%;
  bottom: auto;
  width: 240px;
  height: 145px;
  max-width: 13vw;
  background-image: url('../images/energy-10-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.hero-bg-2.hero-bg-2-red {
  top: -8%;
  right: 14%;
  background-image: url('../images/red-product-2.png');
}

.hero-bg-2.or-hero-bg-2 {
  top: -14%;
  right: 10%;
  background-image: url('../images/immu-2-energy-10-1.png');
}

.hero-bg-3 {
  position: absolute;
  left: 40%;
  top: -26%;
  right: 0%;
  bottom: auto;
  width: 160px;
  height: 110px;
  max-width: 10vw;
  background-image: url('../images/1_de.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

.hero-bg-3.hero-bg-3-red {
  left: 40%;
  top: -20%;
  background-image: url('../images/red-product-3.png');
}

.hero-bg-3.or-hero-bg-3 {
  left: 40%;
  top: -30%;
  background-image: url('../images/immu-3-1_de.png');
}
.big-bg.hidden-big-bg {
	display: none;
}
.lines-left {
  position: absolute;
  left: -580px;
  top: -40%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 1000px;
  height: 1000px;
  background-image: url('../images/lines.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lines-left.lines-white {
  background-image: url('../images/lineswhite.png');
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.lines-left.lines-white.lines-white-right {
  left: auto;
  top: -40%;
  right: -38vw;
  bottom: auto;
  -webkit-transform: rotate(142deg);
  -ms-transform: rotate(142deg);
  transform: rotate(142deg);
}

.photos-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 80px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._02-sec-photo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -1px;
}

._02-sec-photo {
  height: 151px;
  margin-bottom: 20px;
  /* background-image: url('../images/energy-feature-img-2.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._02-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._02-sec-hero._02-sec-hero-dr {
  margin-bottom: 30px;
}

._02-sec-cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._02-sec-cards-block.or-02-sec-cards-block {
  margin-right: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._02-sec-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47.8%;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
  background-color: #f5f5f5;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -1px;
}

._02-sec-card.or-02-sec-card {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._02-sec-text {
  width: 50%;
  margin-left: 60px;
  color: #777;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

._02-sec-text._04-sec-text {
  width: auto;
  margin-bottom: 40px;
  margin-left: 0px;
}

._02-sec-text._07-sec-hero {
  width: auto;
  margin-left: 0px;
  color: #bbb;
}

._02-sec-text._09-sec-text {
  width: auto;
  margin-left: 0px;
  color: #bbb;
}

._02-sec-text._09-sec-text._09-text-marg {
  margin-left: 13px;
}

._02-sec-text._05-red-text {
  margin-left: 0px;
}

._02-sec-text._02-home-text {
  width: auto;
  margin-top: 20px;
  margin-left: 0px;
}

._02-sec-text._02-home-text._06-home-text {
  margin-top: 30px;
}

._02-sec-text._02-home-text._06-home-text._09-home-text {
  margin-top: 20px;
}

._02-sec-text._02-home-text.au-4-text {
  max-width: 890px;
}

._02-sec-text._02-home-text.blog-tetxt {
  margin-top: 0px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.6);
}

._02-sec-text._02-home-text.no-margin-text {
  margin-top: 0px;
}

._02-sec-text.no-margin {
  width: auto;
  margin-bottom: 40px;
  margin-left: 0px;
}

._02-sec-text.au-main-text {
  width: auto;
  max-width: 880px;
  margin-left: 0px;
  color: #bbb;
  text-align: center;
}

._02-sec-text._02-au-text {
  width: auto;
  margin-left: 70px;
}

._02-sec-text.partn-subtitle {
  width: auto;
  max-width: 890px;
  margin-bottom: 80px;
  margin-left: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

._02-sec-text.partn-h2-subtitle {
  width: auto;
  max-width: 1080px;
  margin-bottom: 56px;
  margin-left: 0px;
  color: #bbb;
  font-size: 18px;
  text-align: center;
}

._02-sec-text.energy-02-sec-text {
  margin-left: 3.1vw;
}

._02-sec-icon {
  margin-bottom: 5px;
}

._02-sec-icon.or-02-sec-icon {
  height: 45px;
  max-width: none;
}

._03-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  min-width: 60%;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.h2.black-h2 {
  margin-bottom: 20px;
  color: #000;
}

.h2.black-h2._09-home-h2 {
  letter-spacing: -1px;
}

.h2.black-h2._04-home-h2 {
  display: inline;
}

.h2.black-h2.small-margin-bh2 {
  margin-bottom: 30px;
}

.h2.black-h2.margined-bh2 {
  margin-bottom: 100px;
}

.h2.black-h2.small-h2._2-h2 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.h2.black-h2.small-h2.central-small-h2 {
  margin-right: auto;
  margin-left: auto;
}

.h2.black-h2.min-1-ls {
  letter-spacing: -1px;
}

.h2.black-h2.blog-2-h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -1px;
}

.h2.black-h2._24-h2 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1px;
}

.h2.small-h2 {
  color: #000;
  font-size: 36px;
  letter-spacing: -1px;
}

.h2.small-h2.white-small-h2 {
  color: #fff;
  text-align: center;
}

.h2.tab-h2 {
  color: #000;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -1px;
}

.h2.slider-h2 {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #000;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.h2.white-h2.small-white-h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -1px;
}

.h2-subtitle {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: -1px;
}

.h2-subtitle.black-h2-subtitle {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #000;
  font-weight: 400;
}

._03-sec-points-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point-span {
  color: #fff;
  font-weight: 700;
}

._03-sec-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amazon-de {
  width: 90px;
  height: 25px;
  margin-left: 30px;
  background-image: url('../images/amazon-de2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.amazon-de:hover {
  opacity: 0.5;
}

._03-sec-product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._03-sec-product-block.or-03-sec-prod-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._03-sec-product-photo {
  max-height: 295px;
  margin-bottom: 40px;
}

._03-sec-product-photo.or-03-sec-prod-photo {
  margin-bottom: 0px;
}

._03-sec-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.tipp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/info-iocon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._04-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h2-semibold {
  font-weight: 600;
}

._04-sec-photo {
  position: absolute;
  left: -5vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  /* background-image: url('../images/4-sec-bg.jpg'); */
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._05-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._05-sec-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._05-sec-photo {
  max-height: 220px;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

._05-sec-card-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.card-name-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.card-name-core.orange-name-core {
  color: #fff;
}

.location-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.location-block:hover {
  opacity: 0.5;
}

.location-block.map-card-location {
  margin-left: 0px;
}

.location-icon {
  width: 11px;
  height: 15px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Location-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._06-sec-subtitle {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #777;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

._06-sec-cards-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

._06-sec-cards-core.more-margin {
  margin-top: 40px;
}

._06-sec-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

._06-sec-card.last-06-sec-card {
  margin-right: auto;
  margin-left: auto;
}

.card-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 90px;
  background-color: #f5f5f5;
}

.card-icon {
  max-height: 50px;
}

._06-card-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

._06-card-header {
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

._07-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._07-sec-slider {
  height: 410px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

._07-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trees-link {
  width: 130px;
  height: 55px;
  margin-left: 30px;
  background-image: url('../images/trees-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.trees-link:hover {
  opacity: 0.5;
}

.trees-link.no-link-trees {
  margin-left: 0px;
}

.trees-link.tree-page-tree-link {
  width: 100px;
  height: 43px;
  margin-top: -20px;
}

.hidden-slider-arrow {
  display: none;
}

._7-sec-slide-content {
  height: 100%;
  background-image: url('../images/slider-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 8px;
}

._08-sec-card {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-right: 26px;
  margin-bottom: 60px;
  margin-left: 26px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

._08-sec-card.catalog-card {
  max-width: none;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

._01-product {
  width: 420px;
  height: 340px;
  margin-top: -160px;
  /* background-image: url('../images/Mask-Group-1.png'); */
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

._01-product._02-product {
  width: 420px;
  height: 215px;
  margin-top: -35px;
  /* background-image: url('../images/closed-pack.png'); */
  background-position: 320% 0%;
  background-size: cover;
}

._08-sec-card-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

._08-sec-card-hero.cat-card-hero {
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
}

._08-sec-card-hero.re-slide-card-hero {
  padding-left: 0px;
}

._08-card-header {
  margin-bottom: 15px;
  color: #67a53b;
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
}

._08-card-header._08-card-h-red {
  color: #e33834;
}

._08-card-header._08-card-h-or {
  color: #f3b72d;
}

._08-card-header.cat-header {
  color: #e33834;
  font-size: 19px;
  letter-spacing: 0px;
}

._08-card-header.cat-header.or-cat-header {
  color: #f3b72d;
}

._08-card-header.cat-header.green-card-header {
  color: #67a53b;
}

.stars-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stars-core.price-stars-core {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stars-core.cat-stars-core {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stars-core.product-stars-core {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stars-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.stars-block.re-stars-block {
  margin-right: 0px;
  margin-left: 20px;
}

.stars-block.re-stars {
  margin-right: 0px;
}

.star {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* background-image: url('../images/Star.svg'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.star.empty-star {
  /* background-image: url('../images/grey-star.svg'); */
}

.star.empty-star.prod-star {
  background-position: 50% 1px;
}

.star.small-star {
  width: 15px;
  height: 15px;
}

.star.bordered-star {
  background-image: url('../images/bordered-Star.svg');
}

.star.half-star {
  background-image: url('../images/half-star.svg');
  background-position: 50% 1px;
  background-size: contain;
}

.star.prod-star {
  margin-bottom: 10px;
}

.stars-text-block {
  color: #f39700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.stars-text-block.stars-text-block-margin {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 23px;
}

.price-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-core.cat-price-core {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-core.re-price-core {
  padding-top: 20px;
}

.price-text-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}

.price-text-core.pr-price {
  margin-top: 10px;
  margin-left: 0px;
  line-height: 1;
}

.price {
  color: #333;
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  position: relative;
}

._09-sec-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._09-sec-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding: 50px 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

._09-sec-point-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._09-sec-icon {
  width: 55px;
  max-height: 55px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.white-span {
  color: #fff;
  font-weight: 600;
}

._10-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.h3.kont-h3 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
  letter-spacing: -1px;
}

._10-sec-points-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

._10-sec-point-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.tick {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 24px;
  background-image: url('../images/tick.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tick.drop {
  background-image: url('../images/drop.svg');
}

.tick.apple {
  background-image: url('../images/apple.svg');
}

.tick.drink {
  background-image: url('../images/drink.svg');
}

.tick.v2g_moon {
  background-image: url('../images/moon.svg');
}

.tick.or-drop {
  background-image: url('../images/or-drop.svg');
}

.tick.or-moon {
  background-image: url('../images/or-moon.svg');
}

.tick.or-apple {
  background-image: url('../images/or-apple.svg');
}

._10-sec-points-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  background-color: #151515;
}

.footer.dr-footer {
  margin-bottom: 55px;
}

.footer-logo {
  width: 55px;
  height: 165px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Footer-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-column._3-footer-column {
  max-width: 270px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-column.footer-col-50-percent {
  margin-right: 70px;
}

.column-text {
  margin-bottom: 25px;
  color: #909090;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.fl-marg {
  margin-top: 10px;
}

.column-header {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.sl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sl-block.product-sl-block {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.sl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
}

.sl:hover {
  background-color: #fcaf45;
}

.sl.fb-sl:hover {
  background-color: #3b5998;
}

.sl.fb-sl.product-sl:hover {
  background-color: #3b5998;
}

.sl.yt-sl:hover {
  background-color: red;
}

.sl.yt-sl.product-sl:hover {
  background-color: red;
}

.sl.product-sl {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.sl.product-sl:hover {
  background-color: #fcaf45;
}

.sl.sc-sl:hover {
  background-color: #f50;
}

.sl.sc-sl.product-sl:hover {
  background-color: red;
}

.footer-link-span {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-form-text {
  color: #909090;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #909090;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.text-field:focus {
  border-color: #fff;
}

.text-field.footer-tf {
  min-width: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  margin-top: 15px;
}

.submit-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 48px;
  opacity: 0;
}

.form-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.checkbox {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: #555;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  border-color: #555;
  background-color: transparent;
}

.footer-span {
  color: #fff;
  font-weight: 600;
}

.footer-span:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.core {
  max-width: 100vw;
}

.core.visible-core {
  overflow: visible;
}

.dd-list {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 190px;
  margin-top: 0px;
  margin-left: -20px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
}

.dd-list.w--open {
  background-color: #fff;
}

.dd-list.flag-dd-list {
  margin-left: -10px;
}

.dd-list.lang-dd-list {
  display: none;
  margin-top: 20px;
}

.dd-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  font-weight: 600;
}

.dd-link:hover {
  background-color: #151515;
  color: #fff;
}

.dd-link.w--current {
  color: #67a53b;
}

.dd-link.grey-dd-link {
  color: #777;
}

.dd-link.grey-dd-link:hover {
  color: #fff;
}

.dd-link.lang-dd-link {
  padding-left: 20px;
  color: #777;
  font-size: 16px;
}

.dd-link.lang-dd-link:hover {
  color: #fff;
}

.nav-dd.no-margin-nav-dd {
  margin-right: 0px;
}

.nav-dd.lang-nav-dd {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-links-core._2-footer-links-core {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-core.up-fl {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.white-h2 {
  margin-top: 0px;
  color: #fff;
}

.white-h2.big-h2 {
  font-size: 50px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.white-h2.big-h2.no-margin-big-h2 {
  margin-bottom: 0px;
}

.white-h2._07-sec-h2 {
  margin-bottom: 30px;
}

.white-h2._09-sec-h2 {
  margin-bottom: 50px;
}

.white-h2.center-h2 {
  text-align: center;
}

.black-h2 {
  margin-top: 0px;
  color: #000;
}

.black-h2._05-red-h2 {
  max-width: 530px;
  margin-right: 80px;
  margin-bottom: 0px;
}

.black-h3 {
  color: #000;
}

.black-h3.no-margin-h3 {
  margin-top: 0px;
}

.block-ab {
  display: block;
  max-width: 620px;
}

.block-ab.ab {
  display: inline;
}

.big-bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  min-width: 1920px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  overflow: hidden;
}

.left-lines {
  width: 225px;
  background-image: url('../images/Lines-left.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-lines.left-grape {
  background-image: url('../images/grape.png');
}

.left-lines.grapes-top {
  width: 379px;
  height: 463px;
  background-image: url('../images/grapes-top.png');
}

.left-lines.lemon-left {
  width: 230px;
  background-image: url('../images/ib_left.png');
}

.right-lines {
  width: 445px;
  height: 100%;
  background-image: url('../images/right-lines.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-lines.right-grape {
  width: 230px;
  background-image: url('../images/right-grape.png');
}

.right-lines.bottom-leves {
  width: 258px;
  height: 448px;
  margin-top: auto;
  background-image: url('../images/leaves-bottom.png');
}

.right-lines.lemons-right {
  width: 216px;
  background-image: url('../images/ib_right.png');
}

.black-span {
  color: #333;
  font-weight: 600;
}

._04-sec-red-subtitle {
  max-width: 780px;
  margin-top: 10px;
  margin-bottom: 60px;
  color: #777;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.5px;
}

._04-sec-red-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._04-red-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

._04-red-icon {
  max-height: 45px;
  max-width: none;
  margin-bottom: 20px;
}

._04-card-red-text {
  margin-right: 55px;
  margin-left: 55px;
  color: #bbb;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

._05-red-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._05-red-hero._05-red-hero-dr {
  margin-bottom: 30px;
}

._05-hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.bold-black-span {
  font-weight: 600;
}

._05-red-photo {
  height: 570px;
  /* background-image: url('../images/photo.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-text {
  max-width: 780px;
}

.how-text.how-text-dr {
  margin-bottom: 30px;
}

.orange-span {
  color: #f3b72d;
  text-transform: uppercase;
}

._03-or-sec-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._03-or-sec-img {
  height: 370px;
  margin-left: -180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* background-image: url('../images/pack-10-with-shads-1.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pack-span {
  text-transform: uppercase;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-hero-block._06-tr-sec-hero {
  width: auto;
  margin-top: 50px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-hero-block.no-widht-hhb {
  width: auto;
}

.home-hero-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-img {
  width: 100%;
  max-width: 385px;
  margin-bottom: 45px;
}

.home-hero-card-header {
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.home-hero-card-header.tr-card-h {
  color: #ff2646;
  text-transform: uppercase;
}

.home-hero-card-header.tr-card-h.tr-orange {
  color: #f39700;
}

.home-hero-card-header.tr-green {
  color: #67a53b;
  text-transform: uppercase;
}

.home-card-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Green-tick.svg');
  background-position: 0px 8px;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #bbb;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
  list-style-type: none;
}

.home-card-point.yellow-point {
  background-image: url('../images/Orange-tick.svg');
}

.home-card-point.red-point {
  background-image: url('../images/Red-tick.svg');
}

.home-card-point.grey-point {
  color: #777;
}

.green-tick {
  width: 13px;
  height: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Green-tick.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.green-tick.or-tick {
  background-image: url('../images/Orange-tick.svg');
}

.green-tick.red-tick {
  background-image: url('../images/Red-tick.svg');
}

.green-tick.margined-tick {
  margin-top: 7px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._02-home-photo {
  width: 50%;
  max-width: 690px;
  margin-right: 80px;
  /* background-image: url('../images/hero-img.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section._02-home-sec ._02-home-photo {
  margin-right: 0;
}
._02-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section._02-home-sec ._02-home-hero {
	margin-right: 80px;
}

._03-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._03-home-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3%;
  -ms-flex: 0 33.3%;
  flex: 0 33.3%;
  color: #555;
  font-size: 28px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.cyrcle-tick {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-image: url('../images/green-cyrlce-tick.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._04-header-core {
  display: inline;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.amazon {
  display: inline-block;
  width: 140px;
  height: 40px;
  margin: 0px 12px -17px 10px;
  background-image: url('../images/Amazon_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.amazon:hover {
  opacity: 0.5;
}

.home-slider {
  height: auto;
  background-color: transparent;
}

.home-slide {
  width: 32.2%;
  max-width: 420px;
  margin-right: 1.6%;
  background-color: #fff;
}

.home-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-slide-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-icon {
  width: 21px;
  height: 21px;
  background-image: url('../images/Slider-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-header {
  color: #67a53b;
  font-size: 22px;
  line-height: 80%;
  font-weight: 600;
  text-transform: uppercase;
}

.slide-header.imm-slide-header {
  color: #f3b72d;
}

.slide-header.dr-slide-header {
  color: #ff2646;
}

.slide-text {
  color: #777;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.75px;
}

.slide-top-core {
  margin-bottom: 30px;
}

.slide-bottom-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nick {
  font-size: 18px;
  font-weight: 600;
}

.date-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-text {
  color: #777;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.5px;
}

.date-text.month-text {
  margin-right: 3px;
  margin-left: 3px;
}

.slider-arrow {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-arrow:hover {
  background-color: #67a53b;
}

.slider-arrow.left-slider-arrow {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 11;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-arrow.green-slider-arrow {
  background-color: #67a53b;
}

.slider-arrow.green-slider-arrow:hover {
  background-color: #000;
}

.icon-3 {
  display: none;
}

.arrow {
  width: 17px;
  height: 12px;
  background-image: url('../images/arrow-left.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-4 {
  display: none;
}

._05-home-left {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 30vw;
  max-width: 420px;
  margin-right: 80px;
  color: #bbb;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.map {
  position: relative;
  width: 50vw;
  height: 375px;
  max-width: 640px;
  margin-right: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-point {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.dd-map {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

._06-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eu-dd-list {
  position: absolute;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 5;
  display: none;
  width: 300px;
  padding: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e33834;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0));
}

.eu-dd-list.w--open {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  width: 300px;
  padding: 25px;
  background-color: #e33834;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0));
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.eu-dd-list.austr-dd-list {
  display: none;
  background-color: #f39700;
}

.eu-dd-list.asia-dd-list {
  display: none;
}

.eu-dd-list.europe-dd-list {
  display: none;
  background-color: #f39700;
}

.eu-dd-list.africa-dd-list {
  display: none;
}

.eu-dd-list.africa-dd-list.ind-dd-list {
  display: none;
}

.eu-dd-list.sa-dd-list {
  display: none;
  background-color: #67a53b;
}

.eu-dd-list.na-dd-list {
  display: none;
}

.eu-dd-list.greenland-dd-list {
  display: none;
  background-color: #67a53b;
}

.eu-dd-list.greenland-dd-list.india-dd-list {
  display: none;
}

.eu-dd-list.greenland-dd-list.ginseng-dd-list {
  display: none;
}

.dd-img {
  width: 115px;
  height: 80px;
  margin-bottom: 20px;
  background-image: url('../images/coffee.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dd-img.acerola {
  background-image: url('../images/Acerola.png');
}

.dd-img.guarana {
  background-image: url('../images/Guarana.png');
}

.dd-img.kaktusfeige {
  background-image: url('../images/Kaktusfeige.png');
}

.dd-img.kudzu-wurzel {
  background-image: url('../images/kudzu_flower_img.png');
}

.dd-img.ginseng {
  background-image: url('../images/ginseng.png');
}

.dd-img.ginseng.l-cystein {
  background-image: url('../images/L-Cystein.png');
}

.dd-img.ingwerwurzelextrakt {
  background-image: url('../images/Ingwerwurzelextrakt.png');
}

.dd-img.pfefferextrakt {
  background-image: url('../images/Pfefferextrakt.png');
}

.dd-map-header {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

.separate-line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.dd-map-core {
  position: absolute;
  left: 90px;
  top: 130px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #505050;
  font-size: 10px;
  line-height: 10px;
  cursor: pointer;
}

.dd-map-core:hover {
  color: #e33834;
}

.dd-map-core.sa-map {
  left: 190px;
  top: auto;
  right: auto;
  bottom: 90px;
}

.dd-map-core.sa-map:hover {
  color: #67a53b;
}

.dd-map-core.greenland-map {
  left: auto;
  top: 150px;
  right: 95px;
  bottom: 0%;
}

.dd-map-core.greenland-map:hover {
  color: #67a53b;
}

.dd-map-core.greenland-map.india-map {
  top: 180px;
  right: 160px;
}

.dd-map-core.europe-map {
  left: 130px;
  top: auto;
  right: auto;
  bottom: 100px;
}

.dd-map-core.europe-map:hover {
  color: #f39700;
}

.dd-map-core.asia-map {
  left: auto;
  top: 170px;
  right: 90px;
  bottom: auto;
}

.dd-map-core.australia-map {
  left: auto;
  top: auto;
  right: 115px;
  bottom: 175px;
}

.dd-map-core.australia-map:hover {
  color: #f39700;
}

.dd-map-core.africa-map {
  left: 310px;
  top: 200px;
}

.dd-map-core.africa-map.ind-map {
  left: auto;
  top: 200px;
  right: 160px;
  bottom: auto;
}

.dd-map-core.mexico {
  top: 160px;
}

._07-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 890px;
  margin-top: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

._07-home-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.333333333333336%;
  -ms-flex: 0 33.333333333333336%;
  flex: 0 33.333333333333336%;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

._07-home-img {
  max-height: 45px;
  max-width: none;
  margin-bottom: 20px;
}

._08-home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._08-home-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._08-home-img {
  width: 100%;
  max-height: 300px;
  max-width: none;
}

._08-home-card-header {
  margin-bottom: 20px;
  color: #e33834;
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

._08-home-card-header.or-08-home-header {
  color: #f3b72d;
}

._08-home-card-header.green-08-home {
  color: #67a53b;
}

._08-home-card-text {
  margin-right: 10px;
  margin-left: 20px;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

._09-home-hero {
  width: 750px;
  margin-right: 80px;
}

.trees-org-link {
  color: #67a53b;
  font-weight: 600;
}

._09-home-img {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  /* background-image: url('../images/Burned-tree.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.green-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.green-sec-hero.white-green-sec-hero {
  color: #fff;
}

.green-block-numerals {
  margin-bottom: 5px;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: normal;
}

.green-block-numerals.green-numerals {
  color: #67a53b;
}

._04-header-hero-core {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.map-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Din2014, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 150%;
}

.map-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(227, 56, 52, 0.5));
}

.map-gradient:hover {
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(227, 56, 52, 0.5));
  -webkit-filter: none;
  filter: none;
  color: #e33834;
}

.map-gradient:active {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(227, 56, 52, 0.5));
}

.map-gradient.yellow-map-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(243, 151, 0, 0.5));
}

.map-gradient.yellow-map-gradient:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(243, 151, 0, 0), rgba(243, 151, 0, 0.5));
}

.map-gradient.green-mg {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(103, 165, 59, 0.5));
}

.map-gradient.green-mg:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(103, 165, 59, 0.5));
}

._01-tr-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin-right: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sertif-img {
  max-width: 425px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sertif-img:hover {
  box-shadow: 0 70px 60px -40px #000;
}

._01-tr-sec-black-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/trees-bg-blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.banner {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 -20px 100px 0 rgba(0, 0, 0, 0.3);
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 20px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #67a53b;
}

.price-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
  color: #67a53b;
  font-size: 20px;
  line-height: 140%;
}

.banner-text {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.banner-text .copy-link {
  font-weight: 700;
}

.price-banner-text {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.weiterlesen-text {
  position: static;
  left: -1%;
  top: auto;
  right: 0%;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #151515;
  color: #aaa;
  font-size: 20px;
  line-height: 140%;
  overflow: hidden;
}

.packs-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review-text {
  margin-bottom: auto;
}

.close-link-2 {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url('../images/Cross-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.close-link-2:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.remodal {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #151515;
}

.up-core-2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  text-align: left;
}

.popup-heading {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.sec-2-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.ps-text {
  margin-top: 10px;
  font-size: 15px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ing-lemon-lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10vw;
  height: 769px;
  max-width: 199px;
  background-image: url('../images/ingr-lemon-lines-1.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ing-lemon-lines-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 11vw;
  height: 768px;
  max-width: 214px;
  background-image: url('../images/ingr-lemon-lines-2.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.trees-lb {
  height: 100%;
}

.trees-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._02-sec-tr-img {
  width: 45%;
  max-width: 580px;
  margin-right: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

._02-tr-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._02-tr-sec-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.guardian {
  width: 108px;
  height: 35px;
  max-width: 108px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/The_Guardian.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.guardian-link {
  border-bottom: 1px solid #67a53b;
  color: #67a53b;
}

.guardian-text {
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.5px;
  max-width: 80%;
}

._03-tr-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

._03-tr-sec-left-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._03-tr-sec-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #bbb;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

._03-tr-sec-card._03-tr-card-vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._03-tr-icon {
  max-height: 80px;
  max-width: none;
  margin-right: 35px;
}

._03-tr-icon._03-tr-icon-2 {
  margin-bottom: 30px;
}

.tree-page-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 260px;
  background-image: url('../images/icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

._05-tr-sec-img {
  max-width: 50%;
  margin-left: 130px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

._05-tr-sec-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._05-tr-sec-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trees-https-link {
  color: #67a53b;
}

.home-lines-left-bot {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 310px;
  height: 390px;
  margin-top: auto;
  /* background-image: url('../images/lines_1.svg'); */
  background-image: none;
  background-position: 0% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-bg-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-lines-left-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 430px;
  height: 375px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  /* background-image: url('../images/Vektorgrafiken_Fruechte_201910_AC3-2.svg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-bg-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.big-bg-right-top-lines {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 370px;
  height: 445px;
  /* background-image: url('../images/rtl.svg'); */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-bg-right-bot-line {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 305px;
  height: 315px;
  /* background-image: url('../images/rbl.svg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catalog-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kategorien-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.kategorien-dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0px 20px 0px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
  font-size: 20px;
  line-height: 18px;
}

.icon-5 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
}

.catalog-dd-list {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #fff;
}

.catalog-dd-list.w--open {
  left: 0%;
  top: 0px;
  right: 0px;
  bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.dropdown-link {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  color: #777;
  font-size: 18px;
  line-height: 16px;
}

.dropdown-link:hover {
  color: #151515;
}

.dropdown-link.imm-dl:hover {
  color: #f3b72d;
}

.dropdown-link.ener-dl:hover {
  color: #67a53b;
}

.dropdown-link.dr-dl:hover {
  color: #e33834;
}

.price-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.price-line {
  position: relative;
  width: 100%;
  height: 16px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100px;
  background-color: #eee;
}

.inner-price-line {
  position: absolute;
  width: 30%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.price-cyrcle {
  position: absolute;
  left: auto;
  top: 3px;
  right: 4px;
  bottom: 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #c4c4c4;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-list.zutaten-list {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.product-list.zutaten-list.no-margin-pl {
  margin-bottom: 0px;
}

.product-list.banner-link-core {
  margin-bottom: 40px;
}

.product-list-header {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.small-product-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.small-product-card:hover {
  border-color: #000;
}

.pr-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-height: 88px;
}

.pr-card-h {
  margin-bottom: 15px;
  color: #e33834;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  min-width: 145px;
}

.pr-card-h.or-card-h {
  color: #f3b72d;
}

.pr-card-h.gr-card-h {
  color: #67a53b;
}

.small-price {
  margin-left: 25px;
  font-size: 17px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.small-price.big-price {
  color: #333;
  font-size: 24px;
}

.zutaten-link {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 13px;
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 18px;
  line-height: 18px;
}

.zutaten-link:hover {
  color: #151515;
}

.catalog-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #212121;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
}

.sorting.auto-sort {
  margin-right: 0px;
}

.sorting.nm-sorting {
  margin-right: -20px;
  margin-bottom: 0px;
}

.sort-link {
  margin-right: 20px;
  margin-bottom: 5px;
  color: #999;
  font-weight: 400;
}

.sort-link:hover {
  color: #212121;
}

.sort-link.fa-sort-link {
  font-family: 'Fa solid 900', sans-serif;
}

.sort-link.active {
  color: #67a53b;
}

.catalog-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .catalog-img {
  max-width: 240px;
} */

.visib-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.visib-btn:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.visib-icon {
  width: 24px;
  height: 17px;
  background-image: url('../images/visibility.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 16px;
  line-height: 16px;
}

.cat-left-arrow:hover {
  opacity: 0.5;
}

.cat-left-arrow.cat-right-arrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #000;
}

.grey-arrow {
  width: 17px;
  height: 12px;
  margin-right: 20px;
  background-image: url('../images/Group-38.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grey-arrow.black-arrow {
  margin-right: 0px;
  margin-left: 20px;
  background-image: url('../images/Group-39.svg');
}

.catalog-numeral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-page-number {
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.cat-page-number.slash {
  margin-right: 10px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.3);
}

.cat-page-number.black-number {
  color: #000;
}

._03-cat-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._03-cat-card.central-cat-card {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._03-cat-card.prod-cat-card {
  margin-bottom: 20px;
  margin-left: 0px;
}

.cat-icon {
  max-height: 50px;
  max-width: none;
  margin-right: 20px;
}

._03-cat-card-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 75px;
}

._03-cat-card-hero.prod-card-hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.black-text {
  margin-bottom: 5px;
  color: #333;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.black-text.prod-black-text {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.sorting-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-by {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.filter-link {
  display: none;
}

.fa-span.all-ph-icon {
  font-family: 'Fa 400', sans-serif;
  line-height: 10px;
}

.dark-bg {
  display: none;
}

.product-block.banner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cross {
  display: none;
}

.navigation-way {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-way-link {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.5px;
}

.nav-way-link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.slash {
  margin-right: 10px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.product-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.features-block {
  margin-bottom: -30px;
}

.features-block.tag-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grey-cyrcle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 70px;
  background-color: #f5f5f5;
}

.pr-icon {
  max-height: 30px;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-img {
  position: relative;
  width: 100%;
  height: 30vw;
  max-height: 380px;
  margin-right: 0vw;
  /* background-image: url('../images/or-pack.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-info-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-link {
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  font-size: 20px;
  line-height: 23px;
}

.add-link:hover {
  border-bottom-color: #151515;
  color: #151515;
}

.product-description {
  margin-bottom: 40px;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.quantity-selection-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-top: 10px;
  margin-right: 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.selector.einkaufs-selector {
  margin-top: 0px;
  margin-left: -20px;
}

.selector-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  line-height: 30px;
}

.selector-btn:hover {
  background-color: #67a53b;
  color: #fff;
}

.selector-btn.minus {
  height: 53px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.selector-btn.minus:hover {
  background-color: #e33834;
}

.selector-form-core {
  margin-bottom: 0px;
}

.selector-form-block {
  width: 55px;
  height: 53px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  border-style: none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}

.selector-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aktie-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.product-img-core {
  position: relative;
  max-width: 490px;
  min-width: 40%;
  margin-right: 2vw;
}

.all-photos-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #777;
  font-size: 15px;
  line-height: 16px;
}

.all-photos-link:hover {
  color: #67a53b;
}

.crossed-span {
  border-bottom: 1px solid #777;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-bottom: -1px;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: hsla(0, 0%, 46.7%, 0.1);
  color: #777;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.5px;
}

.tab-link.w--current {
  z-index: 3;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #fff;
  background-color: #fff;
  color: #777;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-content {
  z-index: 2;
  padding: 60px 70px 70px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.rich-text p {
  margin-bottom: 30px;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 94.5%, 0.5);
  color: #777;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.review-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviewer-name {
  color: #4e4c4c;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.re-top-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date {
  margin-right: 15px;
  color: #ccc;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.more-reviews-link {
  margin: 10px auto 50px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.more-reviews-link:hover {
  opacity: 0.5;
}

.re-form-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e4c4c;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.re-form-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  min-height: 230px;
  padding-top: 20px;
  padding-left: 20px;
  border: 1px solid transparent;
  background-color: #f8f8f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}

.textarea:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.textarea:active {
  border-color: rgba(0, 0, 0, 0.5);
}

.textarea:focus {
  border-color: #67a53b;
}

.textarea.white-field {
  background-color: #fff;
}

.textarea.white-field.kont-text-area {
  min-height: 200px;
  margin-top: 10px;
  font-size: 14px;
}

.re-text-field {
  height: 40px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border: 1px solid transparent;
  background-color: #f8f8f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 300;
}

.re-text-field:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.re-text-field:active {
  border-color: rgba(0, 0, 0, 0.5);
}

.re-text-field:focus {
  border-color: #67a53b;
}

.re-text-field.white-field {
  background-color: #fff;
}

.text-field-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}

.re-form-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.submit-button-4 {
  height: 55px;
  margin-right: 50px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #151515;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.submit-button-4:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.submit-button-4.green-submit-btn {
  margin-right: 30px;
  background-color: #67a53b;
}

.policy-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-label {
  margin-left: 10px;
  color: #999;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.check-crossed {
  border-bottom: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.check-crossed.eee-crossed-link {
  border-bottom-color: #eee;
  color: #eee;
}

.check-star {
  color: #e33834;
}

.slide {
  margin-right: 80px;
}

.re-slider {
  height: 330px;
  max-width: 750px;
  background-color: transparent;
}

.re-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  background-color: #fff;
}

.re-slider-img {
  max-width: 38%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.re-slide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.re-mask {
  overflow: visible;
}

.icon-6 {
  display: none;
}

.icon-7 {
  display: none;
}

.slider-core {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-bottom: -40px;
  padding-bottom: 40px;
}

.left-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 15vw;
  height: 330px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(transparent));
  background-image: linear-gradient(90deg, #f5f5f5, transparent);
}

.left-gradient.right-gradient {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(transparent));
  background-image: linear-gradient(270deg, #f5f5f5, transparent);
}

.slide-nav-2 {
  display: none;
}

._04-prod-cards-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: -10px;
  margin-right: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  color: #777;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.5px;
}

.card-link-card:hover {
  background-color: #151515;
  color: #fff;
}

.card-link-card.white-link-card {
  background-color: #fff;
}

.card-link-card.white-link-card:hover {
  color: #67a53b;
}

.fa-text {
  margin-bottom: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.fa-text.brand-fa {
  font-family: 'Fa brands 400', sans-serif;
}

.fa-text.brand-fa.insta-icon {
  font-family: Icomoon, sans-serif;
}

.fa-text.green-fa {
  color: #67a53b;
}

.fa-text.or-fa {
  color: #f3b72d;
}

.fa-text.red-fa {
  color: #e33834;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.faq-left-side {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.faq-dd-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-dd {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #f8f8f8;
}

.faq-dd.last-faq-dd {
  margin-bottom: 50px;
}

.faq-dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 60px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.faq-dt.last-faq-dt {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: normal;
}

.icon-8 {
  display: none;
}

.triangle-core {
  position: relative;
}

.black-triangle {
  width: 13px;
  height: 8px;
  background-image: url('../images/Polygon-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-triangle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 13px;
  height: 8px;
  background-image: url('../images/Polygon-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.faq-dd-list.w--open {
  position: relative;
  padding: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #777;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.energy-line-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 437px;
  height: 527px;
  background-image: url('../images/energy-lines-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.energy-line-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 292px;
  height: 583px;
  background-image: url('../images/energy-lines-2.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-lines {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  /* min-width: 1920px; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.products-white-line-1 {
  width: 433px;
  height: 640px;
  background-image: url('../images/product-white-lines-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-white-line-1.white-left-grape {
  width: 310px;
  height: 100%;
  background-image: url('../images/white-left-grapes.png');
  background-position: 0% 50%;
}

.products-white-line-1.white-left-lemon {
  width: 245px;
  height: 100%;
  background-image: url('../images/ib-lines-white-left.png');
  background-position: 0% 50%;
}

.products-white-line-2 {
  width: 359px;
  height: 661px;
  background-image: url('../images/product-white-lines-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-white-line-2.white-right-grape {
  width: 316px;
  height: 100%;
  background-image: url('../images/white-right-grapes.png');
  background-position: 100% 50%;
}

.products-white-line-2.white-right-lemon {
  width: 245px;
  height: 100%;
  background-image: url('../images/ib-lines-white-right.png');
  background-position: 100% 100%;
}

.nav-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 12px;
}

.nav-icon {
  max-width: 30px;
  margin-right: 15px;
}

.nav-h5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.nav-feature-text {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
}

.faq-h2-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-way-line {
  position: relative;
  z-index: 2;
  overflow: auto;
  width: 100vw;
  height: 80px;
  max-width: 100vw;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.over-h1-text {
  margin-bottom: 15px;
  color: #67a53b;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.curtain-block {
  width: 100%;
  max-width: 520px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.twentytwenty-container {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
}

.map-bg-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.map-bg {
  width: 50vw;
  /* background-image: url('../images/map.svg');
  background-position: 100% 50%;
  background-size: 100% 100%;*/
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._03-au-text {
  max-width: 40vw;
  color: #fff;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -1px;
  font-weight: 100;
}

.team-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-core.partner-block {
  margin-top: 25px;
  margin-bottom: 0px;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 235px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.team-member.fssc {
  max-width: 495px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.member-photo {
  max-height: 235px;
  margin-bottom: 20px;
}

.member-photo.fssc-img {
  max-height: 495px;
}

.name-member {
  margin-bottom: 3px;
  color: #000;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.icons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.butlers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.butler-icon {
  max-width: 80px;
  margin-right: 20px;
}

.butlers-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._01-blog-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 600px;
  margin-right: 4.1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.calendar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #67a53b;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}

.blog-hero-img {
  max-width: 50%;
  margin-top: -80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.post-img {
  max-width: 390px;
  margin-right: 50px;
}

.post-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  letter-spacing: -0.5px;
}

.post-card-content.slider-post-card-content {
  margin: 30px 25px 0px;
  font-size: 14px;
}

.post-date {
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.post-card-header {
  margin-bottom: 15px;
  color: #151515;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.post-card-header.slider-post-header {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -1px;
}

.weiterlesen {
  margin-top: 20px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -1px;
}

.weiterlesen:hover {
  color: rgba(0, 0, 0, 0.5);
}

.weiterlesen.slider-weiterlesen {
  margin-top: 20px;
  color: #777;
  font-size: 16px;
}

.weiterlesen.slider-weiterlesen:hover {
  color: #151515;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: hsla(0, 0%, 76.9%, 0.5);
  color: #777;
  font-size: 16px;
  line-height: 18px;
}

.tag:hover {
  background-color: #000;
  color: #fff;
}

.tag.nav-tag {
  margin-bottom: 0px;
  font-weight: 400;
}

.tag.nav-tag.green-tag {
  background-color: #6ab437;
  color: #fff;
}

.tag.nav-tag.green-tag:hover {
  background-color: #000;
}

.tag-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag-core.nav-tag-core {
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-link {
  height: 230px;
  margin-bottom: 10px;
  background-image: url('../images/1-shop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-link:hover {
  opacity: 0.5;
}

.banner-link.banner-link-2 {
  background-image: url('../images/2-shop.jpg');
}

.banner-link.banner-link-3 {
  background-image: url('../images/3-shop.jpg');
}

.sl-banners-block {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sl-banner {
  height: 115px;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/youtube-link.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sl-banner:hover {
  opacity: 0.5;
}

.sl-banner.sl-banner-right {
  margin-right: 0px;
  background-image: url('../images/Facebook-link.jpg');
}

.sl-banners-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-hero-img {
  width: 100%;
  max-height: 550px;
  max-width: none;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tag-nav-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  color: #000;
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
}

.blog-2-btns-core {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-3 {
  font-weight: 600;
}

.blog-2-form {
  margin-top: 20px;
}

.blog-2-form.tab-form {
  margin-top: 0px;
}

.blog-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.blog-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.blog-slider-photo {
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* background-image: url('../images/post-img.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  height: 8px;
  padding-top: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-size: 8px;
  line-height: 8px;
}

.mask-2 {
  overflow: hidden;
}

.related-posts-slides {
  width: 32.3%;
  margin-right: 20px;
}

.icon-9 {
  display: none;
}

.icon-10 {
  display: none;
}

.kontankt-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-img {
  max-width: 510px;
  min-width: 510px;
  margin-right: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.kont-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  margin-bottom: -30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.kont-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
  letter-spacing: -0.5px;
}

.checkbox-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cont-h2-subtitle {
  color: #777;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.5px;
}

.contacts-block-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-code {
  width: 750px;
  height: 420px;
  margin-right: 60px;
}

.contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cont-block {
  margin-bottom: 20px;
}

.cont-heading {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1px;
}

.cont-text {
  margin-left: 35px;
  color: #777;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.orange-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f3b72d;
}

.orange-sec-text {
  max-width: 370px;
  margin-right: 50px;
  color: #444;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-2 {
  height: 50px;
  margin-bottom: 0px;
}

.orange-form {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  opacity: 0;
}

.vector-2 {
  width: 19px;
  height: 14px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Vector-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.green-over-h1 {
  margin-bottom: 10px;
  color: #67a53b;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.packs {
  width: 75vw;
  max-width: 1000px;
  margin-bottom: -110px;
}

._02-partn-text {
  max-width: 970px;
  color: #000;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.5px;
}

.partner-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partn-card-header {
  margin-bottom: 15px;
  color: #000;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -1px;
}

.ticks-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ticks-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 3.6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ticks-block.last-ticks-block {
  margin-right: 0px;
}

.ticks-block.privat-ticks-block {
  width: auto;
  margin-right: 0vw;
  padding-right: 30px;
}

.ticks-block.privat-ticks-block.opacity-30 {
  opacity: 0.4;
}

.ticks-header {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -1px;
}

.ticks-header.tab-shown {
  display: none;
}

.tick-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.5px;
  font-weight: 300;
}
.tick-line b {
  font-weight: 600;
}

.partner-img {
  width: 40%;
  max-width: 520px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* background-image: url('../images/contacts-photo.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._04-partn-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
}

.tab-lk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 10px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #212121;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.tab-lk.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.partners-tabs {
  margin-left: 50px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.acc-nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 40px;
  margin-bottom: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.acc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  color: #777;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.acc-link.w--current {
  background-color: #252525;
  color: #fff;
}

.fa {
  display: inline-block;
  width: 20px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 76.9%, 0.2);
  background-color: hsla(0, 0%, 76.9%, 0.2);
}

.screen.screen-0-marg {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen._2nd-screen {
  margin-top: 20px;
}

.screen-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.screen-line.grey-screen-line {
  background-color: hsla(0, 0%, 76.9%, 0.2);
}

.screen-line.top-screen-line {
  border: 1px solid #777;
  background-color: #282828;
  text-align: left;
}

.screen-line.height-auto {
  position: relative;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.screen-line.height-auto.grey-height-auto {
  background-color: hsla(0, 0%, 76.9%, 0.2);
}

.screen-line.height-auto.grey-height-auto.prod-line {
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screen-line.height-auto.grey-height-auto.product-line {
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #777;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.line-text.last-line-text {
  width: 20%;
  color: #fff;
  font-weight: 600;
}

.line-text.white-line-text {
  color: #fff;
  font-weight: 600;
}

.line-text.white-line-text._50-percent-line-text {
  width: 50%;
}

.line-text.white-line-text.preis-text {
  width: auto;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line-text.white-line-text.preis-text.preis-20-margin {
  margin-left: -20px;
}

.crossed-price {
  margin-right: 10px;
  color: #d6d6d6;
  font-size: 12px;
  text-decoration: line-through;
}

.screen-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.screen-core.orders-core {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.no-sub-text {
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.hallo-text {
  margin-bottom: 15px;
  color: #777;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
}

.cbcb-span {
  color: #cbcbcb;
  font-size: 20px;
}

.cbcb-span a {
  color: #cbcbcb;
  text-decoration: underline;
  transition: all .3s ease-out;
}

.cbcb-span a:hover {
  text-decoration: none;
  color: #777;
}

.instr-text {
  max-width: 660px;
  color: #777;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.5px;
}

.adress-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 76.9%, 0.2);
}

.adress-card.privat-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.adress-card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #777;
  background-color: #282828;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.adress-card-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.adress-text {
  color: #777;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.adress-under-text {
  color: #777;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.adress-under-text.margider-ut {
  margin-bottom: 20px;
}

.konto-form {
  margin: 35px;
}

.red-star {
  color: #e33834;
}

.kd-field-label {
  color: #777;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.fields-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-block {
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kd-field {
  height: 40px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 76.9%, 0.2);
}

.kd-form-header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1px;
}

.punktestand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 25px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #777;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
  letter-spacing: -0.5px;
}

.punktestand-text {
  max-width: 250px;
  color: #000;
}

._165 {
  color: #67a53b;
  font-size: 30px;
  font-weight: 700;
}

.privat-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privat-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privat-top-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.privat-top-text.opacity-30 {
  opacity: 0.4;
}

.privat-top-span {
  font-weight: 400;
}

.gradient-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc #ccc #ccc #e33834;
}

.red-line {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e33834;
}

.punkt-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.punkt-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grey-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 80px 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f5;
}

.punkt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.punkt-text {
  /* margin-bottom: 10px; */
  color: #000;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1px;
}

.punkt-text-2 {
  margin-left: 30px;
  color: #777;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  letter-spacing: -0.5px;
  /* font-weight: 300; */
}

.prod-line-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.prod-line-img {
  max-width: 165px;
  margin-right: 60px;
}

.preis {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.preis.gray-preis {
  color: #777;
  line-height: 140%;
  font-weight: 400;
}

.selector-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.red-cross {
  position: absolute;
  left: auto;
  top: auto;
  right: 35px;
  bottom: auto;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-image: url('../images/red-cross.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.red-cross:hover {
  border-color: #e33834;
}

.under-screen-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.under-screen-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-3 {
  width: 220px;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 25px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.code-form-block {
  margin-bottom: 0px;
  margin-left: 20px;
}

.form-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.form-btn:hover {
  background-color: #000;
}

.right-arrow {
  width: 9px;
  height: 14px;
  margin-left: 3px;
  background-image: url('../images/Vector-8.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-einskaufs-submit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
}

.screen-line-black-text {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.screen-line-black-text.auto-marg {
  margin-top: auto;
  margin-bottom: auto;
}

.normal-span {
  color: #777;
  font-weight: 400;
}

.pay-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paypal {
  width: 120px;
  height: 30px;
  background-image: url('../images/PayPal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paypal.amazon-pay {
  width: 110px;
  margin-top: 7px;
  background-image: url('../images/Amazon-pay.svg');
}

.kasse-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828;
}

.kasse-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.kasse-checkbox.w--redirected-checked {
  margin-left: 0px;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/white-cyrcle.svg');
  background-size: contain;
}

.kasse-checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-hor {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.kasse-form-grey-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 15px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 76.9%, 0.2);
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.5px;
}

.submit-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.check-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-4 {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border-color: #999;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkbox-4.w--redirected-checked {
  background-color: #67a53b;
  background-size: 12px;
}

.checkbox-field-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.black-crossed-span {
  border-bottom: 1px solid #000;
  color: #000;
}

.kasse-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pay-cards-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pay-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3b72d;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.pay-card.black-pay-card {
  background-color: #272727;
  color: #fff;
}

.amazon-pay {
  width: 130px;
  height: 25px;
  margin-top: 5px;
  background-image: url('../images/Amazon-pay-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dd-icon {
  max-width: 40px;
  margin-right: 10px;
}

.menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.menu-link.lang-menu-link {
  cursor: pointer;
}

.white-cross {
  display: none;
}

.lightbox-link {
  width: 100vw;
}

.home-features-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.home-features-list.partners-fl {
  margin-top: -10px;
}

.hero-slider-nav {
  bottom: -40px;
  height: 10px;
  padding-top: 0px;
  font-size: 10px;
}

.home-hero-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._01-home-sec.new-home-sec .home-hero-h {
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.trees-bg-noize {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(21, 21, 21, 0.8);
  background-image: url('../images/noize.png');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: repeat;
}

.top-left-lines {
  width: 450px;
  height: 100%;
  min-height: 150px;
  background-image: url('../images/catalog-top-left-lines.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-right-lines {
  width: 430px;
  height: 100%;
  min-height: 150px;
  background-image: url('../images/catalog-top-right-lines.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.categoty-dd-list-core {
  margin-top: 30px;
  margin-bottom: 10px;
}

.sort-select-field {
  display: none;
}

.sc-code {
  margin-top: 40px;
}

.review-form-pop-up {
  position: static;
  left: -1%;
  top: auto;
  right: 0%;
  bottom: -2px;
  height: auto;
  padding: 50px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #fff;
  color: #aaa;
  font-size: 20px;
  line-height: 140%;
}

.about-lines-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 481px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  /* background-image: url('../images/about_left.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-lines-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  width: 450px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  /* background-image: url('../images/about_right.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-left {
  width: 251px;
  height: 100%;
  /* background-image: url('../images/blog-left.png'); */
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-right {
  width: 222px;
  /* background-image: url('../images/blog-right.png'); */
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-white-left {
  width: 218px;
  background-image: url('../images/blog-white-left.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-white-right {
  width: 268px;
  background-image: url('../images/blog-white-right.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-left-lines {
  position: relative;
  z-index: 2;
  width: 333px;
  background-image: url('../images/contacts-left.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-right-lines {
  position: relative;
  z-index: 2;
  width: 413px;
  background-image: url('../images/contacts-right.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-lines-left {
  width: 272px;
  /* background-image: url('../images/partners-left-line.png'); */
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-lines-right {
  width: 310px;
  /* background-image: url('../images/partners-left-right.png'); */
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners-card-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Green-tick.svg');
  background-position: 0px 8px;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #777;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.5px;
  list-style-type: none;
}

.partners-card-point.yellow-point {
  background-image: url('../images/Orange-tick.svg');
}

.partners-card-point.red-point {
  background-image: url('../images/Red-tick.svg');
}

.partners-card-point.grey-point {
  color: #777;
}

.partners-card-point.orange-point {
  background-image: url('../images/Orange-tick.svg');
}

.table-marginer {
  display: none;
}

.green-punkt {
  color: #6ab437;
  font-weight: 600;
}

.privat-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-list-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.product-text {
  min-width: 120px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #777;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
}

.product-text.gray-preis {
  color: #777;
  line-height: 140%;
  font-weight: 400;
}

.product-text.more-size {
  width: 50%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.amazon-link {
  color: #333;
}

.searching-core {
  margin-bottom: 55px;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-text-field {
  height: 40px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c4c4c4;
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.white-search-icon {
  width: 15px;
  height: 14px;
  margin-right: 10px;
  background-image: url('../images/white-search.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-search-icon.grey-search {
  background-image: url('../images/search-icon.svg');
}

.searching-submit-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  opacity: 0;
}

.searching-form-block {
  margin-bottom: 20px;
}

.under-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
}

.cyrc-btns-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.under-form-block-heading {
  margin-right: 20px;
}

.search-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -80px;
  z-index: 2;
  display: none;
  width: 90%;
  height: 80px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
}

.form-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0px;
}

.text-field-4 {
  height: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}

.text-field-4::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-4:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-4::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-4::placeholder {
  color: #fff;
  font-weight: 300;
}

.submit-button-6 {
  position: absolute;
}

.login-tabs {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
}

.login-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 10px;
}

.tab-link-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.tab-link-login.w--current {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.field-label {
  margin-bottom: -20px;
}

.login-btn {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background-color: #67a53b;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.login-field {
  height: 40px;
  padding-left: 30px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.login-field::-webkit-input-placeholder {
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.login-field:-ms-input-placeholder {
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.login-field::-ms-input-placeholder {
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.login-field::placeholder {
  color: #777;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.under-login-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #999;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.remember-me-check {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #999;
  border-radius: 0px;
}

.remember-me-check.w--redirected-checked {
  width: 22px;
  height: 22px;
  padding-top: 0px;
  background-color: transparent;
  background-image: url('../images/Green-tick.svg');
}

.checkbox-field-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}

.checkbox-field-5.register-checkbox-field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lost-pass-link {
  border-bottom: 1px solid #999;
  color: #999;
}

.dd-check {
  width: 11px;
  height: 7px;
  margin-left: 10px;
  background-image: url('../images/green-check.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.privat-text {
  max-width: 420px;
}

.progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(#e33834), color-stop(57%, #f3b72d), to(#6ab437));
  background-image: linear-gradient(90deg, #e33834, #f3b72d 57%, #6ab437);
}

.input-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.transparent-submit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  opacity: 0;
}

.green-ab {
  color: #67a53b;
}

.half-adress-row {
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-img {
  max-width: 180px;
}

.banner-black-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
}

.banner-inner-text {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.big-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.big-banner-img {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .h1.black-h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .h1.black-h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .cz.nav-cz {
    position: relative;
  }
  .cz._01cz {
	min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
/*     -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
  }
  .cz._02-cz {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cz._03cz {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
  }
  .cz._04cz {
    padding-top: 70px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cz._05cz {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .cz._06-cz {
    padding-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz._07-cz {
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._08cz {
    padding-top: 70px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._09cz {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz.footer-cz {
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz._04red-cz {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cz._03-or-cz {
    padding-top: 70px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._01-home-cz {
    padding-top: 40px;
  }
  .cz._02-home-cz {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cz._03-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._04-home-cz {
    padding-top: 70px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz._05-home-cz {
    padding-top: 60px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._06-home-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cz._07-home-cz {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cz._08-home-cz {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .cz._09-home-cz {
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._10-home-cz {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz._01-tr-cz {
    padding-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.banner-cz {
    width: 100%;
  }
  .cz._02-tr-cz {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz._03-tr-cz {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .cz._05-tr-cz {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz._06-tr-cz {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cz._01-cat-cz {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .cz._01-cat-cz._01-cont-cz {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .cz._02-cat-cz {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cz._03-cat-cz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz.product-cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._04-prod-cz {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .cz._01-faq-cz {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .cz._02-faq-cz {
    padding-top: 40px;
  }
  .cz._01-au-cz {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cz._02-au-cz {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._03-au-cz {
    width: 100%;
    padding: 60px 5%;
    background-color: #222;
  }
  .cz._06-au-cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._01-blog-cz {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz._04-cz-blog-2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .cz._02-kont-cz {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .cz._05-kont-cz {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cz.orange-cz {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._01-partn-cz {
    padding-top: 40px;
  }
  .cz._02-partn-cz {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .cz._03-partn-cz {
    padding-bottom: 75px;
  }
  .cz._04-partn-cz {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .cz.account-cz {
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._01-ienkaufs-cz {
    padding-top: 20px;
  }
  .cz.kasse-cz {
    padding-top: 70px;
  }
  .navbar {
    height: 60px;
  }
  .logo {
    width: 50px;
    margin-right: 20px;
  }
  .logo-core {
    height: 40px;
  }
  .nav-left-side {
    position: relative;
  }
  .nav-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #fff;
    font-size: 9vh;
    line-height: 80%;
    font-weight: 700;
  }
  .nav-menu {
    position: fixed;
    top: 0px;
    z-index: 15;
    overflow: auto;
    max-height: 100vh;
    min-height: 100vh;
    padding-top: 90px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #151515;
  }
  .icon {
    position: absolute;
    left: auto;
    top: 45%;
    right: -30px;
    bottom: 0%;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .icon.menu-dd-icon {
    top: 35%;
    right: -40px;
    width: auto;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
  }
  .icon.menu-dd-icon.lang-dd-icon {
    top: 0%;
    right: 40px;
    color: hsla(0, 0%, 100%, 0.3);
  }
  .dd-text {
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .nav-right-side {
    padding-right: 40px;
  }
  .lang-dd-toggle {
    padding: 10px 20px 10px 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #202020;
    color: #fff;
  }
  .dd-flag {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 50px;
  }
  .dd-lang-text {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .icon-2 {
    display: block;
  }
  .section._04-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._01-pr-sec {
    height: 65px;
  }
  .section.pro-slider-sec {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .section._03-au-sec {
    overflow: hidden;
  }
  ._01-sec-hero {
/*     max-width: 100vw; */
	  max-width: 70vw;
  }
  .logo-bottom-core {
    top: 60px;
    z-index: 2;
    width: 50px;
    height: 65px;
  }
  .logo-bottom {
    width: 15px;
  }
  .h1 {
    font-size: 42px;
  }
  .h1.home-h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .h1.catalog-h1 {
    font-size: 35px;
    text-transform: uppercase;
  }
  .h1.black-h1 {
    font-size: 30px;
  }
  .h1.huge-h1 {
    margin-bottom: 40px;
    font-size: 60px;
  }
  .h1.blog-h1 {
    font-size: 36px;
    line-height: 41px;
  }
  .h1.big-black-h1 {
    line-height: 50px;
  }
  .h1-subtitle {
    font-size: 26px;
    line-height: 32px;
  }
  .h1-subtitle.home-h1-subtitle {
    font-size: 18px;
  }
  .h1-subtitle.home-h1-subtitle.home-hero-h1-sub {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .h1-subtitle.trees-h1-subtitle {
    font-size: 17px;
  }
  .button {
    height: 50px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 17px;
  }
  .button._05-sec-card-button {
    margin-top: 20px;
  }
  .button.black-button._08-sec-button.product-btn {
    height: 50px;
  }
  .button.banner-button {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.small-button {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.small-button.small-screen-button {
    width: auto;
    font-size: 16px;
  }
  .button.small-button.form-small-button {
    width: auto;
  }
  .button._50-btn {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.cyrc-btn {
    margin-left: 0px;
  }
  .button-cart {
    width: 17px;
    height: 17px;
  }
  .points-block._03-sec-points-block {
    margin-top: 30px;
  }
  ._01-bg-core {
    margin-top: -150px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-img {
    position: relative;
    width: 60%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .hero-img.orange-hero-img {
    position: relative;
  }
  .hero-bg-2 {
    top: 10%;
    right: 30%;
    display: block;
    max-width: 15vw;
  }
  .hero-bg-2.hero-bg-2-red {
    display: none;
  }
  .hero-bg-2.or-hero-bg-2 {
    top: 0%;
    display: none;
    max-width: 23vw;
  }
  .hero-bg-3 {
    top: -20%;
    display: none;
  }
  .lines-left {
    display: none;
  }
  .photos-block {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._02-sec-photo-block {
    margin-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    font-size: 18px;
  }
  ._02-sec-photo-block._02-sec-pho-block-last {
    margin-right: auto;
    margin-left: auto;
  }
  ._02-sec-photo {
    margin-bottom: 15px;
  }
  ._02-sec-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._02-sec-cards-block {
    margin-right: -10px;
    margin-bottom: 30px;
    margin-left: -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._02-sec-cards-block.or-02-sec-cards-block {
    margin-right: 0px;
  }
  ._02-sec-card {
    height: 130px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 47.1%;
    -ms-flex: 0 47.1%;
    flex: 0 47.1%;
    font-size: 22px;
  }
  ._02-sec-card.or-02-sec-card {
    height: auto;
  }
  ._02-sec-text {
    width: 100%;
    margin-left: 0px;
    font-size: 18px;
    line-height: 140%;
  }
  ._02-sec-text._02-home-text {
    margin-top: 0px;
    font-size: 16px;
  }
  ._02-sec-text._02-home-text._06-home-text {
    margin-top: 10px;
  }
  ._02-sec-text._02-au-text {
    margin-left: 0px;
  }
  ._02-sec-text.partn-subtitle {
    margin-bottom: 30px;
  }
  ._02-sec-text.energy-02-sec-text {
    margin-left: 0vw;
  }
  ._03-sec-hero {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .h2 {
    font-size: 30px;
  }
  .h2.black-h2 {
    margin-bottom: 120px;
  }
  .h2.black-h2._09-home-h2 {
    margin-bottom: 30px;
  }
  .h2.black-h2._04-home-h2 {
    font-size: 30px;
  }
  .h2.black-h2.tree-h2 {
    margin-bottom: 30px;
  }
  .h2.black-h2.home-black-h2 {
    margin-bottom: 20px;
  }
  .h2.black-h2.small-h2 {
    margin-bottom: 10px;
  }
  .h2.black-h2.min-1-ls {
    margin-bottom: 20px;
  }
  .h2.small-h2 {
    font-size: 28px;
  }
  .h2.tab-h2 {
    font-size: 32px;
  }
  .h2.slider-h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .h2-subtitle {
    font-size: 32px;
  }
  ._03-sec-product-block {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._03-sec-product-block.or-03-sec-prod-block {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._03-sec-product-photo {
    max-height: 260px;
    max-width: none;
    background-image: none;
  }
  ._03-sec-product-photo.or-03-sec-prod-photo {
    background-position: 50% 50%;
  }
  ._04-hero-block {
    width: 100%;
    margin-left: 0px;
  }
  ._04-sec-photo {
    position: relative;
    width: 100vw;
    height: 440px;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._05-sec-hero {
    width: 100%;
    height: auto;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._05-sec-card {
    max-width: none;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._05-sec-photo {
    max-height: none;
    max-width: 45%;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  ._05-sec-card-hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }
  .card-name-core {
    margin-bottom: 20px;
    font-size: 20px;
  }
  ._06-sec-cards-core {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._06-sec-card {
    padding-right: 40px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  ._06-sec-card.last-06-sec-card {
    margin-left: 0px;
  }
  .card-img {
    width: 70px;
    height: 70px;
  }
  .card-icon {
    max-height: 35px;
  }
  ._06-card-hero {
    font-size: 14px;
  }
  ._07-sec-hero {
    width: auto;
    margin-left: 0px;
  }
  ._07-sec-slider {
    width: 100%;
    margin-bottom: 40px;
  }
  .trees-link.tree-page-tree-link {
    height: 40px;
  }
  ._08-sec-card {
    margin-right: 0px;
    margin-bottom: 110px;
    margin-left: 0px;
  }
  ._01-product {
    margin-top: -120px;
  }
  ._01-product.immu-pack {
    margin-top: -70px;
  }
  ._08-sec-card-hero.re-slide-card-hero {
    font-size: 16px;
  }
  ._09-sec-hero {
    max-width: none;
    margin-right: 0px;
  }
  ._09-sec-right-side {
    margin-top: 30px;
    padding: 40px 40px 10px;
  }
  ._09-sec-icon {
    max-width: 40px;
    margin-right: 30px;
  }
  ._10-sec-points-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column._3-footer-column {
    margin-right: 30px;
    margin-left: 0px;
  }
  .footer-column.footer-col-50-percent {
    width: 50%;
    margin-right: 0px;
  }
  .footer-form-block {
    width: 50%;
  }
  .text-field {
    padding-right: 0px;
  }
  .form-block {
    width: 330px;
  }
  .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .core {
    overflow: hidden;
  }
  .dd-list {
    position: relative;
    display: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0px;
    opacity: 0;
  }
  .dd-list.w--open {
    position: absolute;
    margin-left: 0px;
  }
  .dd-list.lang-dd-list {
    position: relative;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
  }
  .dd-link.lang-dd-link {
    padding-left: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-dd.no-margin-nav-dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-dd.lang-nav-dd {
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-links-core {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .white-h1 {
/*     font-size: 44px; */
	  font-size: 40px;
    line-height: 46px;
  }
  .white-h2.big-h2 {
    margin-bottom: 0px;
    font-size: 44px;
  }
  .black-h2._05-red-h2 {
    max-width: none;
    margin-right: 0px;
  }
  .black-h2.mobile-center-h {
    text-align: center;
  }
  .block-ab {
    display: inline;
  }
  .block-ab.block {
    display: block;
  }
  .logo-desc {
    font-size: 14px;
    line-height: 135%;
  }
  .logo-desc.shown-mob {
    line-height: 130%;
  }
  .big-bg {
    display: none;
    min-width: 0px;
  }
  ._04-red-card {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 120%;
  }
  ._05-red-hero {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  ._05-hero-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-black-span {
    display: inline;
  }
  ._05-red-photo {
    height: 390px;
  }
  ._03-or-sec-hero-block {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
  ._03-or-sec-img {
    width: 100%;
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-block._06-tr-sec-hero {
    margin-top: 30px;
  }
  .home-hero-block.no-widht-hhb {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-hero-card {
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .home-hero-card.first-hero-card {
    padding-top: 0px;
    border-top-style: none;
    border-bottom-style: none;
  }
  .home-img {
    width: auto;
    max-height: 180px;
    max-width: 25vh;
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .home-hero-card-header {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .home-card-point {
    margin-top: 5px;
    font-size: 16px;
  }
  .card-btn-block {
    margin-top: 0px;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  ._02-home-photo {
    width: auto;
    height: 360px;
    max-width: none;
    margin-top: 30px;
    margin-right: 0px;
  }
  ._03-home-point {
    font-size: 3vw;
  }
  .cyrcle-tick {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .amazon {
    width: 100px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: -12px;
  }
  .home-slider {
    width: 420px;
  }
  .home-slide {
    width: 100%;
    margin-right: 20px;
  }
  .slide-text {
    font-size: 18px;
    line-height: 26px;
  }
  .slider-arrow {
    right: -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
  }
  .slider-arrow.left-slider-arrow {
    left: -22px;
  }
  ._05-home-left {
    position: relative;
    top: 0px;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .map {
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
  }
  ._06-home-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .eu-dd-list {
    display: none;
  }
  .eu-dd-list.austr-dd-list {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 40px;
    display: none;
    padding: 0px;
  }
  .eu-dd-list.asia-dd-list {
    left: -310px;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
  }
  .eu-dd-list.africa-dd-list.ind-dd-list {
    left: auto;
    display: none;
  }
  .eu-dd-list.greenland-dd-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .eu-dd-list.greenland-dd-list.india-dd-list {
    left: auto;
    display: none;
  }
  .eu-dd-list.greenland-dd-list.ginseng-dd-list {
    left: auto;
    display: none;
  }
  .dd-map-core {
    left: 16%;
  }
  .dd-map-core.sa-map {
    left: 31%;
  }
  .dd-map-core.greenland-map {
    left: 75%;
    top: 140px;
  }
  .dd-map-core.greenland-map.india-map {
    left: 70%;
  }
  .dd-map-core.europe-map {
    left: 20%;
  }
  .dd-map-core.asia-map {
    top: 155px;
    right: 16%;
  }
  .dd-map-core.australia-map {
    right: 18%;
    bottom: 165px;
  }
  .dd-map-core.africa-map {
    left: 47%;
  }
  ._07-home-card {
    font-size: 16px;
  }
  ._08-home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._08-home-card {
    margin-bottom: 10px;
    padding: 35px 30px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  ._08-home-img {
    width: auto;
    max-height: 20vh;
    margin-top: -20px;
    margin-right: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  ._08-home-card-header {
    margin-bottom: 15px;
    font-size: 23px;
  }
  ._08-home-card-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }
  ._09-home-hero {
    width: auto;
    margin-right: 0px;
  }
  ._09-home-img {
    width: auto;
    height: 410px;
    margin-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .green-sec-hero {
    margin-right: 0px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    font-size: 14px;
  }
  .green-block-numerals {
    font-size: 4.5vw;
  }
  .mask {
    overflow: visible;
  }
  ._04-header-hero-core {
    margin-bottom: 20px;
  }
  ._01-tr-hero {
    margin-right: 40px;
  }
  .sertif-img {
    max-height: 240px;
    margin-top: 0px;
  }
  ._01-tr-sec-black-block {
    background-size: cover;
  }
  .price-block {
    margin-right: 20px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .price-inner-block {
    font-size: 16px;
  }
  .banner-text {
    width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
  .price-banner-text {
    display: none;
  }
  .weiterlesen-text {
    width: auto;
    font-size: 18px;
  }
  .packs-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .close-link-2 {
    right: 0px;
  }
  .up-core-2 {
    width: 100%;
    max-width: 100%;
  }
  .trees-lb {
    width: 100%;
  }
  .trees-img {
    width: 100%;
  }
  ._02-sec-tr-img {
    width: 100%;
    max-height: 300px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .guardian-text {
    max-width: 480px;
  }
  ._03-tr-sec-hero {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._03-tr-sec-left-part {
    width: auto;
    margin-right: 0px;
  }
  ._03-tr-sec-card {
    margin-bottom: 30px;
    font-size: 18px;
  }
  ._03-tr-sec-card._03-tr-card-vert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._03-tr-icon {
    max-height: none;
    max-width: 75px;
  }
  .tree-page-video {
    width: 150px;
    height: 150px;
  }
  ._05-tr-sec-img {
    width: 100%;
    max-height: 320px;
    max-width: none;
    margin-top: 30px;
    margin-left: 0px;
  }
  .home-lines-left-bot {
    width: 230px;
    height: 310px;
  }
  .home-lines-left-top {
    width: 310px;
    height: 350px;
  }
  .big-bg-right-top-lines {
    width: 230px;
    height: 310px;
  }
  .big-bg-right-bot-line {
    width: 210px;
    height: 430px;
  }
  .kategorien-dd {
    margin-bottom: 10px;
  }
  .kategorien-dt {
    padding-left: 20px;
    font-size: 18px;
  }
  .product-list {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product-list.zutaten-list {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .small-product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 20px 20px 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pr-img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-height: 60px;
    max-width: 70px;
    margin-right: 10px;
    margin-left: 0px;
  }
  .small-price {
    margin-left: 5px;
  }
  .zutaten-link {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .catalog-top {
    margin-right: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sorting {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sorting.auto-sort {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sorting.auto-sort {
    display: none;
  }
  .sort-link {
    display: none;
    margin-bottom: 10px;
  }
  .sort-link.fa-sort-link {
    display: block;
  }
  .grey-arrow {
    margin-right: 10px;
  }
  .grey-arrow.black-arrow {
    margin-left: 10px;
  }
  .cat-page-number.slash {
    margin-right: 7px;
    margin-left: 5px;
  }
  ._03-cat-card {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    text-align: center;
  }
  ._03-cat-card.central-cat-card {
    margin-left: auto;
  }
  ._03-cat-card.prod-cat-card {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cat-icon {
    height: 50px;
    max-width: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  ._03-cat-card-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  ._03-cat-card-hero.prod-card-hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .black-text {
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
  }
  .sorting-links {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-by {
    width: 60px;
    margin-bottom: 10px;
  }
  .filter-block {
    margin-left: auto;
  }
  .dark-bg {
    display: block;
  }
  .nav-way-link {
    font-size: 18px;
  }
  .product-left-side {
    margin-right: 30px;
  }
  .product-right-side {
    min-width: 240px;
  }
  .product-right-side.no-shown-tab-list {
    display: none;
  }
  .features-block {
    margin-bottom: 0px;
  }
  .grey-cyrcle {
    width: 60px;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-img {
    height: 300px;
  }
  .product-description {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .selector {
    height: 50px;
    margin-right: 0px;
  }
  .selector.einkaufs-selector {
    height: 35px;
    margin-top: 0px;
  }
  .selector-btn.ein-sel-btn {
    width: 35px;
  }
  .selector-form-core.ein-sel-form-core {
    width: 35px;
  }
  .selector-form-block.ein-sel-form-block {
    padding-left: 13px;
  }
  .product-img-core {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }
  .tab-link {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }
  .tabs-content {
    padding: 40px 30px;
  }
  .review-card {
    font-size: 14px;
  }
  .textarea.white-field.kont-text-area {
    margin-top: 0px;
  }
  .submit-button-4.green-submit-btn {
    height: 50px;
  }
  .slide {
    margin-right: 20px;
  }
  .re-slider {
    height: 300px;
    max-width: 90%;
  }
  .left-gradient {
    display: none;
  }
  ._04-prod-cards-core {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-link-card {
    height: 100px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30.4%;
    -ms-flex: 0 30.4%;
    flex: 0 30.4%;
  }
  .fa-text.green-fa {
    margin-right: 10px;
  }
  .fa-text.or-fa {
    margin-right: 10px;
  }
  .fa-text.red-fa {
    margin-right: 10px;
  }

  .faq-left-side {
    position: relative;
    top: 0px;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .faq-dt {
    padding-right: 20px;
    padding-left: 20px;
    white-space: pre-wrap;
  }
  .white-triangle {
    margin-left: 0px;
  }
  .bg-lines {
    display: none;
  }
  .nav-icons {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-feature-text {
    display: none;
  }
  .lang-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  .nav-way-line {
    height: 66px;
  }
  .curtain-block {
    overflow: hidden;
    height: auto;
    max-width: 430px;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .r-img {
    max-height: 300px;
  }
  .map-bg-block {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .map-bg {
    width: 100vw;
    height: 280px;
    background-position: 50% 50%;
  }
  ._03-au-text {
    max-width: none;
    font-size: 26px;
  }
  .team-core {
    margin-right: -20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .team-member {
    max-width: 210px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 130%;
  }
  .team-member.fssc {
    width: 100%;
    max-width: 440px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .team-member.partner-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .team-member.unsere-partner-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .member-photo {
    max-height: 210px;
    margin-bottom: 15px;
  }
  .name-member {
    font-size: 18px;
  }
  .icons-block {
    margin-top: 0px;
  }
  ._01-blog-hero {
    width: 100%;
    max-width: none;
    margin-right: 0vw;
    margin-bottom: 0px;
  }
  .blog-hero-img {
    width: 100%;
    max-height: 300px;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog-left-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .post-card {
    height: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-img {
    width: 100%;
    max-height: 220px;
    max-width: none;
    margin-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .post-card-content {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 140%;
  }
  .tag {
    font-size: 14px;
  }
  .tag.nav-tag {
    margin-bottom: 10px;
  }
  .tag-core.nav-tag-core {
    margin-top: -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-link {
    height: 190px;
  }
  .post-hero-img {
    max-height: 300px;
  }
  .tag-nav-core {
    padding-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .blog-2-btns-core {
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-2-form {
    margin-bottom: 0px;
  }
  .slide-nav-3 {
    bottom: -30px;
  }
  .related-posts-slides {
    width: 49.5%;
    margin-right: 10px;
  }
  .kontankt-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .contacts-img {
    width: 100%;
    height: 490px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 30px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .kont-block {
    font-size: 18px;
  }
  .contacts-block-hero {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-code {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contacts-block {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cont-block {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cont-heading {
    font-size: 20px;
  }
  .cont-text {
    margin-left: 30px;
    font-size: 16px;
  }
  .orange-sec {
    height: auto;
  }
  .orange-sec-text {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .green-over-h1 {
    font-size: 18px;
  }
  .packs {
    width: 100%;
    max-width: none;
    margin-bottom: -110px;
  }
  ._02-partn-text {
    font-size: 24px;
    line-height: 130%;
  }
  .partner-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-content {
    margin: 30px;
  }
  .ticks-core {
    margin-bottom: 20px;
  }
  .ticks-block.privat-ticks-block {
    margin-top: 20px;
  }
  .ticks-header.tab-shown {
    display: block;
  }
  .partner-img {
    width: 100%;
    height: 330px;
    max-width: none;
    background-position: 50% 0%;
  }
  ._04-partn-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tab-lk {
    padding-right: 30px;
    padding-left: 30px;
  }
  .partners-tabs {
    margin-bottom: 50px;
    margin-left: 0px;
  }
  .acc-nav-block {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .acc-link {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
  }
  .screen {
    margin-top: 20px;
  }
  .screen.screen-0-marg {
    height: 360px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .screen-line {
    height: auto;
    min-height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .screen-line.top-screen-line {
    min-height: 50px;
  }
  .screen-line.height-auto {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .line-text {
    width: 20%;
    font-size: 16px;
    white-space: break-spaces;
  }
  .line-text.white-line-text {
    padding-right: 10px;
  }
  .line-text.white-line-text._50-percent-line-text {
    width: 45%;
    margin-right: 20px;
  }
  .line-text.white-line-text.preis-text.preis-20-margin {
    margin-right: 20px;
  }
  .screen-core {
    width: 100%;
    margin-top: 10px;
  }
  .screen-core.adress-screen-core {
    margin-top: 20px;
  }
  .instr-text {
    max-width: 440px;
  }
  .adress-card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .adress-under-text.margider-ut {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .punktestand {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 18px;
  }
  .punktestand-text {
    margin-left: 20px;
    font-size: 16px;
    line-height: 140%;
  }
  .privat-top-text {
    font-size: 16px;
  }
  .gradient-line {
    margin-bottom: 10px;
  }
  .punkt-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grey-block {
    padding: 40px 40px 10px;
  }
  .punkt-text {
    /* margin-bottom: 5px; */
    font-size: 20px;
  }
  .punkt-text-2 {
    font-size: 17px;
    line-height: 130%;
  }
  .prod-line-block {
    width: 45%;
    margin-right: 20px;
    font-size: 18px;
  }
  .prod-line-img {
    max-width: 80px;
    margin-right: 20px;
  }
  .preis {
    font-size: 18px;
  }
  .preis.gray-preis {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .selector-core {
    margin-right: 20px;
  }
  .screen-line-black-text {
    width: 200px;
    font-size: 18px;
  }
  .screen-line-black-text.auto-marg {
    width: 200px;
  }
  .pay-core {
    margin-left: -10px;
  }
  .checkbox-core {
    padding-right: 40px;
    padding-left: 40px;
  }
  .checkbox-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .icon-11 {
    display: none;
  }
  .menu-button {
    position: fixed;
    right: 5vw;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: -10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .burger-line {
    width: 24px;
    height: 2px;
    background-color: #555;
  }
  .burger-core {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .central-burger-line {
    width: 24px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #555;
  }
  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .white-cross {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-right: 20px;
    background-image: url('../images/Cross-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-slider-nav {
    bottom: -30px;
  }
  .no-margin-fb {
    margin-bottom: 0px;
  }
  .sort-select-field {
    display: block;
    margin-bottom: 0px;
  }
  .review-form-pop-up {
    width: auto;
    font-size: 18px;
  }
  .about-lines-left {
    width: 310px;
    height: 350px;
  }
  .about-lines-right {
    width: 310px;
    height: 350px;
  }
  .partners-card-point {
    margin-top: 5px;
    font-size: 16px;
  }
  .privat-left-side {
    margin-right: 0px;
    margin-bottom: -40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .product-text {
    font-size: 18px;
  }
  .product-text.gray-preis {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .under-form-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .under-form-block-heading {
    margin-bottom: 10px;
  }
  .search-line {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -65px;
    z-index: 1;
    display: none;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    background-color: #151515;
    opacity: 0;
  }
  .dd-check.produkte-dd-check {
    position: absolute;
    left: auto;
    top: 30px;
    right: -50px;
    bottom: 0%;
    width: 30px;
    height: 20px;
    background-image: url('../images/white-check.svg');
    -webkit-filter: none;
    filter: none;
  }
  .privat-text {
    max-width: none;
  }
  .banner-button {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .banner-inner-text {
    font-size: 16px;
  }
	.product-hero-img {
    	-o-object-position: 10% 50%;
		object-position: 10% 50%;
	}


  .immunity-video ._03-or-sec-img {
    margin-left: -40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  h3 {
    font-size: 28px;
  }
  p {
    font-size: 14px;
  }
  li {
    font-size: 14px;
  }
  .cz._01cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._02-cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._03cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._04cz {
    padding-top: 40px;
  }
  .cz._05cz {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cz._06-cz {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cz._07-cz {
    padding: 60px 0px;
  }
  .cz._08cz {
    padding-bottom: 0px;
  }
  .cz._09cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._10cz {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cz.footer-cz {
    padding-top: 10px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz._04red-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._03-or-cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._01-home-cz {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cz._02-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._03-home-cz {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .cz._04-home-cz {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .cz._05-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._06-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._07-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._08-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._09-home-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._10-home-cz {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cz._01-tr-cz {
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz._02-tr-cz {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cz._03-tr-cz {
    padding-top: 40px;
  }
  .cz._05-tr-cz {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cz._06-tr-cz {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cz._01-cat-cz {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cz._01-cat-cz._01-cont-cz {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cz._02-cat-cz {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .cz._03-cat-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.product-cz {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cz._01-faq-cz {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cz._02-faq-cz {
    position: relative;
    padding-top: 30px;
  }
  .cz._02-faq-cz.daten-cz {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz._01-au-cz {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cz._02-au-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._03-au-cz {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cz._06-au-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._01-blog-cz {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .cz._04-cz-blog-2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .cz._02-kont-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz.kont-form-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._05-kont-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._02-partn-cz {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .cz._03-partn-cz {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cz._04-partn-cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz.account-cz {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cz._01-ienkaufs-cz {
    padding-top: 0px;
  }
  .cz.kasse-cz {
    padding-top: 40px;
  }
  .navbar {
    height: 50px;
  }
  .logo {
    width: 40px;
  }
  .logo-core {
    height: 30px;
  }
  .nav-left-side {
    line-height: 110%;
  }
  .nav-vert-line {
    display: none;
  }
  .nav-link {
    color: #fff;
    font-size: 30px;
  }
  .nav-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #151515;
  }
  .icon.menu-dd-icon {
    top: 5px;
    right: 10px;
    font-size: 16px;
  }
  .dd-text {
    text-align: center;
  }
  .right-nav-link {
    width: 18px;
    height: 18px;
  }
  .right-nav-link.nav-cart {
    width: 19px;
    height: 18px;
  }
  .section._01-sec {
    z-index: 1;
  }
  .section._02-sec {
    z-index: 1;
  }
  .section._03-sec {
    position: relative;
    z-index: 1;
  }
  .section._04-sec {
    z-index: 1;
  }
  .section._05-sec.flex {
    z-index: 1;
  }
  .section._06-sec {
    position: relative;
    z-index: 1;
  }
  .section._07-sec {
    z-index: 2;
  }
  .section._08-sec {
    z-index: 2;
  }
  .section._09sec {
    z-index: 2;
  }
  .section._01-tr-sec {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/trees-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/trees-bg.jpg'); */
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .section._04-tr-sec {
    height: 300px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .section._01-pr-sec {
    height: 50px;
  }
  .section.pro-slider-sec {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .logo-bottom-core {
    top: 50px;
    width: 40px;
    height: 50px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-bottom {
    height: 35px;
  }
  .h1.home-h1 {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 120%;
  }
  .h1.catalog-h1 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
  }
  .h1.black-h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .h1.huge-h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .h1.big-black-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .h1-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .h1-subtitle.home-h1-subtitle {
    font-size: 15px;
  }
  .h1-subtitle.home-h1-subtitle._04-h2-subtitle {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .h1-subtitle.home-h1-subtitle._04-h2-subtitle._08-h2-subtitle {
    margin-bottom: 0px;
  }
  .h1-subtitle.home-h1-subtitle.home-hero-h1-sub {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .h1-subtitle.trees-h1-subtitle {
    margin-top: 0px;
    font-size: 16px;
  }
  .h1-subtitle.small-h1-sub {
    max-width: 350px;
    font-size: 22px;
    line-height: 1.4em;
  }
  .button {
    height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  .button.white-button.form-button {
    width: 50%;
  }
  .button.white-button.wht-bth-0-margin {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.white-button.bordered-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button._07-sec-button.blog-hero-btn {
    height: 45px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .button.black-button._08-sec-button.pr-sl-btn {
    margin-right: 20px;
  }
  .button.black-button.margined-bb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.black-button.margined-black-button {
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.transparent-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.banner-button {
    padding-right: 25px;
    padding-left: 25px;
  }
  .button.bordered-btn {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.small-button {
    font-size: 14px;
  }
  .button.grey-button {
    margin-top: 10px;
  }
  .button._50-btn {
    margin-top: 5px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button._50-btn._000-btn {
    margin-right: 5px;
  }
  .button.small-white-btn {
    font-size: 12px;
  }
  .button-cart {
    width: 15px;
    height: 15px;
  }
  .points-block {
    margin-top: 20px;
  }
  .points-block._03-sec-points-block {
    margin-top: 20px;
  }
  .point-line {
    margin-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }
  .point-tick {
    margin-top: 5px;
  }
  ._01-bg-core {
    margin-top: -40px;
    margin-bottom: 0px;
  }
  .hero-img {
    height: 120px;
    margin-top: 10px;
  }
  .hero-bg-2 {
    top: 8%;
    display: none;
    width: 160px;
    height: 120px;
  }
  .hero-bg-2.or-hero-bg-2 {
    top: -40%;
    max-width: 21vw;
  }
  .photos-block {
    margin-bottom: 10px;
  }
  ._02-sec-photo-block {
    margin-right: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    font-size: 16px;
  }
  ._02-sec-photo {
    margin-bottom: 10px;
  }
  ._02-sec-cards-block {
    margin-bottom: 20px;
  }
  ._02-sec-card {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    font-size: 20px;
  }
  ._02-sec-card.or-02-sec-card {
    height: 200px;
    padding-top: 60px;
    font-size: 16px;
  }
  ._02-sec-text {
    font-size: 16px;
  }
  ._02-sec-text._04-sec-text {
    margin-bottom: 30px;
  }
  ._02-sec-text._02-home-text {
    font-size: 15px;
  }
  ._02-sec-text._02-home-text._06-home-text {
    margin-top: 0px;
  }
  ._02-sec-text.partn-h2-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
  }
  ._02-sec-text.energy-02-sec-text {
    margin-left: 0vw;
  }
  .h2 {
    font-size: 24px;
  }
  .h2.black-h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .h2.black-h2._04-home-h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .h2.black-h2.small-margin-bh2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .h2.black-h2.small-h2._2-h2 {
    margin-top: 40px;
  }
  .h2.black-h2.blog-2-h2 {
    font-size: 30px;
  }
  .h2.small-h2 {
    font-size: 22px;
  }
  .h2.tab-h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .h2.slider-h2 {
    font-size: 22px;
  }
  .h2.white-h2.small-white-h2 {
    font-size: 28px;
    text-align: center;
  }
  .h2-subtitle {
    font-size: 26px;
    line-height: 38px;
  }
  .h2-subtitle.black-h2-subtitle {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  ._03-sec-product-photo {
    height: 200px;
    margin-bottom: 30px;
  }
  ._03-sec-info-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
    line-height: 20px;
  }
  .tipp {
    height: auto;
    font-size: 16px;
    line-height: 16px;
  }
  .info-icon {
    width: 18px;
    height: 18px;
  }
  ._04-sec-photo {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 330px;
    margin-top: -40px;
  }
  ._05-sec-hero {
    margin-top: 20px;
  }
  ._05-sec-card {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._05-sec-photo {
    max-height: 200px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .card-name-core {
    margin-bottom: 15px;
  }
  .card-name-core.orange-name-core {
    font-size: 20px;
  }
  ._06-sec-subtitle {
    margin-bottom: 30px;
  }
  ._06-sec-cards-core.more-margin {
    margin-top: 30px;
  }
  ._06-sec-card {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .card-img {
    width: 80px;
    height: 80px;
  }
  .card-icon {
    max-height: 40px;
  }
  ._07-sec-hero {
    width: auto;
  }
  ._07-sec-slider {
    height: 340px;
    max-height: 90vh;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._08-sec-card {
    width: 100%;
  }
  ._08-sec-card._08-last-card {
    margin-bottom: 60px;
  }
  ._08-sec-card.catalog-card {
    margin-right: 0px;
    border-style: none none solid;
  }
  ._01-product {
    width: 100%;
    height: 290px;
  }
  ._01-product.drink-pack {
    margin-top: -60px;
  }
  ._08-sec-card-hero {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }
  ._08-sec-card-hero.cat-card-hero {
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._08-card-header {
    font-size: 24px;
  }
  .stars-core.cat-stars-core {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .stars-core.product-stars-core {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stars-core.wrap-star-core {
    margin-top: -5px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price-core.cat-price-core {
    padding-top: 20px;
  }
  .price-core.re-price-core {
    margin-top: 20px;
    padding-top: 0px;
  }
  .price-text-core.pr-price {
    margin-top: 0px;
  }
  ._09-sec-right-side {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  ._10-sec-point-line {
    font-size: 16px;
    line-height: 130%;
  }
  .footer-logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-column {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-column._3-footer-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column.footer-col-50-percent {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-link-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sl-block {
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .footer-form-block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field {
    width: 50%;
  }
  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .core {
    z-index: 0;
  }
  .dd-list.lang-dd-list {
    margin-left: 0px;
  }
  .dd-link {
    font-size: 17px;
  }
  .nav-dd {
    width: 190px;
    text-align: center;
  }
  .nav-dd.lang-nav-dd {
    margin-top: 10px;
  }
  .footer-links-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-links-core._2-footer-links-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-h1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 42px;
  }
  .white-h2.big-h2 {
    font-size: 36px;
  }
  .white-h2._07-sec-h2 {
    margin-bottom: 20px;
  }
  .white-h2._09-sec-h2 {
    margin-bottom: 30px;
  }
  .black-h2._05-red-h2 {
    margin-bottom: 20px;
    line-height: 110%;
  }
  .black-h2.mobile-center-h {
    text-align: left;
  }
  .logo-desc {
    font-size: 13px;
    line-height: 135%;
  }
  ._04-sec-red-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 140%;
  }
  ._04-sec-red-cards {
    width: 100%;
    margin-bottom: 40px;
  }
  ._04-red-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._04-red-icon {
    margin-bottom: 15px;
  }
  ._04-card-red-text {
    margin: 40px 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }
  ._05-red-hero {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  ._05-hero-top {
    margin-bottom: 30px;
  }
  ._05-red-photo {
    height: 230px;
  }
  .how-text.how-text-dr {
    font-size: 16px;
    line-height: 140%;
  }
  .home-hero-card {
    margin-top: 30px;
    margin-bottom: -10px;
    padding-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-img {
    max-width: 25vw;
    margin-bottom: 10px;
  }
  .home-hero-card-header {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .home-card-point {
    font-size: 15px;
  }
  .card-btn-block {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._02-home-photo {
    width: auto;
    height: 280px;
  }
  ._03-home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._03-home-point {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
  }
  .cyrcle-tick {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: cover;
  }
  ._04-header-core {
    margin-bottom: 10px;
  }
  .amazon {
    width: 77px;
    height: 28px;
    margin: 0px 10px -12px;
  }
  .home-slide {
    margin-right: 15px;
  }
  .home-slide-content {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .slide-header {
    font-size: 20px;
  }
  .slide-text {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-arrow {
    top: auto;
    right: 0px;
    bottom: -53px;
  }
  .slider-arrow.left-slider-arrow {
    left: 0px;
    top: auto;
    bottom: -53px;
  }
  ._05-home-left {
    font-size: 18px;
  }
  .map {
    height: 300px;
    max-height: 90vh;
  }
  .map-point {
    width: 10px;
    height: 10px;
  }
  .dd-map {
    left: 70px;
    top: 110px;
  }
  .eu-dd-list {
    display: none;
    width: 230px;
  }
  .eu-dd-list.w--open {
    width: 240px;
    padding: 20px;
  }
  .eu-dd-list.asia-dd-list {
    left: auto;
    top: auto;
    right: 40px;
    bottom: auto;
    display: none;
  }
  .eu-dd-list.europe-dd-list {
    left: auto;
    top: auto;
    right: auto;
    bottom: 40px;
    display: none;
  }
  .eu-dd-list.africa-dd-list {
    left: auto;
    top: auto;
    right: auto;
    bottom: 40px;
    display: none;
  }
  .eu-dd-list.africa-dd-list.ind-dd-list {
    display: none;
  }
  .dd-img {
    width: 100px;
    height: 70px;
  }
  .dd-map-core {
    left: 14%;
    top: 120px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 10px;
  }
  .dd-map-core.greenland-map.india-map {
    left: 68%;
    top: 165px;
  }
  .dd-map-core.europe-map {
    left: 20%;
    top: auto;
    right: auto;
    bottom: 80px;
  }
  .dd-map-core.asia-map {
    top: 130px;
  }
  .dd-map-core.australia-map {
    right: 19%;
    bottom: 160px;
  }
  .dd-map-core.africa-map {
    top: 160px;
  }
  .dd-map-core.africa-map.ind-map {
    left: 67%;
    top: 140px;
    right: 160px;
  }
  .dd-map-core.mexico {
    top: 140px;
  }
  ._07-home-hero {
    margin-top: 0px;
  }
  ._07-home-card {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 14px;
  }
  ._07-home-card.first-card {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._07-home-card.second {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  ._07-home-card.last-card {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  ._07-home-img {
    max-height: 40px;
    margin-bottom: 10px;
  }
  ._08-home-card {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: solid none none;
  }
  ._08-home-img {
    max-height: none;
    max-width: 20vh;
  }
  ._08-home-card-header {
    font-size: 24px;
  }
  ._08-home-card-text {
    font-size: 16px;
  }
  ._09-home-hero {
    width: auto;
    margin-right: 0px;
  }
  ._09-home-img {
    height: 200px;
    max-height: 90vh;
    background-position: 50% 100%;
  }
  .green-sec-hero {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .green-block-numerals {
    margin-bottom: 10px;
    font-size: 6vw;
  }
  ._04-header-hero-core {
    margin-bottom: 15px;
    text-align: left;
  }
  .map-gradient {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  ._01-tr-hero {
    margin-right: 0px;
  }
  .sertif-img {
    max-height: 190px;
    margin-top: 40px;
  }
  ._01-tr-sec-black-block {
    height: 270px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .banner {
    height: 50px;
  }
  .price-inner-block {
    font-size: 16px;
  }
  .banner-text {
    font-size: 12px;
  }
  .weiterlesen-text {
    width: 100%;
    padding: 40px 20px 30px;
    font-size: 18px;
  }
  .close-link-2 {
    top: 10px;
    right: 10px;
    background-image: url('../images/Cross-white.svg');
    background-size: auto;
  }
  .close-link-2.black-close-link {
    border-radius: 100px;
    background-color: #151515;
  }
  .up-core-2 {
    padding: 0px;
  }
  .popup-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
  ._02-sec-tr-img {
    max-height: 320px;
  }
  ._02-tr-sec-bottom {
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .guardian {
    margin-right: 0px;
  }
  .guardian-text {
    max-width: 91%;
    padding-left: 20px;
    text-align: left;
  }
  ._03-tr-icon {
    max-width: 60px;
  }
  .tree-page-video {
    width: 120px;
    height: 120px;
  }
  ._05-tr-sec-img {
    max-height: none;
    max-width: 100%;
  }
  .catalog-left-side {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 60vw;
    max-height: 100vh;
    max-width: none;
    min-height: 100vh;
    margin-right: 0px;
    margin-left: 0vw;
    padding-top: 40px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .kategorien-dd {
    height: auto;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .kategorien-dt {
    height: 45px;
    min-height: 45px;
    font-size: 16px;
  }
  .icon-5 {
    display: none;
  }
  .catalog-dd-list {
    display: block;
  }
  .dropdown-link {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 16px;
  }
  .product-list {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-list.zutaten-list {
    margin-top: 20px;
  }
  .product-list.banner-link-core {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-list.filter-list {
    display: none;
  }
  .small-product-card {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
  }
  .zutaten-link {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .catalog-right-side {
    position: relative;
    z-index: 2;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .catalog-top {
    margin-right: -10px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sorting {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .sorting.auto-sort {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sort-link {
    margin-right: 0px;
    margin-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .sort-link.fa-sort-link {
    margin-bottom: 0px;
  }
  .catalog-line {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* .catalog-img {
    max-width: 140px;
  } */
  .catalog-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-numeral {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cat-page-number {
    font-size: 22px;
  }
  .cat-page-number.slash {
    font-size: 16px;
  }
  .cat-page-number.black-number {
    font-size: 22px;
  }
  ._03-cat-card {
    margin-bottom: 20px;
    text-align: center;
  }
  ._03-cat-card.prod-cat-card {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  ._03-cat-card.prod-cat-card.last-prod-card {
    margin-right: 0px;
  }
  .black-text.prod-black-text {
    line-height: 20px;
  }
  .sort-by {
    margin-right: 10px;
  }
  .filter-link {
    display: block;
    width: 100%;
    margin-right: 10px;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    color: #67a53b;
    font-size: 16px;
    font-weight: 400;
  }
  .filter-link.pr-filter-link {
    margin-left: 0px;
  }
  .filter-link.pr-filter-link.faq-filter-link {
    margin-top: 10px;
  }
  .filter-link.blog-filter-link {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .filter-link.daten-filter {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .filter-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fa-span {
    font-family: 'Fa solid 900', sans-serif;
    font-size: 14px;
  }
  .fa-span.filter-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
  }
  .dark-bg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6;
    display: none;
    background-color: rgba(21, 21, 21, 0.7);
  }
  .product-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-block.banner-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cross {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/Cross.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .navigation-way {
    margin-left: 60px;
  }
  .nav-way-link {
    font-size: 16px;
  }
  .slash {
    font-size: 18px;
  }
  .product-left-side {
    margin-right: 0px;
  }
  .product-right-side {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 60vw;
    min-width: auto;
    padding-top: 30px;
    padding-left: 5vw;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .product-right-side.no-fix {
    position: static;
    max-width: none;
    margin-right: -10px;
    padding-left: 0vw;
    border-right-style: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .features-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .features-block.tag-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-card {
    margin-bottom: 40px;
  }
  .product-img {
    height: 200px;
    max-height: none;
  }
  .product-info-core {
    margin-right: 0px;
  }
  .add-link {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .selector.einkaufs-selector {
    margin-left: 0px;
  }
  .product-img-core {
    margin-right: 0vw;
  }
  .more-reviews-link {
    margin-top: 0px;
  }
  .textarea {
    min-height: 180px;
  }
  .re-text-field {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .text-field-core {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .re-form-btn-block {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submit-button-4 {
    height: 50px;
  }
  .checkbox-label {
    font-size: 14px;
  }
  .slide {
    height: 100%;
    margin-right: 10px;
  }
  .re-slider {
    height: auto;
    max-width: 90vw;
  }
  .re-slide-content {
    padding-right: 20px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .re-slider-img {
    margin: 30px auto 20px;
  }
  .re-slide-block {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .slider-core {
    margin-bottom: -30px;
    padding-bottom: 60px;
  }
  ._04-prod-cards-core {
    margin-right: -10px;
  }
  .card-link-card {
    min-width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card-link-card.white-link-card:hover {
    background-color: #000;
  }
  .checkbox-field-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .faq-left-side {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .faq-dd-core {
    margin-top: -10px;
  }
  .faq-dt {
    font-size: 16px;
  }
  .nav-feature {
    margin-left: 20px;
  }
  .nav-icon {
    max-width: 20px;
    margin-right: 10px;
  }
  .nav-h5 {
    font-size: 12px;
    line-height: 16px;
  }
  .faq-h2-core {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-way-line {
    height: 50px;
  }
  .over-h1-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
  }
  .curtain-block {
    max-width: 330px;
  }
  .twentytwenty-container {
    max-width: 100%;
  }
  .r-img {
    max-height: 260px;
  }
  .map-bg {
    height: 230px;
  }
  ._03-au-text {
    font-size: 22px;
  }
  .team-member {
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icons-block {
    margin-right: -20px;
  }
  .butlers-block {
    margin-right: 20px;
  }
  .butler-icon {
    max-width: 70px;
  }
  .calendar-link {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-hero-img {
    height: 80vh;
    max-height: 240px;
  }
  .blog-left-side {
    margin-right: 0px;
  }
  .post-img {
    max-height: 200px;
  }
  .post-card-content {
    font-size: 14px;
  }
  .post-card-header {
    font-size: 22px;
  }
  .banner-link {
    width: 47%;
    height: 150px;
    margin-right: 10px;
  }
  .sl-banners-block {
    position: relative;
    top: 0px;
    margin-top: 40px;
  }
  .sl-banner {
    width: 120px;
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .post-hero-img {
    max-height: 260px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog-2-btns-core {
    margin-bottom: 20px;
  }
  .blog-slider {
    width: 80vw;
  }
  .mask-2 {
    overflow: visible;
  }
  .related-posts-slides {
    width: 100%;
  }
  .contacts-img {
    height: 250px;
    min-width: 0px;
    margin-top: 10px;
  }
  .kont-right-side {
    min-width: 0px;
  }
  .map-code {
    height: 300px;
    margin-bottom: 20px;
  }
  .contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .cont-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .cont-heading {
    width: 40%;
    font-size: 16px;
  }
  .cont-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 140%;
  }
  .orange-form {
    width: 100%;
  }
  .green-over-h1 {
    font-size: 18px;
  }
  .packs {
    width: 100%;
    max-width: none;
    margin-bottom: -70px;
  }
  ._02-partn-text {
    font-size: 20px;
  }
  .partn-card-header {
    font-size: 28px;
  }
  .ticks-core {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ticks-block {
    width: auto;
    margin-bottom: 10px;
  }
  .ticks-block.privat-ticks-block {
    margin-top: 10px;
  }
  .partner-img {
    height: 290px;
  }
  ._04-partn-hero {
    width: 100%;
    max-width: none;
  }
  .tab-lk {
    width: 50%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .acc-link {
    height: 45px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    font-size: 15px;
  }
  .fa.privat-fa {
    margin-right: 3px;
    text-align: center;
  }
  .screen {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .screen.screen-0-marg {
    height: auto;
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .screen-line {
    min-height: 50px;
    padding: 5px 10px 5px 15px;
  }
  .screen-line.top-screen-line {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .screen-line.height-auto {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .screen-line.height-auto.grey-height-auto {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .line-text {
    font-size: 13px;
  }
  .line-text.white-line-text {
    padding-right: 10px;
  }
  .line-text.white-line-text._50-percent-line-text {
    width: 230px;
  }
  .line-text.white-line-text.preis-text {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .line-text.white-line-text.preis-text.preis-20-margin {
    width: 105px;
    margin-left: 0px;
  }
  .hallo-text {
    font-size: 34px;
  }
  .instr-text {
    max-width: 400px;
  }
  .adress-card.privat-card {
    margin-bottom: 0px;
  }
  .adress-under-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .konto-form {
    margin: 30px 20px;
  }
  .punktestand {
    font-size: 16px;
  }
  ._165 {
    font-size: 20px;
    font-weight: 600;
  }
  .privat-hero {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .grey-block {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .punkt-text {
    font-size: 18px;
  }
  .punkt-text-2 {
    margin-left: 30px;
    font-size: 16px;
  }
  .prod-line-block {
    width: 230px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
  }
  .prod-line-img {
    max-width: 50px;
  }
  .preis {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .selector-core {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .red-cross {
    position: relative;
    right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .under-screen-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .under-screen-left {
    font-size: 20px;
  }
  .screen-line-black-text {
    width: 160px;
    font-size: 18px;
    line-height: 140%;
  }
  .pay-core {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .kasse-left {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .checkbox-core {
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .checkbox-hor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kasse-form-grey-line {
    padding-right: 5%;
    padding-left: 5%;
  }
  .submit-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .check-core {
    margin-top: 10px;
    margin-left: 0px;
  }
  .checkbox-4 {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 0px;
  }
  .checkbox-field-4 {
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .kasse-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pay-cards-core {
    width: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pay-card {
    margin-right: 20px;
  }
  .pay-card.black-pay-card {
    margin-right: 0px;
  }
  .product-features {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-slider-nav {
    bottom: -35px;
    font-size: 6px;
  }
  .categoty-dd-list-core {
    margin-top: 10px;
  }
  .sc-code {
    width: 100%;
  }
  .review-form-pop-up {
    width: 100%;
    padding: 40px 20px 30px;
    font-size: 18px;
  }
  .partners-card-point {
    font-size: 15px;
  }
  .table-core.scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table-marginer.shown-marginer {
    display: block;
    width: 5vw;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .privat-left-side {
    margin-right: 0px;
  }
  .product-text {
    min-width: 30px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }
  .product-text.more-size {
    padding-right: 0px;
  }
  .search-line {
    bottom: -50px;
    height: 50px;
    padding-left: 35px;
  }
  .dd-check.produkte-dd-check {
    top: 10px;
    right: -40px;
    width: 20px;
    height: 10px;
  }
  .privat-text {
    max-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .immunity-video .immunity-video-play {
    left: 36%;
  }
  .cz._01cz {
    padding-bottom: 50px;
  }
  .cz._03cz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cz._06-cz {
    padding-bottom: 40px;
  }
  .cz._07-cz {
    padding-bottom: 70px;
  }
  .cz._09cz {
    padding-top: 50px;
  }
  .cz._05red-cz._05-red-cz-dr {
    padding-bottom: 60px;
  }
  .cz._03-or-cz {
    padding-top: 30px;
  }
  .cz._01-home-cz {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .cz._02-home-cz {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .cz._04-home-cz {
    padding-bottom: 90px;
  }
  .cz._07-home-cz {
    padding-bottom: 10px;
  }
  .cz._08-home-cz {
    padding-top: 40px;
  }
  .cz._09-home-cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._10-home-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.banner-cz {
    padding-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cz._02-tr-cz {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cz._03-tr-cz {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cz._05-tr-cz {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cz._06-tr-cz {
    padding-top: 40px;
  }
  .cz.product-cz {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cz._04-prod-cz {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cz._02-faq-cz {
    padding-top: 50px;
  }
  .cz._01-au-cz {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cz._02-au-cz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cz._06-au-cz {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .cz._01-blog-cz {
    margin-top: 20px;
  }
  .cz._02-kont-cz {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .cz._02-partn-cz {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .cz._03-partn-cz {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .cz.account-cz {
    padding-top: 30px;
  }
  .navbar {
    z-index: 10;
    height: 50px;
  }
  .logo {
    width: 40px;
  }
  .logo-core {
    width: 10px;
  }
  .nav-link {
    font-size: 30px;
  }
  .nav-right-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section._04-tr-sec {
    height: 200px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section._01cat-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section._01cat-sec._01-au-sec {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._01cat-sec._01-cont-sec {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-bottom-core {
    top: 50px;
    display: none;
  }
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .h1.home-h1 {
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
  }
  .h1.catalog-h1 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .h1.huge-h1 {
    font-size: 12vw;
  }
  .h1.blog-h1 {
    font-size: 9vw;
    line-height: 1.2em;
  }
  .h1.big-black-h1 {
    margin-bottom: 10px;
    font-size: 10vw;
    line-height: 1.2em;
  }
  .h1.partn-h1 {
    font-size: 10vw;
    line-height: 1.1em;
  }
  .h1-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .h1-subtitle.home-h1-subtitle._04-h2-subtitle._08-h2-subtitle {
    text-align: left;
  }
  .h1-subtitle.home-h1-subtitle.home-hero-h1-sub {
    text-align: center;
  }
  .h1-subtitle.trees-h1-subtitle {
    font-size: 16px;
  }
  .h1-subtitle.small-h1-sub {
    max-width: none;
    font-size: 18px;
  }
  .h1-sec-button-core {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button.white-button {
    margin-left: 0px;
  }
  .button.white-button.form-button {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.white-button.hero-white-button {
    margin-top: 10px;
  }
  .button.white-button.wht-bth-0-margin {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.white-button.bordered-btn {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button._05-sec-card-button {
    width: 100%;
  }
  .button.black-button._08-sec-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button.black-button._08-sec-button.product-btn {
    width: 167px;
    height: 52px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.black-button._08-sec-button.pr-sl-btn {
    width: 100%;
    margin-right: 0px;
  }
  .button.black-button.margined-bb {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.black-button.margined-black-button {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button._04-sec-button {
    width: 100%;
  }
  .button.transparent-btn {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.banner-button {
    width: 100%;
    height: 40px;
    margin-top: 5px;
  }
  .button.amazon-button._100-percent-btn {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.bordered-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.small-button.form-small-button {
    width: 100%;
  }
  .button.small-white-btn {
    height: 38px;
    font-size: 14px;
  }
  .button.searching-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.order-button {
    margin-left: 15px;
  }
  .button.banner-btn {
    height: 55px;
  }
  .point-line {
    line-height: 22px;
  }
  ._01-bg-core {
    margin-top: -60px;
    margin-bottom: 10px;
  }
  .hero-img {
    width: 100%;
    height: 160px;
    margin-top: 30px;
  }
  .hero-img.red-hero-img {
    background-position: 50% 100%;
    background-size: contain;
  }
  .hero-bg-2 {
    display: none;
  }
  .photos-block {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._02-sec-photo-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  ._02-sec-hero._02-sec-hero-dr {
    margin-bottom: 0px;
  }
  ._02-sec-cards-block {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._02-sec-card {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._02-sec-card.or-02-sec-card {
    height: auto;
    padding-top: 30px;
  }
  ._02-sec-text._04-sec-text {
    margin-bottom: 0px;
  }
  ._02-sec-text.no-margin {
    margin-top: 10px;
  }
  ._02-sec-text.partn-h2-subtitle {
    margin-bottom: 30px;
  }
  ._03-sec-hero {
    margin-bottom: 10px;
  }
  .h2.black-h2 {
    line-height: 120%;
  }
  .h2.black-h2._04-home-h2 {
    line-height: 140%;
    font-weight: 600;
  }
  .h2.black-h2.small-h2._1st-small-h2 {
    margin-bottom: 0px;
  }
  .h2.small-h2.white-small-h2 {
    font-size: 26px;
    line-height: 120%;
  }
  .h2.tab-h2 {
    line-height: 120%;
  }
  .h2.slider-h2 {
    font-size: 24px;
  }
  .h2.white-h2.small-white-h2 {
    font-size: 26px;
  }
  .h2-subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  ._03-sec-button-block {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .amazon-de {
    margin-top: 20px;
    margin-left: 0px;
  }
  ._03-sec-product-block {
    margin-bottom: 30px;
  }
  ._03-sec-product-photo {
    margin-bottom: 0px;
  }
  ._03-sec-info-block {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tipp {
    height: 35px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  ._04-sec-photo {
    width: 150vw;
    height: 290px;
    margin-top: 0px;
    margin-left: -45vw;
  }
  ._05-sec-card {
    position: relative;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  ._05-sec-photo {
    max-width: 100%;
  }
  .card-name-core {
    font-size: 6vw;
  }
  ._06-sec-subtitle {
    font-size: 15px;
  }
  ._06-sec-card {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .card-img {
    width: 60px;
    height: 60px;
  }
  .card-icon {
    max-height: 35px;
    max-width: 30px;
  }
  ._07-sec-hero {
    width: 100%;
  }
  ._07-sec-slider {
    height: 220px;
  }
  ._07-bottom-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .trees-link {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .trees-link.tree-page-tree-link {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  ._08-sec-card.catalog-card {
    margin-right: 0px;
    border-bottom-style: none;
  }
  ._01-product {
    height: 260px;
    background-position: 50% 100%;
  }
  ._01-product._02-product {
    width: 100%;
    background-position: 75% 50%;
    background-size: cover;
  }
  ._08-sec-card-hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._08-sec-card-hero.cat-card-hero {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._08-sec-card-hero.re-slide-card-hero {
    padding-right: 0px;
  }
  .stars-core {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stars-core.price-stars-core {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .stars-block {
    margin-bottom: 5px;
  }
  .stars-text-block {
    margin-bottom: 5px;
  }
  .stars-text-block.stars-text-block-margin {
    font-size: 16px;
    line-height: 16px;
  }
  .price-core.re-price-core {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .price-text-core.pr-price {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .price.prod-pr {
    margin-left: 10px;
    font-size: 22px;
  }
  ._09-sec-right-side {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  ._09-sec-point-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  ._09-sec-icon {
    max-width: 40px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .h3.kont-h3 {
    font-size: 20px;
  }
  ._10-sec-point-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tick {
    margin-bottom: 10px;
  }
  .footer-form-block {
    max-width: none;
  }
  .text-field {
    width: 100%;
  }
  .text-field.footer-tf {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-links-core {
    margin-top: 10px;
  }
  .white-h1 {
    font-size: 9vw;
    line-height: 1.1em;
  }
  .white-h2.big-h2 {
    font-size: 34px;
  }
  .block-ab.ab {
    display: block;
  }
  .logo-desc {
    display: none;
  }
  .logo-desc.shown-mob {
    display: block;
  }
  ._04-sec-red-subtitle {
    margin-bottom: 30px;
  }
  ._04-sec-red-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._04-red-icon {
    margin-bottom: 10px;
  }
  ._04-card-red-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ._05-red-photo._05-red-photo-2 {
    height: 180px;
  }
  ._03-or-sec-hero-block {
    margin-top: 0px;
  }
  ._03-or-sec-img {
    margin-left: -130px;
  }
  .home-hero-block._06-tr-sec-hero {
    margin-top: 10px;
  }
  .home-hero-card {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }
  .home-img {
    max-width: 50vw;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .home-card-point {
    font-size: 15px;
  }
  .card-btn-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._02-home-photo {
    height: 180px;
  }
  ._03-home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._03-home-point {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
  }
  .cyrcle-tick {
    width: 30px;
    height: 30px;
  }
  .amazon {
    height: 26px;
  }
  .home-slider {
    width: 100%;
  }
  .home-slide {
    margin-right: 10px;
  }
  .home-slide-content {
    padding: 40px 25px;
  }
  .slide-icon {
    width: 16px;
    height: 17px;
  }
  .slide-text {
    font-size: 15px;
    line-height: 22px;
  }
  .slider-arrow {
    right: 0px;
    bottom: 0px;
    margin-bottom: -60px;
  }
  .slider-arrow.left-slider-arrow {
    left: 0px;
    bottom: 0px;
  }
  ._05-home-left {
    font-size: 18px;
  }
  .map {
    height: 230px;
    margin-top: 10px;
  }
  .dd-map {
    left: 14%;
  }
  .eu-dd-list.w--open {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
    width: 210px;
  }
  .eu-dd-list.austr-dd-list {
    right: 0px;
    display: none;
  }
  .eu-dd-list.asia-dd-list {
    left: auto;
    top: auto;
    right: -30px;
    bottom: 40px;
    display: none;
  }
  .eu-dd-list.europe-dd-list {
    left: -10px;
    display: none;
  }
  .eu-dd-list.africa-dd-list.ind-dd-list {
    right: 10px;
    display: none;
  }
  .eu-dd-list.sa-dd-list {
    left: -40px;
    bottom: 40px;
    display: none;
  }
  .eu-dd-list.na-dd-list {
    left: 0px;
  }
  .eu-dd-list.greenland-dd-list {
    left: -60px;
    display: none;
  }
  .eu-dd-list.greenland-dd-list.india-dd-list {
    right: -40px;
    display: none;
  }
  .eu-dd-list.greenland-dd-list.ginseng-dd-list {
    right: -10px;
    display: none;
  }
  .dd-img {
    width: 80px;
    height: 50px;
  }
  .dd-map-header {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .dd-map-core.sa-map {
    left: 30%;
    bottom: 60px;
  }
  .dd-map-core.greenland-map {
    left: 75%;
    top: 100px;
  }
  .dd-map-core.greenland-map.india-map {
    left: 66%;
    top: 123px;
    right: 180px;
  }
  .dd-map-core.europe-map {
    left: 18%;
    top: auto;
    right: auto;
    bottom: 70px;
  }
  .dd-map-core.asia-map {
    top: 80px;
    right: 13%;
  }
  .dd-map-core.australia-map {
    bottom: 110px;
  }
  .dd-map-core.africa-map {
    top: 110px;
  }
  .dd-map-core.africa-map.ind-map {
    left: 65%;
    top: 110px;
  }
  .dd-map-core.mexico {
    top: 90px;
  }
  ._07-home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._07-home-card {
    margin-bottom: 40px;
    font-size: 18px;
  }
  ._08-home-hero {
    margin-right: 0px;
  }
  ._08-home-card {
    margin-right: 0px;
    padding-top: 0px;
    border-top-style: none;
  }
  ._08-home-img {
    max-height: none;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  ._08-home-card-text {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .green-sec-hero {
    margin-bottom: 25px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  .green-sec-hero.white-green-sec-hero {
    padding-right: 0px;
  }
  .green-block-numerals {
    margin-bottom: 10px;
    font-size: 30px;
  }
  ._04-header-hero-core {
    text-align: center;
  }
  .map-core {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
  }
  .sertif-img {
    max-width: 100%;
  }
  ._01-tr-sec-black-block {
    height: 490px;
  }
  .banner {
    height: auto;
  }
  .price-block {
    margin-right: 15px;
  }
  .price-inner-block {
    font-size: 14px;
  }
  .banner-text {
    width: 55%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .weiterlesen-text {
    font-size: 16px;
  }
  .close-link-2.black-close-link {
    width: 35px;
    height: 36px;
  }
  .up-core-2 {
    width: 100%;
    max-width: none;
    padding-top: 0px;
  }
  .popup-heading {
    font-size: 22px;
    line-height: 130%;
  }
  .white-link {
    display: inline;
  }
  ._02-sec-tr-img {
    height: 180px;
    max-height: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
  ._02-tr-sec-bottom {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .guardian {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guardian-text {
    margin-top: 20px;
    padding-left: 0px;
  }
  ._03-tr-sec-card {
    font-size: 16px;
  }
  ._03-tr-icon {
    max-width: 50px;
    margin-right: 20px;
  }
  .tree-page-video {
    width: 100px;
    height: 100px;
  }
  ._05-tr-sec-img {
    min-height: 180px;
  }
  ._05-tr-sec-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-left-side {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: auto;
    width: 100vw;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .product-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .small-product-card {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pr-img {
    max-height: 70px;
    max-width: 100px;
  }
  .pr-card-h {
    text-align: left;
  }
  .catalog-right-side {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .catalog-top {
    margin-bottom: 20px;
  }
  .sorting {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sorting.auto-sort {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-link.next-sort-link {
    margin-bottom: 20px;
  }
  .sort-link.fa-sort-link {
    display: none;
    margin-right: 20px;
    margin-left: 0px;
    line-height: 18px;
  }
  .catalog-line {
    margin-right: 0px;
  }
  /* .catalog-img {
    max-height: 110px;
    max-width: 210px;
  } */
  .cat-left-arrow {
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    text-align: right;
  }
  .cat-left-arrow.cat-right-arrow {
    text-align: left;
  }
  .grey-arrow {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grey-arrow.black-arrow {
    margin-left: 0px;
  }
  ._03-cat-card.prod-cat-card {
    max-width: 80vw;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cat-icon {
    max-height: 45px;
    max-width: 45px;
  }
  ._03-cat-card-hero.prod-card-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .filter-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
  }
  .filter-link.blog-filter-link {
    margin-bottom: 15px;
  }
  .filter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .product-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .product-block.banner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cross {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .navigation-way {
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-way-link {
    font-size: 14px;
  }
  .product-right-side {
    position: fixed;
    overflow: auto;
    width: 100vw;
    max-width: none;
    padding-right: 5vw;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .product-right-side.no-fix {
    width: 100%;
    padding-top: 20px;
    padding-right: 0vw;
  }
  .features-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grey-cyrcle {
    margin-bottom: 15px;
  }
  .product-card {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-img {
    max-width: 90vw;
  }
  .add-link {
    font-size: 16px;
  }
  .product-description {
    margin-bottom: 10px;
  }
  .quantity-selection-core {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .selector {
    height: auto;
    margin-right: 0px;
  }
  .selector-btn {
    height: 50px;
  }
  .selector-btn.minus {
    height: 50px;
  }
  .selector-form-block {
    height: 50px;
    padding-left: 22px;
  }
  .selector-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aktie-block {
    margin-right: auto;
    margin-left: auto;
  }
  .tab-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .tab-content {
    width: 100%;
  }
  .review-card {
    padding-right: 20px;
    padding-left: 20px;
  }
  .review-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reviewer-name {
    margin-right: 10px;
  }
  .re-form-top-right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .textarea {
    min-height: 100px;
  }
  .re-form-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button-4 {
    width: 100%;
    height: 50px;
  }
  .slide {
    margin-right: 10px;
  }
  .re-slider {
    max-width: 90vw;
  }
  .re-slide-content {
    padding-left: 20px;
  }
  .re-slider-img {
    max-width: 70%;
  }
  .card-link-card {
    height: 80px;
    min-width: 45%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }
  .fa-text {
    margin-bottom: 5px;
    font-size: 18px;
  }
  /* .checkbox-field-2 {
    margin-top: 20px;
  } */
  .form-2 {
    width: 100%;
  }
  .faq-dt {
    height: auto;
    min-height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .nav-icons {
    display: none;
  }
  .faq-h2-core {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-bg {
    width: 100vw;
  }
  ._03-au-text {
    max-width: none;
    font-size: 20px;
  }
  .team-core {
    margin-right: 0px;
  }
  .team-member {
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .team-member.fssc {
    max-width: 210px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .member-photo {
    max-height: 200px;
  }
  .icons-block {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .butlers-block {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .butler-icon {
    max-width: 50px;
    margin-right: 15px;
  }
  .calendar-link {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-hero-img {
    max-height: 180px;
  }
  .blog-left-side {
    width: 100%;
  }
  .post-img {
    max-height: 180px;
  }
  .post-card-content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .post-card-content.slider-post-card-content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .tag-core.nav-tag-core {
    margin-top: 15px;
    margin-left: 0px;
  }
  .banner-link {
    width: 100%;
    height: 220px;
  }
  .post-hero-img {
    width: 100%;
    max-height: none;
  }
  .tag-nav-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-slider {
    width: 90vw;
  }
  .contacts-img {
    height: auto;
  }
  .kont-block {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 140%;
  }
  .map-code {
    height: 300px;
  }
  .contacts-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .cont-block {
    min-width: 50%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cont-heading {
    width: auto;
  }
  .cont-text {
    margin-left: 0px;
  }
  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .green-over-h1 {
    font-size: 16px;
  }
  ._02-partn-text {
    max-width: none;
    font-size: 18px;
  }
  .partner-card {
    padding-bottom: 10px;
  }
  .card-content {
    margin: 20px;
  }
  .partner-img {
    height: 200px;
  }
  .tab-lk {
    height: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    text-align: center;
  }
  .tabs-menu-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .acc-nav-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .acc-link {
    height: 42px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
  }
  .screen.screen-0-marg {
    padding-right: 5%;
    padding-left: 5%;
  }
  .screen.mobile-margined-screen {
    margin-top: 10px;
  }
  .screen-line.height-auto.grey-height-auto.prod-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen-line.height-auto.grey-height-auto.product-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen-line.height-auto.wrapped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .line-text {
    width: 90px;
    padding-right: 10px;
  }
  .line-text.last-line-text {
    width: 90px;
  }
  .line-text.white-line-text._50-percent-line-text {
    width: 180px;
  }
  .hallo-text {
    font-size: 30px;
  }
  .cbcb-span {
    font-size: 18px;
  }
  .instr-text {
    max-width: none;
  }
  .adress-card-hero {
    margin: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .adress-text {
    margin-bottom: 20px;
  }
  .adress-under-text {
    font-size: 13px;
  }
  .konto-form {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .fields-core {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .field-block {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .punktestand {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .punktestand-text {
    max-width: none;
    margin-top: 20px;
    margin-left: 0px;
  }
  .privat-hero {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .privat-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .privat-top-text {
    margin-right: 5px;
    font-size: 14px;
    line-height: 130%;
  }
  .grey-block {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .punkt-text {
    /* margin-top: 10px;
    margin-bottom: 10px; */
    font-size: 18px;
  }
  .punkt-text-2 {
    font-size: 15px;
  }
  .prod-line-block {
    width: 180px;
  }
  .preis {
    width: auto;
    min-width: 80px;
  }
  .under-screen-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .code-form-block {
    margin-top: 10px;
    margin-left: 0px;
  }
  .screen-line-black-text {
    margin-bottom: 10px;
  }
  .prod-list {
    margin-right: 15px;
  }
  .checkbox-core {
    padding-right: 20px;
    padding-left: 20px;
  }
  .checkbox-field-4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .kasse-top {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .pay-cards-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pay-card {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .pay-card.black-pay-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .white-cross {
    width: 16px;
    height: 16px;
  }
  .seite-text {
    display: none;
  }
  .product-features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-slider-nav {
    bottom: -43px;
  }
  .home-hero-h {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .review-form-pop-up {
    font-size: 16px;
  }
  .partners-card-point {
    font-size: 15px;
  }
  .table-core {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
  }
  .table-marginer {
    display: block;
    width: 5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .privat-left-side {
    width: 100%;
  }
  .prod-line {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .product-text {
    width: auto;
    min-width: 30px;
    padding-right: 0px;
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    text-align: right;
  }
  .product-text.more-size {
    min-width: 80px;
    text-align: left;
  }
  .search-line {
    bottom: -120px;
    display: none;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 20px 10px;
    opacity: 0;
  }
  .form-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field-4 {
    padding-left: 10px;
    border-top-color: #fff;
    border-left-color: #fff;
  }
  .checkbox-field-5.register-checkbox-field {
    margin-top: 15px;
  }
  .dd-check.produkte-dd-check {
    right: -30px;
  }
  .privat-text {
    max-width: none;
  }
  .input-core {
    margin-top: 10px;
  }
  .banner-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-black-block {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-inner-text {
    margin-left: 15px;
  }

  .immunity-video ._03-or-sec-img {
    margin-left: -27px;
  }
}


/* planting a tree notices */
.planting_tree_notice {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.planting_tree_notice a {
  font-weight: bold;
}
.planting_tree_notice::before {
  content: "\1F333";
  margin-right: 5px;
}

/* wc-notices */
p.stock.out-of-stock {
  font-weight: bold;
  color: #e33834;
}
/* body.woocommerce-checkout div.woocommerce-form-login-toggle a{
	font-weight: bold
} */
body.woocommerce-account .line-text.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span.woocommerce-Price-currencySymbol {
margin-right: 10px
}
.small-price .outofstock {
  font-size: 12px;
  color: #e33834;
}


@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Bold.woff') format('truetype'), url('../fonts/DIN2014-ExtraBold.woff') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Demi.woff') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-ExtraLight.woff') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Light.woff') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Regular.woff') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
