@charset "UTF-8";
/* Scss Document */
body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.no-padding-top {
  padding-top: 0 !important;
}

/*.no-margin-bottom{
	margin-bottom: 0 !important;
}*/
.side-wrapper {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.section-title {
  font-family: fertigo-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #363e4c;
}
.section-title a:hover {
  text-decoration: underline;
}

.section-desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #363e4c;
}
.section-desc p {
  margin-bottom: 30px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

sup {
  vertical-align: super !important;
  font-size: 0.63em !important;
}

label#email-error.error {
  color: red;
  font-size: 16px;
  line-height: 26px;
  margin-top: -20px;
  margin-bottom: 10px;
  display: block;
}

/* button style */
.no-btn {
  display: inline-block;
  margin-bottom: 10px;
}
.no-btn:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
  border-radius: 5px;
  line-height: 1.2;
  vertical-align: top;
  cursor: pointer;
  margin: 5px 0;
}
.btn.info-icon {
  background-image: url(../img/icon/info-icon.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  height: 49px;
  width: 50px;
  padding: 0;
  position: relative;
}

.btn.grey {
  color: #fff;
  background-color: #a5a9b6;
}
.btn.grey:hover {
  background-color: #b9bcc6;
}
.btn.grey:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7a7f8e+0,a5a9b6+100 */
  background: #7a7f8e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7a7f8e 0%, #a5a9b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a7f8e", endColorstr="#a5a9b6",GradientType=0 ); /* IE6-9 */
}

.btn.grey-white {
  color: #363e4c;
  background-color: #fff;
}
.btn.grey-white:hover {
  box-shadow: 0px 3px 6.7px 3.3px rgba(165, 169, 182, 0.21);
}
.btn.grey-white:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+100 */
  background: #e9e9e9; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9e9e9", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

.btn.grey-lite {
  color: #363e4c;
  background-color: #e0e4f1;
}
.btn.grey-lite:hover {
  background-color: #eef2ff;
}
.btn.grey-lite:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b1b6c3+0,e0e4f1+100 */
  background: #b1b6c3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b1b6c3 0%, #e0e4f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b1b6c3", endColorstr="#e0e4f1",GradientType=0 ); /* IE6-9 */
}

.btn.pink {
  color: #fff;
  background-color: #eb3b78;
}
.btn.pink:hover {
  background-color: #f64f89;
}
.btn.pink:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d51e5e+0,eb3b78+100 */
  background: #d51e5e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d51e5e 0%, #eb3b78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d51e5e", endColorstr="#eb3b78",GradientType=0 ); /* IE6-9 */
}

.btn.pink-white {
  color: #eb3b78;
  background-color: #fff;
}
.btn.pink-white:hover {
  box-shadow: 0px 3px 6.7px 3.3px rgba(165, 169, 182, 0.21);
}
.btn.pink-white:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+100 */
  background: #e9e9e9; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9e9e9", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

.btn.green {
  color: #fff;
  background-color: #81bb27;
}
.btn.green:hover {
  background-color: #92cf32;
}
.btn.green:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e9a00+0,81bb27+100 */
  background: #5e9a00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5e9a00 0%, #81bb27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e9a00", endColorstr="#81bb27",GradientType=0 ); /* IE6-9 */
}

.btn.green-white {
  color: #81bb27;
  background-color: #fff;
}
.btn.green-white:hover {
  box-shadow: 0px 3px 6.7px 3.3px rgba(165, 169, 182, 0.21);
}
.btn.green-white:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+100 */
  background: #e9e9e9; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9e9e9", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

/* END button style */
/* END color style */
.green {
  color: #81bb27;
}

.pink {
  color: #eb3b78;
}

/* END color style */
/* Menu - style */
#mobile {
  overflow: hidden;
  display: none;
}

#menu_link {
  display: block;
  width: 22px;
  height: 26px;
  position: fixed;
  right: 30px;
  top: 25px;
  z-index: 1003;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

/*#menu_link span:first-child{
    margin-top: 13px;
}

#menu_link span:nth-child(1){
	width: 12px;
}

#menu_link span:nth-child(2){
	width: 16px;
}*/
#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #a5a9b6;
  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;
}

#fixed-menu {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 4;
}
#fixed-menu a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#fixed-menu a:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#fixed-menu .shop {
  background-color: #fff;
  background-image: url(../img/icon/basket-icon.png);
  background-size: 23px 21px;
}
#fixed-menu .facebook {
  background-color: #eb3b78;
  background-image: url(../img/icon/facebook-icon.png);
  background-size: 22px 23px;
}

#menu-curtain.visible {
  opacity: 1;
  visibility: visible;
}

#menu-curtain {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 4;
  transition: all 0.3s ease-in;
}

/* END MENU - style */
/* Cursor - style */
.cursor,
.cursor-download,
.cursor-map,
.cursor-instruction {
  position: absolute;
  background: #000;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 10;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.8);
  color: #a5a9b6;
  font-size: 14px;
  box-shadow: 0px 3px 6.7px 3.3px rgba(165, 169, 182, 0.21);
}

.cursor.hide,
.cursor-map.hide {
  display: none !important;
}

.cursor-download,
.cursor-map,
.cursor-instruction {
  background-color: rgba(255, 255, 255, 0.98);
}

/* END Cursor - style */
.run-movie-container {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 420px;
  position: relative;
  cursor: pointer;
  margin-top: 50px;
}
.run-movie-container .curtain {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 62, 76, 0.74);
  z-index: 1;
  cursor: pointer;
}
.run-movie-container .movie-desc {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 500px;
  z-index: 2;
  top: auto;
  bottom: 280px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.run-movie-container .play-icon {
  width: 90px;
  height: 90px;
  border: 8px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  vertical-align: center;
  cursor: pointer;
}
.run-movie-container .play-icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 9px 9px 0;
  display: inline-block;
  padding: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: 22px;
  left: -3px;
}

.nk-awb {
  height: 100%;
}

/* CSS Document */
/* Header - menu */
html, body {
  height: 100%;
}

.side-wrapper {
  position: relative;
  height: 100%;
}

#top.small {
  top: -40px;
}

.searchwp-live-search-results {
  transition: all 0.3s ease-in !important;
}

#top {
  height: 120px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000;
  top: 0;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
  transition: all 0.3s ease-in;
}
#top .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
#top #belt {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #e0e4f1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  font-size: 13px;
  color: #a5a9b6;
}
#top #belt a {
  font-weight: 500;
}
#top #belt a:hover {
  text-decoration: underline;
}
#top h1 {
  text-indent: -9999em;
}
#top #logo {
  display: block;
  position: absolute;
  z-index: 1001;
  left: 0;
  bottom: 20px;
  width: 150px;
  height: 45px;
}
#top #logo img {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
#top #menu {
  position: absolute;
  right: 0px;
  bottom: 0;
}
#top #menu #primary-menu div > ul > li:hover > a:after, #top #menu #primary-menu div > ul > li.current_page_item > a:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #e0e4f1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
#top #menu #primary-menu.opacity-0 {
  opacity: 0;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: -1;
}
#top #menu #primary-menu {
  padding-right: 50px;
  transition: all 0.3s ease-in;
}
#top #menu #primary-menu ul .current_page_item {
  color: #363e4c;
}
#top #menu #primary-menu ul .mega-menu ul {
  padding-left: 400px;
  background: none;
}
#top #menu #primary-menu ul .mega-menu ul li {
  max-width: 300px;
  background-color: #e0e4f1;
}
#top #menu #primary-menu ul .mega-menu ul li:last-child {
  border-bottom-right-radius: 5px;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products {
  max-width: 400px;
  width: 400px;
  position: absolute;
  right: 300px;
  top: 0;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  text-align: left;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products span {
  padding: 0;
  margin-top: 70px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products span:nth-of-type(1):before {
  content: "NOWOŚĆ";
  color: #eb3b78;
  display: block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 5px;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products span.sub {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products span.sub:after {
  content: "Poznaj produkt";
  color: #eb3b78;
  display: block;
  font-weight: 300;
  font-size: 13px;
  margin-top: 20px;
  text-decoration: underline;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products a {
  width: 240px;
  height: 100%;
  padding: 0 30px 0 130px;
  text-align: left;
}
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products img {
  width: 280px;
  height: auto;
  position: absolute;
  left: -200px;
  bottom: 0;
  top: 0;
  margin: auto;
}
#top #menu #primary-menu ul li {
  float: left;
  color: #a5a9b6;
  font-size: 17px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
}
#top #menu #primary-menu ul li a {
  display: block;
  padding: 32px 25px 31px 28px;
  position: relative;
}
#top #menu #primary-menu ul li .arrow-down {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  border-top: 4px solid #a5a9b6;
}
#top #menu #primary-menu ul li:hover {
  color: #363e4c;
}
#top #menu #primary-menu ul li:hover .arrow-down {
  border-top: 4px solid #363e4c;
}
#top #menu #primary-menu ul li:hover ul {
  display: block;
}
#top #menu #primary-menu ul li ul {
  position: absolute;
  background-color: #e0e4f1;
  width: 300px;
  right: -100px;
  top: 80px;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
}
#top #menu #primary-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 0;
  box-shadow: 0px 3px 4px -1px rgba(165, 169, 182, 0.58);
  z-index: 1;
}
#top #menu #primary-menu ul li ul .current_page_item {
  font-weight: 700;
  background-color: #f0f2f8;
}
#top #menu #primary-menu ul li ul li {
  float: none;
  text-align: center;
  color: #363e4c;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#top #menu #primary-menu ul li ul li a {
  display: block;
  padding: 30px 20px;
}
#top #menu #primary-menu ul li ul li:hover {
  font-weight: 700;
  background-color: #f0f2f8;
}
#top #menu #other-menu {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 3;
}
#top #menu #other-menu ul {
  list-style: none;
}
#top #menu #other-menu ul .faq {
  color: #7e57c2;
}
#top #menu #other-menu ul .lang {
  color: #363e4c;
  cursor: pointer;
}
#top #menu #other-menu ul .lang .arrow-down {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 4px solid #363e4c;
}
#top #menu #other-menu ul .lang:hover ul {
  display: block;
}
#top #menu #other-menu ul .lang ul {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(54, 62, 76, 0.24);
  top: 38px;
  right: 0;
  width: 80px;
}
#top #menu #other-menu ul .lang ul li {
  float: none;
  margin: 0;
  padding: 0;
  color: #363e4c;
  text-transform: uppercase;
  font-weight: 300;
}
#top #menu #other-menu ul .lang ul li a {
  float: none;
  margin: 0;
  padding: 10px 27px;
  color: #363e4c;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  text-align: center;
}
#top #menu #other-menu ul .lang ul li:hover {
  font-weight: 700;
  text-decoration: none;
  background-color: rgba(54, 62, 76, 0.1);
}
#top #menu #other-menu ul .current_page_item a {
  text-decoration: underline;
}
#top #menu #other-menu ul li {
  float: left;
  padding: 13px 20px 12px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  color: #eb3b78;
}
#top #menu #other-menu ul li a {
  cursor: pointer;
}
#top #menu #other-menu ul li a:hover {
  text-decoration: underline;
}
#top #search {
  display: block;
  width: 0;
  height: 40px;
  padding-right: 24px;
  position: absolute;
  right: 0;
  bottom: 20px;
  cursor: pointer;
  z-index: 2;
}
#top #search #search-icon.close {
  background-image: url(../img/icon/close-icon.png);
  transform: rotate(540deg);
}
#top #search #search-icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/icon/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  right: 0;
  margin-top: 3px;
  transition: all 0.3s ease-in;
}
#top #search form {
  width: 0;
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  transition: all 0.3s ease-in;
}
#top #search form input {
  position: absolute;
  width: 90%;
  height: 100%;
  padding: 0 5%;
  border: none;
  border-bottom: 2px solid #7e57c2;
  font-size: 13px;
  color: #363e4c;
  font-weight: 400;
  outline: none;
}

#top.mobile {
  top: 0;
  height: 80px;
}
#top.mobile .arrow-down {
  transform: rotate(90deg);
}
#top.mobile #mobile {
  display: block;
}
#top.mobile #belt {
  display: none;
}
#top.mobile #search {
  position: fixed;
  right: 70px;
  z-index: 1001;
  bottom: auto;
  top: 15px;
}
#top.mobile #search form {
  width: 200px;
}
#top.mobile #menu.open {
  right: 0;
}
#top.mobile #menu {
  display: block;
  position: fixed;
  bottom: auto;
  top: 80px;
  background: #fff;
  right: -320px;
  width: 320px;
  overflow: auto;
  z-index: 5;
  transition: all 0.3s ease-in 0.3s;
}
#top.mobile #menu:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
}
#top.mobile #menu #primary-menu div > ul > li:hover > a, #top.mobile #menu #primary-menu div > ul > li.current_page_item > a {
  display: block;
}
#top.mobile #menu #primary-menu div > ul > li:hover > a:after, #top.mobile #menu #primary-menu div > ul > li.current_page_item > a:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #e0e4f1;
  position: absolute;
  bottom: 0px;
  left: 20px;
  margin: 0;
}
#top.mobile #menu #primary-menu {
  margin-left: 30px;
  margin-top: 60px;
}
#top.mobile #menu #primary-menu ul .mega-menu ul {
  padding-left: 0;
}
#top.mobile #menu #primary-menu ul .mega-menu ul li {
  background-color: none;
}
#top.mobile #menu #primary-menu ul .mega-menu ul .mega-menu-products {
  display: none !important;
}
#top.mobile #menu #primary-menu ul li {
  float: none;
  padding: 0;
  position: static;
}
#top.mobile #menu #primary-menu ul li .arrow-down {
  left: -17px;
}
#top.mobile #menu #primary-menu ul li a {
  display: block;
  padding: 20px 25px 20px 10px;
}
#top.mobile #menu #primary-menu ul li ul {
  position: fixed;
  right: -320px;
  height: 100%;
  top: 80px;
  width: 320px;
  z-index: 2;
  background: #fff;
  display: block;
  transition: all 0.3s ease-in 0.3s;
}
#top.mobile #menu #primary-menu ul li ul li {
  text-align: left;
  padding-left: 50px;
}
#top.mobile #menu #primary-menu ul li ul li:hover a:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #e0e4f1;
  position: absolute;
  bottom: 0px;
  left: 20px;
  margin: 0;
}
#top.mobile #menu #primary-menu ul li ul li a {
  display: block;
}
#top.mobile #menu #primary-menu ul li ul .back {
  color: #e0e4f1;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#top.mobile #menu #primary-menu ul li ul .back:hover {
  color: #363e4c;
}
#top.mobile #menu #primary-menu ul li ul .back:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e0e4f1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50px;
}
#top.mobile #menu #primary-menu ul li ul.open {
  right: 0;
}
#top.mobile #menu #other-menu {
  position: static;
  top: 0;
  margin-left: 30px;
}
#top.mobile #menu #other-menu ul li {
  float: none;
  padding: 0;
  font-size: 17px;
}
#top.mobile #menu #other-menu ul li a {
  display: block;
  padding: 20px 25px 20px 10px;
}
#top.mobile #menu #other-menu ul .lang {
  position: absolute;
  color: #81bb27;
  top: 0;
}
#top.mobile #menu #other-menu ul .lang ul {
  position: fixed;
  right: -320px;
  height: 100%;
  top: 80px;
  width: 320px;
  z-index: 2;
  background: #fff;
  display: block;
  transition: all 0.3s ease-in 0.3s;
}
#top.mobile #menu #other-menu ul .lang ul li {
  text-align: left;
  padding: 0px 0 0px 50px;
}
#top.mobile #menu #other-menu ul .lang ul li:hover {
  background: #fff;
}
#top.mobile #menu #other-menu ul .lang ul li a {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
#top.mobile #menu #other-menu ul .lang ul li:hover a {
  text-decoration: none;
}
#top.mobile #menu #other-menu ul .lang ul li:hover a:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #e0e4f1;
  position: absolute;
  bottom: 0px;
  left: 27px;
  margin: auto;
}
#top.mobile #menu #other-menu ul .lang ul .back {
  color: #e0e4f1;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#top.mobile #menu #other-menu ul .lang ul .back:hover {
  color: #363e4c;
}
#top.mobile #menu #other-menu ul .lang ul .back:hover:before {
  border-right: 4px solid #363e4c;
}
#top.mobile #menu #other-menu ul .lang ul .back:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e0e4f1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50px;
}
#top.mobile #menu #other-menu ul .lang ul.open {
  right: 0;
}
#top.mobile #menu #other-menu ul .lang .arrow-down {
  left: -5px;
  right: auto;
}

