* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "EuclidCircularB";
  src: url("fonts/EuclidCircularB-Regular-WebS.woff2") format("woff2"), url("fonts/EuclidCircularB-Regular-WebS.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "EuclidCircularB";
  src: url("fonts/EuclidCircularB-Semibold-WebS.woff2") format("woff2"), url("fonts/EuclidCircularB-Semibold-WebS.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Produkt Web";
  src: url("fonts/Produkt-Regular-Web.woff2") format("woff2"), url("fonts/Produkt-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
html, body {
  font-family: "EuclidCircularB";
  font-size: 16px;
  color: #000;
  background-color: #F0E4D8;
  width: 100%;
  height: 100%;
  line-height: 1.1;
}

section {
  padding: 80px 30px;
}
@media screen and (max-width: 400px) {
  section {
    padding: 80px 15px;
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

#header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    margin-bottom: 30px;
  }
}

#sliders .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sliders .total p {
  background-color: #81ACA3;
  font-size: 45px;
  padding: 21px 24px;
  color: #fff;
}

.caption-wrapper {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.caption-wrapper .caption {
  padding: 40px 90px 40px 40px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 500px) {
  .caption-wrapper .caption {
    padding: 30px 50px 30px 30px;
  }
}
@media screen and (max-width: 450px) {
  .caption-wrapper .caption {
    width: 100%;
  }
}
.caption-wrapper .caption::before {
  content: "";
  width: 40px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
}
@media screen and (max-width: 600px) {
  .caption-wrapper .caption::before {
    bottom: -40px;
    width: 30px;
    height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .caption-wrapper .caption::before {
    bottom: -30px;
    width: 20px;
    height: 30px;
  }
}
.caption-wrapper .caption h1 {
  font-family: "Produkt Web";
  font-size: 60px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .caption-wrapper .caption h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 976px) {
  .caption-wrapper .caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .caption-wrapper .caption h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  .caption-wrapper .caption h1 {
    font-size: 25px;
  }
}
.caption-wrapper img {
  width: 270px;
  margin-left: -135px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .caption-wrapper img {
    width: 200px;
    margin-left: -100px;
  }
}
@media screen and (max-width: 500px) {
  .caption-wrapper img {
    width: 150px;
    margin-left: -75px;
  }
}

.slidecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slidecontainer .label {
  background-color: #715D61;
  padding: 25px 35px;
  width: 30%;
}
@media screen and (max-width: 976px) {
  .slidecontainer .label {
    padding: 25px;
  }
}
@media screen and (max-width: 630px) {
  .slidecontainer .label {
    width: 100%;
  }
}
.slidecontainer p.title {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 976px) {
  .slidecontainer p.title {
    font-size: 18px;
  }
}
.slidecontainer .slider-wrapper {
  width: 70%;
  background: #fff;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 630px) {
  .slidecontainer .slider-wrapper {
    width: 100%;
  }
}
.slidecontainer .slider-wrapper .ui-widget.ui-widget-content {
  border-radius: 0;
  border: none;
  background: -webkit-linear-gradient(left, #F51018, #F51018 10%, #F08129 10%, #F08129 20%, #4FA045 20%, #4FA045);
}
.slidecontainer .slider-wrapper .slider {
  width: 90%;
  background-color: red;
}
.slidecontainer .slider-wrapper .slider .ui-slider-range-max {
  background-color: transparent;
}
.slidecontainer .slider-wrapper .slider .ui-slider-handle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #000;
  top: -13px;
  background-color: #fff;
  outline: none;
  margin-left: -19px;
}
.slidecontainer .slider-wrapper p.value {
  font-size: 20px;
  font-weight: 100;
  margin-left: 15px;
}