* {
  font-family: "Inter", arial, sans-serif;
}

body {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
}

.container {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

.box-1300 {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

/* h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #cd438f;
  max-width: 670px;
} */

h1 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #cd438f;
  max-width: 670px;
  margin-bottom: 8px;
}

h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #808084;
}

.p-faq {
  font-size: 25px;
  margin: 0px;
  padding: 0px;
  font-size: 21px;
  line-height: 1.25;
}

.desc-h {
  color: #5f5f5f;
  font-size: 22px;
}

a {
  color: #76b108;
}

/*
menu
*/

.wrap-pc-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1230px;
  margin: auto;
  align-items: center;
  padding: 10px 20px;
}

.bg-pc-head {
  background: #fbe8ea;
  width: 100%;
}

.logo-head {
  width: 154px;
}

.wrap-menu-head {
  display: flex;
  flex-direction: row;
  width: 400px;
  justify-content: space-between;
  margin: 0 auto;
}

.i-menu-head a {
  color: #fff;
}

.i-menu-head a {
  color: #808084;
  text-decoration: none;
  font-size: 18px;
}

.drawer--top .drawer-nav {
  /* height: 100vh; */
  background: #fbe8ea;
  text-align: center;
  z-index: 99999;
  padding: 20px 20px 50px;
  padding: 20px 0 50px;
  background-image: url(../images/bg-soap.jpg);
}

.drawer-menu {
  padding-top: 30px;
}

.drawer-nav .logo-head {
  margin: auto;
}

.drawer-hamburger {
  position: fixed;
  z-index: 999999;
  top: 0;
  display: none;
}

/*
menu
*/

header {
  background-image: url(images/header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
  padding-bottom: 120px;
}

.header-row {
  display: flex;
  flex-direction: row;
}
.h-logo {
  max-width: 100%;
  height: auto;
}

.soap-main-h {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #cd438f;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 30px;
}

.soap-main-desc {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #5f5f5f;
  max-width: 380px;
  margin-bottom: 40px;
}

.gel-main-h {
  color: #843893;
}

.header-col-left {
  padding-top: 67px;
  width: 60%;
}

.header-col-right {
  padding-top: 42px;
  width: 40%;
  text-align: center;
}

.gel-main {
  margin-top: 30px;
}

.products {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 20px;
  justify-content: space-around;
}

.soap-hero {
  max-width: 210px;
  height: auto;
}

.gel-hero {
  max-width: 390px;
  height: auto;
}

.soap-main-img {
  text-align: center;
}

/*
soap
*/

.soap-wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  z-index: 999;
}

.soap {
  background-image: url(../images/bg-soap.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 170px;
}

.info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px;
}

.info-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #5f5f5f;
}

.info-i img {
  height: auto;
  max-width: none;
  margin-right: 25px;
  margin-bottom: 7px;
  max-width: 45px;
}

.soap-left {
  width: 55%;
}

.soap-right {
  width: 45%;
}

.logo-soap {
  margin-bottom: 54px;
}

.soap-bottle {
  padding-top: 48px;
  max-width: 64%;
}

.soap-right {
  width: 45%;
  text-align: center;
}

.after-header img {
  position: absolute;
  transform: translateY(-41%);
}

.after-soap img {
  position: absolute;
  transform: translateY(-41%);
}

.gel-wrap {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
}

.logo-gel {
  padding-top: 15px;
  padding-bottom: 50px;
  z-index: 99;
  position: relative;
}

.gel-left {
  width: 50%;
}

.gel-right {
  width: 50%;
}

.gel-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gel-txt.info-txt {
  text-align: right;
  padding-right: 38px;
}

.gel-i img {
  height: auto;
  max-width: none;
  margin-bottom: 7px;
}

.gel-info {
  padding-top: 150px;
}
footer {
  padding: 0;
  line-height: 0;
  margin: 0;
}

.gel-pack {
  text-align: center;
}

.gel-pack img {
  max-width: 70%;
  height: auto;
}

/*
faq
*/
.faq {
  position: relative;
  z-index: 999;
}
.faq-block {
  padding-bottom: 70px;
  padding-top: 74px;
}