/* CSS Document */
/* Header */
/* HEADER */
#header {
  width: 100%;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
}
#header #breadcrumb {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #363e4c;
  position: relative;
  z-index: 2;
  font-family: "Roboto", sans-serif;
}
#header #breadcrumb .separator {
  padding: 0 15px;
}
#header #breadcrumb .separator:after {
  content: "";
  border: solid #363e4c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  bottom: 1px;
}
#header #breadcrumb .current-item {
  font-weight: 700;
}
#header #breadcrumb.--is-white {
  color: #fff;
}
#header #breadcrumb.--is-white .separator:after {
  border-color: #fff;
}
#header .header-title {
  margin-top: 40px;
  font-size: 60px;
  color: #363e4c;
  line-height: 1.2;
  font-family: fertigo-pro, serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 2;
}
#header .nk-awb {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#header .header-curtain {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

#header.no-image {
  height: auto;
  margin-bottom: 90px;
}

#header.image {
  height: 597px;
  margin-bottom: 0;
}

#header.header-contact {
  cursor: pointer;
}
#header.header-contact .header-title,
#header.header-contact #breadcrumb {
  position: relative;
  z-index: 2;
}

#header-2 {
  width: 100%;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  background: rgb(232, 61, 114);
  background: linear-gradient(90deg, rgb(232, 61, 114) 50%, rgb(130, 184, 44) 50%);
}
#header-2 .header-title {
  font-size: 60px;
  color: #fff;
  font-family: fertigo-pro, serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 2;
  text-align: center;
}
#header-2 .header-title .section-title {
  color: #fff;
}
#header-2 .box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 30px;
  font-family: fertigo-pro, serif;
  color: #fff;
  font-size: 32px;
}
#header-2 .box-wrapper .box {
  display: block;
  width: 50%;
  text-align: center;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
#header-2 .box-wrapper .box:hover img {
  transform: scale(1.1);
}
#header-2 .box-wrapper .box .image-wrapper {
  display: block;
  height: 400px;
  width: 100%;
  margin: 0 auto;
}
#header-2 .box-wrapper .box .image-wrapper img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  margin: auto;
}
#header-2 .box-wrapper .btn {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}

/* HEADER END */
/* CSS Document */
.home .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.home .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.home .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.home .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.home .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.home .image-wrapper.box.right {
  right: 0;
}
.home .image-wrapper.box.left {
  left: 0;
}
.home .image-wrapper.box.top {
  top: 0;
  bottom: auto;
}
.home .image-wrapper.box.bottom {
  bottom: 0;
  top: auto;
}

#section-1.protection-treatment {
  height: 590px;
  margin-top: 100px;
}
#section-1.protection-treatment .box-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#section-1.protection-treatment .box {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out 0.2s;
}
#section-1.protection-treatment .box .section-title {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 40px;
}
#section-1.protection-treatment .box .side-wrapper {
  width: 100%;
}
#section-1.protection-treatment .box .content-wrapper {
  max-width: 1500px;
  width: 80%;
  position: absolute;
  bottom: 200px;
  z-index: 3;
}
#section-1.protection-treatment .box .btn {
  padding-left: 40px;
  padding-right: 40px;
}
#section-1.protection-treatment .box .nk-awb {
  position: absolute;
  height: 100%;
  width: 100%;
}
#section-1.protection-treatment .left {
  left: 0;
  top: 0;
  text-align: left;
  background-position: right center;
  background-color: darkseagreen;
}
#section-1.protection-treatment .left:hover:after {
  content: "";
  position: absolute;
  background-color: rgba(129, 187, 39, 0);
}
#section-1.protection-treatment .left:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  right: 0px;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
#section-1.protection-treatment .left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0;
  background-color: rgba(235, 59, 120, 0.7);
  z-index: 1;
  transition: all 0.5s ease-in-out 0.2s;
}
#section-1.protection-treatment .left .content-wrapper {
  margin-left: auto;
  right: 0;
}
#section-1.protection-treatment .right {
  right: 0;
  top: 0;
  text-align: right;
  background-position: left center;
  background-color: #ff4081;
}
#section-1.protection-treatment .right:hover:after {
  content: "";
  position: absolute;
  background-color: rgba(235, 59, 120, 0.1);
}
#section-1.protection-treatment .right:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
#section-1.protection-treatment .right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background-color: rgba(129, 187, 39, 0.7);
  z-index: 1;
  transition: all 0.5s ease-in-out 0.2s;
}
#section-1.protection-treatment .right .content-wrapper {
  margin-right: auto;
  left: 0;
}

#section-2.home {
  padding-bottom: 150px;
}
#section-2.home .image-wrapper.box {
  height: 60%;
  top: 200px;
  bottom: 0;
  margin: auto;
  min-height: 525px;
}

#section-3.home {
  margin-top: 80px;
  margin-bottom: 100px;
}
#section-3.home .side-wrapper {
  padding: 0;
}
#section-3.home .content-wrapper.box.right {
  box-shadow: none;
  width: 35%;
  padding: 80px 0 60px;
}
#section-3.home .image-wrapper.box.left {
  width: 60%;
}

#section-4.home {
  margin-top: 80px;
  margin-bottom: 100px;
}
#section-4.home .side-wrapper {
  padding: 0;
}
#section-4.home .content-wrapper.box.left {
  box-shadow: none;
  width: 35%;
  padding: 80px 0 60px;
}
#section-4.home .image-wrapper.box.right {
  width: 60%;
}

#section-products.home .image-wrapper {
  margin: 50px 0;
}
#section-products.home .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1291px;
  margin: 0 auto;
}
#section-products.home .text-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
#section-products.home .text-wrapper p {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-style: italic;
}
#section-products.home .btn-wrapper {
  margin: 0 auto;
  text-align: center;
}

#section-5.home .content-wrapper.box {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  min-height: 380px;
}
#section-5.home .content-wrapper.box .image-wrapper {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section-5.home .content-wrapper.box .image-wrapper.right {
  right: 0;
}
#section-5.home .content-wrapper.box .image-wrapper.left {
  left: 0;
}
#section-5.home .content-wrapper.box .content-wrapper {
  box-sizing: border-box;
}
#section-5.home .content-wrapper.box .content-wrapper.right {
  padding-left: 55%;
  padding-right: 50px;
}
#section-5.home .content-wrapper.box .content-wrapper.left {
  padding-right: 60%;
  padding-left: 50px;
}
#section-5.home .content-wrapper.box .btn {
  margin-top: 20px;
}

/* CSS Document */
.about-lice {
  margin-bottom: 100px;
}
.about-lice .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.about-lice .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.about-lice .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.about-lice .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.about-lice .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.about-lice .image-wrapper.box.right {
  right: 0;
}
.about-lice .image-wrapper.box.left {
  left: 0;
}

#section-1.about-lice {
  margin-bottom: 50px;
}
#section-1.about-lice .item-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 20px auto 0;
}
#section-1.about-lice .item-wrapper .item {
  display: inline-block;
  width: 18%;
  text-align: center;
  vertical-align: top;
  color: #363e4c;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 100px;
  position: relative;
}
#section-1.about-lice .item-wrapper .item .icon-image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  max-width: 90%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#section-2.about-lice {
  margin-bottom: 0;
}
#section-2.about-lice .side-wrapper {
  min-height: 600px;
}

#section-3.about-lice .side-wrapper {
  padding: 130px 0 0;
}
#section-3.about-lice .image-wrapper.box {
  width: 38%;
  background-size: contain;
  height: auto;
  bottom: 0;
  top: auto;
}
#section-3.about-lice .image-wrapper.box img {
  width: 100%;
  height: auto;
}

#section-5.about-lice .side-wrapper {
  padding-top: 150px;
  padding-bottom: 0;
}
#section-5.about-lice .image-wrapper.box {
  max-height: 600px;
}
#section-5.about-lice .btn-wrapper {
  text-align: left;
}

/* CSS Document */
.about-company {
  margin-bottom: 100px;
}
.about-company .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}

#section-1.about-company {
  margin-bottom: 50px;
}
#section-1.about-company .item-wrapper {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
#section-1.about-company .item-wrapper .cdn {
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  color: #e0e4f1;
  font-size: 20px;
  font-weight: 700;
}
#section-1.about-company .item-wrapper:before {
  content: "";
  display: block;
  background-color: #e0e4f1;
  width: 2px;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#section-1.about-company .item-wrapper .item {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #363e4c;
  padding: 40px 0;
  vertical-align: top;
  float: left;
  margin-top: -50px;
}
#section-1.about-company .item-wrapper .item .content {
  padding: 50px;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
}
#section-1.about-company .item-wrapper .item img {
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
#section-1.about-company .item-wrapper .item .year {
  position: absolute;
  font-weight: 700;
  font-size: 20px;
}
#section-1.about-company .item-wrapper .item:first-child .content-wrapper.left .year, #section-1.about-company .item-wrapper .item:first-child .content-wrapper.right .year {
  top: -98px;
  width: 120px;
  bottom: auto;
}
#section-1.about-company .item-wrapper .item:first-child .content-wrapper.left .year:after, #section-1.about-company .item-wrapper .item:first-child .content-wrapper.right .year:after {
  content: "";
  display: none;
}
#section-1.about-company .item-wrapper .content-wrapper.left {
  float: left;
  width: 50%;
  padding-right: 120px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
#section-1.about-company .item-wrapper .content-wrapper.left .year {
  top: 20px;
  right: 0px;
  width: 120px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: right;
}
#section-1.about-company .item-wrapper .content-wrapper.left .year:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 45px;
  background-color: #e0e4f1;
  position: absolute;
  left: 0px;
  margin: auto;
}
#section-1.about-company .item-wrapper .content-wrapper.left .year:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #363e4c;
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section-1.about-company .item-wrapper .image-wrapper.left {
  float: left;
  width: 50%;
  padding-right: 120px;
  padding-left: 20px;
  box-sizing: border-box;
}
#section-1.about-company .item-wrapper .content-wrapper.right {
  float: right;
  width: 50%;
  padding-left: 120px;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
}
#section-1.about-company .item-wrapper .content-wrapper.right .year {
  bottom: 20px;
  left: 0px;
  width: 120px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
}
#section-1.about-company .item-wrapper .content-wrapper.right .year:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 45px;
  background-color: #e0e4f1;
  position: absolute;
  right: 0px;
  margin: auto;
}
#section-1.about-company .item-wrapper .content-wrapper.right .year:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #363e4c;
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section-1.about-company .item-wrapper .image-wrapper.right {
  float: right;
  width: 50%;
  padding-left: 120px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* CSS Document */
#header.protection .side-wrapper {
  padding: 0;
}
#header.protection #breadcrumb,
#header.protection .header-title {
  color: #fff;
}
#header.protection #breadcrumb .separator,
#header.protection .header-title .separator {
  padding: 0 15px;
}
#header.protection #breadcrumb .separator:after,
#header.protection .header-title .separator:after {
  content: "";
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  bottom: 1px;
}

.protection {
  margin-bottom: 100px;
}
.protection .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.protection .section-desc {
  position: relative;
  z-index: 2;
}
.protection .section-desc:last-child {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
.protection .section-desc:last-child p:last-child {
  margin-bottom: 0;
}
.protection #replay_video {
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in;
}
.protection #replay_video:hover .repeat-icon {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}
.protection #replay_video .repeat-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/replay-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 10px;
  transition: all 0.3s ease-in;
}
.protection #replay_video.show {
  opacity: 1;
}
.protection #video-animation {
  display: block;
  width: 100%;
  height: auto;
}
.protection .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.protection .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.protection .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.protection .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.protection .image-wrapper.box.right {
  right: 0;
}
.protection .image-wrapper.box.left {
  left: 0;
}

#section-1.protection.margin-top-minus {
  margin-top: -120px;
}

#section-1.protection {
  margin-top: -20px;
  margin-bottom: 50px;
  transition: all 0.3s ease-in 0.3s;
}
#section-1.protection .side-wrapper {
  padding-top: 0;
}
#section-1.protection .btn-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -8%;
}
#section-1.protection .content-wrapper.box {
  width: 70%;
}
#section-1.protection .item-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 20px auto 0;
}
#section-1.protection .item-wrapper .item {
  display: inline-block;
  width: 18%;
  text-align: center;
  vertical-align: top;
  color: #363e4c;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 100px;
  position: relative;
}
#section-1.protection .item-wrapper .item .icon-image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  max-width: 90%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#section-2.protection .side-wrapper {
  padding: 100px 0 0;
}
#section-2.protection .image-wrapper.box {
  max-height: 600px;
}

#section-3.protection .side-wrapper {
  padding-top: 150px;
  padding-bottom: 0;
}
#section-3.protection .image-wrapper.box {
  width: 65%;
  max-height: 515px;
}
#section-3.protection .btn-wrapper {
  text-align: center;
}
#section-3.protection .content-wrapper.box img {
  display: block;
  margin: 70px auto 50px;
  max-width: 450px;
  height: auto;
  width: 80%;
}
#section-3.protection .content-wrapper.box p {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

/* CSS Document */
#header.treatment .side-wrapper {
  padding: 0;
}
#header.treatment #breadcrumb,
#header.treatment .header-title {
  color: #fff;
}
#header.treatment #breadcrumb .separator,
#header.treatment .header-title .separator {
  padding: 0 15px;
}
#header.treatment #breadcrumb .separator:after,
#header.treatment .header-title .separator:after {
  content: "";
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  bottom: 1px;
}

.treatment .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.treatment .stage-line {
  height: 100%;
  width: 2px;
  position: absolute;
  right: 150px;
  background-color: #e0e4f1;
  top: 0;
}
.treatment .stage-line .stage-content {
  color: #e0e4f1;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: -5px;
  height: 20px;
  top: 50px;
  padding-left: 25px;
  text-align: left;
  width: 80px;
}
.treatment .stage-line .stage-content:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e4f1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.treatment .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.treatment .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.treatment .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.treatment .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.treatment .image-wrapper.box.right {
  right: 0;
}
.treatment .image-wrapper.box.left {
  left: 0;
}
.treatment .image-wrapper.box.top {
  top: 0;
  bottom: auto;
}
.treatment .image-wrapper.box.bottom {
  bottom: 0;
  top: auto;
}

#section-1.treatment.margin-top-minus {
  margin-top: -120px;
}

#section-1.treatment {
  margin-top: -20px;
  margin-bottom: 100px;
  transition: all 0.3s ease-in 0.3s;
}
#section-1.treatment .side-wrapper {
  padding-top: 0;
  padding-bottom: 50px;
}
#section-1.treatment .content-wrapper.box {
  width: 70%;
}
#section-1.treatment .item-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 20px auto 0;
}
#section-1.treatment .item-wrapper .item {
  display: inline-block;
  width: 18%;
  text-align: center;
  vertical-align: top;
  color: #363e4c;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 100px;
  position: relative;
}
#section-1.treatment .item-wrapper .item .icon-image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  max-width: 90%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#section-2.treatment .side-wrapper {
  padding: 100px 0 0;
  min-height: 1200px;
}
#section-2.treatment .side-wrapper .stage-line {
  height: 110%;
  top: -10%;
}
#section-2.treatment .side-wrapper .stage-line .stage-content {
  top: -10px;
}
#section-2.treatment .content-wrapper.box.right {
  margin-top: 100px;
}
#section-2.treatment .image-wrapper.box {
  height: 45%;
}

