body {
  width: 100%;
  font-family: omnes-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #26214e;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
}

.hide {
  display: none;
}

.side-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

a {
  color: inherit;
}

/* title */
.title {
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
}
.title strong {
  font-weight: 700;
}

.title--yellow {
  color: #f4b123;
}

.title--green {
  color: #00594e;
}

.title--green {
  color: #00594e;
}

.title-container {
  display: block;
  padding: 50px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.title-container .title {
  font-style: normal;
  margin-bottom: 0;
}

.title-container--green {
  background-color: #00594e;
}

.title-container--yellow {
  background-color: #f4b123;
}

.title-container--blue {
  background-color: #26214e;
}

/* desc */
.desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.desc--yellow {
  color: #f4b123;
}

.desc--green {
  color: #00594e;
}

.desc--green {
  color: #00594e;
}

/* BTN */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  min-width: 180px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.btn--white {
  background-color: #fff;
  color: #00594e;
}

.btn--green {
  background-color: #00594e;
  color: #fff;
}

.btn--yellow {
  background-color: #f4b123;
  color: #fff;
}

.btn--blue {
  background-color: #26214e;
  color: #fff;
}

/* super */
sup {
  vertical-align: super;
  font-size: smaller;
}

.banner-section--green--left {
  position: relative;
}
.banner-section--green--left:before {
  content: "";
  display: block;
  background: rgb(0, 89, 78);
  background: linear-gradient(90deg, rgb(0, 89, 78) 31%, rgba(0, 89, 78, 0.0018382353) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00594e",endColorstr="#00594e",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.banner-section--green--left .background-image {
  background-position: right center;
}

.banner-section--green--right {
  position: relative;
}
.banner-section--green--right:before {
  content: "";
  display: block;
  background: rgb(0, 89, 78);
  background: linear-gradient(270deg, rgb(0, 89, 78) 31%, rgba(0, 89, 78, 0.0018382353) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00594e",endColorstr="#00594e",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.banner-section--green--right .background-image {
  background-position: left center;
}

.banner-section--yellow--left {
  position: relative;
}
.banner-section--yellow--left:before {
  content: "";
  display: block;
  background: rgb(244, 177, 35);
  background: linear-gradient(90deg, rgb(244, 177, 35) 31%, rgba(244, 177, 35, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4b123",endColorstr="#f4b123",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.banner-section--yellow--left .background-image {
  background-position: right center;
}

.banner-section--yellow--right {
  position: relative;
}
.banner-section--yellow--right:before {
  content: "";
  display: block;
  background: rgb(244, 177, 35);
  background: linear-gradient(270deg, rgb(244, 177, 35) 31%, rgba(244, 177, 35, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4b123",endColorstr="#f4b123",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.banner-section--yellow--right .background-image {
  background-position: left center;
}

.content-wrapper--right {
  text-align: right;
  margin: 0 0 0 auto;
}

img.mobile {
  display: none !important;
  max-width: 300px;
  width: 90%;
}

/** @format */
#top {
  position: relative;
  height: 108px;
  width: 100%;
  background-color: #00594e;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 13px solid #fff;
  box-sizing: content-box;
}
#top .side-wrapper {
  background-color: #00594e;
  padding: 0;
  height: 100%;
  position: relative;
}

#logo {
  position: absolute;
  width: 300px;
  height: 108px;
  background-color: #fff;
  padding: 30px 50px;
  text-indent: -999em;
  z-index: 2;
}
#logo:after {
  content: "";
  display: block;
  background-image: url(../img/logo-pattern.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  right: -33px;
  top: 0;
  width: 33px;
  height: 108px;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
}

/* menu style */
#mobile {
  overflow: hidden;
  display: none;
  top: 0;
  right: 0;
}

#menu_link {
  display: block;
  width: 22px;
  height: 26px;
  right: 0;
  bottom: 40px;
  z-index: 1003;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
}

#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #f4b123;
  margin: 4px 0 6px auto;
  transition: all 0.3s ease-in;
}

#menu_link span.close_1 {
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#menu_link span.close_2 {
  display: none;
}

#menu_link span.close_3 {
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#menu.open {
  right: 0;
}