.faq-item {
  cursor: pointer;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 40px 20px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.faq-title {
  font-size: 25px;
  font-weight: 600;
  color: #5f5f5f;
}

.faq-body {
  display: none;
  line-height: 24px;
  color: #5f5f5f;
  font-size: 18px;
  padding-top: 15px;
}
.faq-body p {
  margin-bottom: 15px;
}
.faq-body p:last-child {
  margin-bottom: 0px;
}
.faq-arrow {
  width: 40px;
  height: 23px;
  background: url(images/arr-bot.png) left top no-repeat;
}
.open .faq-arrow {
  width: 40px;
  height: 23px;
  background: url(images/arr-top.png) left top no-repeat;
}

.wrap-faq-txt {
  max-width: 86%;
}

/*
faq end
*/

.bg-pink {
  background: rgb(253, 242, 246);
  background: linear-gradient(
    180deg,
    rgba(253, 242, 246, 1) 20%,
    rgb(255 231 239) 100%
  );
}

.after-gel img {
  position: absolute;
  transform: translateY(-24%);
}

.btn-b {
  display: inline-block;
  text-decoration: none;
  border-radius: 90px;
  padding: 20px 50px 20px 50px;
  font-size: 20px;
  color: #fff;
  background: #ee7996;
  background: -moz-linear-gradient(top, #ee7996 0%, #ea5a7e 100%);
  background: -webkit-linear-gradient(top, #ee7996 0%, #ea5a7e 100%);
  background: linear-gradient(to bottom, #ee7996 0%, #ea5a7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7996', endColorstr='#ea5a7e',GradientType=0 );
  box-shadow: 0px 20px 20px 0px rgb(235 84 122 / 30%);
}
.btn-b:hover {
  display: inline-block;
  text-decoration: none;
  border-radius: 90px;
  padding: 20px 50px 20px 50px;
  font-size: 20px;
  color: #fff;
  background: #ee7996;
  background: -moz-linear-gradient(to bottom, #de6583 0%, #d44468 100%);
  background: -webkit-linear-gradient(to bottom, #de6583 0%, #d44468 100%);
  background: linear-gradient(to bottom, #de6583 0%, #d44468 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7996', endColorstr='#ea5a7e',GradientType=0 );
  box-shadow: 0px 20px 20px 0px rgb(235 84 122 / 30%);
}

.btn-buy {
  text-align: center;
  transform: translateY(-70px);
}

@media (max-width: 1180px) {
  header {
    background-image: url(images/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 90px;
  }

  .info-i img {
    margin-right: 25px;
    width: 90px;
  }
  .gel-i img {
    width: 90px;
  }
  .gel-txt.info-txt {
    text-align: right;
    padding-right: 25px;
  }
  .soap-main-img img {
    width: 100%;
    max-width: 320px;
  }
  .soap-main-desc {
    font-size: 20px;
  }
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .header-col-right,
  .header-col-left {
    width: 100%;
  }
  .drawer-hamburger {
    display: block;
  }

  .wrap-menu-head {
    display: none;
  }

  .header-row {
    flex-direction: column;
  }

  .soap-right,
  .soap-left {
    width: 100%;
  }

  .soap-wrap {
    flex-direction: column;
  }

  .gel-wrap {
    flex-direction: column-reverse;
    padding-top: 30px;
  }

  .soap-left,
  .soap-right,
  .gel-left,
  .gel-right {
    width: 100%;
  }
  .p-faq {
    font-size: 17px;
    line-height: 1.25;
  }
  .faq-title {
    font-size: 20px;
  }
  .faq-item {
    cursor: pointer;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 15px 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
  }
  h2 {
    font-size: 10vw;
  }

  .products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    justify-content: space-around;
  }

  .soap {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .btn-buy {
    text-align: center;
    transform: translateY(-30px);
  }

  .gel-left .btn-buy {
    text-align: center;
    transform: translateY(-60px);
  }
  .logo-gel {
    padding-top: 35px;
    padding-bottom: 0px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 32px;
  }
  .info-txt {
    font-size: 17px;
  }
  .gel-i img {
    width: 70px;
  }
  .gel-txt.info-txt {
    text-align: right;
    padding-right: 20px;
  }
  .soap-main-img img {
    width: 100%;
    max-width: 300px;
  }
  .soap-main-desc {
    font-size: 17px;
  }
  .info-i img {
    margin-right: 20px;
    width: 70px;
  }
  .gel-txt.info-txt {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 10vw;
  }
  .soap {
    padding-bottom: 80px;
  }
  .soap-bottle {
    padding-top: 35px;
  }
  .logo-gel {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .gel-info {
    padding-top: 50px;
  }
  footer {
    overflow: hidden;
    max-width: 100vw;
  }
  footer img {
    max-width: 140%;
    height: auto;
  }
  .faq-block {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .soap-main-h {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  header {
    padding-bottom: 30px;
  }
}

.row-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  flex-direction: row;
 align-items: flex-end;
 justify-content: center;
}

.i-buy-a a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #cd438f;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 6px 15px;
  width: 120px;

}

.i-buy-a a:focus, .i-buy-a a:hover, .i-buy-a a:active {
background-color: #a8326b;
}

.col-btns {
  padding: 0 5px;
  text-align: center;
}

.i-buy-a {
  margin-top: 5px;
}

.buy-btns {
  margin-top: -40px;
  margin-bottom: 50px;
}

.buy-btns.btns-gel {
  margin-top: -140px;
  margin-bottom: 70px;
}

@media (max-width: 567px) {
  .i-buy-a a {
    font-size: 13px;
    border-radius: 8px;
    width: 100px;
}
.buy-btns {
  margin-top: -25px;
  margin-bottom: 0;
}
.buy-btns.btns-gel {
    margin-top: -70px;
    margin-bottom: 20px;
}

.i-buy img {
  max-width: 76%;
  height: auto;
}
}