#section-3.treatment .side-wrapper {
  padding-top: 50px;
  padding-bottom: 90px;
}
#section-3.treatment .btn-wrapper {
  text-align: center;
}
#section-3.treatment .content-wrapper.box.right {
  margin-top: 100px;
}
#section-3.treatment .content-wrapper.box.left {
  width: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-right: 10%;
}
#section-3.treatment .content-wrapper.box.left img {
  display: block;
  margin: -100px auto 50px;
  max-width: 450px;
  height: auto;
  width: 80%;
}
#section-3.treatment .content-wrapper.box.left p {
  font-size: 16px;
  font-style: italic;
  padding-right: 15px;
}

#section-4.treatment .content-wrapper.box.right {
  margin-top: 100px;
}
#section-4.treatment .image-wrapper.box {
  height: 60%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#section-5.treatment {
  margin-bottom: 100px;
}
#section-5.treatment .side-wrapper {
  padding: 100px 0 100px;
}
#section-5.treatment .side-wrapper .stage-line {
  height: 270px;
}
#section-5.treatment .content-wrapper.box.right {
  margin-top: 100px;
}

/* CSS Document */
/* General pink style */
.pink-products {
  margin-bottom: 100px;
}
.pink-products .side-wrapper {
  padding-top: 20px;
  box-sizing: border-box;
}
.pink-products .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.pink-products .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.pink-products .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.pink-products .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.pink-products .image-wrapper.box.right {
  right: 0;
}
.pink-products .image-wrapper.box.left {
  left: 0;
}

/* Size menu products */
#option.pink-products {
  width: 850px;
  max-width: 70%;
  margin: -50px auto 0;
  height: 80px;
}
#option.pink-products:hover .option-desc {
  color: #363e4c;
}
#option.pink-products .option-desc {
  text-align: center;
  margin-bottom: 15px;
  color: #e0e4f1;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in 0.3s;
}
#option.pink-products ul {
  list-style: none;
  position: relative;
  text-align: center;
}
#option.pink-products ul:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e0e4f1;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
#option.pink-products ul li.current_page_item a {
  color: #363e4c;
}
#option.pink-products ul li.current_page_item a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: -4px;
  left: 0;
  right: 0;
  bottom: auto;
  border: 1px solid #eb3b78;
  z-index: 2;
}
#option.pink-products ul li.current_page_item a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #eb3b78;
  border-radius: 50%;
  margin: 1px auto 15px;
  position: relative;
  z-index: 2;
}
#option.pink-products ul li {
  color: #e0e4f1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 150px;
  display: inline-block;
  cursor: pointer;
}
#option.pink-products ul li a {
  display: block;
  width: 100%;
}
#option.pink-products ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e0e4f1;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}
#option.pink-products ul li a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
#option.pink-products ul li a:hover {
  color: #363e4c;
}
#option.pink-products ul li a:hover:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: -4px;
  left: 0;
  right: 0;
  bottom: auto;
  border: 1px solid #eb3b78;
  z-index: 2;
}
#option.pink-products ul li a:hover:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #eb3b78;
  border-radius: 50%;
  margin: 1px auto 15px;
  position: relative;
  z-index: 2;
}
#option.pink-products ul li:first-child {
  position: absolute;
  left: -75px;
  top: 0;
}
#option.pink-products ul li:last-child {
  position: absolute;
  right: -75px;
  top: 0;
}

/* Product presentation Nitolic */
#section-1.pink-products {
  padding: 0px 0 20px;
  color: #363e4c;
  margin-bottom: 0;
}
#section-1.pink-products.addition-products {
  padding-top: 80px;
}
#section-1.pink-products .side-wrapper {
  padding-bottom: 0;
}
#section-1.pink-products .item .product-info-wrapper {
  max-width: 1250px;
  min-height: 620px;
  margin: 0 auto 80px;
  position: relative;
}
#section-1.pink-products .item .product-info-wrapper .image-wrapper {
  position: absolute;
  width: 55%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#section-1.pink-products .item .product-info-wrapper .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#section-1.pink-products .item .product-info-wrapper .image-wrapper p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  padding-top: 40px;
}
#section-1.pink-products .item .product-info-wrapper .product-information {
  width: 42%;
  padding-top: 100px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .new-info {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .product-name {
  font-size: 36px;
  line-height: 38px;
  font-family: fertigo-pro, serif;
  margin-bottom: 15px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .product-desc {
  font-size: 20px;
  line-height: 30px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .product-desc ul {
  padding-left: 20px;
  list-style: disc;
}
#section-1.pink-products .item .product-info-wrapper .product-information .product-desc img {
  display: block;
  max-width: 200%;
  height: auto;
  margin-top: 15px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform-origin: top left;
}
#section-1.pink-products .item .product-info-wrapper .product-information .more-info {
  margin-bottom: 50px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .btn-wrapper.minus-margin-top {
  margin-top: -20px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .btn-wrapper {
  margin: 20px 0 20px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .btn-wrapper .btn {
  margin-right: 15px;
}
#section-1.pink-products .item .product-info-wrapper .product-information .btn-wrapper .btn:last-child {
  margin-right: 0;
}
#section-1.pink-products .item #benefits.pink-products ul {
  width: 100%;
  float: none;
}
#section-1.pink-products .item #other-volumes {
  text-align: center;
  padding: 50px 0 0;
  max-width: 800px;
  margin: 0 auto;
}
#section-1.pink-products .item #other-volumes .other-volumes-desc {
  color: #a5a9b6;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
#section-1.pink-products .item #other-volumes .btn-wrapper {
  margin: 15px 0;
}
#section-1.pink-products .item #other-volumes .btn-wrapper .btn {
  margin: 15px 10px;
}
#section-1.pink-products .item .product-element-wrapper .section-title {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
}
#section-1.pink-products .item .product-element-wrapper .item-wrapper {
  text-align: center;
}
#section-1.pink-products .item .product-element-wrapper .item-wrapper .item {
  display: inline-block;
  width: 45%;
  margin: 20px;
  min-height: 180px;
  padding: 50px 2% 50px 12%;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  font-size: 20px;
}
#section-1.pink-products .item .product-element-wrapper .item-wrapper .item .product-element-name {
  line-height: 25px;
  font-weight: 700;
}
#section-1.pink-products .item .product-element-wrapper .item-wrapper .item .product-element-desc {
  margin-top: 10px;
  line-height: 30px;
}
#section-1.pink-products .item .product-element-wrapper .item-wrapper .item .image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#section-1.pink-products .item .product-element-wrapper .item-wrapper .item .image-wrapper img {
  display: block;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 80%;
  height: auto;
}

#contain.pink-products {
  padding-top: 50px;
  margin-bottom: 0;
}
#contain.pink-products .side-wrapper {
  max-width: 1250px;
}
#contain.pink-products .product-element-wrapper .section-title {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
}
#contain.pink-products .product-element-wrapper .item-wrapper {
  text-align: center;
}
#contain.pink-products .product-element-wrapper .item-wrapper .item {
  display: inline-block;
  width: 45%;
  margin: 20px;
  min-height: 180px;
  padding: 50px 2% 50px 12%;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  font-size: 20px;
}
#contain.pink-products .product-element-wrapper .item-wrapper .item .product-element-name {
  line-height: 25px;
  font-weight: 700;
}
#contain.pink-products .product-element-wrapper .item-wrapper .item .product-element-desc {
  margin-top: 10px;
  line-height: 30px;
}
#contain.pink-products .product-element-wrapper .item-wrapper .item .image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#contain.pink-products .product-element-wrapper .item-wrapper .item .image-wrapper img {
  display: block;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 80%;
  height: auto;
}

/* benefits - section */
#benefits.pink-products {
  padding-top: 50px;
  margin-bottom: 0;
}
#benefits.pink-products .side-wrapper {
  max-width: 1250px;
}
#benefits.pink-products .section-desc {
  overflow: hidden;
  margin-top: 30px;
}
#benefits.pink-products ul {
  width: 45%;
  padding-right: 5%;
  display: block;
  vertical-align: top;
  list-style: none;
  float: left;
}
#benefits.pink-products ul li {
  padding-left: 50px;
  background-image: url(../img/icon/check-pink.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  min-height: 24px;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* action-phase - section */
#action-phase.pink-products {
  padding-top: 100px;
}
#action-phase.pink-products .section-title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
#action-phase.pink-products .item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 50px;
}
#action-phase.pink-products .item {
  padding: 50px;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  max-width: 500px;
  width: 100%;
}
#action-phase.pink-products .item h1,
#action-phase.pink-products .item h2,
#action-phase.pink-products .item h3,
#action-phase.pink-products .item h4,
#action-phase.pink-products .item h5,
#action-phase.pink-products .item h6 {
  font-size: 28px;
  font-family: fertigo-pro, serif;
  font-weight: 500;
  line-height: 1.2;
}
#action-phase.pink-products .item img {
  display: block;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
}

/* video - section */
#video.pink-products .section-title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
#video.pink-products .run-movie-container {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* preparation-effect-prevent - section */
#preparation-effect-nitolic.pink-products {
  padding-top: 50px;
  margin-bottom: 50px;
}
#preparation-effect-nitolic.pink-products .side-wrapper {
  padding: 80px 0 40px;
}
#preparation-effect-nitolic.pink-products .image-wrapper.box {
  max-height: 640px;
}
#preparation-effect-nitolic.pink-products .image-content {
  font-size: 17px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 131px auto;
  padding: 50px 0 50px 200px;
  margin-bottom: 30px;
  min-height: 131px;
  box-sizing: border-box;
}
#preparation-effect-nitolic.pink-products .image-content p {
  margin-bottom: 0;
}

/* CSS Document */
/* General pink style */
.green-products {
  margin-bottom: 100px;
}
.green-products .side-wrapper {
  padding-top: 20px;
  box-sizing: border-box;
}
.green-products .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.green-products .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.green-products .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.green-products .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.green-products .image-wrapper.box.right {
  right: 0;
}
.green-products .image-wrapper.box.left {
  left: 0;
}

/* Size menu products */
#option.green-products {
  width: 850px;
  max-width: 70%;
  margin: -50px auto 0;
  height: 80px;
}
#option.green-products:hover .option-desc {
  color: #363e4c;
}
#option.green-products .option-desc {
  text-align: center;
  margin-bottom: 15px;
  color: #e0e4f1;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in 0.3s;
}
#option.green-products ul {
  list-style: none;
  position: relative;
  text-align: center;
}
#option.green-products ul:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e0e4f1;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
#option.green-products ul li.current_page_item a {
  color: #363e4c;
}
#option.green-products ul li.current_page_item a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: -4px;
  left: 0;
  right: 0;
  bottom: auto;
  border: 1px solid #81bb27;
  z-index: 2;
}
#option.green-products ul li.current_page_item a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #81bb27;
  border-radius: 50%;
  margin: 1px auto 15px;
  position: relative;
  z-index: 2;
}
#option.green-products ul li {
  color: #e0e4f1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 150px;
  display: inline-block;
  cursor: pointer;
}
#option.green-products ul li a {
  display: block;
  width: 100%;
}
#option.green-products ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e0e4f1;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}
#option.green-products ul li a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
#option.green-products ul li a:hover {
  color: #363e4c;
}
#option.green-products ul li a:hover:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: -4px;
  left: 0;
  right: 0;
  bottom: auto;
  border: 1px solid #81bb27;
  z-index: 2;
}
#option.green-products ul li a:hover:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #81bb27;
  border-radius: 50%;
  margin: 1px auto 15px;
  position: relative;
  z-index: 2;
}
#option.green-products ul li:first-child {
  position: absolute;
  left: -75px;
  top: 0;
}
#option.green-products ul li:last-child {
  position: absolute;
  right: -75px;
  top: 0;
}

/* Product presentation - Nitolic Prevent */
#section-1.green-products {
  padding: 80px 0 20px;
  color: #363e4c;
  margin-bottom: 0;
}
#section-1.green-products .side-wrapper {
  padding-bottom: 0;
}
#section-1.green-products .item .product-info-wrapper {
  max-width: 1250px;
  min-height: 620px;
  margin: 0 auto;
  position: relative;
}
#section-1.green-products .item .product-info-wrapper .image-wrapper {
  position: absolute;
  width: 55%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#section-1.green-products .item .product-info-wrapper .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#section-1.green-products .item .product-info-wrapper .image-wrapper p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  padding-top: 40px;
}
#section-1.green-products .item .product-info-wrapper .product-information {
  width: 42%;
  padding-top: 100px;
}
#section-1.green-products .item .product-info-wrapper .product-information .new-info {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#section-1.green-products .item .product-info-wrapper .product-information .product-name {
  font-size: 36px;
  line-height: 38px;
  font-family: fertigo-pro, serif;
  margin-bottom: 15px;
}
#section-1.green-products .item .product-info-wrapper .product-information .product-desc {
  font-size: 20px;
  line-height: 30px;
}
#section-1.green-products .item .product-info-wrapper .product-information .product-desc ul {
  padding-left: 20px;
  list-style: disc;
}
#section-1.green-products .item .product-info-wrapper .product-information .product-desc img {
  display: block;
  max-width: 200%;
  height: auto;
  margin-top: 15px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform-origin: top left;
}
#section-1.green-products .item .product-info-wrapper .product-information .btn-wrapper {
  margin: 80px 0 20px;
}
#section-1.green-products .item .product-info-wrapper .product-information .btn-wrapper .btn {
  margin-right: 15px;
}
#section-1.green-products .item .product-info-wrapper .product-information .btn-wrapper .btn:last-child {
  margin-right: 0;
}
#section-1.green-products .item .product-element-wrapper .section-title {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
}
#section-1.green-products .item .product-element-wrapper .item-wrapper {
  text-align: center;
}
#section-1.green-products .item .product-element-wrapper .item-wrapper .item {
  display: inline-block;
  width: 45%;
  margin: 20px;
  min-height: 180px;
  padding: 50px 2% 50px 12%;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  font-size: 20px;
}
#section-1.green-products .item .product-element-wrapper .item-wrapper .item .product-element-name {
  line-height: 25px;
  font-weight: 700;
}
#section-1.green-products .item .product-element-wrapper .item-wrapper .item .product-element-desc {
  margin-top: 10px;
  line-height: 30px;
}
#section-1.green-products .item .product-element-wrapper .item-wrapper .item .image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#section-1.green-products .item .product-element-wrapper .item-wrapper .item .image-wrapper img {
  display: block;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 80%;
  height: auto;
}
#section-1.green-products .item #other-volumes {
  text-align: center;
  padding: 50px 0 0;
  max-width: 800px;
  margin: 0 auto;
}
#section-1.green-products .item #other-volumes .other-volumes-desc {
  color: #a5a9b6;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
#section-1.green-products .item #other-volumes .btn-wrapper {
  margin: 15px 0;
}
#section-1.green-products .item #other-volumes .btn-wrapper .btn {
  margin: 15px 10px;
}