#menu {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 30px;
  font-weight: 700;
  padding-left: 250px;
}
#menu ul {
  text-align: right;
}
#menu ul .current-menu-item a {
  color: #f4b123;
}
#menu ul li {
  display: inline-block;
  font-size: 26px;
  margin: 0 23px;
  cursor: pointer;
  vertical-align: top;
}
#menu ul li:hover a {
  color: #f4b123;
}
#menu ul .shop a {
  display: block;
  width: 35px;
  height: 33px;
  background-image: url(../img/icon/basket-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
#menu ul .shop:hover {
  transform: scale(1.1);
}
#menu ul .home {
  margin-left: 0;
}
#menu ul .home a {
  display: block;
  width: 35px;
  height: 33px;
  background-image: url(../img/icon/home-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
#menu ul .home:hover {
  transform: scale(1.1);
}
#menu ul .lang-menu {
  background-image: url(../img/icon/globe.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 35px;
  margin-right: 0;
  margin-left: 14px;
}
#menu ul .lang-menu:hover {
  background-size: 35px;
  cursor: pointer;
}
#menu ul .lang-menu:hover .sub-menu {
  display: block;
}
#menu ul .lang-menu .sub-menu {
  display: none;
}
#menu ul .lang-menu .sub-menu li {
  margin: auto;
  background-color: #00594e;
}
#menu ul .lang-menu .sub-menu li:first-child {
  margin-top: 50px;
  background-color: #f4b123;
}
#menu ul .lang-menu .sub-menu li:first-child a {
  color: #ffffff;
}
#menu ul .lang-menu .sub-menu li:hover {
  background-color: #ffffff;
}
#menu ul .lang-menu .sub-menu li:hover a {
  color: #f4b123;
}
#menu ul .lang-menu .sub-menu li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

/* header home */
#header {
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1920px;
  margin: 121px auto 0;
  height: 550px;
}
#header .content-wrapper {
  color: #fff;
  font-size: 66px;
  max-width: 600px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
#header .content-wrapper span {
  color: #f4b123;
  font-size: 49px;
  display: block;
  text-transform: lowercase;
}
#header .content-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

#header.home {
  height: 800px;
}
#header.home .owl-carousel,
#header.home .owl-item,
#header.home .owl-stage-outer,
#header.home .owl-stage {
  height: 100%;
}
#header.home .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
#header.home .item .content-wrapper {
  text-shadow: 4px 4px 15px rgba(33, 49, 1, 0.8);
}

#header.article .content-wrapper {
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

#header.products .content-wrapper {
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

#header.products.roll-on .content-wrapper {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

#header.products.patches::before {
  display: none;
}

#products-section.home {
  margin-top: -70px;
}
#products-section.home .side-wrapper {
  padding: 0;
}

#benefits.home {
  background-color: #ebebeb;
  margin-top: 90px;
}
#benefits.home .side-wrapper {
  padding-top: 0;
}
#benefits.home .title-container {
  position: relative;
  top: -90px;
}
#benefits.home .image-wrapper {
  max-width: 1058px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#benefits.home .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#benefits.home .image-wrapper img.mobile {
  max-width: 250px;
}

#chart.home .content-wrapper {
  width: 47%;
  display: inline-block;
  margin-right: 2%;
}
#chart.home .owl-carousel .owl-stage {
  margin: 0 auto;
}
#chart.home .owl-prev {
  border: solid #96a4b0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(135deg);
  left: -20px;
  cursor: pointer;
}
#chart.home .owl-next {
  border: solid #96a4b0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(-45deg);
  right: -20px;
  cursor: pointer;
}
#chart.home .item {
  margin: 0 20px;
}
#chart.home .item .image {
  width: 132px;
  height: 132px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#chart.home .item .desc {
  color: #00594e;
  text-align: center;
}
#chart.home .item .desc strong {
  font-weight: 700;
}
#chart.home .item .desc strong:nth-child(1) {
  font-size: 36px;
}
#chart.home .item .desc strong:nth-child(2) {
  display: block;
  font-size: 18px;
}
#chart.home .chart-wrapper {
  width: 49%;
  display: inline-block;
  padding: 0 2%;
}
#chart.home .chart-wrapper img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
#chart.home .desc {
  line-height: 1.2;
}

.banner-section {
  max-width: 1920px;
  margin: 0 auto;
}
.banner-section .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
.banner-section .content-wrapper {
  position: relative;
  max-width: 450px;
  z-index: 2;
  font-weight: 600;
}
.banner-section .btn {
  margin-top: 50px;
}

