@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@CHARSET 'UTF-8' {}.translate-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: .85em 1em;
  margin: 1rem 0 1rem;
  font-size: .9rem;
  background-color: #ed6c08;
  color: #fefefe;
  text-transform: uppercase;
}

.translate-button:hover {
  background-color: #c95c07;
  color: #fefefe;
}

/* BASIC */
html, body, h1, h2, h3, h4, h5, h6, a, p, span, input, textarea, select, option, div {
  font-family: "Poppins", sans-serif;
}

a, button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.border {
  border: 1px solid #ebebeb;
}

.nopad {
  padding: 0;
  margin: 0;
}

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

.simpleflex-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.img-center {
  margin: 0 auto;
  display: block;
}

.text-r {
  width: 100%;
  text-align: right;
}

input.form-control:focus, textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: orange;
}

form .error {
  display: block;
  font-weight: 700;
  color: red;
  font-size: 15px;
}

.nice_checkbox {
  position: relative;
}

.nice_checkbox label:not(.error) {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  color: brown;
  margin: 0 0 0 30px;
}

.nice_checkbox label:not(.error):before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #cccccc;
  left: -30px;
  top: 2px;
}

.nice_checkbox input {
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 4px;
  width: 14px;
  visibility: hidden;
}

.nice_checkbox input:checked ~ label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: orange;
  left: -26px;
  top: 6px;
}

.std_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 60px;
  padding: 0 20px;
  text-align: center;
  height: 50px;
  cursor: pointer;
  background-color: orange;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.std_btn:hover {
  background-color: #e69500;
  color: #ffffff;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.br:after {
  content: '\A';
  white-space: pre;
}

html {
  scroll-behavior: smooth;
}

body > header,
body > main,
body > footer {
  overflow-x: inherit;
}

h1 {
  padding-left: 15px;
}

header {
  overflow: visible;
  height: 135px;
  z-index: -10;
  color: #4e4e4e;
}

#topline {
  color: yellow;
}

#topline a {
  color: #cdcdcd;
}

#topline a:hover {
  color: #fff;
}

#topline ul#lang {
  display: inline-block;
  font-size: 0.8rem;
}

.navbar {
  z-index: 9999;
  padding-top: 40px;
}

@media only screen and (max-width: 575px) {
  .navbar {
    padding-top: 20px;
    padding-left: 0px;
  }
}

.navbar ul.nav {
  list-style: none;
  padding: 15px 15px 15px 0;
}

@media only screen and (max-width: 1199px) {
  .navbar ul.nav {
    border: 1px solid #fff;
    background-color: #f8f8f8;
    max-width: 130px;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
  }
}

.navbar ul.nav li {
  line-height: 2.2rem;
  position: relative;
  white-space: nowrap;
}

.navbar ul.nav li a {
  font-size: 0.9rem;
  color: #4e4e4e;
  margin-right: 30px;
}

.navbar ul.nav li a:hover {
  text-decoration: underline;
}

.navbar ul.nav li > ul {
  z-index: 4;
  list-style: none;
  padding: 15px 20px;
  margin: 0;
  display: none;
}

.navbar ul.nav li:hover > ul {
  display: block;
  position: absolute;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .navbar ul.nav li:hover > ul {
    left: 80px;
    top: -5px;
  }
}

.navbar ul.nav li:hover > ul > li {
  white-space: nowrap;
}

.navbar ul.nav li:hover > ul > li > ul {
  left: 100%;
  top: 0;
  background-color: #fff;
}

.navbar ul.nav li.active > a {
  font-weight: 700;
}