#contain.green-products {
  padding-top: 50px;
  margin-bottom: 0;
}
#contain.green-products .side-wrapper {
  max-width: 1250px;
}
#contain.green-products .product-element-wrapper .section-title {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
}
#contain.green-products .product-element-wrapper .item-wrapper {
  text-align: center;
}
#contain.green-products .product-element-wrapper .item-wrapper .item {
  display: inline-block;
  width: 45%;
  margin: 20px;
  min-height: 180px;
  padding: 50px 2% 50px 12%;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  font-size: 20px;
}
#contain.green-products .product-element-wrapper .item-wrapper .item .product-element-name {
  line-height: 25px;
  font-weight: 700;
}
#contain.green-products .product-element-wrapper .item-wrapper .item .product-element-desc {
  margin-top: 10px;
  line-height: 30px;
}
#contain.green-products .product-element-wrapper .item-wrapper .item .image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#contain.green-products .product-element-wrapper .item-wrapper .item .image-wrapper img {
  display: block;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 80%;
  height: auto;
}

/* increased-protection - section */
#increased-protection.green-products {
  margin: 50px 0 180px;
}
#increased-protection.green-products .side-wrapper {
  padding: 100px 0 130px;
}
#increased-protection.green-products ul,
#increased-protection.green-products ol {
  padding-left: 20px;
}
#increased-protection.green-products ul li,
#increased-protection.green-products ol li {
  list-style: disc;
}
#increased-protection.green-products .image-wrapper.box.left {
  background-position: right center;
}

/* benefits - section */
#benefits.green-products {
  padding-top: 50px;
  margin-bottom: 0px;
}
#benefits.green-products .side-wrapper {
  max-width: 1250px;
}
#benefits.green-products .section-desc {
  overflow: hidden;
  margin-top: 30px;
}
#benefits.green-products ul {
  width: 45%;
  padding-right: 5%;
  display: block;
  vertical-align: top;
  list-style: none;
  float: left;
}
#benefits.green-products ul li {
  padding-left: 50px;
  background-image: url(../img/icon/check-green.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  min-height: 24px;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* preparation-effect-prevent - section */
#preparation-effect-prevent.green-products {
  margin-bottom: 50px;
}
#preparation-effect-prevent.green-products .side-wrapper {
  padding: 80px 0 40px;
}
#preparation-effect-prevent.green-products .image-content {
  font-size: 17px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 131px auto;
  padding: 50px 0 50px 200px;
  margin-bottom: 30px;
  min-height: 131px;
  box-sizing: border-box;
}
#preparation-effect-prevent.green-products .image-content p {
  margin-bottom: 0;
}

/* CSS Document */
#section-products-2 {
  margin-top: 0;
  padding-top: 70px;
  background-color: #f8f8fc;
}

.products-all {
  margin-top: 150px;
  color: #363e4c;
  padding-bottom: 50px;
}
.products-all .item-wrapper {
  text-align: center;
  vertical-align: top;
}
.products-all .item-wrapper .item {
  background-color: #fff;
  display: inline-block;
  width: 300px;
  text-align: left;
  margin: 100px 30px 50px;
  padding: 0 0 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  vertical-align: bottom;
  transition: all 0.2s ease-in;
}
.products-all .item-wrapper .item:hover {
  box-shadow: 0px 0px 29px 0px rgba(165, 169, 182, 0.8);
}
.products-all .item-wrapper .item .product-content-wrapper {
  padding: 15px 30px 0;
}
.products-all .item-wrapper .item .product-name {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.products-all .item-wrapper .item .product-desc {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
.products-all .item-wrapper .item .image-wrapper {
  width: 100%;
  height: 260px;
  margin-top: -60px;
  position: relative;
}
.products-all .item-wrapper .item .image-wrapper img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.products-all .item-wrapper .item .btn-wrapper {
  margin-top: 15px;
}
.products-all .item-wrapper .item .btn-wrapper .btn {
  padding: 10px;
  font-size: 14px;
}
.products-all .item-wrapper .item .btn-wrapper a {
  margin-right: 10px;
}
.products-all .item-wrapper .item .btn-wrapper a:first-child {
  margin-bottom: 20px;
}

/* CSS Document */
.school-section {
  margin-bottom: 100px;
}
.school-section .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.school-section .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.school-section .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.school-section .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.school-section .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.school-section .image-wrapper.box.right {
  right: 0;
}
.school-section .image-wrapper.box.left {
  left: 0;
}

#section-1.school-section .side-wrapper {
  padding-top: 70px;
  padding-bottom: 0;
}
#section-1.school-section .image-wrapper.box {
  max-height: 600px;
}
#section-1.school-section .content-wrapper.box a {
  font-weight: 700;
}
#section-1.school-section .contact-wrapper {
  margin-top: 30px;
}
#section-1.school-section .contact-wrapper p {
  margin-bottom: 0;
}
#section-1.school-section .btn-wrapper {
  text-align: left;
  margin-top: 20px;
}
#section-1.school-section .btn-wrapper .btn {
  margin-right: 20px;
  padding-right: 45px;
  position: relative;
}
#section-1.school-section .btn-wrapper .btn.pink {
  padding: 15px 20px;
}
#section-1.school-section .btn-wrapper .btn.pink:before {
  display: none;
}
#section-1.school-section .btn-wrapper .btn:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 18px;
  transition: all 0.3s ease-in;
}
#section-1.school-section .btn-wrapper .btn:last-child {
  margin-right: 0;
}

#section-2.school-section {
  margin-bottom: 10px;
}
#section-2.school-section .content-wrapper {
  padding: 0 60px;
  max-width: 700px;
}
#section-2.school-section .item-wrapper {
  text-align: center;
}
#section-2.school-section .item-wrapper .image-wrapper {
  height: 100%;
  position: absolute;
  bottom: 20px;
  left: 5%;
  max-width: 90%;
}
#section-2.school-section .item-wrapper .image-wrapper img {
  position: absolute;
  bottom: 20px;
  max-height: 200px;
  width: auto;
}
#section-2.school-section .item-wrapper .item {
  display: inline-block;
  width: 330px;
  max-width: 80%;
  height: 200px;
  background-color: #fff;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  vertical-align: top;
  margin: 0 15px;
  cursor: pointer;
  color: #363e4c;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-top: 120px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in;
}
#section-2.school-section .item-wrapper .item:hover {
  box-shadow: 0px 0px 29px 0px rgba(165, 169, 182, 0.8);
}
#section-2.school-section .item-wrapper .item .item-desc {
  right: 5px;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  width: 45%;
}

#section-3.school-section {
  /* FORM */
}
#section-3.school-section .content-wrapper {
  padding: 0 60px;
  max-width: 700px;
}
#section-3.school-section .form-wrapper {
  padding: 0 60px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#section-3.school-section .form-wrapper .btn-wrapper {
  position: relative;
  padding-bottom: 30px;
}
#section-3.school-section .form-wrapper div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  bottom: 0;
}
#section-3.school-section .form-wrapper .btn {
  margin: 0;
}
#section-3.school-section .form-wrapper .left,
#section-3.school-section .form-wrapper .right {
  display: inline-block;
  width: 42%;
  vertical-align: top;
  margin-right: 7%;
  color: #363e4c;
  font-size: 0;
}
#section-3.school-section .form-wrapper .left .group-title,
#section-3.school-section .form-wrapper .right .group-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 30px;
}
#section-3.school-section .form-wrapper .left label.left,
#section-3.school-section .form-wrapper .right label.left {
  display: inline-block;
  width: 65%;
  margin-right: 5%;
}
#section-3.school-section .form-wrapper .left label.right,
#section-3.school-section .form-wrapper .right label.right {
  display: inline-block;
  width: 30%;
  margin-right: 0;
}
#section-3.school-section .form-wrapper .left label,
#section-3.school-section .form-wrapper .right label {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}
#section-3.school-section .form-wrapper .left label span,
#section-3.school-section .form-wrapper .right label span {
  color: #d8000c;
}
#section-3.school-section .form-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e0e4f1;
}
#section-3.school-section .form-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e0e4f1;
}
#section-3.school-section .form-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #e0e4f1;
}
#section-3.school-section .form-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #e0e4f1;
}
#section-3.school-section .form-wrapper .right input {
  padding: 15px 20px;
}
#section-3.school-section .form-wrapper input[type=text]:focus,
#section-3.school-section .form-wrapper input[type=number]:focus,
#section-3.school-section .form-wrapper input[type=email]:focus,
#section-3.school-section .form-wrapper input[type=tel]:focus {
  background-color: #fafafa;
}
#section-3.school-section .form-wrapper input {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px 20px 20px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #a5a9b6;
  border: 1px solid #a5a9b6;
  border-radius: 5px;
}
#section-3.school-section .form-wrapper input[type=submit] {
  display: inline-block;
  color: #fff;
  background-color: #eb3b78;
  width: auto;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  margin: 0 10px 0 0;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}
#section-3.school-section .form-wrapper input[type=submit]:hover {
  background-color: #f64f89;
}
#section-3.school-section .form-wrapper input[type=submit]:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d51e5e+0,eb3b78+100 */
  background: #d51e5e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d51e5e 0%, #eb3b78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d51e5e", endColorstr="#eb3b78",GradientType=0 ); /* IE6-9 */
}
#section-3.school-section .form-wrapper .your-consent {
  display: block;
  margin: 50px 0;
}
#section-3.school-section .form-wrapper .your-consent .wpcf7-list-item-label span {
  color: #d8000c;
}
#section-3.school-section .form-wrapper .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
#section-3.school-section .form-wrapper .checkbox-wrapper .wpcf7-form-control-wrap {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
#section-3.school-section .form-wrapper .checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
  width: 25px;
  height: 25px;
}
#section-3.school-section .form-wrapper .checkbox-wrapper .text {
  width: calc(100% - 45px);
  font-size: 13px;
  color: #363e4c;
  line-height: 18px;
  display: block;
}
#section-3.school-section .form-wrapper .checkbox-wrapper .text a {
  font-weight: 700;
}
#section-3.school-section .form-wrapper .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#section-3.school-section .form-wrapper span.wpcf7-list-item {
  margin: 40px 0 0 0;
}
#section-3.school-section .form-wrapper .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
}
#section-3.school-section .form-wrapper .wpcf7-list-item:hover input ~ .checkmark {
  background-color: #ccc;
}
#section-3.school-section .form-wrapper .wpcf7-list-item input:checked ~ .checkmark {
  background-color: #81bb27;
}
#section-3.school-section .form-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#section-3.school-section .form-wrapper .wpcf7-list-item input:checked ~ .checkmark:after {
  display: block;
}
#section-3.school-section .form-wrapper .wpcf7-list-item .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#section-3.school-section .form-wrapper .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: unset;
  padding-top: 30px;
}
#section-3.school-section .form-wrapper .btn-wrapper .wpcf7-spinner {
  order: -1;
  margin: auto 17px auto 0;
}
#section-3.school-section .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #d8000c;
  background-color: none;
  border: 0;
  padding-left: 40px;
  margin: 30px 0;
  position: relative;
  font-weight: 700;
}
#section-3.school-section .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #81bb27;
  background-color: none;
  border: 0;
  padding-left: 40px;
  margin: 30px 0;
  position: relative;
  font-weight: 700;
}
#section-3.school-section div.wpcf7-mail-sent-ok:before,
#section-3.school-section div.wpcf7-validation-errors:before {
  margin-right: 16px;
  vertical-align: middle;
}
#section-3.school-section div.wpcf7-mail-sent-ok:before {
  content: "";
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #81bb27;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}
#section-3.school-section div.wpcf7-mail-sent-ok:after {
  content: "";
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
}
#section-3.school-section div.wpcf7-validation-errors:before {
  content: "i";
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  background-color: #d8000c;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}
#section-3.school-section .wpcf7-not-valid {
  position: relative;
}
#section-3.school-section .form-wrapper input.wpcf7-not-valid {
  background-color: rgba(216, 0, 12, 0.05);
}
#section-3.school-section .your-consent .wpcf7-not-valid-tip {
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}
#section-3.school-section .your-consent .wpcf7-not-valid-tip:before {
  content: "i";
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  height: 25px;
  width: 25px;
  background-color: #d8000c;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}
#section-3.school-section .wpcf7-not-valid-tip {
  color: #d8000c;
  margin: 10px 0 30px;
  position: relative;
}
#section-3.school-section .wpcf7-not-valid-tip:before {
  content: "i";
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  top: -48px;
  right: 10px;
  margin: auto;
  height: 25px;
  width: 25px;
  background-color: #d8000c;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}
#section-3.school-section [data-name=your-consent] .wpcf7-not-valid-tip,
#section-3.school-section [data-name=your-consent-2] .wpcf7-not-valid-tip {
  width: 100%;
  padding: 0 50px 0 45px;
}
#section-3.school-section [data-name=your-consent] .wpcf7-not-valid-tip:before,
#section-3.school-section [data-name=your-consent-2] .wpcf7-not-valid-tip:before {
  content: "i";
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  margin: auto;
  height: 25px;
  width: 25px;
  background-color: #d8000c;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}
#section-3.school-section .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

/* CSS Document */
.hairstyles {
  margin-bottom: 100px;
}
.hairstyles .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.hairstyles .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.hairstyles .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.hairstyles .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.hairstyles .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.hairstyles .image-wrapper.box.right {
  right: 0;
}
.hairstyles .image-wrapper.box.left {
  left: 0;
}

#section-1.hairstyles .side-wrapper {
  padding-top: 210px;
  padding-bottom: 0;
}
#section-1.hairstyles #replay_video {
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in;
}
#section-1.hairstyles #replay_video:hover .repeat-icon {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}
#section-1.hairstyles #replay_video .repeat-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/replay-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 10px;
  transition: all 0.3s ease-in;
}
#section-1.hairstyles #replay_video.show {
  opacity: 1;
}
#section-1.hairstyles #video-animation {
  display: block;
  width: 100%;
  height: auto;
}
#section-1.hairstyles .btn-wrapper {
  text-align: center;
}
#section-1.hairstyles .image-wrapper.box {
  height: 600px;
  background-repeat: repeat;
  background-size: contain;
  min-width: 750px;
}
#section-1.hairstyles .image-wrapper.box .box-image-1 {
  display: block;
  width: 367px;
  height: 711px;
  margin: 0 0 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  right: 5%;
}
#section-1.hairstyles .image-wrapper.box .box-image-text {
  display: block;
  width: 229px;
  height: 116px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50px;
  left: 5%;
}
#section-1.hairstyles .content-wrapper.box a {
  font-weight: 700;
}
#section-1.hairstyles .contact-wrapper {
  margin-top: 30px;
}
#section-1.hairstyles .contact-wrapper p {
  margin-bottom: 0;
}