#article-section {
  line-height: 1.2;
}
#article-section .title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 50px;
}
#article-section .title span {
  font-weight: 400;
  color: #00594e;
}
#article-section .item-wrapper {
  overflow: hidden;
}
#article-section .item:nth-child(1) {
  float: none;
  width: 100%;
  margin: 0 0 80px 0;
}
#article-section .item:nth-child(3n+3) {
  margin: 0 3.5%;
}
#article-section .item {
  float: left;
  width: 31%;
  margin-bottom: 50px;
}
#article-section .item .title {
  color: #00594e;
  font-size: 40px;
  font-style: italic;
}
#article-section .image-wrapper {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f3f3f3;
  margin-bottom: 25px;
}

.article-content {
  font-size: 20px;
  color: #00594e;
  font-weight: 500;
}
.article-content .title {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
}
.article-content .side-wrapper {
  padding: 50px 0;
}
.article-content .content-wrapper {
  max-width: 800px;
}
.article-content .content-wrapper a {
  color: #f4b123;
}
.article-content .content-wrapper a:hover {
  text-decoration: underline;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: 700;
  margin: 20px 0;
}
.article-content p {
  margin: 20px 0;
}
.article-content ul,
.article-content ol {
  padding-left: 50px;
  max-width: 80%;
  margin: 30px 0;
}
.article-content ul li,
.article-content ol li {
  margin: 8px 0;
}
.article-content iframe,
.article-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.article-content .btn {
  margin: 50px auto 0;
}

#article-single-section {
  line-height: 1.2;
}
#article-single-section .title {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 50px;
}
#article-single-section .title span {
  font-weight: 400;
  color: #00594e;
}
#article-single-section .item-wrapper {
  overflow: hidden;
}
#article-single-section .item:nth-child(2) {
  margin: 0 3.5%;
}
#article-single-section .item {
  float: left;
  width: 31%;
  margin-bottom: 50px;
}
#article-single-section .item .title {
  color: #00594e;
  font-size: 40px;
  font-style: italic;
}
#article-single-section .image-wrapper {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f3f3f3;
  margin-bottom: 25px;
}

#products-desc .side-wrapper {
  position: relative;
  padding: 50px 0;
}
#products-desc .content-wrapper {
  padding-left: 350px;
  min-height: 450px;
  padding-bottom: 50px;
}
#products-desc .image-wrapper {
  position: absolute;
  left: 0;
  top: -100px;
  width: 350px;
}
#products-desc .image-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
#products-desc .image-wrapper .btn {
  display: block;
  margin: 45px auto 0;
  max-width: 180px;
}
#products-desc .title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}
#products-desc .title span {
  color: #00594e;
  font-weight: 500;
}
#products-desc .desc {
  color: #00594e;
}
#products-desc ul {
  margin-top: 30px;
  max-width: 450px;
}
#products-desc ul li {
  position: relative;
  list-style: none;
  margin-left: 20px;
}
#products-desc ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f4b123;
  position: absolute;
  border-radius: 50%;
  left: -20px;
  top: 10px;
  margin: auto;
}
#products-desc .benefits {
  border-top: 2px solid #f4b123;
}
#products-desc .benefits img {
  margin: 80px auto 0;
  display: block;
  max-width: 100%;
  height: auto;
}

#products-section.products {
  padding-bottom: 0;
}
#products-section.products .item-wrapper .item {
  width: 44%;
}
#products-section.products .name-wrapper {
  position: absolute;
  z-index: 2;
}
#products-section.products .image-wrapper {
  left: 0;
  right: auto;
}
#products-section.products .product-image {
  padding-left: 180px;
}
#products-section.products .product-image img {
  position: relative;
}

#ingredients {
  background-color: #ebe8e9;
  max-width: 1920px;
  margin: 0 auto;
}
#ingredients .side-wrapper {
  padding: 0;
  position: relative;
}
#ingredients .title {
  font-style: normal;
  font-weight: 800;
  padding: 50px 0;
  z-index: 2;
}
#ingredients .title p {
  color: #00594e;
  font-size: 18px;
  font-weight: 500;
  max-width: 900px;
  margin-top: 20px;
}
#ingredients .image-wrapper {
  max-width: 1638px;
  margin-left: auto;
}
#ingredients .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#ingredients .image-wrapper img.mobile {
  max-width: 300px;
  width: 80%;
  padding: 30px 0 100px;
  margin: auto;
}

