body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

img {
  width: auto;
  height: auto;
}

body * {
  font-family: "Comic Sans", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Comic Sans";
  src: url("../fonts/Comic_Sans_MS.ttf");
}
@font-face {
  font-family: "Book Antiqua";
  src: url("../fonts/Book_Antiqua.ttf");
}
.wave__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.wave__partner > img {
  width: 100%;
}

.partner__wrapper {
  background-color: #82AF38;
  padding-top: 162px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}
.partner__wrapper .left__float {
  position: absolute;
  top: 0px;
  max-width: 1340px;
  left: 0px;
  height: auto;
}
.partner__wrapper > .right__float {
  position: absolute;
  top: -300px;
  max-width: 1200px;
  right: 0px;
}
.partner__wrapper .top__partner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
}
.partner__wrapper .top__partner .plates .plate .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partner__wrapper .top__partner .plates .plate .desc > span {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: bold;
  letter-spacing: 1px;
}
.partner__wrapper .top__partner .plates .plate .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.partner__wrapper .top__partner .plates .plate > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner__wrapper .top__partner .plates .plate > .media img {
  min-width: 56px;
  max-width: 56px;
}
.partner__wrapper .top__partner .plates .plate {
  margin-bottom: 8px;
}
.partner__wrapper .top__partner .plates .plate:last-child {
  margin-bottom: 0px;
}
.partner__wrapper .top__partner .plates .plate {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  backdrop-filter: blur(10px);
}
.partner__wrapper .top__partner > p {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 400;
}
.partner__wrapper .top__partner > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 56px;
  color: #F5F5F5;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.partner__wrapper .top__partner > * {
  max-width: 450px;
  margin-left: auto;
}
.partner__wrapper .partner__article {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  padding: 8px;
  width: 100%;
  border-radius: 32px;
  position: relative;
  backdrop-filter: blur(10px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.partner__wrapper .partner__article .inner {
  padding: 30px 20px;
  padding-bottom: 135px;
  border-radius: 32px;
  width: 100%;
  background: url("../img/partnerback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.partner__wrapper .partner__article .inner .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4px;
  max-width: 535px;
}
.partner__wrapper .partner__article .inner .grid > .elem {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  backdrop-filter: blur(10px);
}
.partner__wrapper .partner__article .inner .grid > .elem > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.partner__wrapper .partner__article .inner .grid > .elem > p {
  margin: 0px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: "Book Antiqua", sans-serif;
}
.partner__wrapper .partner__article .inner .title {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 535px;
  border-radius: 32px;
  backdrop-filter: blur(10px);
  margin-bottom: 4px;
}
.partner__wrapper .partner__article .inner .title .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner__wrapper .partner__article .inner .title .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 43px;
  border-radius: 250px;
  background-color: #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #040404;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.partner__wrapper .partner__article .inner .title .btn > a:hover {
  opacity: 0.7;
}
.partner__wrapper .partner__article .inner .title > p {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.partner__wrapper .partner__article .inner .title > span {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 1px;
}
.partner__wrapper .partner__article .inner .title > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 68px;
  line-height: 76px;
  color: #F5F5F5;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
}
.partner__wrapper .signup {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  padding: 33px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 32px;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.partner__wrapper .signup form {
  width: 100%;
  max-width: 608px;
}
.partner__wrapper .signup form .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner__wrapper .signup form .bottom > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 125px;
  min-height: 44px;
  border-radius: 250px;
  background-color: #FFFFFF;
  outline: none;
  cursor: pointer;
  border: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.partner__wrapper .signup form .bottom > button:hover {
  opacity: 0.7;
}
.partner__wrapper .signup form .bottom > input {
  width: 100%;
  height: 44px;
  margin-right: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: transparent;
  color: #fff;
}
.partner__wrapper .signup form .bottom > input::-webkit-input-placeholder {
  color: #fff;
}
.partner__wrapper .signup form .bottom > input::-moz-placeholder {
  color: #fff;
}
.partner__wrapper .signup form .bottom > input:-ms-input-placeholder {
  color: #fff;
}
.partner__wrapper .signup form .bottom > input:-moz-placeholder {
  color: #fff;
}
.partner__wrapper .signup form > .top {
  margin-bottom: 8px;
}
.partner__wrapper .signup form > .top > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0px;
}
.partner__wrapper .signup > p {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 32px;
  line-height: 36px;
  color: #F5F5F5;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.partner__wrapper .signup > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
.partner__wrapper .signup > p span > img {
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pre__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: -2px;
  z-index: 3;
}
.pre__footer > img {
  width: 100%;
}

footer {
  padding-top: 24px;
  padding-bottom: 16px;
  background-color: #D65D52;
}
footer .after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .after > p {
  text-align: center;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
footer > img {
  width: 100%;
}
footer .outer__footer {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer > .elem.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer > .elem.socials ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer > .elem.socials ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
footer .outer__footer > .elem.socials ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer > .elem.socials ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer > .elem.socials ul > li > a img {
  min-width: 24px;
  max-width: 24px;
}
footer .outer__footer > .elem.socials ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer > .elem.socials > .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
footer .outer__footer > .elem.socials > .icons img {
  max-width: 180px;
  min-width: 180px;
}
footer .outer__footer > .elem.menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .outer__footer > .elem.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer > .elem.menu ul > li {
  margin-right: 30px;
}
footer .outer__footer > .elem.menu ul > li > a {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  letter-spacing: 1px;
}
footer .outer__footer > .elem.menu ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer > .elem.menu ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer > .elem.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer > .elem.main > p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
footer .outer__footer > .elem.main > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
footer .outer__footer > .elem.main > a img {
  min-width: 122px;
  max-width: 122px;
}

.detox__wrapper > img {
  pointer-events: none;
}

.detox__wrapper {
  background-color: #EE897F;
  padding-top: 30px;
  padding-bottom: 125px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detox__wrapper > img {
  position: absolute;
  top: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.detox__wrapper .outer__detox {
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
}
.detox__wrapper .outer__detox .media {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  position: relative;
}
.detox__wrapper .outer__detox .media .float {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 44px;
}
.detox__wrapper .outer__detox .media .float > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 43px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.detox__wrapper .outer__detox .media .float > a:hover {
  opacity: 0.7;
}
.detox__wrapper .outer__detox .media .float > p {
  margin-top: 0px;
  margin-bottom: 8px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 32px;
  color: #F5F5F5;
  font-weight: bold;
  letter-spacing: 1px;
}
.detox__wrapper .outer__detox .media .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detox__wrapper .outer__detox .media .image > img {
  width: 100%;
  border-radius: 32px;
  height: 545px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.detox__wrapper .outer__detox > h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 96px;
  line-height: 124px;
  color: #F5F5F5;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.5px;
  font-family: "Book Antiqua", sans-serif;
}
.detox__wrapper .outer__detox > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84);
}
.detox__wrapper .outer__detox > span > img {
  margin-right: 4px;
}

footer .outer__footer > .elem.menu ul {
  padding-left: 0px;
}

.wave__partner--mobile {
  display: none;
}

.detox__wrapper {
  overflow: hidden;
}

.shop__wave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__wave > img {
  width: 100%;
}
.shop__wave {
  margin-bottom: -3px;
}

.shop__wrapper {
  padding-top: 50px;
  padding-bottom: 140px;
  background-color: #E99B38;
}
.shop__wrapper .outer__shop .sliders__box {
  margin-top: 48px;
}
.shop__wrapper .outer__shop .sliders__box .slick-prev, .shop__wrapper .outer__shop .sliders__box .slick-next {
  display: none !important;
}
.shop__wrapper .outer__shop .sliders__box .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.shop__wrapper .outer__shop .sliders__box .slick-slide {
  height: inherit !important;
}
.shop__wrapper .outer__shop .sliders__box .slick-slide {
  margin: 0 4px;
}
.shop__wrapper .outer__shop .sliders__box .slick-list {
  margin: 0 -4px;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner {
  min-width: 360px;
  max-width: 360px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 4px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc {
  padding: 24px;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .btn > a {
  width: 100%;
  height: 43px;
  background-color: #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  color: #040404;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .btn > a:hover {
  opacity: 0.7;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .ingredient__box {
  /*min-height: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .ingredient > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc .ingredient > p {
  margin: 0px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 1px;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc > p {
  text-align: center;
  margin-top: 0px;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
  color: #F5F5F5;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .media {
  width: 100%;
  padding-bottom: 85.7%;
  position: relative;
}
.shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .media > img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 32px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 4px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc {
  padding: 24px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .btn > a {
  width: 100%;
  height: 43px;
  background-color: #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  color: #040404;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .btn > a:hover {
  opacity: 0.7;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .ingredient__box {
  /*min-height: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .ingredient > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .ingredient > p {
  margin: 0px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 1px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc > p {
  text-align: center;
  margin-top: 0px;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
  color: #F5F5F5;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .media {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .media > img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 32px;
}
.shop__wrapper .outer__shop .discover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  width: 100%;
}
.shop__wrapper .outer__shop .discover > .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__wrapper .outer__shop .discover > .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  border: 2px solid #FFFFFF;
  margin-right: 8px;
  border-radius: 250px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.shop__wrapper .outer__shop .discover > .btns > a:nth-child(1) {
  padding-right: 1px;
}
.shop__wrapper .outer__shop .discover > .btns > a:nth-child(2) {
  padding-left: 4px;
}
.shop__wrapper .outer__shop .discover > .btns > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.shop__wrapper .outer__shop .discover > .btns > a:last-child {
  margin-right: 0px;
}
.shop__wrapper .outer__shop .discover > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 46px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 45px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.shop__wrapper .outer__shop .discover > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.shop__wrapper .outer__shop .switcher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -2px;
  margin-left: -2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 0px;
}
.shop__wrapper .outer__shop .switcher ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2px;
}
.shop__wrapper .outer__shop .switcher ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.shop__wrapper .outer__shop .switcher ul > li > a:hover {
  border-color: #fff;
}
.shop__wrapper .outer__shop .switcher ul > li > a.current {
  border-color: #FFFFFF;
}
.shop__wrapper .outer__shop .switcher ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.shop__wrapper .outer__shop > p {
  margin: 0px;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.84);
}
.shop__wrapper .outer__shop > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 96px;
  line-height: 124px;
  color: #F5F5F5;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 2px;
}

.shape__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shape__top > img {
  width: 100%;
}

.shop__wave {
  position: relative;
}

.why__us .why__inner {
  position: relative;
  padding-top: 180px;
  background-color: #D65D52;
}
.why__us .outer__why .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why__us .outer__why .grid > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.why__us .outer__why .grid > .elem > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.why__us .outer__why .grid > .elem > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.why__us .outer__why .grid > .elem > span {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.84);
}
.why__us .outer__why > h2 {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 0px;
  font-size: 96px;
  line-height: 124px;
  color: #F5F5F5;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 2px;
}
.why__us .outer__why > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.hero__section {
  padding-top: 222px;
  padding-bottom: 120px;
  background-color: #82AF38;
}
.hero__section > img {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 1000px;
}
.hero__section .outer__hero > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 32px;
}
.hero__section .outer__hero > .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__section .outer__hero > .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.hero__section .outer__hero > .btns > a.wholesale {
  min-height: 43px;
  min-width: 140px;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  backdrop-filter: blur(10px);
}
.hero__section .outer__hero > .btns > a.wholesale:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hero__section .outer__hero > .btns > a.shop {
  min-height: 43px;
  min-width: 140px;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #040404;
  background-color: #fff;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer__hero > .btns > a.shop:hover {
  opacity: 0.7;
}
.hero__section .outer__hero > .btns > a:last-child {
  margin-right: 0px;
}
.hero__section .outer__hero > h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 146px;
  line-height: 120px;
  margin-top: 20px;
  color: #fff;
  letter-spacing: 3px;
  font-family: "Book Antiqua", sans-serif;
}
.hero__section .outer__hero > h1 span {
  font-family: "Book Antiqua", sans-serif;
  font-size: 96px;
}
.hero__section .outer__hero > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -2px;
}
.hero__section .outer__hero > ul > li {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0px 2px;
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 1px;
}
.hero__section .outer__hero > ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.shape__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
}
.shape__hero > img {
  width: 100%;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 4;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 24px 0px;
}
header .outer__header .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .btns > a.wholesale {
  min-height: 43px;
  min-width: 140px;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
header .outer__header .btns > a.wholesale:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .outer__header .btns > a.shop {
  min-height: 43px;
  min-width: 140px;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #040404;
  background-color: #fff;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .btns > a.shop:hover {
  opacity: 0.7;
}
header .outer__header .menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .outer__header .menu ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .menu ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
header .outer__header .menu ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.84);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .menu ul > li > a:hover {
  color: rgb(255, 255, 255);
}
header .outer__header .menu ul > li:last-child {
  margin-right: 0px;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header > a img {
  min-width: 150px;
  max-width: 150px;
}

.hero__section > img {
  pointer-events: none;
}

header.fixed {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.hero__section {
  padding-bottom: 180px;
  margin-bottom: -100px;
}

.why__us {
  background: url("../img/whyback.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 2;
}
.why__us .why__inner {
  padding-top: 380px;
  background: none;
}
.why__us .why__inner .outer__why {
  padding-bottom: 120px;
}

.shop__wave {
  position: relative;
  z-index: 3;
}

.ingredients__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
}
.ingredients__wrapper > .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
}
.ingredients__wrapper > .inner .box {
  max-height: 100%;
  max-width: 100%;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  max-width: 800px;
  border-radius: 32px;
  padding: 32px;
  position: relative;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}
.ingredients__wrapper > .inner .box .btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  margin-top: 32px;
}
.ingredients__wrapper > .inner .box .btns > .back {
  border: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.ingredients__wrapper > .inner .box .btns > .back:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ingredients__wrapper > .inner .box .btns > .shop {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-weight: bold;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.ingredients__wrapper > .inner .box .btns > .shop:hover {
  opacity: 0.7;
}
.ingredients__wrapper > .inner .box .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  border-radius: 250px;
  text-decoration: none;
}
.ingredients__wrapper > .inner .box .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
}
.ingredients__wrapper > .inner .box .grid .row > .el {
  padding: 12px 16px;
  border: 1px solid #939393;
  border-radius: 16px;
  margin-bottom: 8px;
}
.ingredients__wrapper > .inner .box .grid .row > .el:last-child {
  margin-bottom: 0px;
}
.ingredients__wrapper > .inner .box .grid .row > .el > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  color: #F5F5F5;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.ingredients__wrapper > .inner .box .grid .row > .el > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ingredients__wrapper > .inner .box .grid .row > .el > span > img {
  margin-right: 8px;
  min-width: 24px;
  max-width: 24px;
}
.ingredients__wrapper > .inner .box .grid .row > .el > span {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.84);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ingredients__wrapper > .inner .box > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #F5F5F5;
  font-family: "Book Antiqua", sans-serif;
  letter-spacing: 1px;
}

.shop__wrapper {
  position: relative;
}
.shop__wrapper > img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 1040px;
}

.hero__section {
  min-height: calc(100vh + 130px);
}

.hero__section > img {
  max-width: 100%;
  max-height: 100%;
}

.detox__wrapper .outer__detox {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop__wrapper,
.shop__wrapper .container,
.sliders__box,
.slider__el {
  overflow: visible;
}

.slider.square .slick-list {
  width: 100vw;
  margin-left: calc(-1 * var(--container-left, 0px));
  padding-left: var(--container-left, 0px);
  overflow: hidden;
  clip-path: inset(0 0 0 var(--container-left, 0px));
}

.hero__section > img {
  opacity: 0.9;
  max-width: none;
  max-height: 100%;
  height: 100%;
  width: auto;
}

.partner__contacts {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(17, 17, 17, 0.5);
}
.partner__contacts .inner {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner__contacts .inner .box {
  max-height: 100%;
  max-width: 100%;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  max-width: 650px;
  border-radius: 32px;
  padding: 32px;
  position: relative;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}
.partner__contacts .inner .box form .submit {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
}
.partner__contacts .inner .box form .submit > button {
  height: 43px;
  border-radius: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 0px;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  color: #040404;
  font-family: "Book Antiqua", sans-serif;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.partner__contacts .inner .box form .submit > button:hover {
  opacity: 0.7;
}
.partner__contacts .inner .box form .submit > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  border-radius: 250px;
  border: 1px solid #FFFFFF;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.partner__contacts .inner .box form .submit > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.partner__contacts .inner .box form > .group__input {
  margin-top: 8px;
  width: 100%;
}
.partner__contacts .inner .box form > .group__input > textarea {
  height: 100px;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 12px 16px;
  outline: none;
  background-color: transparent;
  color: #fff;
  width: 100%;
  resize: none;
  letter-spacing: 0.5px;
}
.partner__contacts .inner .box form > .group__input > textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form > .group__input > textarea::-moz-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form > .group__input > textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form > .group__input > textarea:-moz-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form .double {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.partner__contacts .inner .box form .double .group__input > input {
  width: 100%;
  height: 44px;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  outline: none;
  background-color: transparent;
  color: #fff;
  padding-left: 16px;
  letter-spacing: 0.5px;
  padding-right: 16px;
}
.partner__contacts .inner .box form .double .group__input > input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form .double .group__input > input::-moz-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form .double .group__input > input:-ms-input-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box form .double .group__input > input:-moz-placeholder {
  color: #FFFFFF;
}
.partner__contacts .inner .box .top {
  margin-bottom: 32px;
}
.partner__contacts .inner .box .top > h2 {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 32px;
  line-height: 40px;
  color: #F5F5F5;
  font-family: "Book Antiqua", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.partner__contacts .inner .box .top > p {
  text-align: center;
  margin: 0px;
  color: rgba(255, 255, 255, 0.84);
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.partner__wrapper .signup form.error .email__field {
  border-color: red;
  color: red !important;
}
.partner__wrapper .signup form.error .email__field::-webkit-input-placeholder {
  color: red;
}
.partner__wrapper .signup form.error .email__field::-moz-placeholder {
  color: red;
}
.partner__wrapper .signup form.error .email__field:-ms-input-placeholder {
  color: red;
}
.partner__wrapper .signup form.error .email__field:-moz-placeholder {
  color: red;
}

.signup .bottom {
  position: relative;
}
.signup .bottom .form__status {
  display: none;
  position: absolute;
  left: 0px;
  bottom: -20px;
  font-size: 12px;
  line-height: 16px;
}
.signup .bottom .form__status.success {
  color: #016201;
}
.signup .bottom .form__status.error {
  color: red;
}

@media (min-width: 3400px) {
  .hero__section {
    margin-bottom: -130px;
  }
}
@media (max-width: 1920px) {
  .why__us .why__inner .outer__why {
    padding-bottom: 40px;
  }
  .why__us .why__inner {
    padding-top: 200px;
  }
  .detox__wrapper > img {
    top: 0px;
    bottom: auto;
    min-width: 2040px;
    -o-object-position: top;
       object-position: top;
    margin-left: -170px;
  }
}
@media (max-width: 1840px) {
  .partner__wrapper .left__float {
    max-width: 1140px;
    top: 80px;
  }
  .partner__wrapper > .right__float {
    max-width: 940px;
  }
}
@media (max-width: 1640px) {
  .partner__wrapper .left__float {
    max-width: 940px;
    top: 80px;
  }
  .partner__wrapper > .right__float {
    max-width: 740px;
    top: 120px;
  }
}
.partner__wrapper .signup > p {
  white-space: nowrap;
  margin-right: 35px;
}

@media (max-width: 1280px) {
  footer .outer__footer > .elem.menu ul > li {
    margin-right: 20px;
  }
  footer .outer__footer > .elem.menu ul {
    padding-left: 30px;
  }
}
.hero__section {
  overflow: hidden;
  position: relative;
}
.hero__section .mobile {
  display: none;
}
.hero__section .outer__hero {
  position: relative;
  z-index: 2;
}

.mobile__buttons {
  display: none;
}

.mobile__logo--header {
  display: none;
}

header .outer__header .btns > a > span {
  display: none;
}

header .outer__header .btns > a > p {
  margin: 0px;
}

.btn__switcher {
  display: none;
}

@media (max-width: 1200px) {
  .signup .bottom .form__status {
    font-size: 10px;
    bottom: -19px;
  }
  header .outer__header .btn__switcher {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .outer__header {
    position: relative;
  }
  .shop__wrapper > img {
    max-width: 840px;
  }
  .why__us .outer__why .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .why__us .outer__why .grid > .elem {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
  .why__us .outer__why .grid > .elem:last-child {
    margin-bottom: 0px;
  }
  .why__us .outer__why > h2 {
    font-size: 64px;
    line-height: 74px;
  }
  .why__us .outer__why > p {
    font-size: 18px;
    line-height: 24px;
  }
  header.fixed {
    background-color: rgba(0, 0, 0, 0.25);
  }
  header .outer__header .btns {
    position: relative;
    z-index: 12;
  }
  header .outer__header > a {
    position: relative;
    z-index: 12;
  }
  header .outer__header .btn__switcher {
    position: relative;
    z-index: 12;
  }
  .btn__switcher {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn__switcher > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }
  .btn__switcher > a.opened > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 4px;
  }
  .btn__switcher > a.opened > span:nth-child(2) {
    opacity: 0;
  }
  .btn__switcher > a.opened > span:nth-child(3) {
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .btn__switcher > a > span {
    min-width: 14px;
    border-radius: 4px;
    margin-bottom: 2px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
  }
  .btn__switcher > a > span:nth-child(1) {
    top: 0px;
  }
  .btn__switcher > a > span:nth-child(3) {
    bottom: 0px;
  }
  .btn__switcher > a > span:last-child {
    margin-bottom: 0px;
  }
  .btn__switcher > a > span {
    max-width: 14px;
    min-height: 2px;
    background-color: #fff;
  }
  .hero__section {
    padding-top: 180px;
  }
  header .outer__header .btns > a > p {
    display: none;
  }
  header .outer__header .btns > a {
    font-size: 0px !important;
    min-width: 56px !important;
  }
  header .outer__header .btns > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .outer__header > a > img.mobile__logo--header {
    display: block;
    min-width: 60px;
    max-width: 60px;
  }
  header .outer__header > a > img {
    display: none;
  }
  header .menu .mobile__buttons {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 32px;
    display: block;
    text-align: center;
  }
  header .menu .mobile__buttons img {
    max-width: 180px;
    margin-bottom: 24px;
  }
  header .menu .mobile__buttons > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px !important;
    margin-right: 8px !important;
  }
  header .menu .mobile__buttons > ul > li:last-child {
    margin-right: 0px !important;
  }
  header .menu .mobile__buttons > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu .mobile__buttons > ul > li > a img {
    margin-bottom: 0px;
    min-width: 24px;
    max-width: 24px;
  }
  header {
    backdrop-filter: none !important;
  }
  header .outer__header {
    position: static;
  }
  header .menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #82AF38;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -100vh;
    -webkit-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all;
  }
  header .menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .outer__header .menu ul > li {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  header .outer__header .menu ul > li:last-child {
    margin-bottom: 0px;
  }
  .hero__section > img {
    max-width: none;
    right: -120px;
  }
  .shop__wrapper .outer__shop > h2 {
    font-size: 64px;
    line-height: 74px;
  }
  .shop__wrapper .outer__shop > p {
    margin-bottom: 32px;
  }
  .shop__wrapper .outer__shop .sliders__box {
    margin-top: 24px;
  }
  .shop__wrapper .outer__shop .discover {
    margin-top: 24px;
  }
  .outer__partner {
    margin-bottom: -40px;
  }
  .partner__wrapper .signup {
    padding: 24px;
  }
  .partner__wrapper .left__float {
    max-width: 740px;
    top: 80px;
  }
  .partner__wrapper > .right__float {
    max-width: 540px;
    top: 350px;
  }
  footer .outer__footer > .elem.menu ul {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer > .elem.menu ul > li {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  footer .outer__footer > .elem.menu ul > li:last-child {
    margin-bottom: 0px;
  }
  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer > .elem.main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer > .elem.main > a {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  footer .outer__footer > .elem.menu {
    position: static;
  }
  footer .outer__footer > .elem.main > p {
    text-align: center;
  }
  footer .outer__footer > .elem.socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .outer__footer > .elem.socials > .icons {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  footer .outer__footer > .elem.menu {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 64px;
  }
}
.shop__wrapper .outer__shop .discover > a {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.pre__footer--mobile {
  display: none;
}

.why__us .why__inner {
  min-height: 140vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detox__wrapper > img {
  max-height: 100%;
  -o-object-position: top;
     object-position: top;
  top: auto;
  bottom: 0px;
}

@media (min-width: 991px) {
  .slider.double .hidden__desktop {
    display: none;
  }
  .slider.double {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .hero__section {
    padding-bottom: 0px !important;
    position: relative;
    margin-bottom: -150px;
  }
  .shop__wrapper > img {
    max-width: 640px;
    opacity: 0.8;
  }
  .ingredients__wrapper > .inner .box .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
  }
  .ingredients__wrapper > .inner .box .grid .row > .el > span br {
    display: none;
  }
  .ingredients__wrapper > .inner .box > p {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .ingredients__wrapper > .inner .box {
    padding-top: 32px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
  }
  .ingredients__wrapper > .inner .box .grid .row > .el > p {
    font-size: 18px;
    line-height: 24px;
  }
  .ingredients__wrapper > .inner .box .grid .row > .el {
    padding-bottom: 6px;
  }
  .ingredients__wrapper > .inner .box .btns {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ingredients__wrapper > .inner .box .btns > .shop {
    margin-bottom: 8px;
  }
  .ingredients__wrapper > .inner .box .grid .row > .el > span {
    font-size: 12px;
    line-height: 16px;
    padding-top: 2px;
    padding-bottom: 5px;
  }
  .ingredients__wrapper > .inner .box .grid .row > .el > span img {
    position: relative;
    top: -4px;
  }
  .why__us .outer__why > p br {
    display: none;
  }
  .why__us .outer__why .grid > .elem > p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .why__us .outer__why .grid > .elem > span {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .hero__section .outer__hero > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__section .outer__hero > h1 {
    text-align: center;
    font-size: 72px;
    line-height: 64px;
  }
  .hero__section .outer__hero > h1 span {
    font-size: 48px;
  }
  .hero__section .outer__hero > p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }
  .hero__section .outer__hero > .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__section .outer__hero > .btns > a {
    width: 100%;
    max-width: 280px;
  }
  .hero__section .outer__hero > .btns > a.wholesale {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .hero__section > img {
    display: none;
  }
  .hero__section .mobile {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -40%;
    pointer-events: none;
    margin-top: -90%;
  }
  .shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc > p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .outer__shop {
    margin-bottom: -40px;
  }
  .shop__wrapper .outer__shop > h2 {
    text-align: center;
  }
  .shop__wrapper .outer__shop > p {
    text-align: center;
  }
  .shop__wrapper .outer__shop .switcher ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detox__wrapper .outer__detox > h2 {
    font-size: 64px;
    line-height: 76px;
  }
  .partner__wrapper .partner__article {
    margin-bottom: 100px;
  }
  .partner__wrapper > .right__float {
    top: auto;
    bottom: 80px;
  }
  .partner__wrapper {
    padding-top: 0px;
  }
  .partner__wrapper .top__partner > * {
    max-width: 100%;
  }
  .partner__wrapper .top__partner > h2 {
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .partner__wrapper .top__partner > p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .partner__wrapper .top__partner .plates {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
  .partner__wrapper .top__partner .plates .plate .desc > span {
    font-size: 12px;
  }
  .partner__wrapper .top__partner .plates .plate .desc > p {
    font-size: 18px;
  }
  .partner__wrapper .top__partner .plates .plate {
    padding: 15px;
  }
  .partner__wrapper .left__float {
    position: static;
    margin-bottom: -53%;
    margin-top: -10%;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .partner__wrapper .partner__article .inner .title > h2 {
    margin-bottom: 8px;
  }
  .partner__wrapper .partner__article {
    padding: 0px;
    border: 0px;
    background: transparent;
  }
  .partner__wrapper .partner__article .inner {
    background: none;
    padding: 0px;
  }
  .partner__wrapper .partner__article .inner .title {
    max-width: 100%;
    text-align: center;
  }
  .partner__wrapper .partner__article .inner .grid {
    max-width: 100%;
  }
  .partner__wrapper .partner__article .inner .title > h2 {
    font-size: 58px;
    line-height: 64px;
  }
  .partner__wrapper .partner__article .inner .title > p {
    font-size: 20px;
    line-height: 28px;
  }
  .partner__wrapper .partner__article .inner .title > span {
    font-size: 16px;
    line-height: 26px;
  }
  .partner__wrapper .partner__article .inner .title .btn a {
    width: 100%;
    max-width: 100%;
  }
  .partner__wrapper .top__partner {
    margin-bottom: 0px;
  }
  .partner__wrapper .signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner__wrapper .signup > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .partner__wrapper .signup > p span {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .partner__wrapper .signup > p {
    margin-right: 0px;
  }
  .partner__wrapper .signup > p {
    margin-bottom: 16px;
  }
  .partner__wrapper .signup form {
    max-width: 100%;
  }
  .partner__wrapper .signup form > .top > p {
    text-align: center;
  }
  .shop__wrapper .outer__shop > p {
    font-size: 18px;
    line-height: 24px;
  }
  .why__us .outer__why > p {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__section .mobile {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    max-height: 100%;
    width: calc(100% + 30px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__section {
    margin-bottom: -100px;
    padding-bottom: 240px;
  }
}
.wave__pink--mobile {
  position: relative;
  z-index: 2;
}

.outer__shop {
  position: relative;
  z-index: 2;
}

.mobile__back {
  display: none;
}

.wave__pink {
  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;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}
.wave__pink > img {
  width: 100%;
}

.detox__wrapper > .mobile {
  display: none;
}

.wave__pink--mobile {
  display: none;
}

.shop__mobile {
  display: none;
}

.shape__hero--mobile {
  display: none;
}

.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .btn.double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
}
.shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .btn.double > .ingredients {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.partner__contacts .inner .box form > .group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__contacts .inner .box form .submit {
  position: relative;
}

.partner__contacts .inner .box form .group__input > input.error {
  border-color: red !important;
  color: red !important;
}
.partner__contacts .inner .box form .group__input > input.error::-webkit-input-placeholder {
  color: red;
}
.partner__contacts .inner .box form .group__input > input.error::-moz-placeholder {
  color: red;
}
.partner__contacts .inner .box form .group__input > input.error:-ms-input-placeholder {
  color: red;
}
.partner__contacts .inner .box form .group__input > input.error:-moz-placeholder {
  color: red;
}

.partner__contacts .inner .box form .submit > .form__status--partner {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: -26px;
  display: none;
}
.partner__contacts .inner .box form .submit > .form__status--partner.success {
  color: #07e307;
}
.partner__contacts .inner .box form .submit > .form__status--partner.error {
  color: red;
}

@media (max-width: 767px) {
  .signup .bottom .form__status {
    width: 100%;
    text-align: center;
  }
  .partner__contacts .inner .box form .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .partner__contacts .inner .box form .submit > button {
    margin-bottom: 8px;
  }
  .partner__contacts .inner .box form .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .partner__contacts .inner .box .top > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .partner__contacts .inner .box .top > p {
    font-size: 12px;
    line-height: 18px;
  }
  .partner__contacts .inner .box {
    padding: 32px 20px;
  }
  .detox__wrapper .outer__detox .media {
    width: 100%;
  }
  .hero__section .outer__hero > ul > li {
    font-size: 12px;
    line-height: 16px;
  }
  .shop__wrapper {
    padding-top: 25px;
  }
  .why__us .outer__why > h2 {
    margin-bottom: 15px;
  }
  .why__us .outer__why > h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .why__us .why__inner {
    padding-top: 120px;
  }
  .why__us .why__inner .outer__why {
    padding-bottom: 0px;
  }
  .shop__mobile {
    position: relative;
    z-index: 2;
  }
  .shop__wave {
    display: none;
  }
  .why__us {
    background: url("../img/whymobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc, .shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc {
    padding: 16px;
  }
  .shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner .desc > p {
    font-size: 24px;
    line-height: 32px;
  }
  .shop__wrapper .outer__shop .discover > .btns {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop__wrapper .outer__shop .discover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop__wrapper .outer__shop .discover > a {
    z-index: 3;
    position: relative;
  }
  .shop__wrapper .outer__shop .sliders__box .slider.square .elem .inner {
    min-width: 320px;
    max-width: 320px;
  }
  .shape__hero--mobile {
    position: relative;
    z-index: 2;
    margin-bottom: -2px;
  }
  .shape__hero {
    display: none;
  }
  .shape__hero--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shape__hero--mobile > img {
    width: 100%;
  }
  .shop__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop__mobile > img {
    width: 100%;
    max-width: 100%;
  }
  .shop__wrapper .outer__shop > p {
    font-size: 14px;
    line-height: 24px;
  }
  .shop__wrapper .outer__shop .switcher ul > li > a {
    font-size: 12px;
  }
  .shop__wrapper .outer__shop > h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .slider.double.active {
    width: calc(100% + 15px);
  }
  .slider.double.active .slick-list {
    padding: 0 20% 0 0;
  }
  .wave__pink {
    display: none;
  }
  .wave__pink--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -2px;
  }
  .wave__pink--mobile > img {
    width: 100%;
  }
  .detox__wrapper .outer__detox > h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .detox__wrapper .outer__detox {
    margin-bottom: -30px;
  }
  .detox__wrapper > .mobile {
    top: 180px;
    bottom: auto;
  }
  .detox__wrapper .outer__detox .media .image {
    position: relative;
    height: 0px;
    padding-bottom: 94%;
    border-radius: 32px;
  }
  .detox__wrapper .outer__detox .media .image img {
    position: absolute;
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .detox__wrapper .outer__detox .media .image {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .detox__wrapper .outer__detox .media .float {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 32px;
  }
  .detox__wrapper .outer__detox .media > img {
    height: auto;
  }
  .detox__wrapper .outer__detox .media {
    padding: 0px;
    border: 0px;
    backdrop-filter: none;
    background: none;
  }
  .detox__wrapper .outer__detox .media > img {
    padding: 8px;
    border-radius: 32px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .detox__wrapper > .mobile {
    display: block;
    min-width: 0px;
    width: 100%;
    margin-left: 0px;
  }
  .detox__wrapper > img {
    display: none;
  }
  .wave__partner--mobile {
    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;
    margin-bottom: -2px;
    position: relative;
    z-index: 2;
  }
  .wave__partner--mobile > img {
    width: 100%;
  }
  .wave__partner {
    display: none;
  }
  .mobile__back {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    display: block;
  }
  .right__float {
    display: none;
  }
  .partner__wrapper .partner__article .inner .title > span {
    font-size: 14px;
  }
  .partner__wrapper .partner__article .inner .title > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .partner__wrapper .partner__article .inner .title > h2 br {
    display: none;
  }
  .partner__wrapper .partner__article .inner .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
  }
  .partner__wrapper .partner__article .inner .grid > .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner__wrapper .partner__article .inner .grid > .elem > .media {
    margin-bottom: 0px;
    margin-right: 16px;
  }
  .partner__wrapper .partner__article .inner .grid > .elem > p {
    font-size: 14px;
    line-height: 20px;
  }
  .partner__wrapper .signup > p {
    white-space: initial;
  }
  .pre__footer--mobile {
    position: relative;
    z-index: 2;
  }
  .partner__wrapper .signup form .bottom > button {
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }
  .partner__wrapper .signup form .bottom > input {
    margin-right: 0px;
  }
  .partner__wrapper .signup form .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pre__footer {
    display: none;
  }
  .pre__footer--mobile {
    margin-bottom: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pre__footer--mobile > img {
    width: 100%;
  }
  .detox__wrapper > .mobile {
    top: auto;
    bottom: 0px;
  }
}
@media (max-width: 480px) {
  .shop__wrapper .outer__shop .sliders__box .slider.double .elem .inner .desc .btn.double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
  }
}
@media (max-width: 390px) {
  .detox__wrapper .outer__detox > h2, .shop__wrapper .outer__shop > h2, .why__us .outer__why > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .partner__wrapper .top__partner > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .partner__wrapper .partner__article .inner .title > h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .partner__wrapper .signup > p {
    font-size: 24px;
    line-height: 32px;
  }
}