#section-2.hairstyles {
  margin-bottom: 10px;
}
#section-2.hairstyles .content-wrapper {
  max-width: 700px;
}
#section-2.hairstyles .item-wrapper {
  text-align: center;
}
#section-2.hairstyles .item-wrapper .image-wrapper {
  height: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 90%;
}
#section-2.hairstyles .item-wrapper .image-wrapper img {
  position: absolute;
  bottom: 0px;
  max-height: 240px;
  width: auto;
  right: 0;
}
#section-2.hairstyles .item-wrapper .item.active {
  box-shadow: 0px 4px 32px 0px rgba(129, 187, 39, 0.7);
}
#section-2.hairstyles .item-wrapper .item {
  display: inline-block;
  width: 330px;
  max-width: 90%;
  height: 200px;
  background-color: #fff;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  vertical-align: top;
  margin: 0 15px;
  cursor: pointer;
  color: #363e4c;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-top: 120px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in;
}
#section-2.hairstyles .item-wrapper .item:hover {
  box-shadow: 0px 0px 29px 0px rgba(165, 169, 182, 0.8);
}
#section-2.hairstyles .item-wrapper .item .item-desc {
  left: 10%;
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  width: 45%;
  z-index: 2;
}
#section-2.hairstyles .item-wrapper .item .item-desc span {
  display: block;
}
#section-2.hairstyles .item-wrapper .item .item-desc .hairstyles-name {
  margin-top: 10px;
  font-weight: 400;
}
#section-2.hairstyles #hairstyles-item-wrapper {
  padding-top: 120px;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item.active {
  display: block;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item {
  display: none;
  position: relative;
  padding: 80px 0;
  min-height: 600px;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper {
  max-width: none;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ul li, #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ol li {
  color: #eb3b78;
  padding-left: 150px;
  padding-top: 30px;
  min-height: 140px;
  list-style: decimal inside;
  font-weight: 900;
  position: relative;
  max-width: 700px;
  box-sizing: border-box;
  margin: 50px auto;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ul li span, #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ol li span {
  color: #363e4c;
  font-weight: 300;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ul li .hair-image-wrapper, #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ol li .hair-image-wrapper {
  width: 87px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto auto auto 0;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc .more-info-wrapper {
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #9fc400;
  margin-left: 150px;
}
#section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .image-wrapper.box {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* CSS Document */
/* General pharmacist-doctor style */
.pharmacist-doctor {
  margin-bottom: 100px;
}
.pharmacist-doctor .side-wrapper {
  padding: 20px 0 70px;
  box-sizing: border-box;
}
.pharmacist-doctor .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.pharmacist-doctor .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.pharmacist-doctor .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.pharmacist-doctor .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.pharmacist-doctor .image-wrapper.box.right {
  right: 0;
}
.pharmacist-doctor .image-wrapper.box.left {
  left: 0;
}

#section-1.pharmacist-doctor {
  padding-top: 50px;
  margin-bottom: 50px;
}
#section-1.pharmacist-doctor .section-desc p {
  margin-top: 30px;
  margin-bottom: 0;
}
#section-1.pharmacist-doctor ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
}
#section-1.pharmacist-doctor .side-wrapper {
  padding: 80px 0 40px;
}
#section-1.pharmacist-doctor .image-wrapper.box {
  max-height: 640px;
}
#section-1.pharmacist-doctor .image-content {
  font-size: 17px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 131px auto;
  padding: 50px 0 50px 200px;
  margin-top: 30px;
  min-height: 131px;
  box-sizing: border-box;
}
#section-1.pharmacist-doctor .image-content p {
  margin-bottom: 0;
}
#section-1.pharmacist-doctor .content-wrapper.box.left {
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-right: 10%;
}
#section-1.pharmacist-doctor .content-wrapper.box.left img {
  display: block;
  margin: -100px auto 50px;
  max-width: 450px;
  height: auto;
  width: 80%;
}
#section-1.pharmacist-doctor .content-wrapper.box.left .btn-wrapper {
  width: 100%;
  margin: 0 auto;
}
#section-1.pharmacist-doctor .content-wrapper.box.left .btn-wrapper .btn {
  margin: 5px;
}
#section-1.pharmacist-doctor .content-wrapper.box.left .btn-wrapper .down {
  margin-right: 20px;
  padding-right: 45px;
  position: relative;
}
#section-1.pharmacist-doctor .content-wrapper.box.left .btn-wrapper .down:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 18px;
  transition: all 0.3s ease-in;
}

#section-2.pharmacist-doctor .image-wrapper.box {
  width: 38%;
  background-size: contain;
  height: auto;
  top: 20px;
}
#section-2.pharmacist-doctor .image-wrapper.box img {
  display: block;
  width: 90%;
  height: auto;
  max-width: 506px;
  margin: 20px auto;
}
#section-2.pharmacist-doctor .content-wrapper.box.left .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 732px;
  height: auto;
}
#section-2.pharmacist-doctor .content-wrapper.box.left .image-wrapper .desc {
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
}

#section-3.pharmacist-doctor {
  padding-top: 50px;
  margin-bottom: 50px;
}
#section-3.pharmacist-doctor .section-desc p {
  margin-top: 30px;
  margin-bottom: 0;
}
#section-3.pharmacist-doctor ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
}
#section-3.pharmacist-doctor .side-wrapper {
  padding: 80px 0 40px;
}
#section-3.pharmacist-doctor .image-wrapper.box {
  max-height: 640px;
}
#section-3.pharmacist-doctor .image-content {
  font-size: 17px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 131px auto;
  padding: 50px 0 50px 200px;
  margin-top: 30px;
  min-height: 131px;
  box-sizing: border-box;
}
#section-3.pharmacist-doctor .image-content p {
  margin-bottom: 0;
}
#section-3.pharmacist-doctor .content-wrapper.box.left {
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-right: 10%;
}
#section-3.pharmacist-doctor .content-wrapper.box.left img {
  display: block;
  margin: -100px auto 50px;
  max-width: 450px;
  height: auto;
  width: 80%;
}
#section-3.pharmacist-doctor .content-wrapper.box.left .btn-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#section-3.pharmacist-doctor .content-wrapper.box.left .btn-wrapper .btn {
  margin: 5px;
}
#section-3.pharmacist-doctor .content-wrapper.box.left .btn-wrapper .down {
  margin-right: 20px;
  padding-right: 45px;
  position: relative;
}
#section-3.pharmacist-doctor .content-wrapper.box.left .btn-wrapper .down:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 18px;
  transition: all 0.3s ease-in;
}

/* CSS Document */
.article .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.article .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.article .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.article .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.article .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.article .image-wrapper.box.right {
  right: 0;
}
.article .image-wrapper.box.left {
  left: 0;
}

#section-article .item-wrapper {
  flex-wrap: wrap;
}

#section-article .item-wrapper,
#section-article-awarded .item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 50px auto;
}
#section-article .item-wrapper .item,
#section-article-awarded .item-wrapper .item {
  display: inline-block;
  width: 400px;
  margin: 20px 30px;
  vertical-align: top;
  color: #363e4c;
}
#section-article .item-wrapper .item .image-wrapper,
#section-article-awarded .item-wrapper .item .image-wrapper {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
}
#section-article .item-wrapper .item .content-wrapper,
#section-article-awarded .item-wrapper .item .content-wrapper {
  width: 90%;
  background-color: #fff;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  min-height: 250px;
  text-align: left;
}
#section-article .item-wrapper .item .content-wrapper .title,
#section-article-awarded .item-wrapper .item .content-wrapper .title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
#section-article .item-wrapper .item .content-wrapper .title:hover,
#section-article-awarded .item-wrapper .item .content-wrapper .title:hover {
  text-decoration: underline;
}
#section-article .item-wrapper .item .content-wrapper .content,
#section-article-awarded .item-wrapper .item .content-wrapper .content {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
#section-article .item-wrapper .item .content-wrapper .btn,
#section-article-awarded .item-wrapper .item .content-wrapper .btn {
  margin-top: 30px;
}
#section-article .btn-wrapper,
#section-article-awarded .btn-wrapper {
  text-align: center;
}
#section-article #pagination,
#section-article-awarded #pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 0 20px 0;
}
#section-article #pagination ul,
#section-article-awarded #pagination ul {
  margin: 0 auto;
  display: inline-block;
}
#section-article #pagination ul li .current,
#section-article-awarded #pagination ul li .current {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #7a7f8e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7a7f8e 0%, #a5a9b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a7f8e", endColorstr="#a5a9b6",GradientType=0 ); /* IE6-9 */
}
#section-article #pagination ul li,
#section-article-awarded #pagination ul li {
  float: left;
  width: 50px;
  height: 50px;
  list-style: none;
  text-align: center;
  line-height: 50px;
  margin-right: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
  color: #fff;
  background-color: #a5a9b6;
}
#section-article #pagination ul li:hover,
#section-article-awarded #pagination ul li:hover {
  background-color: #b9bcc6;
}
#section-article #pagination ul li:focus,
#section-article-awarded #pagination ul li:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7a7f8e+0,a5a9b6+100 */
  background: #7a7f8e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7a7f8e 0%, #a5a9b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a7f8e", endColorstr="#a5a9b6",GradientType=0 ); /* IE6-9 */
}
#section-article #pagination ul li a,
#section-article-awarded #pagination ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* CSS Document */
.article-single {
  margin-bottom: 0;
}
.article-single .image-wrapper {
  max-width: 1920px;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.article-single .image-wrapper img {
  position: absolute;
  width: auto;
  height: 100%;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-single .image-wrapper .side-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.article-single .side-wrapper {
  padding: 0px 0 70px;
  box-sizing: border-box;
}
.article-single .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.article-single .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.article-single .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.article-single .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.article-single .image-wrapper.box.right {
  right: 0;
}
.article-single .image-wrapper.box.left {
  left: 0;
}
.article-single h2 {
  font-size: 25px;
  line-height: 30px;
}
.article-single h3,
.article-single h4 {
  font-size: 20px;
  line-height: 25px;
}
.article-single h5,
.article-single h6 {
  font-size: 17px;
  line-height: 22px;
}

#header.article-single {
  margin-bottom: 0;
}
#header.article-single .side-wrapper {
  padding: 0;
}
#header.article-single #breadcrumb {
  width: 75%;
  max-width: 1100px;
}
#header.article-single .header-title {
  margin-bottom: 50px;
  position: relative;
}
#header.article-single .header-title h1,
#header.article-single .header-title h2,
#header.article-single .header-title h3,
#header.article-single .header-title h4,
#header.article-single .header-title h5,
#header.article-single .header-title h6,
#header.article-single .header-title p {
  width: 75%;
  max-width: 1100px;
}
#header.article-single .header-title .option-wrapper {
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #a5a9b6;
}
#header.article-single .header-title .option-wrapper .date {
  font-weight: 400;
  margin-bottom: 30px;
}
#header.article-single .header-title .option-wrapper .share {
  font-weight: 700;
}
#header.article-single .header-title .option-wrapper .share .social-icon-wrapper {
  text-align: right;
}
#header.article-single .header-title .option-wrapper .share .social-icon-wrapper .icon {
  display: inline-block;
  width: 27px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#header.article-single .article-excerpt {
  display: inline-block;
  width: 75%;
  max-width: 1100px;
  font-size: 17px;
  line-height: 25px;
  color: #a5a9b6;
  margin-bottom: 50px;
}

#article-single-content.article-single {
  color: #363e4c;
}
#article-single-content.article-single p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #363e4c;
  margin-bottom: 65px;
}
#article-single-content.article-single ul,
#article-single-content.article-single ol {
  width: 75%;
  max-width: 1100px;
  padding-left: 50px;
  margin: 65px 0;
  box-sizing: border-box;
}
#article-single-content.article-single ul li,
#article-single-content.article-single ol li {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  list-style: disc;
  margin-bottom: 10px;
  color: #363e4c;
}
#article-single-content.article-single h1,
#article-single-content.article-single h2,
#article-single-content.article-single h3,
#article-single-content.article-single h4,
#article-single-content.article-single h5,
#article-single-content.article-single h6 {
  margin-bottom: 5px;
}
#article-single-content.article-single h1,
#article-single-content.article-single h2,
#article-single-content.article-single h3,
#article-single-content.article-single h4,
#article-single-content.article-single h5,
#article-single-content.article-single h6,
#article-single-content.article-single p {
  width: 75%;
  max-width: 1100px;
}
#article-single-content.article-single .btn-wrapper {
  text-align: center;
}

#article-single-content .wp-block-columns,
#article-single-content .wp-block-group {
  margin-bottom: 65px;
}
#article-single-content .wp-block-columns a,
#article-single-content .wp-block-group a {
  color: #eb3b78;
}
#article-single-content .wp-block-column p {
  margin-bottom: 20px !important;
  margin-right: 0 !important;
  width: 100% !important;
}
#article-single-content .wp-block-column p:last-of-type {
  margin-bottom: 0 !important;
}
#article-single-content .wp-block-group p {
  margin-bottom: 20px !important;
  margin-right: 0 !important;
}
#article-single-content .wp-block-group p:last-of-type {
  margin-bottom: 0 !important;
}
#article-single-content .is-style-full-column-width img {
  max-width: 100% !important;
  aspect-ratio: unset !important;
}
#article-single-content .alignright,
#article-single-content .alignleft {
  float: unset !important;
  margin: auto !important;
  display: block !important;
}
#article-single-content .alignright img {
  margin-right: 0 !important;
}
#article-single-content .alignleft img {
  margin-left: 0 !important;
}

/* CSS Document */
.article-single .side-wrapper {
  padding: 0px 0 70px;
  box-sizing: border-box;
}
.article-single .content-wrapper.box {
  width: 60%;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 2;
}
.article-single .content-wrapper.box.right {
  margin-left: auto;
  margin-right: 0;
}
.article-single .content-wrapper.box.left {
  margin-right: auto;
  margin-left: 0;
}
.article-single .image-wrapper.box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  z-index: 1;
}
.article-single .image-wrapper.box.right {
  right: 0;
}
.article-single .image-wrapper.box.left {
  left: 0;
}
.article-single h2 {
  font-size: 25px;
  line-height: 30px;
}
.article-single h3,
.article-single h4 {
  font-size: 20px;
  line-height: 25px;
}
.article-single h5,
.article-single h6 {
  font-size: 17px;
  line-height: 22px;
}

#header.article-single {
  margin-bottom: 0;
}
#header.article-single .side-wrapper {
  padding: 0;
}
#header.article-single #breadcrumb {
  width: 75%;
  max-width: 1100px;
}

#documents {
  color: #363e4c;
  margin-bottom: 100px;
}
#documents .content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
#documents p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #363e4c;
  margin-bottom: 65px;
}
#documents ul,
#documents ol {
  padding-left: 20px;
  margin: 35px 0;
  box-sizing: border-box;
}
#documents ul li,
#documents ol li {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  list-style: disc;
  margin-bottom: 10px;
  color: #363e4c;
}
#documents h1,
#documents h2,
#documents h3,
#documents h4,
#documents h5,
#documents h6 {
  margin-bottom: 5px;
}
#documents p,
#documents a {
  overflow-wrap: break-word;
}
#documents .btn-wrapper {
  text-align: center;
}

.hide-cookie-banner {
  display: none !important;
}

#moove_gdpr_cookie_info_bar {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* CSS Document */
#faq-content {
  min-height: 600px;
  color: #363e4c;
}
#faq-content .item-wrapper {
  padding-bottom: 100px;
}
#faq-content .item-wrapper .item.active .faq-title:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#faq-content .item-wrapper .item {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 5px;
}
#faq-content .item-wrapper .item .faq-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  background-color: #fafafa;
  padding: 20px 80px 20px 40px;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  position: relative;
  cursor: pointer;
}
#faq-content .item-wrapper .item .faq-title:before {
  content: "";
  border: solid #363e4c;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all 0.3s ease-in;
}
#faq-content .item-wrapper .item .faq-content {
  display: none;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  margin-top: 3px;
}
#faq-content .item-wrapper .item .faq-content ol, #faq-content .item-wrapper .item .faq-content ul {
  padding-left: 20px;
}
#faq-content .item-wrapper .item .faq-content ol li, #faq-content .item-wrapper .item .faq-content ul li {
  margin: 5px 0;
}

/* CSS Document */
#section-1.which-product {
  min-height: 400px;
  padding-bottom: 100px;
  overflow: hidden;
}
#section-1.which-product .content-wrapper {
  max-width: 600px;
}