.videoWrapper {
  margin-top: 50px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a > div {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

a > div:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.button {
  z-index: 999;
  height: 80px;
  width: 190px;
  background-color: #fff;
  color: #977b50;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.header-banner, .header-banner-subapge, .header-banner-subapge-altai,
.header-banner-subapge-uber-uns, .header-banner-subapge-produkte,
.header-banner-subapge-qualitat, .header-banner-subapge-contact {
  color: #fff;
  position: relative;
  height: 820px;
  background-image: url("../images/svg/resize/header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-banner h2, .header-banner-subapge h2, .header-banner-subapge-altai h2,
.header-banner-subapge-uber-uns h2, .header-banner-subapge-produkte h2,
.header-banner-subapge-qualitat h2, .header-banner-subapge-contact h2 {
  margin-top: 80px;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 575px) {
  .header-banner h2, .header-banner-subapge h2, .header-banner-subapge-altai h2,
  .header-banner-subapge-uber-uns h2, .header-banner-subapge-produkte h2,
  .header-banner-subapge-qualitat h2, .header-banner-subapge-contact h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

.header-banner p, .header-banner-subapge p, .header-banner-subapge-altai p,
.header-banner-subapge-uber-uns p, .header-banner-subapge-produkte p,
.header-banner-subapge-qualitat p, .header-banner-subapge-contact p {
  padding-top: 50px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .header-banner p, .header-banner-subapge p, .header-banner-subapge-altai p,
  .header-banner-subapge-uber-uns p, .header-banner-subapge-produkte p,
  .header-banner-subapge-qualitat p, .header-banner-subapge-contact p {
    font-size: 0.9rem;
  }
}

.header-banner a img, .header-banner-subapge a img, .header-banner-subapge-altai a img,
.header-banner-subapge-uber-uns a img, .header-banner-subapge-produkte a img,
.header-banner-subapge-qualitat a img, .header-banner-subapge-contact a img {
  z-index: 999;
  position: absolute;
  top: -110px;
  left: calc(50% - 110px);
  height: 220px;
  width: 220px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.header-banner a img:hover, .header-banner-subapge a img:hover, .header-banner-subapge-altai a img:hover,
.header-banner-subapge-uber-uns a img:hover, .header-banner-subapge-produkte a img:hover,
.header-banner-subapge-qualitat a img:hover, .header-banner-subapge-contact a img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.header-banner .bg-logo-circle, .header-banner-subapge .bg-logo-circle, .header-banner-subapge-altai .bg-logo-circle,
.header-banner-subapge-uber-uns .bg-logo-circle, .header-banner-subapge-produkte .bg-logo-circle,
.header-banner-subapge-qualitat .bg-logo-circle, .header-banner-subapge-contact .bg-logo-circle {
  z-index: 0;
  position: absolute;
  top: -133px;
  left: calc(50% - 135px);
  height: 270px;
  width: 270px;
  background-color: #fff;
  border-radius: 50%;
}

.header-banner-subapge, .header-banner-subapge-altai,
.header-banner-subapge-uber-uns, .header-banner-subapge-produkte,
.header-banner-subapge-qualitat, .header-banner-subapge-contact {
  height: 400px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 800px) {
  .header-banner-subapge h2, .header-banner-subapge-altai h2,
  .header-banner-subapge-uber-uns h2, .header-banner-subapge-produkte h2,
  .header-banner-subapge-qualitat h2, .header-banner-subapge-contact h2 {
    margin-top: 20px;
  }
}

.header-banner-subapge a .button, .header-banner-subapge-altai a .button,
.header-banner-subapge-uber-uns a .button, .header-banner-subapge-produkte a .button,
.header-banner-subapge-qualitat a .button, .header-banner-subapge-contact a .button {
  z-index: 4;
  position: absolute;
  top: 195px;
  left: 22vw;
}

@media only screen and (max-width: 1600px) {
  .header-banner-subapge a .button, .header-banner-subapge-altai a .button,
  .header-banner-subapge-uber-uns a .button, .header-banner-subapge-produkte a .button,
  .header-banner-subapge-qualitat a .button, .header-banner-subapge-contact a .button {
    left: 15vw;
  }
}

@media only screen and (max-width: 1300px) {
  .header-banner-subapge a .button, .header-banner-subapge-altai a .button,
  .header-banner-subapge-uber-uns a .button, .header-banner-subapge-produkte a .button,
  .header-banner-subapge-qualitat a .button, .header-banner-subapge-contact a .button {
    left: 8vw;
  }
}

@media only screen and (max-width: 800px) {
  .header-banner-subapge a .button, .header-banner-subapge-altai a .button,
  .header-banner-subapge-uber-uns a .button, .header-banner-subapge-produkte a .button,
  .header-banner-subapge-qualitat a .button, .header-banner-subapge-contact a .button {
    left: calc(50% - 95px);
    top: 270px;
  }
}

.header-banner-subapge-altai {
  background-image: url("../images/svg/resize/header_altai_s.png");
}

.header-banner-subapge-uber-uns {
  background-image: url("../images/svg/resize/header_uber_uns_s.png");
}

.header-banner-subapge-produkte {
  background-image: url("../images/svg/resize/header_mumijoaltai_s.png");
}

.header-banner-subapge-qualitat {
  background-image: url("../images/svg/resize/header_qualitat_s.png");
}

.header-banner-subapge-contact {
  background-image: url("../images/svg/resize/header_kontakt_s.png");
}

.middle-1, .product-1 {
  z-index: 100;
  position: relative;
  padding: 0 40px;
}

@media only screen and (max-width: 1199px) {
  .middle-1, .product-1 {
    max-width: 1100px;
  }
}

.middle-1 .product-img .golden-circle, .product-1 .product-img .golden-circle {
  position: absolute;
  top: 40px;
  left: 0;
  width: 210px;
  height: 210px;
  color: #fff;
  background: #d1b069;
  background: -webkit-gradient(linear, left top, right top, from(#d1b069), to(#8b6329));
  background: linear-gradient(90deg, #d1b069 0%, #8b6329 100%);
  border-radius: 50%;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.middle-1 .product-img .golden-circle .other-style, .product-1 .product-img .golden-circle .other-style {
  font-weight: 400;
}

@media only screen and (max-width: 850px) {
  .middle-1 .product-img .golden-circle, .product-1 .product-img .golden-circle {
    top: 100px;
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .middle-1 .product-img .golden-circle, .product-1 .product-img .golden-circle {
    top: 90px;
    width: 150px;
    height: 150px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 575px) {
  .middle-1 .product-img .golden-circle, .product-1 .product-img .golden-circle {
    position: relative;
    top: 0;
    left: -30px;
    min-width: 150px;
    height: 150px;
  }
}

.middle-1 .product-img a img, .middle-1 .product-img img, .product-1 .product-img a img, .product-1 .product-img img {
  position: absolute;
  top: 150px;
  left: 160px;
  width: 240px;
  object-fit: contain;
  height: 339px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.middle-1 .product-img a img:hover, .middle-1 .product-img img:hover, .product-1 .product-img a img:hover, .product-1 .product-img img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 1070px) {
  .middle-1 .product-img a img, .middle-1 .product-img img, .product-1 .product-img a img, .product-1 .product-img img {
    width: 201px;
    height: 285px;
    top: 165px;
  }
}

@media only screen and (max-width: 850px) {
  .middle-1 .product-img a img, .middle-1 .product-img img, .product-1 .product-img a img, .product-1 .product-img img {
    top: 280px;
    left: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .middle-1 .product-img a img, .middle-1 .product-img img, .product-1 .product-img a img, .product-1 .product-img img {
    top: 220px;
    left: 15px;
    min-width: 148px;
    height: 210px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-1 .product-img a img, .middle-1 .product-img img, .product-1 .product-img a img, .product-1 .product-img img {
    position: relative;
    top: 0;
    left: -40px;
    width: 148px;
    height: 210px;
  }
}

.middle-1 .about-product, .product-1 .about-product {
  color: #977b50;
  text-align: right;
  padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .middle-1 .about-product, .product-1 .about-product {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .middle-1 .about-product, .product-1 .about-product {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-1 .about-product, .product-1 .about-product {
    text-align: center;
    padding-left: 0px;
    margin-left: 0;
  }
}

.middle-1 .about-product h3, .product-1 .about-product h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .middle-1 .about-product h3, .product-1 .about-product h3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-1 .about-product h3, .product-1 .about-product h3 {
    padding-top: 30px;
  }
}

.middle-1 .about-product p, .product-1 .about-product p {
  padding-left: 30px;
  padding-top: 25px;
  color: #787878;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .middle-1 .about-product p, .product-1 .about-product p {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-1 .about-product p, .product-1 .about-product p {
    padding-top: 5px;
  }
}

.middle-1 .about-product .button, .product-1 .about-product .button {
  color: #fff;
  background: #d1b069;
  background: -webkit-gradient(linear, left top, right top, from(#d1b069), to(#8b6329));
  background: linear-gradient(90deg, #d1b069 0%, #8b6329 100%);
}

.middle-icons-box {
  margin-top: -80px;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .middle-icons-box {
    margin-top: 30px;
  }
}

.middle-icons-box .middle-icons {
  padding: 20px;
}
.middle-icons-box .middle-icons-fix {
  position: relative;
  top: -100px;
}
.fixHeading {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .middle-icons-box .middle-icons {
    background-color: #f8f8f8;
  }
}

.middle-icons-box .middle-icons span {
  text-align: center;
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  line-height: 1rem;
  width: 140px;
}

@media only screen and (max-width: 991px) {
  .middle-icons-box .middle-icons span {
    margin-top: 10px;
  }
}

.middle-icons-box .middle-icons img {
  z-index: 2;
  height: 82px;
  width: 82px;
}

@media only screen and (max-width: 991px) {
  .middle-icons-box .middle-icons img {
    margin-top: 15px;
  }
}

.middle-icons-box svg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 630px;
  width: 100%;
  fill: #f8f8f8;
}

.product-2 .middle-icons-box {
  margin-top: 0px;
}

.middle-2-container {
  position: relative;
}

.middle-2-container .bg-symbol {
  position: absolute;
  top: -70px;
  right: 0px;
  z-index: 6;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.07;
}

.middle-2-container .bg-pink {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 5;
  fill: #f3eeee;
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (max-width: 991px) {
  .middle-2-container .bg-pink {
    height: 850px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-2-container .bg-pink {
    height: 130%;
    top: -130px;
  }
}

.middle-2, .product-2 {
  z-index: 200;
  position: relative;
  padding: 0 40px;
}

@media only screen and (max-width: 1199px) {
  .middle-2, .product-2 {
    max-width: 1100px;
  }
}

.middle-2 .product-img .golden-circle, .product-2 .product-img .golden-circle {
  position: absolute;
  top: 40px;
  right: 0;
  width: 210px;
  height: 210px;
  color: #fff;
  background: #9372cf;
  background: -webkit-gradient(linear, left top, right top, from(#9372cf), to(#644696));
  background: linear-gradient(90deg, #9372cf 0%, #644696 100%);
  border-radius: 50%;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.1rem;
}

.middle-2 .product-img .golden-circle .other-style, .product-2 .product-img .golden-circle .other-style {
  font-weight: 400;
}

@media only screen and (max-width: 850px) {
  .middle-2 .product-img .golden-circle, .product-2 .product-img .golden-circle {
    top: 100px;
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .middle-2 .product-img .golden-circle, .product-2 .product-img .golden-circle {
    top: 90px;
    width: 150px;
    height: 150px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 575px) {
  .middle-2 .product-img .golden-circle, .product-2 .product-img .golden-circle {
    position: relative;
    top: 0;
    left: -30px;
    min-width: 150px;
    height: 150px;
  }
}

.middle-2 .product-img a img, .middle-2 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
  position: absolute;
  top: 150px;
  right: 160px;
  width: 240px;
  object-fit: contain;
  height: 345px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.middle-2 .product-img a img:hover, .middle-2 .product-img img:hover, .product-2 .product-img a img:hover, .product-2 .product-img img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 1070px) {
  .middle-2 .product-img a img, .middle-2 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
    width: 201px;
    height: 285px;
    top: 165px;
  }
}

@media only screen and (max-width: 850px) {
  .middle-2 .product-img a img, .middle-2 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
    top: 280px;
    right: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .middle-2 .product-img a img, .middle-2 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
    top: 220px;
    right: 15px;
    min-width: 148px;
    height: 210px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-2 .product-img a img, .middle-2 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
    position: relative;
    top: 0;
    left: -40px;
    width: 148px;
    height: 210px;
  }
}

.middle-2 .about-product, .product-2 .about-product {
  color: #634696;
  text-align: left;
  padding-top: 20px;
  padding-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .middle-2 .about-product, .product-2 .about-product {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .middle-2 .about-product, .product-2 .about-product {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-2 .about-product, .product-2 .about-product {
    text-align: center;
    padding-right: 0px;
    margin-right: 0;
  }
}

.middle-2 .about-product h3, .product-2 .about-product h3 {
  color: #634696;
  font-weight: 700;
  font-size: 2rem;
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .middle-2 .about-product h3, .product-2 .about-product h3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-2 .about-product h3, .product-2 .about-product h3 {
    padding-top: 30px;
  }
}

.middle-2 .about-product p, .product-2 .about-product p {
  padding-right: 30px;
  padding-top: 25px;
  color: #787878;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .middle-2 .about-product p, .product-2 .about-product p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-2 .about-product p, .product-2 .about-product p {
    padding-top: 5px;
  }
}

.middle-2 .about-product .button, .product-2 .about-product .button {
  color: #fff;
  background: #9372cf;
  background: -webkit-gradient(linear, left top, right top, from(#9372cf), to(#644696));
  background: linear-gradient(90deg, #9372cf 0%, #644696 100%);
}

.product-3 {
  overflow: hidden;
  margin-top: 80px;
}

.product-3 .product-img .golden-circle {
  background: #9372cf;
  background: -webkit-gradient(linear, left top, right top, from(#9372cf), to(#644696));
  background: linear-gradient(90deg, #9372cf 0%, #644696 100%);
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .product-3 .product-img .golden-circle {
    font-size: 1.3rem;
  }
}

.product-3 .product-img .golden-circle .other-style {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .product-3 .product-img .golden-circle .other-style {
    font-size: 1.5rem;
  }
}

.product-3 .about-product h3 {
  color: #634696;
}

.product-3 .about-product .button {
  color: #fff;
  background: #9372cf;
  background: -webkit-gradient(linear, left top, right top, from(#9372cf), to(#644696));
  background: linear-gradient(90deg, #9372cf 0%, #644696 100%);
}

@media only screen and (max-width: 991px) {
  .product-3 {
    margin-top: 80px;
  }
}

.product-4 .bg-pink, .product-2.product-4 .bg-pink {
  height: 950px;
}

.and-product {
  padding: 50px 0; 
}

@media only screen and (max-width: 991px) {
  .product-4 .bg-pink, .product-2.product-4 .bg-pink {
    height: 1250px;
  }
}

@media only screen and (max-width: 575px) {
  .product-4 .bg-pink, .product-2.product-4 .bg-pink {
    height: 120%;
    top: -130px;
  }
}

.product-4 .product-img .golden-circle, .product-2.product-4 .product-img .golden-circle {
  background: #264f90;
  background: -webkit-gradient(linear, right top, left top, from(#264f90), to(#5990e7));
  background: linear-gradient(-90deg, #264f90 0%, #5990e7 100%);
}

.product-4 .about-product h3, .product-2.product-4 .about-product h3 {
  color: #264f90;
}

.product-4 .about-product .button, .product-2.product-4 .about-product .button {
  color: #fff;
  background: #264f90;
  background: -webkit-gradient(linear, left top, right top, from(#264f90), to(#5990e7));
  background: linear-gradient(90deg, #264f90 0%, #5990e7 100%);
}

.bottomMargin {
  margin-bottom: 300px;
}

.info .info-1, .info .info-5 {
  top: 170px;
  z-index: 99;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .info .info-1, .info .info-5 {
    top: 0px;
  }
}

.info .info-1 h3, .info .info-5 h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 20px;
  color: #977b50;
}

@media only screen and (max-width: 1199px) {
  .info .info-1 h3, .info .info-5 h3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .info .info-1 h3, .info .info-5 h3 {
    padding-top: 30px;
  }
}

.info .info-1 p, .info .info-5 p {
  padding-left: 30px;
  padding-top: 25px;
  color: #787878;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .info .info-1 p, .info .info-5 p {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .info .info-1 p, .info .info-5 p {
    padding-top: 5px;
  }
}

.info .info-1 .button, .info .info-5 .button {
  color: #fff;
  background: #d1b069;
  background: -webkit-gradient(linear, left top, right top, from(#d1b069), to(#8b6329));
  background: linear-gradient(90deg, #d1b069 0%, #8b6329 100%);
}

.info .info-1 img, .info .info-5 img {
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 991px) {
  .info .info-1 img, .info .info-5 img {
    position: relative;
    margin-top: 110px;
    right: 0;
  }
}

.info .info-2, .info .info-3, .info .info-4 {
  top: 230px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .info .info-2, .info .info-3, .info .info-4 {
    top: 80px;
  }
}

.info .info-2 h3, .info .info-3 h3, .info .info-4 h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 20px;
  color: #977b50;
}

@media only screen and (max-width: 1199px) {
  .info .info-2 h3, .info .info-3 h3, .info .info-4 h3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .info .info-2 h3, .info .info-3 h3, .info .info-4 h3 {
    padding-top: 10px;
  }
}

.info .info-2 p, .info .info-3 p, .info .info-4 p {
  padding-right: 30px;
  padding-top: 25px;
  color: #787878;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .info .info-2 p, .info .info-3 p, .info .info-4 p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .info .info-2 p, .info .info-3 p, .info .info-4 p {
    padding-top: 5px;
  }
}

.info .info-2 .button, .info .info-3 .button, .info .info-4 .button {
  color: #fff;
  background: #d1b069;
  background: -webkit-gradient(linear, left top, right top, from(#d1b069), to(#8b6329));
  background: linear-gradient(90deg, #d1b069 0%, #8b6329 100%);
}

.info .info-2 img, .info .info-3 img, .info .info-4 img {
  position: absolute;
  left: 20px;
  top: -20px;
}

@media only screen and (max-width: 991px) {
  .info .info-2 img, .info .info-3 img, .info .info-4 img {
    position: relative;
    margin-top: 0px;
    left: 0;
  }
}

.info .info-4 {
  top: 50px;
}

@media only screen and (max-width: 991px) {
  .info .info-4 {
    top: 50px;
  }
  .info .info-4 img {
    margin-top: 40px;
  }
  .info .info-4 p {
    padding-top: 0px;
  }
}

.info .info-5 {
  top: 130px;
}

@media only screen and (max-width: 991px) {
  .info .info-5 {
    top: 80px;
    margin-top: 0px;
  }
  .info .info-5 img {
    margin-top: 20px;
  }
  .info .info-5 p {
    padding-top: 0px;
  }
}

.info .info-3 {
  margin-top: 50px;
  padding-bottom: 160px;
}

@media only screen and (max-width: 1199px) {
  .info .info-3 {
    margin-top: 50px;
  }
}

.info .info-3 p {
  font-size: 1rem;
  font-weight: 700;
}

.partners, .partners2 {
  border: 1px solid rgba(240, 240, 240, 0.5);
  margin-top: 350px;
}

@media only screen and (max-width: 991px) {
  .partners, .partners2 {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .partners, .partners2 {
    border: 0;
  }
}

.partners .col-4, .partners2 .col-4 {
  min-width: 200px;
  min-height: 220px;
  border: 1px solid rgba(240, 240, 240, 0.5);
  background-color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .partners .col-4, .partners2 .col-4 {
    padding: 15px;
  }
}

.partners .col-4 img, .partners2 .col-4 img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.partners .col-4 img:hover, .partners2 .col-4 img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.partners-small .col-4 {
  min-width: 180px;
  max-width: 180px;
  min-height: 150px;
}

@media only screen and (max-width: 991px) {
  .partners-small .col-4 {
    min-width: 140px;
    max-width: 140px;
  }
}

.partners2 {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .partners2 {
    margin-top: 20px;
  }
}

.product-content, .product-content-2 {
  margin-top: 100px;
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .product-content, .product-content-2 {
    margin-top: 30px;
  }
}

.product-content h3, .product-content-2 h3 {
  color: #977b50;
  font-weight: 700;
  font-size: 2rem;
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .product-content h3, .product-content-2 h3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content h3, .product-content-2 h3 {
    padding-top: 30px;
  }
}

.product-content p, .product-content-2 p {
  padding-top: 25px;
  color: #787878;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .product-content p, .product-content-2 p {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content p, .product-content-2 p {
    padding-top: 5px;
  }
}

.product-content .info-shadow-1, .product-content-2 .info-shadow-1 {
  height: 320px;
  min-width: 270px;
}

.product-content .info-shadow-1 span:first-of-type, .product-content-2 .info-shadow-1 span:first-of-type {
  margin-top: 15px;
  color: #006234;
  font-weight: 700;
  font-size: 1.2rem;
}

.product-content .info-shadow-1 span:nth-of-type(2), .product-content-2 .info-shadow-1 span:nth-of-type(2) {
  margin-bottom: 25px;
  padding-top: 0px;
  font-size: 1.2rem;
}

.product-content .info-shadow-1 p, .product-content-2 .info-shadow-1 p {
  text-align: center;
  max-width: 180px;
  line-height: 1.2rem;
  padding-left: 0px;
  padding-top: 0px;
}

.product-content .info-shadow-1 img:first-of-type, .product-content-2 .info-shadow-1 img:first-of-type {
  margin-top: 15px;
  width: 80px;
  height: 80px;
}

.product-content .info-shadow-1 img:nth-of-type(2), .product-content-2 .info-shadow-1 img:nth-of-type(2) {
  margin-top: 100px;
  min-width: 210px;
  height: 300px;
}

@media only screen and (max-width: 590px) {
  .product-content .info-shadow-1 img:nth-of-type(2), .product-content-2 .info-shadow-1 img:nth-of-type(2) {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .product-content .info-shadow-1 img:nth-of-type(2), .product-content-2 .info-shadow-1 img:nth-of-type(2) {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .product-content .info-shadow-1 img:nth-of-type(2), .product-content-2 .info-shadow-1 img:nth-of-type(2) {
    display: none;
    visibility: hidden;
  }
}

.product-content .info-shadow-1 svg, .product-content-2 .info-shadow-1 svg {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 320px;
  width: 250px;
  fill: #fff;
}

.product-content .info-shadow-2, .product-content-2 .info-shadow-2 {
  height: 650px;
  min-width: 270px;
}

.product-content .info-shadow-2 span:first-of-type, .product-content-2 .info-shadow-2 span:first-of-type {
  margin-top: 15px;
  color: #006234;
  font-weight: 700;
  font-size: 1.2rem;
}

.product-content .info-shadow-2 span:nth-of-type(2), .product-content-2 .info-shadow-2 span:nth-of-type(2) {
  margin-bottom: 25px;
  padding-top: 0px;
  font-size: 1.2rem;
}

.product-content .info-shadow-2 p, .product-content-2 .info-shadow-2 p {
  text-align: center;
  max-width: 180px;
  line-height: 1.2rem;
  padding-left: 0px;
  padding-top: 0px;
}

.product-content .info-shadow-2 img:first-of-type, .product-content-2 .info-shadow-2 img:first-of-type {
  margin-top: 15px;
  width: 80px;
  height: 80px;
}

.product-content .info-shadow-2 img:nth-of-type(2), .product-content-2 .info-shadow-2 img:nth-of-type(2) {
  margin-top: 100px;
  min-width: 210px;
  height: 300px;
}

@media only screen and (max-width: 591px) {
  .product-content .info-shadow-2 img:nth-of-type(2), .product-content-2 .info-shadow-2 img:nth-of-type(2) {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .product-content .info-shadow-2 img:nth-of-type(2), .product-content-2 .info-shadow-2 img:nth-of-type(2) {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .product-content .info-shadow-2 img:nth-of-type(2), .product-content-2 .info-shadow-2 img:nth-of-type(2) {
    display: none;
    visibility: hidden;
  }
}

.product-content .info-shadow-2 svg, .product-content-2 .info-shadow-2 svg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  width: 250px;
  fill: #f8f8f8;
}

.product-content .product-1-img, .product-content-2 .product-1-img {
  margin-top: 30px;
  min-width: 300px;
  height: 406px;
}

.product-content .product-2-img, .product-content-2 .product-2-img {
  margin-top: 30px;
  min-width: 300px;
  height: 500px;
}

.product-content .product-info-bottom h3, .product-content .product-info-bottom2 h3, .product-content-2 .product-info-bottom h3, .product-content-2 .product-info-bottom2 h3 {
  margin-top: 140px;
}

@media only screen and (max-width: 991px) {
  .product-content .product-info-bottom h3, .product-content .product-info-bottom2 h3, .product-content-2 .product-info-bottom h3, .product-content-2 .product-info-bottom2 h3 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom th, .product-content .product-info-bottom2 th, .product-content-2 .product-info-bottom th, .product-content-2 .product-info-bottom2 th {
    font-size: 0.85rem;
  }
}

.product-content .product-info-bottom th:first-of-type, .product-content .product-info-bottom2 th:first-of-type, .product-content-2 .product-info-bottom th:first-of-type, .product-content-2 .product-info-bottom2 th:first-of-type {
  padding: 10px 120px 10px 20px;
  color: #fff;
  background-color: #977b50;
  border-bottom: 2px solid #fff;
  border-right: 15px solid #fff;
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom th:first-of-type, .product-content .product-info-bottom2 th:first-of-type, .product-content-2 .product-info-bottom th:first-of-type, .product-content-2 .product-info-bottom2 th:first-of-type {
    padding: 10px 10px 10px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom th:first-of-type, .product-content .product-info-bottom2 th:first-of-type, .product-content-2 .product-info-bottom th:first-of-type, .product-content-2 .product-info-bottom2 th:first-of-type {
    border-right: 5px solid #fff;
  }
}

.product-content .product-info-bottom th:nth-of-type(2), .product-content .product-info-bottom2 th:nth-of-type(2), .product-content-2 .product-info-bottom th:nth-of-type(2), .product-content-2 .product-info-bottom2 th:nth-of-type(2) {
  padding: 10px 20px 10px 80px;
  color: #fff;
  background-color: #2edf84;
  border-bottom: 2px solid #fff;
  border-right: 15px solid #fff;
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom th:nth-of-type(2), .product-content .product-info-bottom2 th:nth-of-type(2), .product-content-2 .product-info-bottom th:nth-of-type(2), .product-content-2 .product-info-bottom2 th:nth-of-type(2) {
    padding: 10px 10px 10px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom th:nth-of-type(2), .product-content .product-info-bottom2 th:nth-of-type(2), .product-content-2 .product-info-bottom th:nth-of-type(2), .product-content-2 .product-info-bottom2 th:nth-of-type(2) {
    border-right: 5px solid #fff;
  }
}

.product-content .product-info-bottom td, .product-content .product-info-bottom2 td, .product-content-2 .product-info-bottom td, .product-content-2 .product-info-bottom2 td {
  text-align: left;
  font-size: 0.85rem;
  padding: 10px 20px 10px 20px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #fff;
  border-right: 15px solid #fff;
}

@media only screen and (max-width: 767px) {
  .product-content .product-info-bottom td, .product-content .product-info-bottom2 td, .product-content-2 .product-info-bottom td, .product-content-2 .product-info-bottom2 td {
    padding: 10px 5px 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom td, .product-content .product-info-bottom2 td, .product-content-2 .product-info-bottom td, .product-content-2 .product-info-bottom2 td {
    border-right: 5px solid #fff;
  }
}

.product-content .product-info-bottom td:nth-of-type(2), .product-content .product-info-bottom2 td:nth-of-type(2), .product-content-2 .product-info-bottom td:nth-of-type(2), .product-content-2 .product-info-bottom2 td:nth-of-type(2) {
  text-align: right;
}

.product-content .product-info-bottom tr:nth-of-type(3) td:nth-of-type(1), .product-content .product-info-bottom2 tr:nth-of-type(3) td:nth-of-type(1), .product-content-2 .product-info-bottom tr:nth-of-type(3) td:nth-of-type(1), .product-content-2 .product-info-bottom2 tr:nth-of-type(3) td:nth-of-type(1) {
  padding-left: 40px;
}

.product-content .product-info-bottom table, .product-content .product-info-bottom2 table, .product-content-2 .product-info-bottom table, .product-content-2 .product-info-bottom2 table {
  margin: 30px 15px 20px 15px;
}

@media only screen and (max-width: 575px) {
  .product-content .product-info-bottom table, .product-content .product-info-bottom2 table, .product-content-2 .product-info-bottom table, .product-content-2 .product-info-bottom2 table {
    margin: 10px 5px 20px 5px;
  }
}

.product-content-2 .product-info-bottom2 {
  overflow: hidden;
}

.product-content-2 .product-info-bottom2 h3 {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .product-content-2 .product-info-bottom2 h3 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content-2 .product-info-bottom2 th:nth-of-type(2) {
    padding: 10px 3px 10px 3px;
  }
}

@media only screen and (max-width: 850px) {
  .product-1 .product-img .golden-circle, .product-2 .product-img .golden-circle {
    top: 0px;
  }
}

@media only screen and (max-width: 850px) {
  .product-1 .product-img a img, .product-1 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
    top: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .product-1 .product-img a img, .product-1 .product-img img, .product-2 .product-img a img, .product-2 .product-img img {
    position: relative;
    top: 0;
    left: -40px;
    width: 148px;
    height: 210px;
  }
}

@media only screen and (max-width: 991px) {
  .product-1 .middle-icons-box, .product-2 .middle-icons-box {
    margin-top: -20px;
  }
}

.product-content-2 {
  margin-top: 20px;
}

.product-content-2 h3, .product-content-2 .info-1 h3 {
  color: #634696;
}

.product-content-2 .product-info-bottom2 p:nth-of-type(2) {
  padding-top: 0;
  color: #ccc;
}

.product-content-2 .product-info-bottom2 th:first-of-type {
  color: #f3eeee;
  background-color: #634696;
}

.product-content-2 .product-info-bottom2 th:nth-of-type(3) {
  color: #fff;
  background-color: #2edf84;
  border-bottom: 2px solid #fff;
  padding: 10px 5px 10px 5px;
  border-right: 15px solid #fff;
}

@media only screen and (max-width: 575px) {
  .product-content-2 .product-info-bottom2 th:nth-of-type(3) {
    border-right: 5px solid #fff;
  }
}

.product-content-2 .product-info-bottom2 tr:nth-of-type(3) td:nth-of-type(1) {
  padding-left: 20px;
}

.product-content-2 .product-info-bottom2 td:nth-of-type(3) {
  text-align: center;
}

.product-content-2 .bg-pink {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  fill: #f3eeee;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 900px;
}

@media only screen and (max-width: 991px) {
  .product-content-2 .bg-pink {
    height: 1200px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content-2 .bg-pink {
    height: 1550px;
    top: -130px;
  }
}

@media only screen and (max-width: 991px) {
  .product-content-2 .about-product {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-content-2 .about-product {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content-2 .about-product {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .product-content-2 .product-img {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .product-content-2 .product-img {
    margin-top: 0px;
  }
}

.product-content-2 .middle-icons span {
  margin-bottom: 30px;
}

.product-info-bottom {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .product-info-bottom {
    margin-top: 0px;
  }
}

.about-product.about-product-4 {
  padding-top: 60px;
}

@media only screen and (max-width: 575px) {
  .about-product.about-product-4 {
    padding-top: 0px;
  }
}

.product-info-bottom2.info-prod-4 h3, .product-info-bottom2.info-prod-4 .info-1 h3 {
  color: #264f90;
}

.product-info-bottom2.info-prod-4 th:first-of-type {
  color: #fff;
  background-color: #264f90;
}

.product-info-bottom2.info-prod-4 th:nth-of-type(3) {
  color: #fff;
  background-color: #2edf84;
}

.product-info-bottom a, .product-info-bottom a:hover, .product-info-bottom2 a, .product-info-bottom2 a:hover {
  font-size: 0.85rem;
  color: #4e4e4e;
  text-decoration: underline;
}

.product-info-bottom a:hover, .product-info-bottom2 a:hover {
  color: #787878;
}

@media only screen and (max-width: 991px) {
  .product-info-bottom, .product-info-bottom2 {
    margin-top: 0px;
  }
}

.test111 {
  color: red;
  font-size: 50px;
  display: inline-block;
  width: 200px;
}

.test111:hover {
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  transform: scale(1.5);
}

.cookieinfo {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
}

.cookieinfo #cookie_more_info {
  color: #fff !important;
  text-decoration: underline !important;
}

.cookieinfo .cookieinfo-close {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.cookieinfo .cookieinfo-close:hover {
  background-color: #fff !important;
  color: #000000 !important;
}

.main-bar h1 {
  color: #977b50;
  font-weight: 700;
  font-size: 2rem;
  padding-top: 20px;
}

#contact_form h2 {
  color: #4e4e4e;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 20px;
}

#contact_form .nice_checkbox, #contact_form .nice_checkbox label:not(.error) {
  color: #4e4e4e;
}

#contact_form .nice_checkbox a, #contact_form .nice_checkbox label:not(.error) a {
  color: #977b50;
}

#contact_form .nice_checkbox a:hover, #contact_form .nice_checkbox label:not(.error) a:hover {
  text-decoration: underline;
}

#contact_form .button {
  color: #fff;
  background: #d1b069;
  background: -webkit-gradient(linear, left top, right top, from(#d1b069), to(#8b6329));
  background: linear-gradient(90deg, #d1b069 0%, #8b6329 100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#contact_form .button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.contact-page a {
  color: #977b50;
}

.contact-page a:hover {
  text-decoration: underline;
}

.legal-notice a {
  color: #977b50;
  text-decoration: underline;
}

body > footer {
  color: #fff;
  margin-top: 130px;
  padding-top: 230px;
  position: relative;
  height: 650px;
  background-image: url("../images/svg/resize/footer_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  body > footer {
    height: 830px;
  }
}

@media only screen and (max-width: 575px) {
  body > footer {
    height: 960px;
    padding-left: 50px;
  }
}

body > footer span {
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body > footer span {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  body > footer .empty-space {
    display: none;
  }
}

body > footer ul, body > footer p {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
}

body > footer ul li, body > footer p {
  font-size: 0.9rem;
  line-height: 2rem;
  margin-left: 0;
}

body > footer h3, body > footer h3 strong {
  margin-top: 10px;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 2rem;
  margin-left: 0;
}

body > footer a {
  color: #fff;
}

body > footer a:hover {
  color: #fff;
  text-decoration: underline;
}

body > footer a .footerSixnet {
  display: block;
  text-transform: none;
  margin-top: 100px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 300;
}

body > footer a .footerSixnet a {
  padding-left: 5px;
  padding-right: 5px;
}

body > footer a .footerSixnet img {
  display: block;
  width: 75px;
  margin: 0;
  padding: 0;
  margin-left: 6px;
}

body > footer a .footerSixnet div:nth-of-type(2) {
  margin-top: 10px;
}

body > footer a .logo-circle {
  z-index: 2;
  position: absolute;
  top: -50px;
  left: calc(50% - 90px);
  height: 180px;
  width: 180px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

body > footer a .logo-circle:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

body > footer .bg-logo-circle {
  z-index: 1;
  position: absolute;
  top: -73px;
  left: calc(50% - 115px);
  height: 230px;
  width: 230px;
  background-color: #fff;
  border-radius: 50%;
}

body > footer .copyright {
  color: #4e4e4e;
  text-align: center;
  margin-top: 15px;
}

.footerSixnet {
  text-align: center;
  color: #4e4e4e;
  display: block;
  text-transform: none;
  margin-top: 20px;
  padding-bottom: 50px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 300;
}

.footerSixnet a {
  color: #4e4e4e;
  padding-left: 5px;
  padding-right: 5px;
}

.footerSixnet a:hover {
  text-decoration: underline;
}

.footerSixnet img {
  display: block;
  width: 75px;
  margin: 0;
  padding: 0;
  margin-left: 6px;
}

.footerSixnet div:nth-of-type(2) {
  margin-top: 5px;
}

.social-icons img {
  height: 50px !important;
  width: 50px !important;
  margin: 0px 5px 30px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.social-icons img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

[class^="fi-"]::before,
[class*=" fi-"]::before {
  margin-right: 0;
  margin-left: 0;
}

.content-web {
  padding: 0 15px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

.content-web img {
  max-width: 100%;
  height: auto;
}

.sm-simple {
  border: 0 none;
  background: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu > ul > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
  }
}

.main-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #ffffff;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  height: 60px;
}

.nav-brand a img {
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .nav-brand a {
    height: 100px;
  }
}

#main-menu > ul {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

#main-menu > ul li {
  background-color: rgba(255, 255, 255, 0.75);
}

#main-menu > ul > li > a {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .main-nav {
    position: absolute;
    background-color: transparent;
  }
  #main-menu > ul {
    float: right;
    clear: none;
    display: block;
  }
  #main-menu > ul > li > a > .sub-arrow {
    display: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

ul#lang {
  list-style: none;
  margin: 0;
  *zoom: 1;
}

ul#lang li {
  float: left;
  visibility: collapse;
}

ul#lang li a {
  display: block;
  padding: 3px 10px;
  visibility: visible;
}

ul#lang:before, ul#lang:after {
  content: ' ';
  display: table;
}

ul#lang:after {
  clear: both;
}

ul#lang.flag a {
  width: 2rem;
  height: 1.5rem;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

ul#lang.code a:before {
  content: attr(data-code);
  text-transform: uppercase;
}

ul#lang.name a:before {
  content: attr(title);
}

.relative {
  position: relative;
}

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

.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

/* line break after element */
.br:after {
  content: '\A';
  white-space: pre;
}

/* clear-fix */
.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .cf-medium {
    *zoom: 1;
  }
  .cf-medium:before, .cf-medium:after {
    content: ' ';
    display: table;
  }
  .cf-medium:after {
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .small-0 {
    width: 0;
  }
}

/* proportional height */
#testProportional {
  margin: 50px auto;
  width: 300px;
  background-color: green;
}

.crust {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.crust:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.crust .core {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.crust .core img,
.crust .core .content {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.crust .core .content {
  width: 100%;
  height: 100%;
}

.crust.cover .core img {
  /*width: 100%*/
  /*height: auto*/
  /*max-height: none*/
  min-width: 100%;
  min-height: 100%;
  height: auto;
  max-width: none;
}

.crust.ratio-2_1:before {
  padding-top: 50%;
}

.crust.ratio-4_3:before {
  padding-top: 75%;
}

.crust.ratio-16_9:before {
  padding-top: 56.25%;
}

.crust.ratio-9_4:before {
  padding-top: 44.44%;
}

.crust.ratio-5_4:before {
  padding-top: 80%;
}

.crust.ratio-1_2:before {
  padding-top: 200%;
}

.crust.ratio-4_5:before {
  padding-top: 125%;
}

/* icon before content */
a.icon-prev:hover {
  color: #1992ff;
}

.icon-prev {
  position: relative;
  display: inline;
  margin-left: 2.25em;
  white-space: nowrap;
}

.icon-prev:before {
  position: absolute;
  margin-top: 0.15em;
  left: -1.20em;
  font-size: 1.10em;
  color: red;
}

.icon-prev:first-child {
  margin-left: 1.35em;
}

/* title after icon */
.tai {
  position: relative;
  white-space: nowrap;
  color: #005eb2;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 1rem;
}

.tai:after {
  content: attr(data-title);
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-left: 0.33rem;
}

.tai:before {
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .tai {
    cursor: help;
    font-size: 2.5rem;
  }
  .tai:after {
    display: none;
  }
  .tai:hover:after, .tai:focus:after, .tai:active:after {
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 2px;
  }
  .tai:before {
    line-height: 3.75rem;
  }
  a.tai {
    cursor: pointer;
  }
}

.req-sign, label .req::after {
  color: #cc0000;
  font-weight: bold;
}

label .req::after {
  content: '*';
  position: absolute;
  margin-left: 0.3rem;
  margin-left-margin-right: 1.2rem;
}

ul.evenly {
  text-align: justify;
  min-width: 500px;
}

ul.evenly:after {
  content: '';
  display: inline-block;
  width: 100%;
}

ul.evenly li {
  display: inline-block;
}

.clickable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* ADMIN: edit text on the page */
.admin-edit, .menu-content-edit {
  position: relative;
  overflow: hidden;
}

.admin-edit:after, .menu-content-edit:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(102, 82, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.05);
}

.admin-edit:after:hover, .menu-content-edit:after:hover {
  display: none;
}

.admin-edit:hover, .menu-content-edit:hover {
  border: 1px solid #990000;
  background-color: rgba(255, 255, 255, 0.67);
  color: #660000;
  cursor: url(../images/pencil-red-16.gif) 0 16, pointer;
}

.admin-edit[data-variant="static_content"], .menu-content-edit[data-variant="static_content"] {
  display: inherit;
}

.admin-edit[data-variant="static_content"]:hover, .menu-content-edit[data-variant="static_content"]:hover {
  cursor: url(../images/doc-edit-16.gif) 0 16, pointer;
}

.menu-content-edit {
  display: inherit;
}

.menu-content-edit:hover {
  cursor: url(../images/doc-edit-16.gif) 0 16, pointer;
}

ul.slickSlider {
  padding: 0;
}

ul.slickSlider li {
  position: relative;
  width: 100%;
  height: 33vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sixnetFooter {
  max-height: 32px;
}
/*# sourceMappingURL=app.css.map */