#chart.products {
  text-align: center;
  padding-top: 100px;
  overflow: hidden;
}
#chart.products .side-wrapper {
  position: relative;
  min-height: 420px;
  padding-top: 0;
}
#chart.products .title {
  font-style: normal;
  font-weight: 800;
  margin-bottom: 60px;
}
#chart.products .image-wrapper {
  position: absolute;
  width: 300px;
  margin: auto auto auto 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#chart.products .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#chart.products .owl-carousel .owl-stage {
  margin: 0 auto;
}
#chart.products .content-wrapper {
  padding-left: 300px;
}
#chart.products .owl-prev {
  border: solid #96a4b0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(135deg);
  left: -20px;
  cursor: pointer;
}
#chart.products .owl-next {
  border: solid #96a4b0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(-45deg);
  right: -20px;
  cursor: pointer;
}
#chart.products .item {
  margin: 0 20px;
}
#chart.products .item .image {
  width: 132px;
  height: 132px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#chart.products .item .desc {
  color: #00594e;
}
#chart.products .item .desc strong {
  font-weight: 700;
}
#chart.products .item .desc strong:nth-child(1) {
  font-size: 36px;
}
#chart.products .item .desc strong:nth-child(2) {
  display: block;
  font-size: 18px;
}

.icon-wrapper {
  background-color: #f4b123;
}
.icon-wrapper .side-wrapper {
  padding: 50px 0;
}
.icon-wrapper .item-wrapper {
  text-align: center;
}
.icon-wrapper .item-wrapper .item {
  display: inline-block;
  width: 30%;
  margin: 20px 1.5%;
}
.icon-wrapper .item-wrapper img {
  display: block;
  max-width: 269px;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

#benefits.products .title {
  font-weight: 800;
  font-style: normal;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}
#benefits.products .image-wrapper {
  max-width: 1058px;
  width: 100%;
  height: auto;
  margin: 80px auto 0;
}
#benefits.products .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#benefits.products .image-wrapper img.mobile {
  width: 100%;
}

#ingredients.patches {
  background-color: transparent;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
}
#ingredients.patches .side-wrapper {
  padding: 100px 0;
}
#ingredients.patches .title {
  position: static;
  line-height: 1.2;
}
#ingredients.patches:before {
  content: "";
  display: block;
  background: rgb(35, 53, 70);
  background: linear-gradient(90deg, rgb(35, 53, 70) 31%, rgba(35, 53, 70, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#233546",endColorstr="#233546",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#ingredients.patches .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
}
#ingredients.patches .content-wrapper {
  position: relative;
  max-width: 450px;
  z-index: 2;
  font-weight: 600;
}
#ingredients.patches ul {
  list-style: none;
}
#ingredients.patches li {
  margin: 20px 0;
}
#ingredients.patches li strong {
  color: #f4b123;
  display: block;
  font-size: 24px;
}

#contact {
  line-height: 1.2;
}
#contact a:hover {
  text-decoration: underline;
}
#contact .title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 50px;
}
#contact .content-wrapper {
  display: inline-block;
  width: 45%;
  margin-right: 4%;
  vertical-align: top;
}
#contact .map-wrapper {
  display: inline-block;
  width: 45%;
  margin-left: 4%;
  vertical-align: top;
}
#contact .address-wrapper {
  margin-bottom: 70px;
}
#contact .company-name,
#contact strong {
  font-weight: 700;
  font-size: 24px;
}
#contact address {
  font-style: normal;
}
#contact .desc {
  color: #00594e;
}
#contact .link-wrapper {
  margin-top: 36px;
}
#contact .infoline,
#contact .email {
  font-size: 20px;
  font-weight: 700;
}
#contact .infoline a,
#contact .email a {
  font-weight: 400;
}

#demo-agents {
  display: none;
  color: #00594e;
  font-size: 20px;
  font-weight: 500;
}
#demo-agents .land {
  font-size: 28px;
}
#demo-agents img {
  border-radius: 15px;
  margin: 20px auto;
}
#demo-agents ul {
  text-align: center;
}

#products-section {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  overflow: hidden;
}
#products-section .title-container {
  margin-bottom: 70px;
}
#products-section .item-wrapper {
  text-align: center;
}
#products-section .item-wrapper .item {
  display: inline-block;
  width: 28%;
  margin: 0 2.5%;
  vertical-align: top;
}
#products-section .name-wrapper {
  position: relative;
  padding-bottom: 70px;
  text-align: left;
  font-size: 38px;
  font-weight: 600;
  color: #00594e;
  line-height: 1.2;
}
#products-section .name-wrapper span {
  display: block;
  color: #f4b123;
  font-weight: 800;
}
#products-section .name-wrapper .size {
  color: #00594e;
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
}
#products-section .image-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 160px;
  height: 160px;
  width: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#products-section .product-image {
  height: 420px;
  width: 100%;
  margin: 45px 0 50px;
  position: relative;
}
#products-section .product-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