#calc-wrapper {
  width: 100%;
  color: #363e4c;
  margin-top: 50px;
}
#calc-wrapper #form-content {
  width: 36%;
  display: inline-block;
  vertical-align: top;
}
#calc-wrapper #product-item-content {
  width: 62%;
  display: inline-block;
  vertical-align: top;
}
#calc-wrapper #product-item-content .multiplier-wrapper {
  font-size: 30px;
  font-weight: 500;
}
#calc-wrapper #product-item-content .product-name {
  font-size: 30px;
  font-family: fertigo-pro, serif;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
}
#calc-wrapper #product-item-content .item-wrapper {
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  max-width: 800px;
  margin-left: auto;
  min-height: 400px;
}
#calc-wrapper #product-item-content .item-title {
  padding: 50px;
  box-sizing: border-box;
  color: #a5a9b6;
  font-size: 20px;
  font-weight: 700;
}
#calc-wrapper #product-item-content .item.active {
  display: block;
}
#calc-wrapper #product-item-content .plus-icon {
  text-align: center;
  padding: 0 0 20px;
}
#calc-wrapper #product-item-content .plus-icon:after {
  content: "+";
  color: #e1e5f2;
  font-weight: 900;
  font-size: 94px;
  text-align: center;
  margin: auto;
}
#calc-wrapper #product-item-content .item {
  display: none;
  position: relative;
}
#calc-wrapper #product-item-content .item-content {
  position: relative;
  box-sizing: border-box;
  padding: 0 50px 40px;
}
#calc-wrapper #product-item-content .right {
  width: 40%;
  right: 20px;
  bottom: 40px;
  position: absolute;
}
#calc-wrapper #product-item-content .right img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#calc-wrapper #product-item-content .left {
  width: 55%;
  display: inline-block;
}
#calc-wrapper #product-item-content .left img {
  max-width: 200%;
  height: auto;
  margin-top: 15px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform-origin: top left;
}
#calc-wrapper #product-item-content .left .btn-wrapper {
  margin-top: -30px;
}
#calc-wrapper #product-item-content .left .btn-wrapper .no-btn {
  margin-bottom: 20px;
}
#calc-wrapper #product-item-content .left .btn-wrapper .btn {
  margin-right: 10px;
}

#form-content .form-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
#form-content form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e0e4f1;
}
#form-content form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e0e4f1;
}
#form-content form :-ms-input-placeholder {
  /* IE 10+ */
  color: #e0e4f1;
}
#form-content form :-moz-placeholder {
  /* Firefox 18- */
  color: #e0e4f1;
}
#form-content form .btn-wrapper {
  margin-top: 50px;
}
#form-content form .btn-wrapper .btn {
  margin-right: 10px;
}
#form-content form input[type=submit] {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}
#form-content form label {
  display: block;
  margin: 10px 0 25px;
  padding-left: 75px;
  position: relative;
}
#form-content form label input {
  display: block;
  height: 50px;
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
  padding: 20px 50px 20px 20px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #a5a9b6;
  border: 1px solid #a5a9b6;
  border-radius: 5px;
}
#form-content form .hair {
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 68px;
  position: absolute;
  left: 0;
  bottom: -7px;
}
#form-content form .short {
  background-image: url(../img/icon/short-hair-icon.png);
  background-size: 40px 46px;
}
#form-content form .medium {
  background-image: url(../img/icon/medium-hair-icon.png);
  background-size: 52px 45px;
}
#form-content form .long {
  background-image: url(../img/icon/long-hair-icon.png);
  background-size: 52px 67px;
}

/* CSS Document */
/* HEADER */
#header.error-site .content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #363e4c;
}
#header.error-site .header-title {
  text-align: center;
}
#header.error-site .header-desc {
  font-size: 20px;
  line-height: 30px;
}
#header.error-site .btn {
  margin-top: 30px;
}

/* HEADER END */
.error-image-wrapper {
  width: 100%;
  height: 490px;
  background-image: url(../img/media/404/boy-image.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

/* CSS Document */
.contact .side-wrapper {
  padding: 70px 0;
  box-sizing: border-box;
}
.contact .content-wrapper.box {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  background: #fff;
  padding: 65px 50px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 4;
}

#map.visible {
  z-index: 3;
}
#map.visible iframe {
  height: 100%;
  bottom: 0;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#map iframe {
  position: absolute;
  width: 100%;
  height: 900px;
  bottom: -120px;
}

#section-1.contact {
  margin-top: -120px;
}
#section-1.contact .side-wrapper {
  padding-top: 0;
  padding-bottom: 50px;
}
#section-1.contact .content-wrapper.box {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  background: #fff;
  padding: 65px 5px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 4;
}
#section-1.contact .content-wrapper.box:first-child .item p:first-child {
  font-weight: 700;
}
#section-1.contact .content-wrapper.box .item:first-child {
  width: 30%;
}
#section-1.contact .content-wrapper.box .item:first-child p, #section-1.contact .content-wrapper.box .item:first-child address {
  font-weight: 700;
}
#section-1.contact .content-wrapper.box:nth-child(2) {
  width: 100%;
  max-width: 1250px;
  margin: 40px auto 0;
  background: #fff;
  padding: 15px 5px;
  box-sizing: border-box;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  position: relative;
  z-index: 4;
}
#section-1.contact .content-wrapper.box:nth-child(2) .item div {
  margin: 15px 0;
}
#section-1.contact .item-wrapper {
  text-align: center;
  color: #363e4c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
#section-1.contact .item-wrapper .item {
  width: 28%;
  margin-right: 2%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#section-1.contact .item-wrapper .item .company-name {
  font-weight: 700;
}
#section-1.contact .item-wrapper .item address {
  font-style: normal;
}
#section-1.contact .item-wrapper .item p {
  display: inline-block;
}
#section-1.contact .item-wrapper .item a {
  display: inline-block;
  color: #ff4081;
  font-weight: 700;
}
#section-1.contact .item-wrapper .item a:hover {
  text-decoration: underline;
}

#section-2.contact .item-wrapper {
  text-align: center;
}
#section-2.contact .item-wrapper .item {
  display: inline-block;
  width: 400px;
  margin: 20px;
  vertical-align: top;
  color: #363e4c;
}
#section-2.contact .item-wrapper .item .image-wrapper {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
}
#section-2.contact .item-wrapper .item .content-wrapper {
  width: 90%;
  background-color: #fff;
  box-shadow: 0px 9px 32px 0px rgba(165, 169, 182, 0.3);
  margin: 0 auto;
  padding: 50px 20px;
  box-sizing: border-box;
  min-height: 250px;
}
#section-2.contact .item-wrapper .item .content-wrapper .position {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
#section-2.contact .item-wrapper .item .content-wrapper .name, #section-2.contact .item-wrapper .item .content-wrapper .phone {
  font-size: 25px;
  line-height: 30px;
}
#section-2.contact .item-wrapper .item .content-wrapper .phone a:hover {
  text-decoration: underline;
}

#section-3.contact .content-wrapper.box {
  min-height: 380px;
}
#section-3.contact .content-wrapper.box .image-wrapper {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
#section-3.contact .content-wrapper.box .image-wrapper.left {
  left: 0;
}
#section-3.contact .content-wrapper.box .image-wrapper.right {
  right: 0;
}
#section-3.contact .content-wrapper.box .content-wrapper {
  box-sizing: border-box;
}
#section-3.contact .content-wrapper.box .content-wrapper.right {
  padding-left: 55%;
  padding-right: 50px;
}
#section-3.contact .content-wrapper.box .content-wrapper.left {
  padding-right: 55%;
  padding-left: 50px;
}
#section-3.contact .content-wrapper.box .btn {
  margin-top: 20px;
}

/* CSS Document */
/* Widget */
#widget {
  padding: 130px 0 100px;
  text-align: center;
}
#widget .section-title {
  margin-bottom: 50px;
}
#widget .widget-text {
  max-width: 1000px;
  margin: auto;
}
#widget .kml_widget-header,
#widget .kml_widget-footer {
  background-color: #eb3b78 !important;
}
#widget #kml_widget {
  margin: 0 auto;
}

/* Nitolic boy module */
#nitolic-boy-module.open {
  bottom: 0;
}

#nitolic-boy-module {
  position: fixed;
  bottom: -220px;
  right: 65px;
  z-index: 10;
  transition: all 0.3s ease-in;
}
#nitolic-boy-module:after {
  content: "";
  display: block;
  background-image: url(../img/rog.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 111px;
  bottom: 123px;
  z-index: 11;
}
#nitolic-boy-module #nitolic-boy-image {
  width: 175px;
  height: 308px;
  background-image: url(../img/nitolic-boy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
#nitolic-boy-module #nitolic-boy-image #lips-close {
  display: none;
  width: 63px;
  height: 23px;
  background-image: url(../img/usta-zamkniete.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 154px;
  right: 52px;
  cursor: pointer;
  z-index: 1;
}
#nitolic-boy-module #nitolic-boy-image #lips-open {
  display: none;
  width: 73px;
  height: 34px;
  background-image: url(../img/usta.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 148px;
  right: 47px;
  cursor: pointer;
  z-index: 2;
}
#nitolic-boy-module #nitolic-boy-image #lips-open.open {
  display: block;
}
#nitolic-boy-module #nitolic-boy-image #lips-close.open {
  display: block;
}
#nitolic-boy-module #speech-bubble {
  width: 319px;
  height: 126px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 70px 20px 20px;
  font-family: fertigo-pro, serif;
  font-weight: 500;
  font-style: normal;
  color: #7e57c2;
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  right: 150px;
  bottom: 37px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
}
#nitolic-boy-module #speech-bubble #replay {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/replay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#nitolic-boy-module #speech-bubble #replay:hover {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}
#nitolic-boy-module #speech-bubble:before {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#nitolic-boy-module #speech-bubble #speech-bubble-content {
  width: 80%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px 50px 20px 20px;
}
#nitolic-boy-module #speech-bubble #speech-bubble-content a {
  color: #d51e5e;
}
#nitolic-boy-module .alert {
  position: absolute;
  z-index: 11;
  right: 150px;
  bottom: 37px;
  background-color: #fff;
  width: 319px;
  height: auto;
  min-height: 126px;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  border-radius: 7px;
  box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
  font-family: fertigo-pro, sans-serif;
}
#nitolic-boy-module .alert .title {
  font-size: 18px;
}
#nitolic-boy-module .alert .btn-wrapper {
  margin: 15px 0;
}
#nitolic-boy-module .alert .desc {
  font-size: 12px;
}
#nitolic-boy-module .alert .btn {
  padding: 10px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
#nitolic-boy-module .alert .btn#on {
  margin-bottom: 15px;
}
#nitolic-boy-module .alert .btn#temp-off, #nitolic-boy-module .alert .btn#off {
  font-size: 10px;
}
#nitolic-boy-module .alert div p {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
#nitolic-boy-module .alert div .cross {
  height: 16px;
  width: 16px;
  background-color: #eb3b78;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#nitolic-boy-module .alert div .cross::after {
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  content: "×";
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
#nitolic-boy-module .gear {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/setting-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}
#nitolic-boy-module .gear:hover {
  transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
}

/* END - Nitolic boy module */
/* CSS Document */
/* Footer */
#footer {
  padding: 70px 0;
  background-color: #363e4c;
  color: #fff;
  position: relative;
}
#footer #logo-footer {
  display: block;
  max-width: 170px;
}
#footer #logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .side-wrapper {
  overflow: hidden;
  position: relative;
}
#footer #copyright {
  clear: both;
  padding-bottom: 5px;
  font-size: 13px;
}
#footer #copyright span {
  display: inline-block;
  margin: 0 15px;
}
#footer #copyright #footer-logo-icb {
  display: inline-block;
  width: 163px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 163px 30px;
  background-position: center;
  vertical-align: middle;
}
#footer .left {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  width: 30%;
  margin: 50px 0;
  line-height: 1.6;
  font-size: 17px;
}
#footer .left .contact-name {
  font-weight: 700;
}
#footer .left .name {
  text-transform: uppercase;
}
#footer .left address {
  font-style: normal;
}
#footer .left .phone {
  margin: 20px 0;
  font-weight: 700;
}
#footer .left .phone a {
  font-weight: 400;
}
#footer .left .phone a:hover {
  text-decoration: underline;
}
#footer .right {
  position: absolute;
  width: 70%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .right .footer-menu-content {
  padding: 30px 0;
}
#footer .right ul {
  list-style: none;
}
#footer .right ul li {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
}
#footer .right ul li a:hover {
  text-decoration: underline;
}
#footer .right .footer-menu-content div > ul > li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10%;
  box-sizing: border-box;
}

