* {
  margin: 0;
  padding: 0;
  font-family: 'futura-pt', arial;
  letter-spacing: 0.3px;
}

body {
  /* max-width: 1440px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

p {
  line-height: 32px;
  letter-spacing: 1px;
}

a {
  color: #f05c2f;
  letter-spacing: 1px;
}

a:hover {
  color: #f05c2f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e8e8e;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #8e8e8e;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e;
}

::-webkit-clear-button {
  display: none; /* Hide the button */
  -webkit-appearance: none; /* turn off default browser styling */
}

.blue {
  color: #006ba3;
}

.sticky {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.no-bg {
  background: none !important;
}

.italic {
  font-style: italic;
  font-weight: 600;
}

/* ===============================================================*/
/* ===============================================================*/
/* ========================= HAMBURGER ===========================*/
/* ===============================================================*/
/* ===============================================================*/

.hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #f05c2f;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #f05c2f;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* ===============================================================*/
/* ===============================================================*/
/* =========================== HEADER ============================*/
/* ===============================================================*/
/* ===============================================================*/

.main-header {
  width: 100%;
  max-height: 900px;
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -ms-transition: background-image 0.5s linear;
}

.main-header.pages {
  min-height: 250px;
  height: 250px;
}

.main-header .header-top {
  background-color: rgb(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
}

.main-header .header-top h6 {
  padding: 5px;
  color: #f05c2f;
  font-weight: 600;
  margin: 0;
}

.main-header .top {
  width: 100%;
  border-bottom: 1px solid #f05c2f;
}

.main-header .top .top-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 15px;
}

.main-header .top .top-wrap h1 {
  margin: 0 0 0 61px;
}

.main-header .top .top-wrap h1 a img {
  width: 250px;
}

.main-header .top .top-wrap nav ul {
  margin: 0;
  list-style: none;
}

.main-header .top .top-wrap nav ul li {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  z-index: 2;
}

.main-header .top .top-wrap nav ul li a {
  position: relative;
  padding: 0 10px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
}

.main-header .top .top-wrap nav ul li a .bar {
  z-index: 5;
}

.main-header .top .top-wrap nav ul li:hover a .bar,
.main-header .top .top-wrap nav ul li.active a .bar {
  position: absolute;
  top: 36px;
  left: 50%;
  width: calc(100% - 20px);
  height: 5px;
  margin-left: calc(((100% - 20px) / 2) / -1);
  display: block;
  background: #f05c2f;
  z-index: 2;
}

.main-header .top .top-wrap nav ul li:hover a,
.main-header .top .top-wrap nav ul li.active > a {
  color: #f05c2f;
}

.main-header .top .top-wrap nav ul li .sub-nav {
  position: absolute;
  width: 200px;
  top: -12px;
  padding-top: 52px;
  display: none;
}

.main-header .top .top-wrap nav ul li:hover > .sub-nav {
  display: block;
  z-index: 0;
}

.main-header .top .top-wrap nav ul li:hover > .sub-nav .sub-nav-body {
  display: block;
  padding: 15px 8px 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
/*

.main-header .top .top-wrap nav ul li > .sub-nav .bar.product {
  width: 60px;
  margin-left: 10px;
}*/

.main-header .top .top-wrap nav ul li:hover > .sub-nav a {
  padding: 3px 7px;
  display: block;
  color: #4a4a4a;
}

.main-header .top .top-wrap nav ul li:hover > .sub-nav a:hover,
.main-header .top .top-wrap nav ul li:hover > .sub-nav a.active {
  color: #f05c2f;
}

.main-header .top .top-wrap nav .screen {
  margin-left: 10px;
  padding: 0 15px;
  border-left: 1px solid #f05c2f;
}

.main-header .top .top-wrap nav .screen a {
  display: inline-block;
}

.main-header .top .top-wrap nav .screen a img {
  width: 30px;
}

.main-header .body {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 771px;
  margin: 0 auto;
}

.main-header .body .tagline {
  position: absolute;
  top: 300px;
  left: 80px;
}

.main-header .body .tagline .big {
  margin-bottom: 5px;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  color: #f05c2f;
}

.main-header .body .tagline p {
  margin: 0;
}

.main-header .body .tagline .subtext {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.main-header .body .bottom {
  position: absolute;
  bottom: 50px;
  right: 20px;
  padding: 20px;
  text-align: center;
}

.main-header .body .bottom img {
  width: 170px;
  margin: 0 10px 15px;
  display: inline-block;
}

.main-header .body .bottom img.smixin-logo {
  width: 110px;
}

.main-header .body .bottom .index-bars {
  text-align: right;
}

.main-header .body .bottom .bg-switch {
  margin: 0 3px;
  padding: 5px 0;
  cursor: pointer;
}

.main-header .body .bottom .bg-switch.active .bar {
  background: #f05c2f;
}

.main-header .body .bottom .bg-switch .bar {
  width: 50px;
  height: 4px;
  display: inline-block;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .main-header {
    background-size: 100%;
    background-position: 0 89px;
  }

  .main-header .body .bottom .bg-switch .bar {
    margin: 0 5px;
    background: #ccc;
    width: 40px;
  }

  .main-header .body .bottom img {
    width: 140px;
  }

  .main-header .body .bottom img.smixin-logo {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .main-header .body .tagline {
    top: 250px;
    left: 0;
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .main-header .body .tagline .big {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
  }

  .main-header .body .bottom {
    bottom: 250px;
    left: 0;
    right: 0;
  }

  .main-header .body .bottom .index-bars {
    text-align: center;
  }

  .main-header .body .tagline {
    top: auto;
    bottom: 20px;
  }

  .main-header .body .tagline .subtext {
    padding-right: 50px;
  }
}

/* ===============================================================*/
/* ===============================================================*/
/* ============================ WRAP =============================*/
/* ===============================================================*/
/* ===============================================================*/

.wrap {
}

h2 {
  padding: 7px 0;
  display: inline-block;
  border-bottom: 2px solid #f05c2f;
  font-size: 22px;
  color: #f05c2f;
  font-weight: 600;
}

.btn {
  padding: 5px 18px;
  border: 1px solid #f05c2f;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}

.btn:hover {
  background: #f05c2f;
  color: #fff;
}

.wrap .what {
  padding: 30px 0 45px;
  text-align: center;
}

.wrap .what p {
  margin: 15px 0 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #4a4a4a;
}

.wrap .what span {
  font-weight: 600;
}

.wrap .our-products {
  width: 100%;
  background: #f1f1f1;
}

.wrap .our-products .our-products-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 80px;
  text-align: center;
}

.wrap .our-products .our-products-wrap .products {
  margin-top: 30px;
}

.wrap .our-products .our-products-wrap .products .product {
  padding: 0 50px;
}

.wrap .our-products .our-products-wrap .products .product h4 {
  padding: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #f05c2f;
}

.wrap .our-products .our-products-wrap .products .product figure img {
  width: 300px;
}

.wrap .our-products .our-products-wrap .products .product p {
  margin: 30px 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #4a4a4a;
}

.wrap .features {
  text-align: center;
}

.wrap .features .features-body {
  padding: 40px 0 70px;
  width: 100%;
}

.wrap .features .features-body .features-body-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.wrap .features .features-body .features-body-wrap img {
  width: 100px;
}

.wrap .features .features-body .features-body-wrap .top {
  padding: 40px 0;
}

.wrap .features .features-body .features-body-wrap .top div {
  padding: 0 40px;
}

.wrap .features .features-body .features-body-wrap .top .more-padding,
.wrap .features .features-body .features-body-wrap .bottom .more-padding {
  padding: 0 70px 20px;
}

.wrap .features .features-body .features-body-wrap figure {
  position: relative;
  height: 100px;
}

.wrap .features .features-body .features-body-wrap figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap .features .features-body .features-body-wrap .top .less-soap-paper figure img:first-child {
  margin-right: 135px;
}

.wrap .features .features-body .features-body-wrap .top .less-soap-paper figure img:last-child {
  margin-left: 135px;
}

.wrap .features .features-body .features-body-wrap .top .less-soap-paper .footnote {
  display: block;
  margin: 8px 0;
  font-size: 11px;
  font-weight: 400;
}

.wrap .features .features-body .features-body-wrap .top figure,
.wrap .features .features-body .features-body-wrap .bottom figure {
  margin-bottom: 20px;
}

/*.wrap .features .features-body .features-body-wrap .top figure img:first-child {
  margin-right: 40px;
}*/

.wrap .features .features-body .features-body-wrap .top span,
.wrap .features .features-body .features-body-wrap .bottom span {
  font-size: 18px;
  font-weight: 600;
  color: #f05c2f;
  line-height: 18px;
}

.wrap .features .features-body .features-body-wrap .bottom div {
  padding: 0 80px;
}

.wrap .features .features-body .features-body-wrap .bottom .energy-saving figure {
  padding: 12px 0 8px;
}

.wrap .features .features-body .features-body-wrap .remote figure {
  padding: 20px 0 18px;
}

.wrap .features .features-body .features-body-wrap .remote .italic {
  margin-top: 10px;
  display: block;
}

.wrap .mission {
  padding: 40px 0 45px;
  background: #f1f1f1;
  text-align: center;
}

.wrap .mission p {
  margin: 15px 0 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #4a4a4a;
}

@media screen and (max-width: 992px) {
  .wrap .features .features-body .features-body-wrap .top .less-soap-paper figure {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===============================================================*/
/* ===============================================================*/
/* =========================== FOOTER ============================*/
/* ===============================================================*/
/* ===============================================================*/

.main-footer {
  text-align: center;
  background: #fff;
}

.main-footer .top {
  padding: 10px 0 20px;
  font-weight: 500;
  background: #464646;
}

.main-footer .top a {
  color: #fff;
}

.main-footer .top ul {
  padding: 20px 0 10px;
  color: #fff;
}

.main-footer .top div {
  padding: 20px 0 10px;
  color: #fff;
  display: none;
}

.main-footer .top ul li {
  display: inline-block;
  font-size: 14px;
}

.main-footer .top div span {
  display: inline-block;
  font-size: 14px;
}

.main-footer .top ul li a {
  padding: 0 10px;
}

.main-footer .top div span {
  padding: 4px 10px;
}

.main-footer .top p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.main-footer .top p > span {
  margin-bottom: 10px;
  display: block;
}

.main-footer .top p a {
  text-decoration: underline;
}

.main-footer .bottom {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  color: #f05c2f;
  font-weight: 600;
  font-size: 14px;
}

.main-footer .bottom .popfolio {
  position: absolute;
  right: 20px;
}

.main-footer .bottom .popfolio a {
  color: #f05c2f;
}

/* ===============================================================*/
/* ===============================================================*/
/* ======================== MOBILE MENU ==========================*/
/* ===============================================================*/
/* ===============================================================*/

.m-menu {
  position: fixed;
  top: 85px;
  width: 100%;
  min-height: 90vh;
  padding: 10px;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.pages .m-menu {
  background: rgba(255, 255, 255, 0.9);
}

.m-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}

.m-menu ul li {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

.m-menu ul li a {
  padding: 3px 10px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
}

.m-menu ul li a:hover {
  color: #f05c2f;
}

.m-menu ul li .sub-nav {
  display: none;
}

.m-menu .active {
  color: #f05c2f;
}

.m-menu ul li:hover .sub-nav,
.m-menu ul li.active .sub-nav {
  display: block;
  margin-left: 15px;
}

.m-menu ul li:hover .sub-nav a,
.m-menu ul li.active .sub-nav a {
  padding: 6px 20px 6px 10px;
  font-size: 20px;
}

.m-menu ul li.screen img {
  width: 40px;
}

/* ===============================================================*/
/* ===============================================================*/
/* ======================== CONTACT PAGE =========================*/
/* ===============================================================*/
/* ===============================================================*/

.wrap .contact-us {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 180px;
}

.wrap .contact-us .info {
  width: 300px;
}

.wrap .contact-us .info h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.wrap .contact-us .info address,
.wrap .contact-us .info span {
  display: block;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
  color: #4a4a4a;
}

.wrap .contact-us .info span {
  line-height: 20px;
}

.wrap .contact-us .info span a {
  font-weight: 600;
  color: #4a4a4a;
  text-decoration: underline;
}

.wrap .contact-us .info h6 {
  font-weight: 600;
  color: #f05c2f;
}
.wrap .contact-us .info .overseas-enquiries {
  margin-top: 1rem;
}
.wrap .contact-us .info .overseas-enquiries h6 {
  margin-bottom: 0;
}
.wrap .contact-us .info .overseas-enquiries a {
  color: #f05c2f;
  text-decoration: none;
}

.wrap .contact-us .contact-form {
  width: 550px;
  margin-top: 80px;
}

.wrap .contact-us .contact-form p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #4a4a4a;
}

.wrap .contact-us .contact-form .interested {
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}

.wrap .contact-us .contact-form .drop {
  margin-bottom: 40px;
}

.wrap .contact-us .contact-form .small {
  margin-bottom: 10px;
  font-size: 14px;
}

.wrap .contact-us .contact-form .products {
  margin-bottom: 20px;
  text-align: center;
}

.wrap .contact-us .contact-form .products > div {
  cursor: pointer;
}

.wrap .contact-us .contact-form .products > div:hover figure,
.wrap .contact-us .contact-form .products > div.active figure {
  border: 2px solid #f05c2f;
}

.wrap .contact-us .contact-form .products > div:hover span,
.wrap .contact-us .contact-form .products > div.active span {
  color: #f05c2f;
}

.wrap .contact-us .contact-form .products span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #a5a5a5;
}

.wrap .contact-us .contact-form .products figure {
  padding: 3px;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.wrap .contact-us .contact-form .products figure img {
  width: 150px;
}

.wrap .contact-us .contact-form .leave {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.wrap .contact-us .contact-form form {
  text-align: right;
}

.wrap .contact-us .contact-form form input {
  width: 100%;
  margin: 10px 0 15px;
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  background: #f5f5f5;
  font-size: 13px;
  color: #8e8e8e;
  outline: none;
  border: 1px solid #fff;
}

.wrap .contact-us .contact-form form input:focus {
  border: 1px solid #f05c2f;
}

.wrap .contact-us .contact-form form button {
  margin-top: 20px;
  padding: 5px 40px;
  background: #fff;
  color: #f05c2f;
  font-weight: 500;
  font-size: 14px;
}

.wrap .contact-us .contact-form form button:hover {
  background: #f05c2f;
  color: #fff;
}

@media screen and (max-width: 990px) {
  .wrap .contact-us {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .wrap .contact-us .contact-form {
    margin-top: 40px;
  }

  .wrap .contact-us .info,
  .wrap .contact-us .contact-form {
    width: 100%;
  }

  .wrap .contact-us .info address,
  .wrap .contact-us .info span {
    /*display: none;*/
  }
}

@media screen and (max-width: 768px) {
  .wrap .contact-us .contact-form .products figure img {
    width: 200px;
  }

  .wrap .contact-us .contact-form form button {
    width: 100%;
  }

  .wrap .contact-us .contact-form p {
    font-size: 18px;
  }

  .wrap .contact-us .contact-form .product {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 570px) {
  .main-header .header-top h6 {
    font-size: 12px;
  }

  .wrap .contact-us {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap .contact-us .info {
    width: 100%;
  }

  .wrap .contact-us .contact-form {
    width: 100%;
  }

  .wrap .contact-us .contact-form p {
    font-size: 15px;
  }
}

/* ===============================================================*/
/* ===============================================================*/
/* ======================= WHAT IS SMIXIN ========================*/
/* ===============================================================*/
/* ===============================================================*/

.wrap .what-is-smixin {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.wrap .what-is-smixin .top {
  width: 850px;
  margin: 0 auto;
}

.wrap .what-is-smixin .top h2 {
  font-size: 40px;
  border-bottom: none;
  font-weight: 900;
}

.wrap .what-is-smixin .top .desc {
  width: 500px;
  margin-top: 20px;
}

.wrap .what-is-smixin .top .desc .big {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #f05c2f;
}

.wrap .what-is-smixin .top .desc p {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}

.wrap .smart-head {
  padding: 50px 0 70px;
  background: #f7f7f7;
  text-align: center;
}

.wrap .smart-head h2 {
  margin-bottom: 50px;
  font-size: 40px;
  border-bottom: none;
  font-weight: 900;
}

.wrap .smart-head .image .image-wrap {
  margin: 0 auto;
  /*height: 563px;
  background: url('../../img/soap-poach.png') no-repeat top left;
  background-size: 100%;*/
}

.wrap .smart-head .image .image-wrap > img {
  max-width: 800px;
  width: 100%;
}

.wrap .smart-head .image .image-wrap .parts {
  position: absolute;
  width: 100%;
}

.wrap .smart-head .image .image-wrap .soap-inlet {
  top: 165px;
  left: -200px;
}

.wrap .smart-head .image .image-wrap .water-inlet {
  top: 340px;
  left: -245px;
}

.wrap .smart-head .image .image-wrap .spout-inlet {
  top: 370px;
  left: -225px;
}

.wrap .smart-head .image .image-wrap .air-inlet {
  top: 500px;
  left: -167px;
}

.wrap .smart-head .image .image-wrap .smart-mixing {
  top: 238px;
  left: 230px;
}

.wrap .smart-head .image .image-wrap .soap-pump {
  top: 345px;
  left: 238px;
}

.wrap .smart-head .image .image-wrap .mixing-chamber {
  top: 420px;
  left: 180px;
}

.wrap .smart-head .image .image-wrap .parts span {
  padding: 0 5px;
  color: #f05c2f;
}

.wrap .smart-head .image .image-wrap .parts img {
  width: 60%;
}

@media screen and (max-width: 990px) {
  .wrap .what-is-smixin {
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
  }

  .wrap .what-is-smixin .top {
    width: 100%;
  }

  .wrap .what-is-smixin .top .desc {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .wrap .smart-head .image .image-wrap {
    width: 100%;
  }

  .wrap .smart-head .image .image-wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .wrap .what-is-smixin {
    width: 90%;
    margin: 0 auto;
  }

  .wrap .what-is-smixin .top h2 {
    font-size: 36px;
  }

  .wrap .what-is-smixin .top .desc {
    width: 100%;
  }

  .wrap .what-is-smixin .top .desc .big {
    font-size: 18px;
  }

  .wrap .what-is-smixin .top .desc p {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .wrap .what-is-smixin .top .desc .big {
    font-size: 16px;
    letter-spacing: 0;
  }

  .wrap .what-is-smixin .top .desc p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* ===============================================================*/
/* ===============================================================*/
/* ========================= TEHCNOPACKS =========================*/
/* ===============================================================*/
/* ===============================================================*/

.wrap .techopacks {
  width: 100%;
  min-height: 1200px;
  padding: 0 0 40px;
  background: url('../img/bg-cherryblossom.jpg') no-repeat left 300px;
  background-size: cover;
}

.wrap .techopacks .techopacks-wrap {
  width: 1100px;
  margin: 0 auto;
}

.wrap .techopacks .techopacks-wrap h2 {
  margin-bottom: 30px;
  padding: 0;
  display: block;
  font-size: 40px;
  font-weight: 900;
  border-bottom: none;
  text-align: center;
}

.wrap .techopacks .techopacks-wrap .image {
  margin-bottom: 50px;
  text-align: center;
}

.wrap .techopacks .techopacks-wrap .image img {
}

.wrap .techopacks .techopacks-wrap .image .img-technopack {
  width: 800px;
  margin-top: 20px;
}

.wrap .techopacks .techopacks-wrap .desc {
  width: 100%;
  margin: 15px auto;
}

.wrap .techopacks .techopacks-wrap .desc > div {
  width: 40%;
}

.wrap .techopacks .techopacks-wrap .desc > div p {
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 18px;
  color: #4a4a4a;
}

.wrap .techopacks .techopacks-wrap .desc > div .big {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #f05c2f;
}

.wrap .techopacks .techopacks-wrap .desc > div .footnote {
  font-size: 13px;
  font-style: italic;
}

.bottom-page-nav {
  width: 1100px;
  padding: 30px 30px;
  margin: 0 auto;
}

.bottom-page-nav a {
  color: #4a4a4a;
  font-size: 13px;
}

.bottom-page-nav a:hover {
  text-decoration: none;
  color: #f05c2f;
}

.bottom-page-nav a svg {
  width: 17px;
  vertical-align: -12px;
}

.bottom-page-nav a:hover svg path {
  fill: #f05c2f;
}

.bottom-page-nav a .text {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}
.bottom-page-nav a:hover .text {
  color: #f05c2f;
}

.bottom-page-nav.for-products {
  width: 1200px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1200px) {
  .wrap .techopacks .techopacks-wrap {
    width: 100%;
  }

  .wrap .techopacks .techopacks-wrap .desc {
    width: 90%;
    padding-bottom: 50px;
  }

  .bottom-page-nav,
  .bottom-page-nav.for-products {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .wrap .techopacks {
    padding-top: 40px;
  }

  .wrap .techopacks .techopacks-wrap .desc > div {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .wrap .techopacks .techopacks-wrap .image .img-technopack {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .wrap .techopacks {
    background-position: 0 240px;
  }

  .wrap .techopacks .techopacks-wrap h2 {
    margin-bottom: 0;
  }

  .wrap .techopacks .techopacks-wrap .image .img-technopack {
    margin-top: 50px;
  }
}

@media screen and (max-width: 420px) {
  .wrap .techopacks {
    background-position: 0 220px;
  }
}

/* ===============================================================*/
/* ===============================================================*/
/* =========================== PRODUCT ===========================*/
/* ===============================================================*/
/* ===============================================================*/

.wrap > .product {
  padding: 0;
}

.wrap .product > .top {
  padding-left: 15%;
}

.wrap .product > .top .info {
  width: 22%;
}

.wrap .product > .top .info h2 {
  font-size: 40px;
  font-weight: 900;
  border-bottom: none;
}

.wrap .product > .top .info p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.wrap .product > .top .info p.combi.mobile {
  display: none;
}

.wrap .product > .top .info .footnote {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

.wrap .product > .top .info .footnote.comfort {
  font-size: 13px;
}

.wrap .product > .top .info .footnote span {
  font-size: 13px;
}

.wrap .product > .top .info figure {
  margin: 20px 0 0 20px;
  text-align: left;
}

.wrap .product > .top .info figure img {
  width: 120px;
}

.wrap .product > .top .banner {
  width: 70%;
  height: 650px;
  background-size: cover;
}

.wrap .product > .top .banner.combi {
  position: relative;
  background: url('../img/combi-hero.jpg') no-repeat center center;
  /*background: url('/../img/combi-hero.jpg') no-repeat center center;*/
  background-size: cover;
}

.wrap .product > .top .banner .text {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #f05c2f;
}

.wrap .product > .top .banner.comfort {
  background: url('../img/comfort-hero.jpg') no-repeat center center;
  /*background: url('/../img/comfort-hero.jpg') no-repeat center center;*/
}

.wrap .product > .top .banner.compact {
  background: url('../img/compact-hero.jpg') no-repeat center center;
  /*background: url('/../img/compact-hero.jpg') no-repeat center center;*/
}

.wrap .product .discover {
  background: #f7f7f7;
}

.wrap .product .discover .discover-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.wrap .product .discover .discover-wrap h2 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom: none;
}

.wrap .product .discover .discover-wrap .videos {
  height: 400px;
}

.wrap .product .discover .discover-wrap .videos iframe {
  border: none;
}

.wrap .product .how-it-works {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.wrap .product .how-it-works h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.wrap .product .how-it-works .steps {
  position: relative;
}

.wrap .product .how-it-works .steps .line {
  position: absolute;
  top: 90px;
  width: 160px;
  height: 2px;
  display: block;
  background: #f05c2f;
}

.wrap .product .how-it-works .steps .line-1 {
  left: 15%;
  z-index: 0;
}

.wrap .product .how-it-works .steps .line-2 {
  left: 43%;
}

.wrap .product .how-it-works .steps .line-3 {
  left: 70%;
}

.wrap .product .how-it-works .steps .line-1.compact {
  left: 32%;
}

.wrap .product .how-it-works .steps .line-2.compact {
  left: 55%;
}

.wrap .product .how-it-works .steps .line-1.comfort {
  left: 42%;
}
.wrap .product .how-it-works .steps .step {
  z-index: 1;
}

.wrap .product .how-it-works .steps .step.more-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.wrap .product .how-it-works .steps .step figure {
  margin-bottom: 20px;
}

.wrap .product .how-it-works .steps .step figure img {
  width: 200px;
}

.wrap .product .how-it-works .steps .step p {
  margin: 0 0 8px;
  padding-left: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #4a4a4a;
}

.wrap .product .how-it-works .steps .step span {
  padding-left: 20px;
  display: inline-block;
  font-size: 12px;
  color: #4a4a4a;
  font-style: italic;
  line-height: 16px;
  font-weight: 500;
}

.wrap .product .latest-models {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.wrap .product .latest-models .combimodels span,
.wrap .product .latest-models .bottom span {
  font-size: 22px;
  font-weight: 600;
  color: #f05c2f;
  line-height: 30px;
}

.wrap .product .latest-models .combimodels li {
  padding: 5px 0;
}

.wrap .product .key-features {
  margin-top: 30px;
  text-align: center;
}

.wrap .product .key-features h2 {
  margin: 0 auto 30px;
}

.wrap .product .key-features .key-features-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.wrap .product .key-features .key-features-wrap .image {
  width: 55%;
  height: 900px;
  overflow: hidden;
}

.wrap .product .key-features .key-features-wrap .image img {
  width: 100%;
  object-fit: cover;
}

.wrap .product .key-features .key-features-wrap .info {
  width: 40%;
}

.wrap .product .key-features .key-features-wrap .info h4 {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #757171;
  border-bottom: 2px solid #ccc;
}

.wrap .product .key-features .key-features-wrap .info h4.download {
  padding-top: 20px;
  border-bottom: none;
}

.wrap .product .key-features .key-features-wrap .info p {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #f05c2f;
}

.wrap .product .key-features .key-features-wrap .info p img.ce {
  width: 65px;
  margin-right: 35px;
}

.wrap .product .key-features .key-features-wrap .info p img.svgw {
  width: 120px;
}

.wrap .product .key-features .key-features-wrap .info .buttons {
}

.wrap .product .key-features .key-features-wrap .info .buttons button {
  width: 47%;
  padding: 8px 15px;
  border: 2px solid #f05c2f;
  border-radius: 12px;
  font-size: 15px;
  background: #fff;
  color: #f05c2f;
  font-weight: 500;
  cursor: pointer;
}

.wrap .product .key-features .key-features-wrap .info .buttons button:first-child {
  margin-right: 3%;
}

.wrap .product .key-features .key-features-wrap .info .buttons button:hover {
  background: #f05c2f;
  color: #fff;
}

.wrap .product .combi-display {
  margin-top: 30px;
  text-align: center;
}

.wrap .product .combi-display h2 {
  margin: 0 auto 30px;
}

.wrap .product .combi-display .combi-display-wrap {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.wrap .product .combi-display .combi-display-wrap .image {
  width: 55%;
  /*height: 900px;*/
  overflow: hidden;
}

.wrap .product .combi-display .combi-display-wrap .image img {
  width: 100%;
  object-fit: cover;
}

.wrap .product .combi-display .combi-display-wrap .info {
  width: 40%;
}

.wrap .product .combi-display .combi-display-wrap .info h4 {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #757171;
  border-bottom: 2px solid #ccc;
}

.wrap .product .combi-display .combi-display-wrap .info h4.download {
  padding-top: 20px;
  border-bottom: none;
}

.wrap .product .combi-display .combi-display-wrap .info p {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  /*line-height: 24px;*/
  color: #f05c2f;
}

.careers-block h2 {
  margin-bottom: 30px;
}
.careers-block p {
  font-weight: 600;
  font-size: 20px;
}
.careers-block .career-emphasize {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.careers-block .careers-email {
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 1230px) {
  .wrap .product .how-it-works {
    width: 100%;
  }
}

@media screen and (max-width: 1215px) {
  .wrap .product .key-features .key-features-wrap,
  .wrap .product .discover .discover-wrap,
  .wrap .product .how-it-works,
  .wrap .product .latest-models,
  .wrap .product .combi-display .image {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1400px) {
  .wrap .product > .top {
    padding: 0 2%;
  }
}

@media screen and (max-width: 992px) {
  .wrap > .product {
    padding: 40px 0;
  }

  .main-header.pages {
    min-height: 100px;
    height: auto;
  }

  .wrap .product > .top .info figure {
    text-align: center;
    margin-left: 0;
  }

  .wrap .product > .top .banner {
    width: 100%;
    height: 500px;
  }

  .wrap .product .how-it-works .steps .step {
    margin-bottom: 20px;
  }

  .wrap .product .how-it-works .steps .step figure img {
    width: 230px;
  }

  .wrap .product .key-features .key-features-wrap .image {
    margin-bottom: 40px;
  }

  .wrap .product .key-features .key-features-wrap .image,
  .wrap .product .key-features .key-features-wrap .info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap .product .how-it-works .steps .step {
    margin: 20px;
  }

  .wrap .product .how-it-works .steps .step figure {
    margin-top: 30px;
  }

  .wrap .product .how-it-works .steps .line {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .wrap .product > .top .info {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .wrap .product > .top .info p.combi {
    display: none;
  }

  .wrap .product > .top .info p.combi.mobile {
    max-width: 400px;
    margin: 0 auto 20px;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .wrap .product .key-features .key-features-wrap .image {
    height: auto;
  }

  .careers-block p {
    font-weight: 600;
    font-size: 15px;
  }
  .careers-block .career-emphasize {
    font-weight: 700;
    font-size: 20px;
  }
}

@media screen and (max-width: 580px) {
  .wrap .product .key-features .key-features-wrap .info .buttons button {
    width: 48%;
    margin: 0 !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .wrap .product .key-features .key-features-wrap .info .buttons button {
    width: 100%;
    margin-bottom: 5px !important;
    font-size: 15px;
  }

  .wrap .product > .top .info p.combi.mobile {
    padding: 0 10px;
  }
}

/* ===============================================================*/
/* ===============================================================*/
/* =========================== IMAGES ============================*/
/* ===============================================================*/
/* ===============================================================*/

.less-water figure img {
  width: 85px !important;
}

.less-soap figure img {
  width: 95px !important;
}

.less-paper figure img {
  width: 90px !important;
}

.energy-saving figure img {
  width: 105px !important;
}

.remote figure img {
  width: 95px !important;
}

.no-contaiminates figure img {
  width: 90px !important;
}

.latest-models figure img {
  width: 250px !important;
}

/* ===============================================================*/
/* ===============================================================*/
/* =========================== MEDIA =============================*/
/* ===============================================================*/
/* ===============================================================*/

@media screen and (max-width: 1220px) {
  .wrap .our-products .our-products-wrap .products .product {
    padding: 0 20px;
  }

  .wrap .our-products .our-products-wrap .products .product figure img {
    width: 250px;
  }

  .bottom-page-nav,
  .bottom-page-nav.for-products {
    width: 100%;
  }

  .main-footer .bottom {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .hamburger {
    position: absolute;
    top: 25px;
    display: inline-block;
  }

  .main-header .top .top-wrap {
    position: relative;
    padding-top: 25px;
  }

  .main-header .top .top-wrap h1 {
    margin: 0;
    text-align: left;
  }

  .main-header .top .top-wrap h1 a {
    display: inline-block;
  }

  .main-header .top .top-wrap h1 a img {
    width: 200px;
  }

  .main-header .top .top-wrap nav {
    display: none !important;
  }

  .wrap .features .features-body .features-body-wrap .top {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 978px) {
  .wrap .our-products .our-products-wrap .products .product {
    margin-bottom: 50px;
  }

  .wrap .our-products .our-products-wrap .products .product:last-child {
    margin-bottom: 0;
  }

  .wrap .our-products .our-products-wrap .products .product figure img {
    max-width: 300px;
    width: 100%;
  }
  
   .wrap .product .latest-models .combimodels figure img {
    max-width: 300px;
    width: 100%;
    padding-top: 40px;
  }

  .wrap .features .features-body .features-body-wrap .top div,
  .wrap .features .features-body .features-body-wrap .bottom div {
    margin-bottom: 60px;
  }
  .wrap .features .features-body .features-body-wrap .bottom div:last-child {
    margin-bottom: 0;
  }

  .wrap .features .features-body .features-body-wrap .top .less-soap {
    margin-bottom: 0;
  }

  .no-padding-bot-978 {
    padding-bottom: 0 !important;
  }

  .no-margin-bot-978 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .main-footer .bottom .popfolio {
    position: static;
    display: block;
  }

  .hamburger-box,
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 28px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    height: 3px;
  }
}

@media screen and (max-width: 470px) {
  .wrap .mission p {
    font-size: 16px;
  }

  .main-footer .top ul {
    display: none;
  }

  .main-footer .top div {
    display: block;
  }
}

@media screen and (max-width: 415px) {
  .wrap .what p {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .wrap .mission p {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .wrap .what p {
    font-size: 16px;
  }
}

.news-page {
  margin-bottom: 50px;
}
.news-page h2 {
  border: none;
  font-size: 30px;
}
.news-block:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.news-block:last-child {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-block:nth-child(even) {
  flex-direction: row-reverse !important;
}

.news-block:nth-child(odd) .news-img {
  padding-right: 30px !important;
}
.news-block:nth-child(even) .news-img {
  padding-left: 30px !important;
}
.news-block:nth-child(even) .news-img span {
  text-align: right;
  display: block;
}
.news-img .news-img-container {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/*.news-img-container .img-container {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.news-img-container .img-container img {
  width: 100%;
  height: 200px;
}*/
.news-img span {
  font-style: italic;
}

.news-texts {
  font-weight: 500;
}
.news-date {
  margin-bottom: 0;
}
.news-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}
.news-summary {
  max-height: 230px;
  overflow: hidden;
}
.news-title,
.news-readmore a {
  color: #f05c2f;
  text-decoration: none;
}
.news-readmore {
  margin-bottom: 0;
}
.news-external-link {
  font-size: 14px;
  font-weight: 500;
}
.news-external-link a {
  color: #4a4a4a;
  text-decoration: underline;
}
.news-title,
.news-summary,
.news-external-link {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .news-block:nth-child(odd) .news-img {
    padding-right: 0 !important;
  }
  .news-block:nth-child(even) .news-img {
    padding-left: 0 !important;
  }
  .news-block:nth-child(even) .news-img span {
    text-align: left;
    display: block;
  }
}

.where-block {
  width: 100%;
}
.where-content {
  margin-top: 40px;
}

.where-img-block {
  margin-bottom: 20px;
}
.where-img-block:nth-child(odd) .where-img:first-child {
  padding-right: 10px;
}
.where-img-block:nth-child(odd) .where-img:last-child {
  padding-left: 10px;
}
.where-img-container {
  position: relative;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.where-img-container > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 25px;
  font-weight: 500;
  font-size: 18px;
}