#other-products-section {
  background-color: #d4d3d2;
}
#other-products-section .item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 70px;
  text-align: center;
  gap: 50px;
}
#other-products-section .item-wrapper .item {
  width: 20%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-self: stretch;
}
#other-products-section .item-wrapper .item div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
#other-products-section .name {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
#other-products-section .name span {
  font-weight: 700;
}
#other-products-section .desc {
  font-size: 18px;
  color: #00142f;
  font-weight: 500;
  width: 250px;
  margin: 0 auto;
  max-width: 90%;
}
#other-products-section .product-image {
  height: 250px;
  width: 100%;
  margin: 40px auto;
  position: relative;
}
#other-products-section .product-image img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
#other-products-section .note {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

#other-products-section.contact {
  margin-top: 100px;
}
#other-products-section.contact .side-wrapper {
  padding-top: 0;
}
#other-products-section.contact .title-container {
  position: relative;
  top: -70px;
}

#other-products-section.contact .item-wrapper,
#other-products-section.article .item-wrapper {
  margin-top: 0;
}

#modal-widget.open {
  bottom: 20px;
}

#modal-widget {
  display: block;
  width: 310px;
  position: fixed;
  right: 20px;
  cursor: pointer;
  z-index: 99;
  bottom: -500px;
  transition: all 0.6s cubic-bezier(0.65, 1.7, 0.41, 0.99);
}
#modal-widget .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.3;
  z-index: 3;
  cursor: pointer;
}
#modal-widget .close:hover {
  opacity: 1;
}
#modal-widget .close:before,
#modal-widget .close:after {
  position: absolute;
  left: 12px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #333;
}
#modal-widget .close:before {
  transform: rotate(45deg);
}
#modal-widget .close:after {
  transform: rotate(-45deg);
}
#modal-widget .graphic-wrapper {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: 10px;
  background-image: url(../img/icon/tenor.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#modal-widget .widget-logo {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 20px top 30px;
  background-size: 75%;
  width: 100%;
  height: 110px;
  border-radius: 15px;
  box-shadow: 3px 3px 8px 0px rgba(62, 68, 70, 0.36);
  position: relative;
  z-index: 2;
}
#modal-widget .widget-text {
  background-color: #26214e;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 3px 3px 8px 0px rgba(62, 68, 70, 0.36);
  height: 76px;
  width: 100%;
  margin-top: -15px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}

.document-content {
  font-size: 20px;
  color: #00594e;
  font-weight: 500;
  padding-top: 100px;
}
.document-content .title {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
}
.document-content .side-wrapper {
  padding: 50px 0;
}
.document-content .content-wrapper {
  max-width: 800px;
}
.document-content .content-wrapper a {
  color: #f4b123;
}
.document-content .content-wrapper a:hover {
  text-decoration: underline;
}
.document-content h1,
.document-content h2,
.document-content h3,
.document-content h4,
.document-content h5,
.document-content h6 {
  font-weight: 700;
  margin: 20px 0;
}
.document-content p {
  margin: 20px 0;
}
.document-content ul,
.document-content ol {
  padding-left: 50px;
  max-width: 80%;
  margin: 30px 0;
}
.document-content ul li,
.document-content ol li {
  margin: 8px 0;
}
.document-content ul li ul,
.document-content ul li ol,
.document-content ol li ul,
.document-content ol li ol {
  max-width: 100%;
}
.document-content iframe,
.document-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.document-content .btn {
  margin: 50px auto 0;
}

#article-single-section {
  line-height: 1.2;
}
#article-single-section .title {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 50px;
}
#article-single-section .title span {
  font-weight: 400;
  color: #00594e;
}
#article-single-section .item-wrapper {
  overflow: hidden;
}
#article-single-section .item:nth-child(2) {
  margin: 0 3.5%;
}
#article-single-section .item {
  float: left;
  width: 31%;
  margin-bottom: 50px;
}
#article-single-section .item .title {
  color: #00594e;
  font-size: 40px;
  font-style: italic;
}
#article-single-section .image-wrapper {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f3f3f3;
  margin-bottom: 25px;
}

