* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}
a {
  cursor: pointer;
}
.container {
  max-width: 1075px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0;
  padding: 0 25px 20px;
}
body {
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}
header {
  border: 2px solid #b8b8b8;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}
header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/header_img.png);
  background-position: 65% bottom;
  background-repeat: no-repeat;
}
.header_input-int {
  width: 200px;
  height: 40px;
  border: 1px solid #ccc;
}
header .header_content h1 {
  max-width: 540px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #1b478a;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  margin: 35px 0;
  text-transform: uppercase;
}
header .header_content h1 a {
  display: block !important;
}
header .header_content h1 span {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
header .header_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #707070;
  height: 35px;

  width: 220px;
}
header .header_input input {
  border: none;
  width: 100%;
  height: 100%;
}
header .header_input img {
  border-left: 1px solid #b8b8b8;
  padding: 0 5px;
}
header .header_box {
  background-color: #1b478a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
header ul li {
  padding: 10px 10px 10px;
}
header ul li a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

header ul li a:hover {
  text-decoration: underline;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content {
  max-width: 720px;
  width: auto;
}
.content h2 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-top: 10px;
}
.content h2 span {
  font-size: 30px;
}
.content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.content h4 {
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4em;
  margin: 30px 0 20px;
}
.content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  margin: 20px 0;
}
.content .img2 {
  max-width: 230px;
  width: 100%;
  float: left;
  margin: 0 25px 25px 0;
}
.content ul {
  margin-left: 25px;
}
.content ul li h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
}
.content ul li p {
  margin: 5px 0 25px;
}
.content h5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 0;
}
.chart {
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  margin: 25px auto 0;
}
.chart article {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chart article p {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px;
}
.chart article div {
  background-color: #429543;
  width: 40%;
  height: 100px;
}
.chart_text {
  margin: auto;
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.chart_text p {
  width: 25%;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
.wrapper > strong {
  width: 40%;
}
.sidebar {
  max-width: 325px;
  width: auto;
  margin-left: 30px;
}
.sidebar h2 {
  background-color: #d3d3d3;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.sidebar article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px;
}
.sidebar article .sidebar-img,
.sidebar article .sidebar-img img {
  width: 68px;
  height: 68px;

}
.answer {
  margin-left: 20px;
}
.sidebar article p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-left: 10px;
}
.sidebar a {
  text-decoration: none;
  color: inherit;

}
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar .banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebd50c), to(#795e8e));
  background: linear-gradient(to bottom, #ebd50c 0, #795e8e 100%);
  padding: 0 0 20px ;
  border: 1px solid #000;
  cursor: pointer;
  display: block;
}
.sidebar .banner h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  background-color: #3454b9;
  padding: 15px;
  margin-bottom: 20px;
}
.sidebar .banner p {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0056ba), to(#4494f1));
  background: linear-gradient(0deg, #0056ba 0, #4494f1 100%);
  -webkit-box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
  box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
  max-width: 200px;
  width: 100%;
  padding: 10px 0;
  margin: 0px auto 0;
}
.comments {
  margin-top: 50px;
  max-width: 690px;
  width: 100%;
}
.comments h2 {
  max-width: 220px;
  width: 100%;
  color: #3a3a3a;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #434343;
  margin-bottom: 15px;
}
.comments article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 2px solid #dedede;
}
.comments article div {
  width: 100%;
}
.comments article img {
  margin-right: 15px;
}
.comments article h3 {
  color: #000;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments article h3 span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.comments article p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
}
.content-photo {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.inL_499029.inL_499029 a {
  text-decoration: none;
}

.inL_499029.inL_499029 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .container {
    padding: 0 15px 20px;
  }
  header .header_content a {
    display: none;
  }
  header ul li a {
    font-size: 12px;
    padding: 10px;
  }
  header .header_content {
    background-position: 100% bottom;
  }
  .sidebar .banner h2 {
    font-size: 22px;
  }
   .header_box img:nth-child(5),
  .sidebar,
  header .header_box img:nth-child(7),
  header ul {
    display: none;
  }
  .content, .comments {
    width: 100%;
    max-width: 100%;
  }
}
.subtitle {
  font-size: 30px !important;
}
h1 a {
  text-decoration: none;
  color: inherit;
}

.inL_759199.inL_759199{
        background-color: #b8b8b8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
.inL_966081.inL_966081{
              color: #1c1c1c;
              font-size: 13px;
              font-weight: 400;
              text-align: right;
              padding: 10px 0 0;
              border-bottom: 1px solid #1b1b1b;
            }
.inL_647834.inL_647834{width: 28%}
.inL_74504.inL_74504{width: 31px; height: 20px}
.inL_912993.inL_912993{max-width: 117px; width: 100%; margin: 15px 25px}
.inL_494610.inL_494610{max-width: 116px; width: 100%; margin: 15px 25px}
.inL_616748.inL_616748{max-width: 116px; width: 100%; margin: 15px 0}
.inL_468730.inL_468730{max-width: 116px; width: 100%; margin: 15px 25px}
.inL_499029.inL_499029{
                text-decoration: none;
                
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                text-align: left;
                margin: 0 0 25px;
              }
.inL_36799.inL_36799{width: 100%; margin: 25px 0 15px}
.inL_363401.inL_363401{clear: both}
.inL_935197.inL_935197{margin-top: 40px}
.inL_371154.inL_371154{background-color: #f8fff7}
.inL_474052.inL_474052{height: 150px}
.inL_388944.inL_388944{background-color: #e7ffe7}
.inL_997399.inL_997399{height: 175px}
.inL_809789.inL_809789{background-color: #d8ffd3}
.inL_728343.inL_728343{height: 200px}
.inL_862339.inL_862339{background-color: #ccffc6}
.inL_271141.inL_271141{height: 250px}
.inL_722110.inL_722110{margin: auto}
.inL_504222.inL_504222{margin: auto}
.inL_67425.inL_67425{margin: auto}
.inL_879990.inL_879990{margin: auto}
.inL_180027.inL_180027{width: 100%; margin: 20px 0}
.inL_780365.inL_780365{width: 100%}
.inL_394836.inL_394836{width: 41px; height: 41px}
.inL_407703.inL_407703{width: 41px; height: 41px}
.inL_66519.inL_66519{width: 41px; height: 41px}
.inL_716315.inL_716315{width: 41px; height: 41px}
.inL_481743.inL_481743{width: 41px; height: 41px}
.inL_271514.inL_271514{width: 41px; height: 41px}
.inL_357797.inL_357797{width: 41px; height: 41px}
.inL_325563.inL_325563{width: 41px; height: 41px}
.inL_387657.inL_387657{width: 41px; height: 41px}
.inL_482386.inL_482386{width: 41px; height: 41px}
.inL_260241.inL_260241{width: 41px; height: 41px}
.inL_258921.inL_258921{width: 41px; height: 41px}
.inL_232708.inL_232708{width: 41px; height: 41px}
.inL_453436.inL_453436{width: 41px; height: 41px}
.inL_881071.inL_881071{width: 41px; height: 41px}
.inL_814864.inL_814864{width: 41px; height: 41px}
.inL_327120.inL_327120{width: 41px; height: 41px}
.inL_988128.inL_988128{margin-top: 30px !important}
.inL_124663.inL_124663{text-align: center; padding: 10px 0; background: none}

@media only screen and (max-width: 768px) {
 

  header .header_content {
    background-position: center bottom;
  }
  .content h2 {
    font-size: 24px;
  }
  .subtitle {
    font-size: 22px !important;
  }
  .content h3 {
    font-size: 18px;
  }
  /* .content p {
    font-size: 16px;
  } */
  .content h4 {
    font-size: 22px;
  }
  .content h5 {
    font-size: 20px;
  }
  .comments h2 {
    font-size: 24px;
  }

}
@media only screen and (max-width: 480px) {
  .header_box img:nth-child(3) {
    display: none;
  }
  header .header_content h1 {
    font-size: 22px;
  }
  header .header_content h1 span {
    font-size: 18px;
  }
  .chart article p {
    font-size: 10px;
  }

  .content .img2 {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .chart article p {
    display: none;
  }
}
.header_content h1 {
  color: #389394 !important;
}
.header_box {
  background-color: #389394 !important;
}
.chart article:nth-child(1) {
  background-color: #f7fffc !important;
}
.chart article:nth-child(2) {
  background-color: #e7fffa !important;
}
.chart article:nth-child(3) {
  background-color: #d3fef2 !important;
}
.chart article:nth-child(4) {
  background-color: #c6feee !important;
}
.chart article div {
  background-color: #429486 !important;
}
header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/header_img_hair.png) !important;
  background-position: 65% bottom;
  background-repeat: no-repeat;
}
.da160c549 {
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  background: 0 0 !important;
  border-style: none !important;
  position: absolute;
}
.title-form {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-weight: 900 !important;
  font-size: 27px !important;
  line-height: 42px !important;
  color: #322a89 !important;
  text-transform: uppercase !important;
}
.title-form .pink {
  color: #ff3395 !important;
}
.price_main_currency,
.price_main_value {
  color: #000;
  text-decoration: line-through;
}
.main-btn {
  background: #1266d5;
  color: #fff !important;
  display: block !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px;
  max-width: 270px;
  margin: 15px auto !important;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.comm-foto {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-top: 10px;
}
.main-btn:hover {
  background-color: #5d9d52;
  box-shadow: 2px 3px 3px #999;
}
.product-image {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  max-width: 274px !important;
}

@media (max-width: 974px) {
  .header_box {
    display: none !important;
  }
}