/* CSS Document */
/* Responsive */
@media all and (max-width: 1600px) {
  /* Sekcja artykuły */
  #section-article .item-wrapper .item,
  #section-article-awarded .item-wrapper .item {
    margin: 20px 20px;
  }
  /* contact */
  #section-2.contact .item-wrapper .item {
    width: 320px;
  }
  #section-2.contact .item-wrapper .item .image-wrapper {
    height: 220px;
  }
  #section-2.contact .item-wrapper .item .content-wrapper {
    padding: 30px 15px;
  }
  #section-2.contact .item-wrapper .item .content-wrapper .position {
    font-size: 22.7px;
    line-height: 1.4;
  }
  #section-2.contact .item-wrapper .item .content-wrapper .phone,
  #section-2.contact .item-wrapper .item .content-wrapper .name {
    font-size: 20px;
    line-height: 1.4;
  }
  /* products section */
  .products-all .item-wrapper .item .product-content-wrapper {
    padding: 15px 20px 0;
  }
  .products-all .item-wrapper .item .btn-wrapper {
    bottom: 15px;
  }
  .products-all .item-wrapper .item .product-name {
    font-size: 22.8px;
    line-height: 1.2;
  }
  .products-all .item-wrapper .item .product-desc {
    font-size: 16px;
  }
  .products-all .item-wrapper .item .image-wrapper {
    height: 260px;
  }
}
@media all and (max-width: 1500px) {
  /* Sekcja artykuły */
  #section-article .item-wrapper .item,
  #section-article-awarded .item-wrapper .item {
    width: 360px;
  }
  /* Product element */
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item .product-element-desc,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item .product-element-desc {
    font-size: 16px;
    line-height: 26px;
  }
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item {
    margin: 20px 2%;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item {
    margin: 20px 2%;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item .product-element-desc {
    font-size: 16px;
    line-height: 26px;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item {
    margin: 20px 2%;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item .product-element-desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1400px) {
  /* All */
  #header .header-title,
  #header-2 .header-title {
    font-size: 52px;
  }
  .section-title {
    font-size: 36.5px;
  }
  .section-desc {
    font-size: 16px;
    line-height: 26px;
  }
  #header-2 .side-wrapper {
    padding: 30px 0;
  }
  #header-2 .box-wrapper .box .image-wrapper {
    height: 250px;
  }
}
@media all and (max-width: 1250px) {
  /*	.searchwp-live-search-results{
  	position: fixed !important;
  	top: 67px !important;
  }*/
  #header,
  #header-2 {
    margin-top: 80px;
  }
  #top {
    height: 80px;
  }
  #top #search form {
    width: 200px;
    max-width: 200px;
  }
  #top #menu {
    right: -320px;
    height: 100%;
  }
  #top {
    top: 0;
    height: 80px;
  }
  #top .arrow-down {
    transform: rotate(90deg);
  }
  #top #mobile {
    display: block;
  }
  #top #belt {
    display: none;
  }
  #top #search {
    position: fixed;
    right: 70px;
    z-index: 1001;
    bottom: auto;
    top: 15px;
  }
  #top #search form {
    width: 200px;
  }
  #top #menu.open {
    right: 0;
  }
  #top #menu {
    display: block;
    position: fixed;
    bottom: auto;
    top: 80px;
    background: #fff;
    right: -320px;
    width: 320px;
    overflow: auto;
    z-index: 5;
    transition: all 0.3s ease-in 0.3s;
  }
  #top #menu:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: -4px;
    box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
  }
  #top #menu #primary-menu div > ul > li:hover > a,
  #top #menu #primary-menu div > ul > li.current_page_item > a {
    display: block;
  }
  #top #menu #primary-menu div > ul > li:hover > a:after,
  #top #menu #primary-menu div > ul > li.current_page_item > a:after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #e0e4f1;
    position: absolute;
    bottom: 0px;
    left: 20px;
    margin: 0;
  }
  #top #menu #primary-menu {
    margin-left: 30px;
    margin-top: 60px;
  }
  #top #menu #primary-menu ul .mega-menu ul {
    padding-left: 0;
  }
  #top #menu #primary-menu ul .mega-menu ul li {
    background-color: rgba(255, 255, 225, 0);
  }
  #top #menu #primary-menu ul .mega-menu ul li:hover {
    background-color: rgba(255, 255, 225, 0);
  }
  #top #menu #primary-menu ul .mega-menu ul .mega-menu-products {
    display: none !important;
  }
  #top #menu #primary-menu ul li {
    float: none;
    padding: 0;
    position: static;
  }
  #top #menu #primary-menu ul li .arrow-down {
    left: -17px;
  }
  #top #menu #primary-menu ul li a {
    display: block;
    padding: 20px 25px 20px 10px;
  }
  #top #menu #primary-menu ul li ul {
    position: fixed;
    right: -320px;
    height: 100%;
    top: 80px;
    width: 320px;
    z-index: 2;
    background: #fff;
    display: block;
    transition: all 0.3s ease-in 0.3s;
  }
  #top #menu #primary-menu ul li ul .current_page_item {
    background-color: rgba(255, 255, 255, 0);
  }
  #top #menu #primary-menu ul li ul li {
    text-align: left;
    padding-left: 50px;
  }
  #top #menu #primary-menu ul li ul li:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  #top #menu #primary-menu ul li ul li:hover a:after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #e0e4f1;
    position: absolute;
    bottom: 0px;
    left: 20px;
    margin: 0;
  }
  #top #menu #primary-menu ul li ul li a {
    display: block;
  }
  #top #menu #primary-menu ul li ul .back {
    color: #e0e4f1;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #top #menu #primary-menu ul li ul .back:hover {
    color: #363e4c;
  }
  #top #menu #primary-menu ul li ul .back:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #e0e4f1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
  }
  #top #menu #primary-menu ul li ul.open {
    right: 0;
  }
  #top #menu #other-menu {
    position: static;
    top: 0;
    margin-left: 30px;
  }
  #top #menu #other-menu ul li {
    float: none;
    padding: 0;
    font-size: 17px;
  }
  #top #menu #other-menu ul li a {
    display: block;
    padding: 20px 25px 20px 10px;
  }
  #top #menu #other-menu ul .lang {
    position: absolute;
    color: #81bb27;
    top: 0;
  }
  #top #menu #other-menu ul .lang ul {
    position: fixed;
    right: -320px;
    height: 100%;
    top: 80px;
    width: 320px;
    z-index: 2;
    background: #fff;
    display: block;
    transition: all 0.3s ease-in 0.3s;
  }
  #top #menu #other-menu ul .lang ul li {
    text-align: left;
    padding: 0px 0 0px 50px;
  }
  #top #menu #other-menu ul .lang ul li:hover {
    background: #fff;
  }
  #top #menu #other-menu ul .lang ul li a {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
  }
  #top #menu #other-menu ul .lang ul li:hover a {
    text-decoration: none;
  }
  #top #menu #other-menu ul .lang ul li:hover a:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #e0e4f1;
    position: absolute;
    bottom: 0px;
    left: 27px;
    margin: auto;
  }
  #top #menu #other-menu ul .lang ul .back {
    color: #e0e4f1;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 70px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #top #menu #other-menu ul .lang ul .back:hover {
    color: #363e4c;
  }
  #top #menu #other-menu ul .lang ul .back:hover:before {
    border-right: 4px solid #363e4c;
  }
  #top #menu #other-menu ul .lang ul .back:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #e0e4f1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
  }
  #top #menu #other-menu ul .lang ul.open {
    right: 0;
  }
  #top #menu #other-menu ul .lang .arrow-down {
    left: -5px;
    right: auto;
  }
  /* Contact */
  #section-1.contact {
    margin-top: -60px;
  }
  /* about-company */
  #section-1.about-company .item-wrapper {
    max-width: 650px;
    margin: 0 auto;
    overflow: visible;
  }
  #section-1.about-company .item-wrapper .item .content {
    padding: 30px 5%;
  }
  #section-1.about-company .item-wrapper .cdn {
    margin-right: 0;
  }
  #section-1.about-company .item-wrapper:before {
    margin-right: 0;
  }
  #section-1.about-company .item-wrapper .item {
    float: none;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left,
  #section-1.about-company .item-wrapper .image-wrapper.right,
  #section-1.about-company .item-wrapper .content-wrapper.left,
  #section-1.about-company .item-wrapper .content-wrapper.right {
    float: none;
    width: 50%;
    padding-right: 120px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left .year,
  #section-1.about-company .item-wrapper .image-wrapper.right .year,
  #section-1.about-company .item-wrapper .content-wrapper.left .year,
  #section-1.about-company .item-wrapper .content-wrapper.right .year {
    top: 20px;
    right: 0px;
    width: 120px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: right;
    left: auto;
    bottom: auto;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left .year:before,
  #section-1.about-company .item-wrapper .image-wrapper.right .year:before,
  #section-1.about-company .item-wrapper .content-wrapper.left .year:before,
  #section-1.about-company .item-wrapper .content-wrapper.right .year:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #363e4c;
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left .year:after,
  #section-1.about-company .item-wrapper .image-wrapper.right .year:after,
  #section-1.about-company .item-wrapper .content-wrapper.left .year:after,
  #section-1.about-company .item-wrapper .content-wrapper.right .year:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
    background-color: #e0e4f1;
    position: absolute;
    left: 0px;
    margin: auto;
    right: auto;
  }
  /* products section */
  /* product elements */
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item {
    padding: 200px 20px 20px;
    margin-top: 70px;
  }
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item .image-wrapper,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item .image-wrapper {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
  }
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item .image-wrapper img,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item .image-wrapper img {
    max-width: 180px;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item {
    padding: 200px 20px 20px;
    margin-top: 70px;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item .image-wrapper {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item .image-wrapper img {
    max-width: 180px;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item .product-element-desc {
    font-size: 16px;
    line-height: 26px;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item {
    padding: 200px 20px 20px;
    margin-top: 70px;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item .image-wrapper {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item .image-wrapper img {
    max-width: 180px;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item .product-element-desc {
    font-size: 16px;
    line-height: 26px;
  }
  #increased-protection.green-products {
    margin-bottom: 100px;
  }
  /* Article - single */
  #header.article-single .header-title {
    font-size: 41px;
  }
  #header.article-single .header-title p,
  #header.article-single .header-title h1,
  #header.article-single .header-title h2,
  #header.article-single .header-title h3,
  #header.article-single .header-title h4,
  #header.article-single .header-title h5,
  #header.article-single .header-title h6 {
    width: 100%;
    max-width: 700px;
  }
  #header.article-single .article-excerpt {
    width: 100%;
    max-width: 700px;
  }
  #header.article-single .header-title .option-wrapper {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  #header.article-single .header-title .option-wrapper .date {
    margin-bottom: 20px;
  }
  #header.article-single .header-title .option-wrapper .share .social-icon-wrapper {
    text-align: left;
  }
  #article-single-content.article-single p,
  #article-single-content.article-single h1,
  #article-single-content.article-single h2,
  #article-single-content.article-single h3,
  #article-single-content.article-single h4,
  #article-single-content.article-single h5,
  #article-single-content.article-single h6 {
    width: 100%;
    max-width: 700px;
  }
  /* which product */
  #calc-wrapper #form-content {
    width: 40%;
  }
  #calc-wrapper #product-item-content {
    width: 55%;
  }
  #calc-wrapper #product-item-content .right {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    max-width: 400px;
    right: 0;
    bottom: 0;
  }
  #calc-wrapper #product-item-content .left {
    width: 100%;
  }
  /* widget */
  #widget {
    padding: 50px 0;
  }
}
@media all and (max-width: 1100px) {
  #section-article .item-wrapper .item .image-wrapper,
  #section-article-awarded .item-wrapper .item .image-wrapper {
    height: 280px;
  }
  #section-article .item-wrapper .item .content-wrapper,
  #section-article-awarded .item-wrapper .item .content-wrapper {
    width: 90%;
    min-height: auto;
  }
  .section-title {
    font-size: 32.5px;
  }
  #nitolic-boy-module {
    display: none;
  }
  #header.image,
  .article-single .image-wrapper {
    height: 480px;
  }
  #section-1.protection-treatment {
    height: 450px;
  }
  #section-1.protection-treatment .box .content-wrapper {
    bottom: 100px;
  }
  #section-1.protection-treatment .box .section-title {
    font-size: 46.2px;
    line-height: 50px;
  }
  /* Pharmacist-doctor */
  .pharmacist-doctor {
    margin-bottom: 0 !important;
  }
  .pharmacist-doctor .side-wrapper {
    padding: 0 !important;
  }
  .pharmacist-doctor .content-wrapper,
  #section-2.pharmacist-doctor .image-wrapper.box {
    width: 100% !important;
    position: static !important;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #section-1.pharmacist-doctor .content-wrapper.box.left {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #section-1.pharmacist-doctor .content-wrapper.box.left img {
    margin-top: 0;
  }
  #section-3.pharmacist-doctor .side-wrapper {
    padding: 20px 0;
  }
  #section-3.pharmacist-doctor .content-wrapper.box.left {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #section-3.pharmacist-doctor .content-wrapper.box.left img {
    margin-top: 0;
  }
  #section-3.pharmacist-doctor .image-content {
    padding: 170px 0 50px;
    background-position: top 20px center;
  }
  /* for school */
  #section-2.school-section .content-wrapper,
  #section-3.school-section .content-wrapper {
    padding-left: 0;
  }
  #section-3.school-section .form-wrapper {
    padding: 0;
  }
  #section-3.school-section .form-wrapper .left,
  #section-3.school-section .form-wrapper .right {
    width: 100%;
    max-width: 700px;
    margin-right: 0;
  }
  /* Hairstyles */
  #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc .more-info-wrapper {
    margin-left: 0;
  }
  /* Preparation effect nitolic */
  #preparation-effect-nitolic.pink-products .image-content {
    padding: 170px 0 0;
    background-position: center top;
  }
  /* Preparation effect prevent */
  #preparation-effect-prevent.green-products .image-content {
    padding: 170px 0 0;
    background-position: center top;
  }
  /* Contact */
  #section-1.contact .item-wrapper {
    text-align: left;
  }
  #section-1.contact .content-wrapper.box {
    padding: 65px 50px;
  }
  #section-1.contact .content-wrapper.box:nth-child(2) {
    padding: 15px 50px;
  }
  #section-1.contact .content-wrapper.box:nth-child(2) .item-wrapper .item p {
    display: block;
  }
  #section-1.contact .content-wrapper.box:first-child .item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  #section-1.contact .content-wrapper.box:first-child .item {
    width: 45%;
  }
  /* Footer */
  #footer .left {
    width: 100%;
    border-right: none;
  }
  #footer .right {
    width: 100%;
    position: static;
  }
  #footer .right ul li {
    margin: 20px 2px;
  }
  #footer .right .footer-menu-content {
    border-top: 1px solid #fff;
  }
  #footer .right .footer-menu-content div > ul > li {
    padding-left: 0;
  }
}
@media all and (max-width: 900px) {
  /* About lice */
  #section-1.about-lice .item-wrapper .item {
    width: 30%;
    margin: 30px 1%;
  }
  /* Protection */
  #section-1.protection .item-wrapper .item {
    width: 30%;
    margin: 30px 1%;
  }
  #section-1.protection .btn-wrapper {
    margin-top: -5%;
  }
  /* for school */
  #section-2.school-section .item-wrapper .item {
    height: auto;
    width: 300px;
  }
  #section-2.school-section .item-wrapper .item .item-desc {
    position: static;
    width: 90%;
    margin: 10px auto 30px;
  }
  #section-2.school-section .item-wrapper .image-wrapper {
    position: relative;
    bottom: 0;
  }
  #section-2.school-section .item-wrapper .image-wrapper img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 80%;
  }
  /* Hairstyles */
  #section-1.hairstyles .image-wrapper.box {
    min-width: 650px;
  }
  /* Products - site */
  #section-1.pink-products .item .product-info-wrapper .image-wrapper,
  #section-1.green-products .item .product-info-wrapper .image-wrapper {
    position: relative;
    max-width: 450px;
    width: 80%;
    margin: 0 auto;
  }
  #section-1.pink-products .item .product-info-wrapper .product-information,
  #section-1.green-products .item .product-info-wrapper .product-information {
    width: 100%;
    padding-top: 50px;
    max-width: 650px;
  }
  #section-1.pink-products .item .product-info-wrapper .product-information .btn-wrapper.minus-margin-top {
    margin-top: 50px;
  }
  #section-1.pink-products .item .product-info-wrapper .product-information .product-desc img,
  #section-1.green-products .item .product-info-wrapper .product-information .product-desc img {
    width: 100%;
    max-width: 350px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  #section-1.pink-products .item .product-info-wrapper .product-information .btn-wrapper,
  #section-1.green-products .item .product-info-wrapper .product-information .btn-wrapper {
    margin-top: 50px;
  }
  #section-1.pink-products .item .product-info-wrapper,
  #section-1.green-products .item .product-info-wrapper {
    margin-bottom: 0;
  }
  #preparation-effect-nitolic.pink-products {
    padding-top: 0;
  }
  /* product elements */
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item {
    margin-top: 50px;
  }
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item .image-wrapper img,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item .image-wrapper img {
    max-width: 150px;
  }
  #increased-protection.green-products .side-wrapper,
  #preparation-effect-prevent.green-products .side-wrapper {
    padding: 0;
  }
  #option.pink-products,
  #option.green-products {
    margin-top: 50px;
  }
  /* Product - all */
  .products-all {
    margin-top: 50px;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item {
    margin-top: 50px;
  }
  #contain.freen-products .product-element-wrapper .item-wrapper .item {
    margin-top: 50px;
  }
  #section-1.pink-products.addition-products {
    padding-top: 0;
  }
  /* Which product */
  #calc-wrapper #product-item-content {
    margin-top: 80px;
  }
  #calc-wrapper #form-content,
  #calc-wrapper #product-item-content {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  /* ALL */
  .content-wrapper.box,
  .image-wrapper.box {
    position: relative !important;
    width: 100% !important;
  }
  .image-wrapper.box.left,
  .image-wrapper.box.right {
    width: 100% !important;
    height: 400px !important;
    min-height: auto !important;
  }
  #header.no-image {
    margin-bottom: 50px;
  }
  .run-movie-container {
    height: 320px;
  }
  .run-movie-container .movie-desc {
    bottom: 70px;
  }
  /* HOME */
  #section-1.protection-treatment {
    height: auto;
  }
  #section-1.protection-treatment .right:before,
  #section-1.protection-treatment .left:before {
    display: none;
  }
  #section-1.protection-treatment .box {
    width: 100% !important;
    position: relative;
    padding: 80px 0;
    margin: 20px 0;
  }
  #section-1.protection-treatment .box .content-wrapper {
    width: 90%;
    max-width: 90%;
    position: relative;
    bottom: 0;
  }
  #section-2.home {
    padding-bottom: 0px;
  }
  #section-2.home .image-wrapper.box {
    top: 0;
  }
  #section-3.home {
    margin: 0;
  }
  #section-4.home {
    margin-bottom: 30px;
  }
  #section-4.home .content-wrapper.box.left,
  #section-3.home .content-wrapper.box.right {
    padding-top: 0;
  }
  #section-5.home .content-wrapper.box .image-wrapper.right {
    position: absolute;
    left: 0;
    right: auto;
    width: 100%;
    height: 300px;
  }
  #section-5.home .content-wrapper.box .content-wrapper.left {
    width: 100%;
    padding: 300px 0 0;
  }
  /* About lice */
  .about-lice {
    margin-bottom: 0px;
  }
  .about-lice .side-wrapper {
    padding: 20px 0 !important;
  }
  #section-1.about-lice {
    margin-bottom: 0;
  }
  #section-1.about-lice .item-wrapper .item {
    width: 30%;
    margin: 30px 1%;
  }
  #section-1.about-lice .side-wrapper {
    padding: 20px 0;
  }
  #section-3.about-lice .image-wrapper.box {
    margin-top: 50px;
    height: auto !important;
  }
  #section-3.about-lice .side-wrapper {
    padding: 20px 0;
  }
  /* treatment */
  .treatment .side-wrapper {
    padding: 50px 0;
  }
  #section-1.treatment {
    margin-bottom: 0;
  }
  #section-2.treatment .side-wrapper .stage-line {
    height: 100%;
    top: 0;
  }
  #section-2.treatment .side-wrapper {
    padding: 50px 0;
  }
  #section-2.treatment .content-wrapper.box.right {
    margin-top: 50px;
  }
  #section-2.treatment .image-wrapper.box.top {
    margin-bottom: 50px;
  }
  #section-3.treatment .content-wrapper.box.left {
    margin-top: 50px;
  }
  #section-3.treatment .content-wrapper.box.left img {
    margin: 0 auto 50px;
  }
  #section-3.treatment .content-wrapper.box.left p {
    padding-right: 0;
  }
  #section-4.treatment .image-wrapper.box,
  #section-5.treatment .image-wrapper.box {
    margin-top: 100px;
  }
  #section-4.treatment .content-wrapper.box.right,
  #section-5.treatment .content-wrapper.box.right {
    margin-top: 0;
  }
  #section-5.treatment .side-wrapper {
    padding: 50px 0;
  }
  /* Protection */
  .protection {
    margin-bottom: 50px;
  }
  #section-2.protection .side-wrapper,
  #section-3.protection .side-wrapper {
    padding: 0;
  }
  /* product pages */
  #action-phase.pink-products .item-wrapper {
    flex-wrap: wrap;
  }
  /* pharmacist-doctor */
  .pharmacist-doctor {
    margin-bottom: 50px;
  }
  .pharmacist-doctor .side-wrapper {
    padding: 0 !important;
  }
  #section-1.pharmacist-doctor .content-wrapper.box.left {
    margin-top: 50px;
  }
  #section-1.pharmacist-doctor .content-wrapper.box.left img {
    margin-top: 0;
  }
  #section-1.pharmacist-doctor .image-content {
    padding: 170px 0 50px;
    background-position: top 20px center;
  }
  #section-2.pharmacist-doctor .image-wrapper.box {
    height: auto !important;
  }
  #section-3.pharmacist-doctor {
    padding: 0;
  }
  #section-3.pharmacist-doctor .content-wrapper.box.left {
    margin-top: 50px;
  }
  #section-3.pharmacist-doctor .content-wrapper.box.left img {
    margin-top: 0;
  }
  #section-3.pharmacist-doctor .image-content {
    padding: 170px 0 50px;
    background-position: top 20px center;
  }
  /* For school */
  .school-section {
    margin-bottom: 0;
  }
  #section-2.school-section .content-wrapper,
  #section-3.school-section .content-wrapper {
    padding: 0;
  }
  /* Hairstyles */
  #section-1.hairstyles .side-wrapper {
    padding-top: 100px;
  }
  #section-1.hairstyles .image-wrapper.box {
    min-width: auto;
  }
  #section-1.hairstyles .image-wrapper.box .box-image-1 {
    width: 50%;
  }
  #section-1.hairstyles .image-wrapper.box .box-image-text {
    width: 45%;
  }
  /* article */
  .article .side-wrapper {
    padding: 20px 0;
  }
  /* Contact */
  .contact .side-wrapper {
    padding: 20px 0;
  }
  #section-1.contact .item-wrapper .item {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #section-1.contact .item-wrapper .item:last-child {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #section-1.contact .content-wrapper.box:first-child .item,
  #section-1.contact .content-wrapper.box:nth-child(2) .item {
    width: 100%;
    margin: 15px 0;
  }
  #section-3.contact .content-wrapper.box .image-wrapper.left {
    position: absolute;
    left: 0;
    right: auto;
    width: 100%;
    height: 300px;
  }
  #section-3.contact .content-wrapper.box .content-wrapper.right {
    width: 100%;
    padding: 300px 0 0;
  }
  /* footer */
  #footer .right {
    display: none;
  }
}
@media all and (max-width: 782px) {
  #article-single-content .is-style-full-column-width img {
    width: 100%;
    height: auto;
  }
  #article-single-content .is-style-order-below {
    order: 1;
  }
}
@media all and (max-width: 600px) {
  /* ALL */
  .image-wrapper.box.left,
  .image-wrapper.box.right {
    height: 300px !important;
  }
  /* Header 2 - home */
  #header-2 {
    background: #e83d72;
  }
  #header-2 .header-title {
    width: 90%;
    margin: 30px auto 0;
    font-size: 42px;
  }
  #header-2 .header-title .section-title {
    display: block;
    margin-top: 20px;
    font-size: 22.7px;
  }
  #header-2 .side-wrapper {
    width: 100%;
    padding-bottom: 0;
  }
  #header-2 .box-wrapper {
    display: block;
  }
  #header-2 .box-wrapper .box {
    width: 100%;
    padding: 30px 5%;
  }
  #header-2 .box-wrapper .box:first-child {
    background-color: #e83d72;
  }
  #header-2 .box-wrapper .box:last-child {
    background-color: #82b82c;
  }
  /* Protection */
  .protection #replay_video .repeat-icon {
    display: none;
  }
  /* wyszukiwarka - tymczasowo wylaczona */
  #top.mobile #search {
    display: none;
  }
  .content-wrapper.box {
    padding: 50px 10% !important;
  }
  /* Contact */
  #section-1.contact .item-wrapper .item a {
    display: block;
  }
  #section-2.contact .item-wrapper .item {
    max-width: 100%;
    margin: 20px auto;
  }
  /* about-company */
  #section-1.about-company .item-wrapper .item .year {
    font-size: 18px;
  }
  /* Products */
  .products-all .item-wrapper .item {
    height: auto;
    padding-bottom: 0;
    margin: 100px auto 50px;
  }
  .products-all .item-wrapper .item .image-wrapper img {
    max-width: 90%;
  }
  .products-all .item-wrapper .item .btn-wrapper {
    position: static;
    margin: 30px 0 20px;
  }
  #contain.pink-products .product-element-wrapper .item-wrapper .item {
    width: 100%;
    max-width: 300px;
  }
  #contain.green-products .product-element-wrapper .item-wrapper .item {
    width: 100%;
    max-width: 300px;
  }
  #benefits.pink-products .side-wrapper,
  #benefits.green-products .side-wrapper {
    padding-bottom: 0;
  }
  #benefits.pink-products ul,
  #benefits.green-products ul {
    width: 100%;
    padding-right: 0;
  }
  /* Product elements */
  #section-1.pink-products .item .product-element-wrapper .item-wrapper .item,
  #section-1.green-products .item .product-element-wrapper .item-wrapper .item {
    width: 100%;
    max-width: 300px;
  }
  /* School  */
  #section-1.school-section .content-wrapper.box a {
    font-size: 14px;
    display: block;
  }
  #section-3.school-section .form-wrapper .btn-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-top: 15px;
  }
}
@media all and (max-width: 450px) {
  #header.home {
    display: none;
  }
  #section-1.protection-treatment {
    margin-top: 80px;
  }
  #section-1.protection-treatment .box {
    padding: 50px 0;
  }
  #section-1.protection-treatment .box .section-title {
    font-size: 36.5px;
    line-height: 40px;
  }
  /* All */
  #header .header-title {
    font-size: 36.5px;
  }
  .section-title {
    font-size: 28.8px;
    margin-bottom: 25px;
  }
  #fixed-menu {
    bottom: 0;
  }
  #fixed-menu a {
    width: 40px;
    height: 40px;
    background-size: 46% !important;
  }
  /* Home */
  #section-4.home .content-wrapper.box.left,
  #section-3.home .content-wrapper.box.right {
    padding: 0 0 50px !important;
  }
  /* Article section */
  #section-article .item-wrapper .item .image-wrapper,
  #section-article-awarded .item-wrapper .item .image-wrapper {
    height: 220px;
  }
  #section-article .item-wrapper .item,
  #section-article-awarded .item-wrapper .item {
    width: 235px;
  }
  #section-article .item-wrapper .item .content-wrapper,
  #section-article-awarded .item-wrapper .item .content-wrapper {
    width: 100%;
  }
  /* about-lice */
  #section-1.about-lice .item-wrapper .item {
    width: 100%;
    margin: 30px auto;
  }
  /* Protection */
  #section-1.protection .item-wrapper .item {
    width: 100%;
    margin: 30px auto;
  }
  /* about-company */
  #section-1.about-company .item-wrapper .item {
    font-size: 16px;
    line-height: 26px;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left,
  #section-1.about-company .item-wrapper .image-wrapper.right,
  #section-1.about-company .item-wrapper .content-wrapper.left,
  #section-1.about-company .item-wrapper .content-wrapper.right {
    padding-right: 66px;
    padding-left: 0;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left .year,
  #section-1.about-company .item-wrapper .image-wrapper.right .year,
  #section-1.about-company .item-wrapper .content-wrapper.left .year,
  #section-1.about-company .item-wrapper .content-wrapper.right .year {
    padding-right: 12px;
    width: 66px;
    padding-left: 0;
  }
  #section-1.about-company .item-wrapper .image-wrapper.left .year:after,
  #section-1.about-company .item-wrapper .image-wrapper.right .year:after,
  #section-1.about-company .item-wrapper .content-wrapper.left .year:after,
  #section-1.about-company .item-wrapper .content-wrapper.right .year:after {
    width: 8px;
  }
  /* Products - site */
  #section-1.pink-products,
  #section-1.green-products {
    padding-top: 40px;
  }
  #section-1.pink-products .item .product-info-wrapper .product-information .product-name,
  #section-1.green-products .item .product-info-wrapper .product-information .product-name {
    font-size: 28.8px;
    line-height: 31px;
  }
  #section-1.pink-products .item .product-info-wrapper .product-information .product-desc,
  #section-1.green-products .item .product-info-wrapper .product-information .product-desc {
    font-size: 16px;
    line-height: 26px;
  }
  #option.pink-products,
  #option.green-products {
    max-width: 60%;
    margin-top: -20px;
  }
  #option.pink-products ul li,
  #option.green-products ul li {
    width: 100px;
  }
  #option.pink-products ul li a,
  #option.green-products ul li a {
    font-size: 16px;
  }
  #option.pink-products ul li a span,
  #option.green-products ul li a span {
    font-size: 12px;
  }
  #option.pink-products ul li:first-child,
  #option.green-products ul li:first-child {
    left: -50px;
  }
  #option.pink-products ul li:last-child,
  #option.green-products ul li:last-child {
    right: -50px;
  }
  /* Products */
  .products-all .item-wrapper .item {
    height: auto;
    padding-bottom: 0;
    margin: 100px auto 50px;
  }
  .products-all .item-wrapper .item .image-wrapper img {
    max-width: 80%;
  }
  .run-movie-container {
    height: 180px;
  }
  .run-movie-container .play-icon {
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
  }
  .run-movie-container .play-icon:after {
    content: "";
    border: solid #fff;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 17px;
    left: -3px;
  }
  .run-movie-container .movie-desc {
    bottom: 30px;
    font-size: 16px;
  }
  /* Article single */
  #header.article-single .header-title {
    font-size: 36.5px;
  }
  /* Which product */
  #calc-wrapper #product-item-content .multiplier-wrapper,
  #calc-wrapper #product-item-content .product-name {
    font-size: 25px;
  }
  #calc-wrapper #product-item-content .item-title {
    padding: 50px 25px;
  }
  #calc-wrapper #product-item-content .item-content {
    padding: 0 25px 40px;
  }
  /* Hairstyles */
  #section-1.hairstyles {
    margin-bottom: 50px;
  }
  #section-1.hairstyles .side-wrapper {
    padding-top: 50px;
  }
  #section-2.hairstyles .side-wrapper {
    padding-top: 50px;
  }
  #section-2.hairstyles .item-wrapper .image-wrapper img {
    max-height: 200px;
  }
  #section-2.hairstyles .item-wrapper .item {
    margin-top: 60px;
  }
  #section-2.hairstyles .item-wrapper .item .item-desc .hairstyles-name {
    font-size: 18px;
  }
  #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item {
    padding: 60px 0;
  }
  #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ul li,
  #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ol li {
    padding-left: 0;
    padding-top: 160px;
  }
  #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ul li .hair-image-wrapper,
  #section-2.hairstyles #hairstyles-item-wrapper .hairstyles-item .content-wrapper .section-desc ol li .hair-image-wrapper {
    margin: 0 auto auto auto;
  }
  /* Footer */
  #footer #copyright span {
    display: none;
  }
  #footer #copyright #footer-logo-icb {
    display: block;
    margin-bottom: 10px;
  }
}
html :where(img) {
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* stylowanie tabeli */
table {
  margin: 50px 0;
}

td {
  border: 1px solid;
  padding: 10px;
  line-height: 1.2;
}

.grecaptcha-badge {
  display: none !important;
}

/* zmiana styli menu */
nav ul {
  box-sizing: content-box;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

#moove_gdpr_cookie_info_bar {
  width: 90% !important;
  margin: auto;
  top: 10%;
  bottom: 0 !important;
  height: 400px !important;
  overflow: auto;
  left: 0 !important;
  right: 0;
  max-height: initial !important;
}

#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 !important;
}

