@font-face {
  font-family: Open Sans;
  src: url("Fonts/Open Sans-Regular.ttf");
}

@font-face {
  font-family: Open Sans;
  src: url("Fonts/OpenSans-Regular.ttf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.sectionHeader {
  width: 100%;
  height: auto;
  background-image: url(Images/Group_5F254.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
.sectionHeader--header {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.sectionHeader--header--left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sectionHeader--header--left p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #123b49;
}
.sectionHeader--header--right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sectionHeader--header--right a {
  margin-right: 40px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #123b49;
}
.sectionHeader--header--right a:last-child {
  margin-right: unset;
}
.sectionHeader--header--right a:hover {
  text-decoration: underline;
  text-decoration-color: #e3207c;
  text-underline-offset: 10px;
}
.sectionHeader--body {
  margin-top: 100px;
  max-width: 1300px;
  width: 100%;
  display: flex;
}
.sectionHeader--body--left {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.sectionHeader--body--left h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  color: #123b49;
  margin-bottom: 40px;
}
.sectionHeader--body--left--box {
}
.sectionHeader--body--left--box div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sectionHeader--body--left--box div img {
  width: 60px;
  height: 60px;
}
.sectionHeader--body--left--box div p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #123b49;
  margin-left: 25px;
}
.sectionHeader--body--middle {
  width: 35%;
  margin-left: 30px;
}
.sectionHeader--body--middle img {
  margin-top: 30px;
}
.sectionHeader--body--right {
  width: 26%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  padding-bottom: 115px;
}
.sectionHeader--body--right h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 155%;
  color: #123b49;
  margin-bottom: 25px;
}
.sectionHeader--body--right input {
  height: 60px;
  margin-bottom: 25px;
  background: #ffffff;
  border: 1px solid #00c337;
  box-sizing: border-box;
  border-radius: 10px;
  padding-left: 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #9c9c9c;
  outline: none;
}
.sectionHeader--body--right button {
  height: 80px;
  background: #e3207c;
  border-radius: 10px;
  border: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.sectionSymptoms {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.sectionSymptoms--box {
  width: 100%;
  max-width: 1300px;
}
.sectionSymptoms--box h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #123b49;
  margin-bottom: 20px;
}
.sectionSymptoms--box p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #dc1c6c;
  margin-bottom: 40px;
}
.sectionSymptoms--right {
  display: flex;
  width: 100%;
}
.sectionSymptoms--right--body {
  width: 100%;
}
.sectionSymptoms--right--list {
  display: flex;
  margin-top: 10px;
}
.sectionSymptoms--right--list:nth-child(1) {
  margin-left: 50px;
}
.sectionSymptoms--right--list:nth-child(2) {
  margin-left: 115px;
}
.sectionSymptoms--right--list:nth-child(3) {
  margin-left: 53px;
}
.sectionSymptoms--right--list:nth-child(4) {
  margin-left: 115px;
}
.sectionSymptoms--right--list:nth-child(5) {
  margin-left: -20px;
}
.sectionSymptoms--right--list img {
  width: 30px;
  height: 35px;
  margin-right: 30px;
}
.sectionSymptoms--right--list p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  color: #123b49;
}
.sectionNatura {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.sectionNatura--body {
  background-color: #c5fed970;
  width: 100%;
  max-width: 1300px;
  position: relative;
}
.sectionNatura--body h1 {
  margin-top: 80px;
  margin-left: 80px;
  margin-bottom: 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #123b49;
}
.sectionNatura--body p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #dc1c6c;
  margin-left: 80px;
  margin-bottom: 50px;
}
.sectionNatura--body--box {
  margin-left: 80px;
  padding-bottom: 30px;
}
.sectionNatura--body--box div {
  width: 100%;
  display: flex;
}
.sectionNatura--body--box div img {
  width: 60px;
  height: 60px;
}
.sectionNatura--body--box div p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  color: #123b49;
  max-width: 570px;
  margin-left: 25px;
}
.sectionNatura--image {
  position: absolute;
  bottom: 0;
  right: -300px;
}
.sectionOrder {
  width: 100%;
  height: auto;
  background-image: url(Images/Group_5F253.png);
  background-position: center;
  background-size: cover;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.sectionOrder--body {
  width: 100%;
  max-width: 1300px;
  display: flex;
}
.sectionOrder--body--left {
  padding-top: 80px;
}
.sectionOrder--body--left h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #123b49;
  margin-bottom: 20px;
}
.sectionOrder--body--left p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #dc1c6c;
  margin-bottom: 50px;
}
.sectionOrder--body--left img {
  padding-bottom: 80px;
}
.sectionOrder--body--right {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: 100%;
  max-width: 440px;
}
.sectionOrder--body--right h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 155%;
  color: #123b49;
  margin-bottom: 25px;
}
.sectionOrder--body--right input {
  height: 60px;
  margin-bottom: 25px;
  background: #ffffff;
  border: 1px solid #00c337;
  box-sizing: border-box;
  border-radius: 10px;
  padding-left: 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #9c9c9c;
  outline: none;
}
.sectionOrder--body--right button {
  height: 80px;
  background: #e3207c;
  border-radius: 10px;
  border: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.sectionOrder--body--right div img {
  margin-top: 115px;
  margin-left: 200px;
  margin-bottom: 25px;
}
.sectionHowToOrder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.sectionHowToOrder--box {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
}
.sectionHowToOrder h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 155%;
  color: #123b49;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.sectionHowToOrder--box div {
  width: 410px;
  height: 400px;
  background: #f6f7fb;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionHowToOrder--box div:nth-child(2) {
  margin: 0 30px;
}
.sectionHowToOrder--box div img {
  margin-top: 20px;
}
.sectionHowToOrder--box--inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start !important;
  padding: 0 20px;
}
.sectionHowToOrder--box--inner h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #123b49;
}
.sectionHowToOrder--box--inner p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  color: #123b49;
}
.sectionBeforeAfter {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.sectionBeforeAfter--body {
  width: 100%;
  max-width: 1300px;
  background: #fdfce5;
  border-radius: 5px;
}
.sectionBeforeAfter--body h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #123b49;
  margin-top: 80px;
  margin-left: 80px;
}
.sectionBeforeAfter--body p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #dc1c6c;
  margin-left: 80px;
  margin-top: 20px;
}
.sectionBeforeAfter--body--box {
  display: flex;
}
.sectionBeforeAfter--body--left {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-left: 80px;
}
.sectionBeforeAfter--body--left div {
  display: flex;
}
.sectionBeforeAfter--body--left div img {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}
.sectionBeforeAfter--body--left div p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #123b49;
  margin-left: 25px;
  text-transform: uppercase;
  margin-top: 70px;
}
.sectionBeforeAfter--body--right {
  margin-top: 130px;
  margin-left: 125px;
}
.sectionBeforeAfter--body--right h1 {
  display: none;
}
.sectionBeforeAfter--body--right div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sectionBeforeAfter--body--right div p {
  margin-left: 25px;
  margin-top: unset;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #123b49;
}
.sectionSlider {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.sectionSlider--body {
  width: 100%;
  max-width: 1300px;
}
.sectionSlider--body--box {
  max-width: 410px;
  height: 280px;
  background: #f6f7fb;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
}
.sectionSlider--body--box img {
  position: absolute;
  right: 0px;
  top: -20px;
}
.splide__pagination {
  bottom: -40px !important;
}
.splide__arrow {
  display: none !important;
}
.splide__pagination__page.is-active {
  background: #123b49 !important;
}
.sectionSlider--body h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 57px;
  color: #123b49;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sectionSlider--body p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  color: #dc1c6c;
}
.sectionSlider--body--box p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  color: #123b49;
  padding: 40px;
}
.sectionSlider--body--box--bottom {
  display: flex;
  align-items: center;
  margin-top: -20px;
  margin-left: 10px;
}
.sectionSlider--body--box--bottom img {
  margin-right: 10px;
  z-index: 1;
}
.sectionSlider--body--box--bottom p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  color: #123b49;
  padding: unset;
}
.sectionBeforeFooter {
  width: 100%;
  height: auto;
  background-image: url(Images/Group_5F253_1.png);
  background-position: center;
  background-size: cover;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.sectionBeforeFooter--body {
  width: 100%;
  max-width: 1300px;
  display: flex;
}
.sectionBeforeFooter--body--left {
  padding-top: 120px;
}
.sectionBeforeFooter--body--left h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  color: #123b49;
  margin-bottom: 20px;
}
.sectionBeforeFooter--body--left p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #dc1c6c;
  margin-bottom: 50px;
}
.sectionBeforeFooter--body--left img {
  padding-bottom: 80px;
  margin-left: 100px;
}
.sectionBeforeFooter--body--right {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: 100%;
  max-width: 400px;
  margin-top: 70px;
  position: relative;
}
.sectionBeforeFooter--body--right h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 155%;
  color: #123b49;
  margin-bottom: 25px;
}
.sectionBeforeFooter--body--right input {
  height: 60px;
  margin-bottom: 25px;
  background: #ffffff;
  border: 1px solid #00c337;
  box-sizing: border-box;
  border-radius: 10px;
  padding-left: 20px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #9c9c9c;
  outline: none;
}
.sectionBeforeFooter--body--right button {
  height: 80px;
  background: #e3207c;
  border-radius: 10px;
  border: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.sectionBeforeFooter--body--right div img {
  margin-top: 115px;
  margin-left: 200px;
  margin-bottom: 25px;
}
.sectionBeforeFooter--body--price {
  position: absolute;
  top: -150px;
  right: -150px;
}
.sectionFooter {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  background: #001b24;
}
.sectionFooter--body {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: center;
}
.sectionFooter--body--left h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.sectionFooter--body--left p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.sectionFooter--body--middle {
  display: flex;
  align-items: center;
  margin-left: 170px;
}
.sectionFooter--body--middle img {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.sectionFooter--body--middle--box p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.sectionFooter--body--right {
  margin-left: 85px;
  display: flex;
  align-items: center;
}
.sectionFooter--body--right p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-left: 15px;
}
.sectionFooter--body--mobile {
  display: none;
}
@media screen and (min-width: 1521px) and (max-width: 1919px) {
  .sectionNatura--image {
    max-width: 500px;
    right: -100px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1520px) {
  .sectionNatura--image {
    max-width: 400px;
    right: -50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sectionNatura--image {
    max-width: 300px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1480px) {
  .sectionBeforeFooter--body--price {
    max-width: 200px;
    right: -140px;
  }
  .sectionOrder--body--right div img {
    margin-left: unset;
  }
  .sectionHowToOrder--box {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1289px) {
  .sectionHowToOrder--box div:nth-child(3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .sectionSymptoms {
    padding: 0 40px;
  }
  .sectionOrder--body {
    padding: 0 40px;
    flex-direction: column;
    align-items: center;
  }
  .sectionSlider {
    padding: 0 40px;
  }
  .sectionBeforeFooter--body {
    padding: 0 40px;
  }
  .sectionFooter--body {
    padding: 0 40px;
  }

  .sectionHeader--body--left {
    width: 70%;
  }
  .sectionHeader--body--middle {
    display: none;
  }
  .sectionHeader--body--right {
    width: 30%;
  }
  .sectionHeader--header--right a {
    margin-right: 20px;
    font-size: 14px;
  }
  .sectionOrder--body--right div img {
    margin-top: unset;
  }
  .sectionBeforeFooter--body--price {
    display: none;
  }
  .sectionHowToOrder--box div:nth-child(1) {
    margin: 0 30px;
  }
  .sectionSymptoms--right div img {
    max-width: 350px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1279px) {
  .sectionSlider--body--box--bottom {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .sectionHeader {
    display: none;
  }
  .sectionHeader--header {
    padding-top: 25px;
  }
  .sectionHeader--body--left {
    width: 100%;
  }
  .sectionHeader--body--middle {
    width: 50%;
    margin-left: unset;
  }
  .sectionHeader--body--middle img {
    margin-top: 75px;
  }
  .sectionHeader--body--right {
    width: 40%;
  }
  .sectionNatura {
    margin-top: 50px;
    padding: 0 20px;
  }
  .sectionNatura--body {
    padding-right: 20px;
  }
  .sectionNatura--body h1 {
    margin-top: 50px;
    margin-left: 20px;
  }
  .sectionNatura--body p {
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .sectionNatura--body--box {
    margin-left: 20px;
  }
  .sectionNatura--image {
    display: none;
  }
  .sectionSymptoms {
    padding: 0 20px;
  }
  .sectionSymptoms--right {
    flex-direction: column;
  }
  .sectionSymptoms--right--list {
    margin-top: unset;
    margin-left: unset !important;
  }
  .sectionSymptoms--right-body {
    margin-top: 40px;
  }
  .sectionOrder {
    margin-top: 50px;
    background-image: url(Images/Group_5F255.png);
    background-position-y: 500px;
  }
  .sectionOrder--body--left {
    padding-top: unset;
    display: flex;
    flex-direction: column;
  }
  .sectionOrder--body {
    flex-direction: column;
    padding: 0 20px;
  }
  .sectionOrder--body--left p {
    margin-bottom: 40px;
  }
  .sectionOrder--body--left img {
    padding-bottom: 60px;
  }
  .sectionOrder--body--right div img {
    margin-top: unset;
    margin-bottom: 40px;
  }
  .sectionOrder--body--right {
    margin-left: unset;
  }
  .sectionHowToOrder {
    margin-top: 50px;
    padding: 0 20px;
  }
  .sectionHowToOrder h1 {
    margin-bottom: 20px;
  }
  .sectionHowToOrder--box {
    flex-direction: column;
    align-items: center;
  }
  .sectionHowToOrder--box--margin {
    margin: 20px 0 !important;
  }
  .sectionBeforeAfter {
    margin-top: 50px;
  }
  .sectionBeforeAfter--body h1 {
    margin-top: 50px;
    margin-left: 20px;
  }
  .sectionBeforeAfter--body p {
    margin-left: 20px;
  }
  .sectionBeforeAfter--body--left {
    margin-top: 30px;
    margin-left: 20px;
  }
  .sectionBeforeAfter--body--right {
    margin-top: 50px;
    margin-left: 20px;
    padding-bottom: 40px;
  }
  .sectionSlider {
    padding: 0 20px;
  }
  .sectionBeforeAfter--body--box {
    flex-direction: column;
  }
  .sectionBeforeFooter {
    background-image: url(Images/Group_5F254_2.png);
    padding-bottom: 50px;
  }
  .sectionBeforeFooter--body--left {
    padding-top: 50px;
  }
  .sectionBeforeFooter--body {
    flex-direction: column;
    padding: 0 20px;
  }
  .sectionBeforeFooter--body--price {
    top: -350px;
    right: -260px;
  }
  .sectionBeforeFooter--body--right {
    margin-top: unset;
    margin-left: unset;
  }
  .sectionBeforeFooter--body--right div img {
    margin-top: 50px;
  }
  .sectionHeader--header--right {
    display: none;
  }
  .sectionHeaderResponsive {
    background-image: url(Images/Group_5F254_1.png);
    background-size: cover;
    background-position: center;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .sectionHeaderResponsive--box {
    display: flex;
  }
  .sectionFooter {
    display: none;
  }
  .sectionFooter--body {
    padding: 0 20px;
  }
  .sectionFooterResponsive {
    background: #001b24;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
  }
  .sectionFooter--body--left {
    padding-left: 20px;
  }
  .sectionFooter--body--middle {
    margin-left: 80px;
    margin-bottom: 25px;
  }
  .sectionFooter--body--right {
    margin-left: 80px;
  }
}
@media screen and (max-width: 850px) {
  .sectionSlider--body--box--bottom {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sectionHeaderResponsive {
    background-image: url(Images/Group_5F254_3.png);
    padding: 0 20px;
  }
  .sectionHeaderResponsive--box {
    flex-direction: column;
    align-items: center;
  }
  .sectionHeader--body--middle {
    width: 100%;
  }

  .sectionHeader--body--right {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .sectionHeader--body--right h1 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sectionHeader--body--right input {
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
  }
  .sectionHeader--body--right button {
    height: 60px;
    font-size: 20px;
  }
  .sectionHeader--body--left h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .sectionHeader--body--left--box div img {
    width: 25px;
    height: 25px;
  }
  .sectionHeader--body--left--box div p {
    font-size: 15px;
    margin-left: 15px;
  }
  .sectionSymptoms {
    margin-top: 40px;
  }
  .sectionSymptoms--box h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sectionSymptoms--box p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sectionSymptoms--right div img {
    max-width: 300px;
  }
  .sectionSymptoms--right-body {
    margin-top: 20px;
  }
  .sectionSymptoms--right--list img {
    width: 27px;
    height: 27px;
    margin-right: 20px;
  }
  .sectionSymptoms--box p {
    font-size: 14px;
  }
  .sectionNatura {
    margin-top: 20px;
    padding: unset;
  }
  .sectionNatura--body h1 {
    margin-top: 40px;
    font-size: 22px;
  }
  .sectionNatura--body p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sectionNatura--body--box div img {
    width: 24px;
    height: 24px;
  }
  .sectionNatura--body--box div p {
    font-size: 14px;
    margin-left: 15px;
  }
  .sectionOrder {
    margin-top: 40px;
    background-image: url(Images/Group_5F253.png);
  }
  .sectionOrder--body--left h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sectionOrder--body--left p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sectionOrder--body--right {
    max-width: unset;
  }
  .sectionOrder--body--right div img {
    margin-bottom: 20px;
    margin-left: 40px;
    max-width: 220px;
  }
  .sectionOrder--body--right h1 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sectionOrder--body--right input {
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .sectionOrder--body--right button {
    height: 60px;
    font-size: 20px;
  }
  .sectionHowToOrder {
    margin-top: 80px;
  }
  .sectionHowToOrder h1 {
    font-size: 22px;
  }
  .sectionHowToOrder h1 {
    margin-bottom: 15px;
  }
  .sectionHowToOrder p {
    font-size: 14px;
  }
  .sectionHowToOrder--box div {
    width: 280px;
    height: 250px;
  }
  .sectionHowToOrder--box div img {
    width: 106px;
  }
  .sectionHowToOrder--box--inner h1 {
    margin-top: 20px;
  }
  .sectionBeforeAfter {
    margin-top: 40px;
  }
  .sectionBeforeAfter--body h1 {
    margin-top: 40px;
    font-size: 22px;
  }
  .sectionBeforeAfter--body p {
    margin-top: 15px;
    font-size: 18px;
  }
  .sectionBeforeAfter--body--left {
    margin-top: 20px;
  }
  .sectionBeforeAfter--body--left div img {
    width: 100px;
    height: 100px;
  }
  .sectionBeforeAfter--body--left div p {
    margin-left: 20px;
    font-size: 15px;
    margin-top: 30px;
  }
  .sectionBeforeAfter--body--right {
    margin-top: unset;
  }
  .sectionBeforeAfter--body--right h1 {
    display: block;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #123b49;
    margin-top: unset;
    margin-left: unset;
    margin-bottom: 20px;
  }
  .sectionBeforeAfter--body--right div img {
    width: 25px;
    height: 25px;
  }
  .sectionBeforeAfter--body--right div p {
    margin-left: 15px;
    font-size: 15px;
  }
  .sectionSlider {
    margin: 40px 0;
  }
  .sectionSlider--body h1 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .sectionSlider--body p {
    font-size: 18px;
    line-height: 25px;
  }

  .sectionBeforeFooter--body--left {
    padding-top: 40px;
  }
  .sectionBeforeFooter--body--left h1 {
    margin-bottom: 15px;
    font-size: 22px;
    text-align: unset;
  }
  .sectionBeforeFooter--body--left p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: unset;
  }
  .sectionBeforeFooter--body--left img {
    padding-bottom: 20px;
    margin-left: unset;
    max-width: 220px;
  }
  .sectionBeforeFooter--body--right div img {
    display: none;
  }
  .sectionBeforeFooter--body--right h1 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .sectionBeforeFooter--body--right input {
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .sectionBeforeFooter--body--right button {
    height: 60px;
    font-size: 20px;
  }
  .sectionFooterResponsive {
    flex-direction: column;
    height: auto;
    align-items: unset;
  }
  .sectionFooter--body--left p {
    display: none;
  }
  .sectionFooter--body--mobile {
    display: block;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 50px;
  }
  .sectionFooter--body--left h1 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .sectionFooter--body--middle {
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .sectionFooter--body--right {
    margin-left: 20px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 480px) {
  .sectionHeader--body--middle img {
    max-width: 300px;
  }
  .sectionSlider--body--box img {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .sectionHeaderResponsive {
    display: none;
  }
  .sectionFooterResponsive {
    display: none;
  }
}

.header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0;
  right: 0;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: absolute;
  user-select: none;
  right: 20px;
  top: 5px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 300px;
  padding-bottom: 100px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 1024px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

.menu li a {
  color: #000;
  font-family: Open Sans;
}
@media screen and (min-width: 1024px) {
  .menu {
    display: none;
  }
}
