.MyLPs {
  color: #2b2d40;
  overflow-x: hidden;
  background: #f0f0f2;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}
.MyLPs .btnCommon {
  font-size: 14px;
  font-weight: 400 !important;
  color: #2b2d40;
  background-color: #35c8a6;
  font-weight: lighter;
  border-radius: 10px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  background-color: #2fe2b9;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  height: 0 !important;
  overflow: hidden;
  display: block;
}
.MyLPs h2 {
  font-size: 78px;
  line-height: 80px;
  color: #395ff5;
  font-weight: 800;
}
.MyLPs p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.MyLPs .f18 {
  font-size: 18px;
  line-height: 25px;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 30px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 40px;
}
.clrWhite {
  color: white !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.MyHeader {
  background: url('images/headerBg.jpg') center center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.Navigation {
  margin-top: -25px;
}
.Navigation a {
  border-radius: 8px;
  background-color: #35c8a6;
  padding: 10px;
  margin: 5px;
  color: #2b2d40;
  font-size: 15px;
  font-weight: 400;
  width: 160px;
  text-align: center;
  transition: all linear 0.1s;
  display: flex;
  justify-content: center;
  min-height: 56px;
}
.Navigation a span {
  align-self: center;
}
.Navigation a:hover {
  background-color: #2fe2b9;
}
.HoverTrigger:hover .btnCommon {
  opacity: 0.8;
}
.PromoBoxes {
  background-color: #7b63b9;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
  margin: 10px 20px;
}
.PromoBoxes span {
  font-size: 15px;
  color: white;
}
.PromoBoxes div {
  font-weight: 900;
  font-size: 60px;
  color: white;
}
.PromoBoxes p {
  margin-bottom: 0;
  margin-top: 5px;
}
.ProductsWrapper {
  margin: 10px 0;
  position: relative;
}
.ProductsWrapper img {
  transition: all linear 0.1s;
}
.ProductsWrapper img.promoFlag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ProductsWrapper:hover .ProductContainer {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
}
.ProductsWrapper:hover .btnCommon {
  background-color: #2fe2b9;
}
.ProductsWrapper:hover img {
  transform: scale(0.9);
}
.ProductsWrapper:hover img.promoFlag {
  transform: scale(1) !important;
}
.ProductsWrapper_5col {
  width: calc(20% - 20px);
  margin: 10px;
}
.ProductContainer {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  height: 100%;
  transition: all linear 0.1s;
  position: relative;
}
.ProductContainer img {
  transition: all linear 0.1s;
  margin: 0 auto;
}
.HW_banner {
  display: flex;
  justify-content: space-between;
}
.TabsSection {
  background: url('images/decor1.png') left bottom no-repeat, url('images/decor2.png') right bottom no-repeat;
  background-size: 600px;
  padding-bottom: 80px;
}
.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tab button {
  border: none;
  border-radius: 8px;
  padding: 15px 10px;
  width: 180px;
  margin: 20px 10px;
  transition: all linear 0.1s;
}
.tab button.active,
.tab button:hover {
  background-color: white;
  color: #d54f5f;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
}
/* Style the tab content */
.tabcontent {
  display: none;
}
.WashWrapper {
  background: url('images/decor4.png') left top no-repeat, url('images/decor5.png') right bottom no-repeat;
}
.ProswpikiFrontidaWrapper {
  background: #fad3d3 url('images/proswpikiFrontida_bg.jpg') center center no-repeat;
  padding: 50px 0;
}
.YouBlog {
  display: flex;
  justify-content: center;
}
.blogArticle {
  position: relative;
  text-align: center;
  padding: 10px 40px;
  border-right: solid thin rgba(0, 0, 0, 0.15);
}
.blogArticle img {
  margin: 0 auto 20px auto;
}
.blogArticle:hover .btnCommon {
  background-color: #2fe2b9;
}
.blogArticle:last-of-type {
  border-right: none;
}
.BeEco {
  background: url('images/earth.png') right 40% no-repeat;
}
.BeSafe {
  background: url('images/beSafeBg.jpg') bottom left no-repeat;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .MyLPs h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .MyLPs .hashtag {
    font-size: 50px;
    line-height: 50px;
    word-wrap: break-word;
  }
  .MyLPs .f40 {
    font-size: 28px;
    line-height: 38px;
  }
  .ProductsWrapper_5col {
    width: calc(25% - 20px);
  }
}
@media (max-width: 991px) {
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 30px;
  }
  .ProductsWrapper_5col {
    width: calc(33.3% - 20px);
  }
  .HW_banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .HW_banner div:first-of-type {
    width: 100%;
  }
  .HW_banner div:first-of-type img {
    margin: 0 auto;
  }
  .HW_banner .hw_products {
    width: 33.3%;
  }
  .HW_banner div:last-of-type {
    margin: 20px auto 0 auto;
  }
  .BlogTitle {
    text-align: center;
  }
  .BlogTitle img {
    margin: 0 auto;
  }
  .BeSafe {
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .MyLPs {
    background-size: 800px;
  }
  .MyLPs h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .MyLPs .f40 {
    font-size: 22px;
    line-height: 25px;
  }
  .MyHeader {
    padding: 30px 0 0 0;
  }
  .Navigation {
    margin-top: 10px;
  }
  .ProductsWrapper_5col {
    width: calc(50% - 20px);
  }
  .ProswpikiFrontidaWrapper .ProductsWrapper {
    order: 2;
  }
  .MiddleTitle {
    order: 1;
  }
  .YouBlog {
    display: block;
  }
  .blogArticle {
    border-right: none;
  }
  .BeEco {
    background-size: 300px;
  }
}
@media (max-width: 576px) {
  .MyLPs p {
    font-size: 18px;
    line-height: 25px;
  }
  .MyLPs .f20 {
    font-size: 18px;
    line-height: 28px;
  }
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 35px;
  }
  .MyLPs .f36 {
    font-size: 29px;
    line-height: 39px;
  }
  .MyLPs .btnCommon {
    padding: 10px 6px;
    min-height: 56px;
  }
  .HeaderLogo {
    max-width: 300px !important;
  }
  .HW_banner {
    display: block;
  }
  .HW_banner .hw_products {
    width: 100%;
  }
  .HW_banner .hw_products img {
    margin: 0 auto;
  }
  .WashWrapper {
    background-size: 200px;
  }
  .blogArticle {
    padding: 10px;
  }
  .BeSafe {
    background-size: 576px;
  }
  .PromoBoxes {
    background-color: #7b63b9;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    margin: 10px 20px;
  }
  .PromoBoxes span {
    font-size: 15px;
    color: white;
  }
  .PromoBoxes div {
    font-weight: 900;
    font-size: 40px;
  }
  .ProductsWrapper img.promoFlag {
 width:70px!important;
}
}