/* zmiana stylowania dokumetów */
#documents p {
  margin-bottom: 40px;
}

/* widzet ktomalek */
.kml_widget-header,
.kml_widget-footer {
  background-color: #eb3b78 !important;
}

/* zmiana rozmiaru zdjecia produktu na podstronie ochrona */
#section-3.protection .content-wrapper.box img {
  max-width: 100%;
  width: 100%;
}

/* stylowanie linków na podstronie ochrona */
.protection .section-desc a:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* zmiana marginesu w opisie w mega menu */
#top #menu #primary-menu ul .mega-menu ul .mega-menu-products span {
  margin-top: 70px;
}

/* END */
body {
  overflow-x: hidden;
}

.article-single .side-wrapper .content-wrapper img {
  display: block;
  max-width: 500px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.cn-button.wp-default {
  background: #fff !important;
  color: rgb(239, 60, 118) !important;
}

.cookie-notice-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
}

#cn-notice-text {
  display: block;
  margin-bottom: 10px;
}

#section-3.school-section .form-wrapper .right input {
  padding: 16px 20px;
}

#article-single-content.article-single .content-wrapper a {
  color: #eb3b78;
}

#article-single-content.article-single .content-wrapper a:hover {
  text-decoration: underline;
}

/* Zmiejszenie odstępu tesktu do list z firmami polityki cookies */
#documents .overList {
  margin-bottom: 25px;
}

/* Zmiana koloru w linkach na stronie polityki cookies */
#documents .content-wrapper a {
  color: #eb3b78;
}

/* Podkreślenie linków w polityce cookies */
#documents .content-wrapper a:hover {
  text-decoration: underline;
}

/* Stylowanie dodatkowego pola checkbox */
#section-3.school-section .form-wrapper .your-consent-2 .wpcf7-list-item-label span {
  color: #d8000c;
}

#section-3.school-section .form-wrapper .your-consent-2 {
  display: block;
  margin: 50px 0;
}

#section-3.school-section .your-consent-2 .wpcf7-not-valid-tip {
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}

#section-3.school-section .your-consent-2 .wpcf7-not-valid-tip:before {
  content: "i";
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  height: 25px;
  width: 25px;
  background-color: #d8000c;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}

#top #menu #primary-menu ul li ul li a {
  padding: 20px;
}