:root {
  --dark-text: #2d2d2d;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  background-image: url('../img/header.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wrapper-container {
  max-width: 930px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-flex-row {
  grid-column-gap: 40px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header-product {
  justify-content: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.header-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1;
}

.heading-2-regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.divider {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 5px;
  width: 50px;
  height: 2px;
}

.heading-3-regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-three {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 5.2rem;
  padding-right: 5.2rem;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.custom-cta-container {
  max-width: 340px;
}

.heading-3-bold {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-3-bold.dark {
  color: var(--dark-text);
}

.heading-3-bold.center {
  text-align: center;
}

.main-testimonial {
  padding-top: 70px;
  padding-bottom: 70px;
}

.flex-row {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-testimonial-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.main-testimonial-img {
  border-radius: 20px;
}

.heading-2-bold {
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2-bold.center {
  text-align: center;
}

.heading-2-bold.white {
  color: var(--white);
}

.body-text {
  color: var(--dark-text);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.body-text.white {
  color: var(--white);
}

.body-text.save {
  text-align: center;
  width: 100%;
}

.body-text.center {
  text-align: center;
}

.user-name {
  color: var(--dark-text);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

.caption-txt {
  color: var(--dark-text);
  margin-bottom: 0;
  line-height: 1.3;
}

.specialist {
  background-color: #fcf5f2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.specialist-img {
  border-radius: 20px;
  width: 400px;
  margin-bottom: 10px;
}

.specialist-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.specialist-content-1 {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.specialist-img-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.signature {
  max-width: 80%;
}

.how-it-works {
  padding-top: 70px;
  padding-bottom: 70px;
}

.how-it-works-content {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.how-it-works-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.item {
  grid-column-gap: 30px;
  display: flex;
}

.item-content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.how-it-works-img {
  object-fit: none;
  object-position: 0% 0%;
}

.features {
  background-image: url('../img/features.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.features-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.features-wrapper {
  flex-direction: column;
  max-width: 930px;
  padding-left: 15px;
  padding-right: 230px;
  display: flex;
}

.features-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.urinary-icon {
  width: 50px;
}

.confirmation {
  padding-top: 70px;
  padding-bottom: 70px;
}

.subheading {
  color: var(--dark-text);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.5;
}

.packshot-container {
  grid-column-gap: 70px;
  display: flex;
  align-items: center;
}

.check-icon {
  max-width: 55px;
  margin-bottom: 10px;
}

.packshot-content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  display: flex;
}

.packshot {
  object-fit: scale-down;
  width: 35%;
}

.testimonials {
  background-color: #fcf5f2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.testimonial {
  grid-column-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.testimonial-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.testimonial-img {
  border-radius: 10px;
}

.testimonial-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.before-after {
  background-image: url('../img/bg-img.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.white-box {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.before {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.before-img, .after-img {
  margin-bottom: 20px;
}

.before-after-container {
  grid-column-gap: 80px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.after {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.confirmation-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.confirmation-item {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.confirmation-list {
  grid-column-gap: 50px;
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.specialist-container {
  grid-column-gap: 30px;
  border: 2px solid #f36f3b;
  border-radius: 20px;
  align-items: flex-start;
  margin-top: 70px;
  padding: 30px;
  display: flex;
}

.specialist-2-img {
  border-radius: 10px;
}

.specialist-2-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.signature-2 {
  max-width: 80%;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: auto;
  right: 0%;
}

.proof {
  background-image: url('../img/proof-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.warranty {
  padding-top: 70px;
  padding-bottom: 70px;
}

.warranty-item {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  display: flex;
}

.award {
  width: 100px;
  margin-bottom: 10px;
}

.warranty-content {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.awards {
  background-color: #fcf5f2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.awards-content {
  grid-column-gap: 50px;
  margin-bottom: 50px;
  display: flex;
}

.caption-last {
  color: var(--dark-text);
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.form {
  padding-top: 70px;
  padding-bottom: 30px;
}

.text-span {
  color: #e61a1a;
}

.form-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-product-box {
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
  display: flex;
}

.price {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.price-before {
  color: #e61919;
  font-size: 25px;
  line-height: 1.1;
  text-decoration: line-through;
}

.price-after {
  color: #18c52f;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.text-span-2 {
  color: #e61919;
}

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

.caption-footer {
  color: #aaa;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.footer-links {
  grid-column-gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-link {
  color: #8b8b8b;
  line-height: 1.2;
  text-decoration: none;
}

.footer-divider {
  background-color: #aaa;
  width: 1px;
}

.features-img-t, .specialist-2-img-t, .header-img-t, .main-testimonial-img-m, .specialist-img-m {
  display: none;
}

@media screen and (max-width: 991px) {
  .header {
    background-image: url('../img/bg-img_1.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-1.langtxt {
    font-size: 60px;
  }

  .product {
    object-fit: contain;
    object-position: 100% 100%;
    position: relative;
  }

  .heading-3-bold.dark.langtxt {
    width: 90%;
  }

  .flex-row {
    flex-direction: row;
  }

  .features {
    background-image: url('../img/bg-img_1.jpg');
  }

  .features-wrapper {
    align-items: center;
    padding-right: 15px;
  }

  .packshot-container {
    grid-column-gap: 50px;
  }

  .testimonial {
    flex-direction: column-reverse;
    max-width: 70%;
  }

  .testimonial-img {
    margin-bottom: 30px;
  }

  .testimonial-list {
    align-items: center;
  }

  .before-after {
    background-image: url('../img/bg-img_1.jpg');
  }

  .specialist-container {
    flex-direction: column;
  }

  .specialist-2-img {
    display: none;
  }

  .features-img-t {
    background-image: url('../img/features-t.jpg');
    background-position: 50%;
    background-size: auto 410px;
    border-radius: 20px;
    width: 100%;
    height: 340px;
    margin-top: 50px;
    display: block;
  }

  .specialist-2-img-t {
    background-image: url('../img/specialist2-t.jpg');
    background-position: 100% 0;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 340px;
    margin-bottom: 20px;
    display: block;
  }

  .header-img-t {
    display: block;
    position: absolute;
    top: -67%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 280px;
    padding-bottom: 70px;
  }

  .header-flex-row {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .header-product {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .header-content {
    width: 100%;
  }

  .heading-1.langtxt {
    font-size: 45px;
  }

  .flex-row {
    flex-direction: column;
    align-items: center;
  }

  .main-testimonial-img, .specialist-img {
    display: none;
  }

  .specialist-img-container {
    width: 100%;
  }

  .item {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .packshot-container {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .packshot-content {
    width: 100%;
  }

  .packshot {
    object-fit: fill;
    width: 40%;
    max-width: 40%;
  }

  .testimonial {
    max-width: 90%;
  }

  .confirmation-item {
    width: 100%;
  }

  .confirmation-list {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .warranty-item {
    width: 100%;
  }

  .awards-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-img-t {
    top: -87%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .main-testimonial-img-m {
    background-image: url('../img/main_testimonial_m.jpg');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
  }

  .specialist-img-m {
    background-image: url('../img/specialist_m.jpg');
    background-position: 100% 0;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .btn.btn-three {
    padding-left: 3.9rem;
    padding-right: 3.9rem;
  }

  .packshot {
    width: 100%;
    max-width: 100%;
  }

  .testimonial {
    max-width: 100%;
    padding: 20px;
  }

  .testimonial-content {
    grid-row-gap: 15px;
  }

  .testimonial-img {
    margin-bottom: 20px;
  }

  .before-after-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .specialist-container {
    padding: 20px;
  }

  .signature-2 {
    position: relative;
    left: -29px;
  }

  .specialist-2-img-t {
    background-position: 73% 0;
    height: 260px;
  }
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.price_value {
    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;
}

.old_price {
    margin-right: 20px;
}

.old_price-value {
    font-size: 36px;
    line-height: 42px;
    text-decoration: line-through;
}

.new_price-value {
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
    color: #0076cd;
}

.price_text {
    font-size: 12px;
}