#footer {
  padding: 150px 0 50px;
}
#footer .side-wrapper {
  padding: 0;
}
#footer .box-wrapper {
  text-align: center;
}
#footer .box {
  width: 30%;
  margin: 0 1.5%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 20px;
  color: #778085;
}
#footer .box:first-child {
  margin-left: 0;
}
#footer .box a {
  font-weight: 700;
}
#footer .box .fb {
  width: 16px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/icon/facebook-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .box img {
  display: block;
  width: 100%;
  max-width: 231px;
  height: auto;
}
#footer .footer__copyright {
  display: inline-block;
  margin: 80px auto 0;
  display: block;
  vertical-align: top;
  text-align: left;
  font-size: 20px;
  color: #778085;
}
#footer .footer__copyright a:hover {
  text-decoration: underline;
}

/**
 * /* CSS Document
 *
 * @format
 */
/* Responsive */
@media all and (max-width: 1500px) {
  /* menu */
  #menu ul li {
    font-size: 20px;
    margin: 0 15px;
  }
  #menu ul .lang-menu {
    margin-left: 8px;
  }
  #menu ul .shop a,
  #menu ul .home a {
    width: 25px;
    margin-top: -3px;
  }
  #menu ul .lang-menu {
    margin-top: -1px;
    height: 33px;
    background-size: 25px;
  }
  #menu ul .lang-menu:hover {
    background-size: 27px;
    cursor: pointer;
  }
  /* header-home */
  #header.home {
    height: 550px;
  }
  #header .content-wrapper {
    font-size: 46px;
  }
  #header .content-wrapper span {
    font-size: 39px;
  }
  #header {
    height: 400px;
  }
  #header.products .content-wrapper {
    font-size: 52px;
    margin-top: 50px;
  }
  /* title */
  .title {
    font-size: 30px;
  }
  /* sekcja produkty recotin */
  #products-section .product-image {
    height: 250px;
    margin: 20px 0;
  }
  #products-section .name-wrapper {
    font-size: 30px;
    padding-bottom: 40px;
  }
  #products-section .name-wrapper .size {
    font-size: 20px;
  }
  #products-section .image-wrapper {
    max-width: 120px;
    height: 120px;
  }
  #products-section.products .product-image {
    height: 350px;
  }
  #products-section.products .item-wrapper .item {
    max-width: 400px;
  }
  #products-desc .title {
    font-size: 40px;
  }
  #benefits.home .image-wrapper,
  #benefits.products .image-wrapper {
    max-width: 800px;
  }
  #products-desc .benefits img {
    max-width: 800px;
    width: 90%;
  }
  #chart.home .item .image,
  #chart.products .item .image {
    width: 100px;
    height: 100px;
  }
  .icon-wrapper .item-wrapper img {
    max-width: 200px;
  }
  .banner-section--green--left .background-image {
    background-position: right -150px center;
  }
  .banner-section--yellow--right .background-image {
    background-position: left -150px center;
  }
  #other-products-section .product-image {
    height: 250px;
  }
  #modal-widget {
    transform: scale(0.7);
    right: -30px;
  }
  #modal-widget.open {
    bottom: -10px;
  }
  #article-section .image-wrapper,
  #article-single-section .image-wrapper {
    height: 300px;
  }
  #article-section .item .title,
  #article-single-section .item .title {
    font-size: 36px;
  }
}
@media all and (max-width: 1400px) {
  #header.home {
    height: 450px;
  }
}
@media all and (max-width: 1200px) {
  #header.contact {
    background-size: cover;
    background-position: center bottom;
    height: 300px;
  }
  #demo-agents {
    display: block;
  }
  #products-section.home {
    margin-top: -50px;
  }
  #products-section.products .product-image {
    height: 310px;
    padding-left: 150px;
  }
  #other-products-section .name {
    font-size: 25px;
  }
  .title-container {
    padding: 30px;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .box-wrapper {
    text-align: left;
  }
  #footer .box {
    margin-left: 0;
  }
  #footer .box:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer .box:first-child img {
    width: 80%;
  }
  #footer .box:nth-child(2) {
    width: 92%;
    max-width: 500px;
    margin-right: 8%;
    margin-bottom: 30px;
  }
  #footer .box:last-child {
    width: auto;
  }
  #article-section .image-wrapper,
  #article-single-section .image-wrapper {
    height: 250px;
  }
}
@media all and (max-width: 1100px) {
  #menu {
    position: fixed;
    right: -320px;
    max-width: 320px;
    width: 100%;
    height: calc(100% - 108px);
    top: 108px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    color: #00594e;
    padding-left: 0;
    overflow: auto;
    transition: all 0.3s ease-in;
  }
  #menu ul {
    text-align: left;
    overflow: auto;
    padding: 40px;
  }
  #menu ul li {
    display: block;
    margin: 25px 0;
  }
  #menu ul li:first-child {
    margin-top: 0px;
  }
  #menu ul .shop:hover,
  #menu ul .home:hover {
    transform: none;
  }
  #menu ul .lang-menu {
    background-size: 25px;
    background: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 4px;
  }
  #menu ul .lang-menu:hover {
    transform: none;
    cursor: pointer;
    color: #00594e;
  }
  #menu ul .lang-menu .sub-menu {
    display: block;
    padding: 0;
    cursor: auto;
  }
  #menu ul .lang-menu .sub-menu li {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background-color: transparent;
    margin-right: 15px;
  }
  #menu ul .lang-menu .sub-menu li a {
    color: #00594e;
    font-size: 19px;
    font-weight: bold;
    width: auto;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
  }
  #menu ul .lang-menu .sub-menu li:first-child {
    margin-top: 0;
    background-color: transparent;
  }
  #menu ul .lang-menu .sub-menu li:first-child a {
    color: #f4b123;
  }
  #menu ul .lang-menu .sub-menu li:first-child:hover a {
    color: #f4b123;
  }
  #menu ul .lang-menu .sub-menu li:hover {
    background-color: transparent;
  }
  #menu ul .lang-menu .sub-menu li:hover a {
    color: #f4b123;
  }
  #mobile {
    display: block;
  }
  .banner-section--green--left .background-image {
    background-position: right -300px center;
  }
  .banner-section--yellow--right .background-image {
    background-position: left -300px center;
  }
  #ingredients.gel .side-wrapper,
  #ingredients.roll-on .side-wrapper {
    width: 100%;
  }
  #ingredients.gel .title,
  #ingredients.roll-on .title {
    position: static;
    padding: 50px 5% 20px;
    margin-bottom: 0;
  }
  #contact .content-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
    max-width: 600px;
    margin-bottom: 50px;
  }
  #article-section .item .title,
  #article-single-section .item .title {
    font-size: 30px;
  }
  #contact .map-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #demo-agents img {
    max-width: 90%;
    height: auto;
  }
  #other-products-section .side-wrapper {
    max-width: 700px;
  }
  #other-products-section .item-wrapper .item {
    width: 45%;
  }
}
@media all and (max-width: 900px) {
  #header.products {
    min-height: 250px;
    position: relative;
    height: auto;
  }
  #header.products .side-wrapper {
    padding: 0;
  }
  #header.products .content-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding: 30px;
    font-size: 42px;
    max-width: 400px;
    width: 100%;
  }
  #header.products:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
  }
  #header.contact {
    background-size: cover;
    background-position: center bottom;
    height: 200px;
  }
  .title {
    font-size: 25px;
  }
  .banner-section .background-image {
    position: static;
    height: 300px;
    background-size: cover;
  }
  .banner-section--green--left {
    background-color: #00594e;
  }
  .banner-section--green--left .background-image {
    background-position: right center;
  }
  .banner-section--green--left:before {
    display: none;
  }
  .banner-section--yellow--right:before {
    display: none;
  }
  .banner-section--yellow--right {
    background-color: #f4b123;
  }
  .banner-section--yellow--right .background-image {
    background-position: left center;
  }
  .banner-section .content-wrapper {
    max-width: 100%;
  }
  #products-section .image-wrapper {
    width: 100px;
    height: 100px;
  }
  #products-section .product-image {
    height: 200px;
  }
  #other-products-section .side-wrapper {
    padding: 50px 0 30px;
  }
  #other-products-section .product-image {
    height: 200px;
  }
  #other-products-section .name {
    font-size: 22.7px;
  }
  #other-products-section .desc {
    font-size: 16px;
  }
  #products-section.products .side-wrapper {
    padding: 50px 0 30px;
  }
  #products-section.products .product-image {
    height: 260px;
    padding-left: 120px;
  }
  #products-section.products .image-wrapper {
    left: -30px;
  }
  #chart.home .content-wrapper {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  #chart.home .chart-wrapper {
    width: 100%;
    padding: 0;
    display: block;
  }
  #chart.products .image-wrapper {
    display: none;
  }
  #chart.products .side-wrapper {
    min-height: 0;
    padding-bottom: 0;
  }
  #chart.products .content-wrapper {
    padding-left: 0;
  }
  #products-desc .image-wrapper {
    width: 300px;
  }
  #products-desc .content-wrapper {
    padding-left: 300px;
  }
  #ingredients.patches {
    background-color: #233546;
  }
  #ingredients.patches:before {
    display: none;
  }
  #ingredients.patches .background-image {
    position: static;
    height: 300px;
    background-size: cover;
  }
}
@media all and (max-width: 760px) {
  #ingredients .image-wrapper img.desktop {
    display: none !important;
  }
  #ingredients .image-wrapper img.mobile {
    display: block !important;
  }
  #header {
    margin-top: 73px;
  }
  #top {
    height: 60px;
  }
  #menu_link {
    top: 16px;
    bottom: auto;
  }
  #menu {
    top: 60px;
    height: calc(100% - 60px);
  }
  #logo {
    height: 60px;
    padding: 0;
    width: 200px;
  }
  #logo a {
    width: 65%;
    margin: auto;
  }
  #logo:after {
    width: 19px;
    height: 60px;
    right: -17px;
  }
  #products-section .image-wrapper {
    width: 160px;
    height: 160px;
    max-width: 60%;
  }
  #products-section .product-image {
    height: 320px;
    max-width: 250px;
    margin: 20px auto;
  }
  #products-section .product-image img {
    position: static;
    max-width: 300px;
  }
  #products-section .item-wrapper .item {
    display: block;
    width: 90%;
    margin: 0 auto 50px;
    max-width: 350px;
  }
  #products-section.products .item-wrapper .item {
    width: 80%;
    padding-top: 50px;
    position: relative;
  }
  #products-section.products .item-wrapper .item .name-wrapper {
    top: 0;
  }
  #products-section.products .item-wrapper .item .image-wrapper {
    left: -70px;
  }
  #products-section.products .item-wrapper .item .product-image {
    height: 300px;
    padding-left: 120px;
  }
  #article-section .item,
  #article-section .item:first-child,
  #article-section .item:nth-child(3n+3),
  #article-single-section .item,
  #article-single-section .item:first-child,
  #article-single-section .item:nth-child(3n+3) {
    float: none;
    width: 100%;
    margin: 0 auto 50px;
  }
  #article-single-section .item:nth-child(2) {
    margin: 0;
  }
  #products-desc .content-wrapper {
    padding-left: 0;
  }
  #products-desc .image-wrapper {
    width: 100%;
    position: static;
    margin-bottom: 50px;
  }
  #products-desc .image-wrapper img {
    max-width: 80%;
    height: auto;
  }
  .icon-wrapper .item-wrapper .item {
    width: 25%;
  }
}
@media all and (max-width: 600px) {
  #header.contact {
    background-size: cover;
    background-position: left bottom;
    height: 150px;
  }
}
@media all and (max-width: 500px) {
  #other-products-section .item-wrapper .item {
    display: block;
    width: 90%;
    margin: 0 auto 50px;
    max-width: 350px;
  }
  #other-products-section .product-image {
    height: 250px;
  }
  #other-products-section .product-image img {
    position: static;
    max-width: 300px;
  }
  img.desktop {
    display: none !important;
  }
  img.mobile {
    display: block !important;
    max-width: 500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .title-container .title {
    font-size: 20px;
  }
  .title {
    font-size: 25px;
  }
  #header .content-wrapper {
    font-size: 36.5px;
  }
  #header .content-wrapper span {
    font-size: 28px;
  }
  #header .content-wrapper img {
    margin-top: 20px;
  }
  #header.products .content-wrapper {
    font-size: 32.5px;
    padding: 30px 0;
    width: 100%;
  }
  #chart.products .owl-prev,
  #chart.home .owl-prev {
    left: 0;
  }
  #chart.products .owl-next,
  #chart.home .owl-next {
    right: 0;
  }
  #footer .box a {
    display: block;
  }
  .icon-wrapper .item-wrapper .item {
    display: block;
    width: 70%;
    margin: 30px auto;
  }
  #products-section.products .item-wrapper .item .product-image {
    height: 260px;
    padding-left: 90px;
  }
  #products-section.products .item-wrapper .item .image-wrapper {
    left: -30px;
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 400px) {
  #products-section.products .item-wrapper .item {
    width: 90%;
  }
  #article-section .image-wrapper,
  #article-single-section .image-wrapper {
    height: 200px;
  }
}
html :where(img) {
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
  height: auto;
}

#logo:after {
  background-size: cover;
}

#modal-widget .graphic-wrapper {
  width: 60px;
  right: 14px;
}