:root {
  --black: black;
  --rgba-0-0-55-0-75: #f0f5ff;
  --dodger-blue: #2188e5;
  --dark-grey: #b3b4b8;
  --gainsboro: #d9d9d9;
  --black2: #181818;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  max-width: 1295px;
  text-align: center;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}

h2 {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.page__wrapper {
  padding-top: 20px;
}

.form-full {
  color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.form-full.drop {
  box-shadow: 0 4px 4px rgba(217, 217, 217, .5);
}

.step {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 80px;
  display: none;
  position: relative;
}

.step.active {
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.step.step-data {
  padding-bottom: 0;
}

.step.step-data.active {
  color: var(--black);
  margin-top: -46px;
}

.checkbox-image {
  max-width: 72px;
}

.checkbox-image.non {
  width: 60px;
}

.form-content {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.form12_checkbox_field {
  width: 140px;
  height: 120px;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.form12_checkbox_field:active {
  border: 3px solid var(--dodger-blue);
}

.form-wrapper {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.field-input {
  width: 100%;
  aspect-ratio: auto;
  color: #202020;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1.5px solid #8d8d8d;
  border-radius: 15px;
  margin: 10px auto 0;
  padding: 30px 25px;
  font-size: 24px;
  display: block;
  overflow: auto;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::-ms-input-placeholder {
  color: var(--black);
  font-family: Varela Round, sans-serif;
}

.field-input::placeholder {
  color: var(--black);
  font-family: Varela Round, sans-serif;
}

.field-input.input-space {
  margin-bottom: 40px;
}

.field-input.last-input {
  margin-bottom: 70px;
}

.em {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-section-title {
  max-width: 920px;
  color: #0a1f44;
  font-size: 34px;
  font-weight: 700;
  line-height: 54px;
}

.mask {
  height: auto;
}

.radio-field {
  width: 98%;
  height: 350px;
  background-color: #e1edfb;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px rgba(217, 217, 217, .31);
}

.radio-field.input-error {
  border-color: red;
}

.next {
  z-index: 1;
  width: 78%;
  height: 64px;
  background-color: var(--dodger-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  position: static;
  bottom: 28%;
  left: 0;
  right: auto;
  overflow: visible;
}

.next:hover {
  background-color: #107fe4;
}

.arrow {
  width: 6px;
  margin-right: 8px;
}

.checkbox-title {
  z-index: 6;
  color: var(--black);
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.previous-button {
  opacity: 1;
  color: #000;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.previous {
  z-index: 1;
  width: 78%;
  height: 64px;
  max-width: 375px;
  opacity: 1;
  color: #000;
  background-color: #cfcfcf;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: auto;
  bottom: 28%;
  left: auto;
  right: 0;
}

.previous:hover {
  opacity: 1;
  background-color: #b4b3b3;
}

.next-button {
  height: 100%;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s ease-in;
  display: flex;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph {
  max-width: 550px;
  color: #5b617c;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.slide {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.radio-button {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.radio-button:active {
  border: 1px solid #000;
}

.form-wrap-full {
  background-color: #fff;
  margin-top: 100px;
  padding: 90px 20px 70px;
}

.form-wrap-full.drop {
  z-index: 999999;
  color: var(--black);
  border: 20px solid #f0f5ff;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(217, 217, 217, .31);
}

.sm {
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0;
  position: relative;
}

.text-for-form {
  color: #b3b4b8;
  text-align: left;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  line-height: 21px;
}

.text-for-form.desscription {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox_wrap {
  width: 100%;
  max-width: 825px;
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin: 40px auto 20px;
  display: grid;
}

.checkbox_wrap.col-3 {
  max-width: none;
  grid-template-columns: 1fr 1fr 1fr;
}

.form-progress {
  height: 6px;
  background-color: #d9dee2;
  border-radius: 15px;
  position: relative;
}

.form-progress__wrapper {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}

.form-progress__wrapper.mobile {
  display: none;
}

.form-progress__text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 15px;
  display: grid;
}

.form-progress__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.form-progress__text.last {
  padding-right: 20px;
  font-size: 24px;
}

.form-progress__text.last.success {
  padding-right: 8px;
}

.form-progress__result {
  width: 7%;
  height: 100%;
  background-color: #2188e5;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-progress__result.second {
  width: 12%;
}

.form-progress__result.third {
  width: 18%;
}

.form-progress__result.fourth {
  width: 23%;
}

.form-progress__result.fifth {
  width: 67%;
}

.form-progress__result.full {
  width: 100%;
}

.form-progress__result.sixth {
  width: 67%;
}

.form-progress__result.fifth {
  width: 32%;
}

.form-progress__item {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #d9dee2;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 15rem;
  right: auto;
}

.form-progress__item.second {
  left: 33.2rem;
}

.form-progress__item.last {
  left: auto;
  right: 0;
}

.form-progress__item.active {
  background-color: #2188e5;
}

.container {
  max-width: 1635px;
  border-radius: 15px;
}

.container.navbar-container {
  max-width: 1635px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section {
  margin-left: 4vw;
  margin-right: 4vw;
}

.section.section__bq-blue {
  background-color: var(--rgba-0-0-55-0-75);
  margin-left: 0;
  margin-right: 0;
  padding-left: 4vw;
  padding-right: 4vw;
}

.section.section__hero {
  height: 100%;
  position: relative;
}

.section.section__footer {
  background-color: var(--rgba-0-0-55-0-75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 160px 4vw;
  display: flex;
}

.form-wrap-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.form-wrap-space {
  max-width: 1020px;
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.sm-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
}

.sm-wrapper {
  width: 100%;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #f0f5ff;
  border-radius: 20px;
  outline: 15px solid #ecf2ff;
  margin-top: 105px;
  padding-top: 115px;
  padding-bottom: 115px;
}

.sm-description {
  text-align: center;
  margin-top: 65px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.form-checkbox-wrapper {
  max-width: 1020px;
  text-align: left;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-checkbox-wrapper.last {
  text-align: left;
  align-items: flex-end;
  margin-top: 20px;
}

.form-checkbox {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  border-width: 4px;
  border-color: #b3b4b8;
  border-radius: 100%;
  margin-top: 3px;
}

.button {
  width: 100%;
  max-width: 1020px;
  border-radius: 15px;
  margin-top: 55px;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.button:hover {
  background-color: #1a8bee;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4vw;
  margin-right: 4vw;
}

.discount__wrapper {
  background-color: var(--rgba-0-0-55-0-75);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 20px 24px;
  display: flex;
}

.discount__wrapper.mobile-show {
  display: none;
}

.discount__text {
  font-size: 24px;
  line-height: 150%;
}

.discount__text.summ {
  color: var(--dodger-blue);
  font-weight: 700;
}

.navbar__logo {
  max-width: 438px;
}

.blue {
  color: var(--dodger-blue);
  font-size: 40px;
}

.checkbox-wrapper-image {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.hero__decor-img {
  width: 100%;
  max-width: 120px;
  display: none;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.form__bckg-blue {
  max-height: 1050px;
  background-color: var(--rgba-0-0-55-0-75);
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__bckg-blue.drop {
  background-color: var(--rgba-0-0-55-0-75);
  box-shadow: 0 4px 4px rgba(217, 217, 217, .5);
}

.grid-content__wrapper {
  height: 600px;
  grid-column-gap: 155px;
  grid-row-gap: 155px;
  grid-template-rows: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid-content__img {
  width: 100%;
  position: relative;
}

.shower-img {
  z-index: 1;
  width: 90%;
  max-width: 520px;
  border-radius: 15px;
  margin-top: 144px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 7%;
}

.shower__bckg {
  width: 90%;
  max-width: 520px;
  background-color: #cae0fb;
  border-radius: 15px;
  margin-top: 7%;
  margin-left: auto;
  position: static;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.shower-decor__img {
  max-width: 120px;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.grid-content__text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.grid-content__item {
  align-items: center;
  display: flex;
}

.shower-img__wrapper {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 22px;
  display: flex;
}

.shower-img__wrapper.drop {
  box-shadow: 0 4px 4px rgba(217, 217, 217, .5);
}

.shower-text {
  margin-left: 26px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.shower__icon {
  max-width: 39px;
}

.advantages__content {
  background-color: var(--dodger-blue);
  background-image: url('../images/decor.svg');
  background-position: 101% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  margin-top: 110px;
  padding-bottom: 100px;
  position: relative;
}

.clr-white {
  color: #fff;
}

.advantages__content-grid {
  grid-column-gap: 95px;
  grid-row-gap: 50px;
  grid-template-columns: minmax(180px, 290px) minmax(180px, 290px);
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin-top: 80px;
}

.advantages-img {
  z-index: 1;
  width: 85%;
  height: 85%;
  max-width: 240px;
  position: relative;
}

.advantages-img.first {
  height: 85%;
  border-top-right-radius: 130px;
}

.advantages-img.second {
  width: 85%;
  height: 85%;
  border-top-left-radius: 130px;
  margin-top: auto;
  margin-left: auto;
}

.advantages-img.fourth {
  border-bottom-right-radius: 130px;
}

.advantages-img.third {
  border-bottom-left-radius: 130px;
  margin-bottom: auto;
  margin-left: auto;
}

.advantages-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.advantages__img-wrappper {
  width: 280px;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.advantages__bckg {
  width: 93%;
  height: 95%;
  background-color: #cae0fb;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.advantages__bckg.second {
  width: 85%;
  height: 100%;
  border-top-left-radius: 130px;
  top: -9%;
  left: 9%;
}

.advantages__bckg.first {
  width: 85%;
  height: 100%;
  border-top-right-radius: 130px;
  top: -9%;
  left: 8%;
}

.advantages__bckg.third {
  width: 85%;
  height: 100%;
  border-bottom-left-radius: 130px;
  top: 9%;
  left: 9%;
}

.advantages__bckg.fourth {
  width: 85%;
  height: 100%;
  border-bottom-right-radius: 130px;
  top: 9%;
  left: 9%;
}

.advantage__decor {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: -8%;
  right: auto;
}

.h2-big {
  max-width: 960px;
  padding-top: 190px;
  font-size: 48px;
}

.description__review {
  max-width: 930px;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.slider__review {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 105px;
}

.slide__review {
  max-width: 48%;
  background-color: var(--rgba-0-0-55-0-75);
  border-radius: 15px;
  margin-left: 0;
  margin-right: 36px;
  padding: 40px 40px 40px 20px;
}

.slide__review.drop, .slide__review.drop-copy {
  height: auto;
  box-shadow: 0 4px 10px 4px rgba(217, 217, 217, .5);
}

.slider__arrow {
  height: auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8%;
  display: flex;
}

.p__review {
  color: #6a6b72;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.title__review {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.slide__review-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.mask__review {
  height: auto;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 15px;
}

.footer__logo {
  max-width: 80px;
}

.footer__logo.w--current {
  max-width: 250px;
}

.footer__nav-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.review__star-icon {
  max-width: 140px;
}

.footer__space {
  width: 1px;
  height: 30px;
  background-color: #000;
  margin-left: 18px;
  margin-right: 18px;
}

.footer__nav {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer__nav:hover {
  color: var(--dodger-blue);
}

.btn__cta {
  display: none;
}

.button-wrap {
  max-width: 825px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.error-message {
  max-width: 825px;
  color: #e23f3f;
  text-align: left;
  margin-right: auto;
  padding-left: 8px;
  font-size: 24px;
  line-height: 110%;
  display: none;
  position: static;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: auto;
}

.error-message.margin-space {
  margin-top: 5px;
}

.button__form {
  z-index: 1;
  height: 64px;
  opacity: 1;
  color: #000;
  background-color: #cfcfcf;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: auto;
  bottom: 28%;
  left: auto;
  right: 0;
}

.button__form:hover {
  opacity: 1;
  background-color: #b4b3b3;
}

.button__form.previous {
  width: 100%;
  max-width: none;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/prev-arrow.svg');
  background-position: 34%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 24px;
  font-weight: 500;
}

.button__form.next {
  width: 100%;
  background-color: var(--dodger-blue);
  color: var(--rgba-0-0-55-0-75);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  font-weight: 500;
}

.button__form.next:hover {
  background-color: #117cdd;
}

.input-group.input-space {
  margin-bottom: 40px;
}

.input-group.input-space-last {
  margin-bottom: 70px;
}

.select-field {
  width: 50%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
}

.select-field.field-input {
  width: 100%;
  height: 62px;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  object-fit: cover;
  flex-wrap: nowrap;
  align-content: stretch;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 22px;
  font-style: normal;
  text-decoration: none;
  display: block;
  position: static;
  overflow: auto;
}

.select-field.field-input2 {
  width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-4 {
  margin: 10px auto;
  display: flex;
}

.div-block-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-6 {
  width: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-03 {
  width: 25%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-04 {
  width: 50%;
  display: flex;
}

.div-block-05 {
  width: 25%;
  display: flex;
}

.div-block-06 {
  width: 50%;
  display: flex;
}

.div-block-07 {
  width: 30%;
  display: flex;
}

.div-block-08 {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 10px;
  display: flex;
}

.div-block-14, .div-block-15 {
  width: 25%;
}

.div-block-16 {
  width: 50%;
  display: flex;
}

.div-block-17 {
  width: 25%;
  display: flex;
}

.div-block-18 {
  width: 30%;
  display: flex;
}

.text-block {
  color: var(--dark-grey);
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  line-height: 21px;
  display: flex;
}

.field-label3 {
  color: var(--dark-grey);
  align-self: center;
  font-weight: 400;
  display: flex;
}

.div-block-11, .div-block-01 {
  width: 50%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
}

.field-input-copy {
  width: 100%;
  aspect-ratio: auto;
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #b3b4b8;
  border-radius: 15px;
  margin: 10px auto 0;
  padding: 30px 25px;
  font-size: 24px;
  display: block;
}

.field-input-copy:focus {
  border-color: #0064fe;
}

.field-input-copy::-ms-input-placeholder {
  color: var(--dark-grey);
  font-family: Varela Round, sans-serif;
}

.field-input-copy::placeholder {
  color: var(--dark-grey);
  font-family: Varela Round, sans-serif;
}

.field-input-copy.input-space {
  margin-bottom: 40px;
}

.field-input-copy.last-input {
  margin-bottom: 70px;
}

.div-block-30 {
  margin-top: 0;
}

.field-label-4 {
  color: var(--dark-grey);
  margin-top: 10px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.field-label-5 {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.field-label-6, .field-label-7, .field-label-8 {
  color: var(--dark-grey);
  margin-top: 10px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.heading {
  margin-top: 71px;
  font-weight: 700;
}

.text-span-3, .text-span-4 {
  color: var(--dodger-blue);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
}

.heading-3 {
  color: var(--dodger-blue);
}

.text-span-5 {
  font-size: 20px;
}

.bold-text {
  color: var(--dodger-blue);
}

.text-span-6 {
  font-size: 20px;
}

.bold-text-2 {
  color: var(--dodger-blue);
}

.text-span-7 {
  color: var(--dodger-blue);
  font-size: 20px;
}

.form {
  color: var(--black);
}

.jos-form-1 {
  flex-direction: column;
  display: flex;
}

.jos-text-3 {
  color: #000;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.jos-imput-1 {
  height: 3em;
  color: #000;
  border: 1.7px solid #e8e6e7;
  border-radius: .3em;
  margin-bottom: 1.3em;
  padding: 1em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.jos-select-field-1 {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  border: 1.7px solid #e8e6e7;
  border-radius: .3em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.jos-button-1 {
  color: #fff;
  text-align: center;
  background-color: #c7eb5a;
  border-radius: .3em;
  margin-top: 2em;
  padding: .8em 1em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.jos-button-1:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .07), rgba(255, 255, 255, .07));
}

.image {
  text-align: center;
}

.image-2 {
  text-align: right;
}

.container-3 {
  text-align: center;
  margin-bottom: 60px;
}

.text-span-8 {
  color: var(--dodger-blue);
}

.heading-4 {
  float: left;
  clear: none;
  text-align: left;
  text-decoration: none;
  overflow: scroll;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.rich-text-block {
  float: left;
}

.heading-5 {
  color: var(--dodger-blue);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-3 {
  color: var(--black);
  text-align: center;
  margin-top: 150px;
  margin-bottom: 24px;
  font-size: 30px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 22px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6, .heading-7 {
  color: var(--dodger-blue);
}

.html-embed {
  float: none;
  clear: left;
  column-count: auto;
  word-break: normal;
}

.rich-text-block-19 {
  font-weight: 400;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 21px;
  padding: 80px 30px;
  position: relative;
}

.heading-8, .bold-text-3 {
  color: var(--dodger-blue);
}

.image-3, .image-4 {
  text-align: center;
}

.container-6 {
  text-align: center;
  margin-top: 81px;
}

.text-span-9 {
  pointer-events: auto;
  cursor: auto;
}

.link {
  color: var(--dark-grey);
  margin-left: 4px;
  font-weight: 500;
}

.link-2 {
  color: #b0b1b6;
}

.link-3 {
  color: #b4b5b9;
}

.text-span-13 {
  color: var(--dodger-blue);
  font-size: 20px;
}

.text-span-14 {
  font-size: 20px;
  font-weight: 500;
}

.text-span-15 {
  color: var(--dodger-blue);
}

.text-span-16 {
  height: 2px;
  letter-spacing: normal;
  text-indent: 100px;
  font-size: 10px;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .form-wrap-space {
    display: block;
  }

  .field-input-copy {
    width: 50%;
    object-fit: fill;
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 1920px) {
  .page__wrapper {
    color: var(--rgba-0-0-55-0-75);
    -webkit-text-stroke-color: var(--rgba-0-0-55-0-75);
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .step.step-data.active {
    padding-top: 40px;
  }

  .field-input {
    width: 100%;
    float: none;
    clear: both;
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    align-items: stretch;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .next {
    right: 23%;
  }

  .previous {
    left: 24%;
  }

  .form-wrap-full {
    margin-bottom: 0;
  }

  .form-wrap-full.drop {
    padding-top: 90px;
  }

  .text-for-form {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section.section__hero {
    color: var(--dark-grey);
    padding-bottom: 10px;
  }

  .form-wrap-space {
    -webkit-text-stroke-color: var(--black);
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .form-checkbox-wrapper {
    text-align: left;
  }

  .form-checkbox-wrapper.last {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .form__bckg-blue.drop {
    width: auto;
    max-height: none;
  }

  .shower-text, .h2-big, .description__review {
    color: var(--black);
  }

  .title__review {
    color: var(--black);
    font-size: 29px;
  }

  .button__form {
    left: 24%;
  }

  .select-field {
    width: 0%;
    clear: none;
    margin-bottom: 0;
  }

  .select-field.field-input {
    width: 100%;
    height: 62px;
    clear: left;
    pointer-events: auto;
    -webkit-text-stroke-color: var(--rgba-0-0-55-0-75);
    mix-blend-mode: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 15px;
    position: static;
  }

  .div-block {
    object-fit: contain;
  }

  .div-block-2 {
    clear: none;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .div-block-6 {
    width: 50%;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-03 {
    width: 100%;
  }

  .div-block-05 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-08 {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-13 {
    width: 50%;
    display: flex;
  }

  .div-block-14 {
    width: 50%;
    flex: 0 auto;
    display: flex;
  }

  .div-block-15 {
    width: 50%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--dark-grey);
    -webkit-text-stroke-color: var(--dark-grey);
    flex: 0 auto;
    justify-content: flex-start;
    font-weight: 400;
    display: flex;
  }

  .div-block-16 {
    width: 50%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .div-block-18 {
    display: flex;
  }

  .field-label3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-02 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    margin-left: auto;
    display: flex;
  }

  .field-label-2 {
    width: 50%;
    color: var(--dark-grey);
    -webkit-text-stroke-color: var(--dark-grey);
    font-weight: 400;
    display: flex;
  }

  .text-span {
    text-align: left;
    -webkit-text-stroke-color: var(--dark-grey);
    margin-top: auto;
  }

  .field-label-3 {
    width: 50%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    font-weight: 400;
    display: flex;
  }

  .div-block-21 {
    width: 50%;
    min-width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--dark-grey);
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    margin-left: auto;
    display: flex;
  }

  .select-field-2 {
    width: 100%;
    flex: 0 auto;
    display: flex;
  }

  .div-block-22 {
    display: flex;
  }

  .div-block-01 {
    width: 80%;
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-23, .div-block-24 {
    width: 50%;
    display: flex;
  }

  .div-block-25 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .text-block-3 {
    width: 50%;
    color: var(--dark-grey);
    -webkit-text-stroke-color: var(--dark-grey);
    margin-right: 10px;
    font-size: 18px;
  }

  .div-block-26 {
    width: 50%;
    display: flex;
  }

  .div-block-27 {
    align-self: center;
  }

  .field-input-copy {
    width: 100%;
    float: none;
    text-align: left;
    flex: 0 auto;
    align-items: stretch;
    text-decoration: underline;
    display: flex;
    position: static;
  }

  .div-block-28 {
    width: 100%;
    flex-wrap: nowrap;
    flex: none;
    align-content: space-between;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    display: block;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-30 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-31, .div-block-32 {
    width: 100%;
  }

  .field-label-4 {
    font-size: 18px;
  }

  .field-label-5 {
    text-align: left;
    font-size: 18px;
    display: block;
  }

  .field-label-6 {
    text-align: left;
    font-size: 18px;
  }

  .field-label-7, .field-label-8 {
    font-size: 18px;
  }

  .heading {
    color: var(--black);
    margin-top: 87px;
  }

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

  .text-span-2, .text-span-3 {
    color: var(--dodger-blue);
  }

  .link {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  .form-full {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-full.drop {
    box-shadow: 0 4px 4px rgba(217, 217, 217, .5);
  }

  .step {
    padding-top: 50px;
  }

  .checkbox-image {
    max-width: 50px;
  }

  .form12_checkbox_field {
    height: 360px;
  }

  .field-input {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 18px;
  }

  .field-input.input-space {
    margin-bottom: 20px;
  }

  .field-input.last-input {
    margin-bottom: 40px;
  }

  .form-section-title {
    font-size: 30px;
  }

  .radio-field {
    height: 320px;
  }

  .next {
    max-width: 42%;
    bottom: 16%;
    right: 5%;
  }

  .checkbox-title {
    font-size: 24px;
    line-height: 30px;
  }

  .previous {
    max-width: 42%;
    margin-left: 0%;
    bottom: 16%;
    left: 6%;
  }

  .form-title-wrap {
    margin-bottom: 40px;
  }

  .form-wrap-full {
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 60px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .form-wrap-full.drop {
    border-style: none;
  }

  .text-for-form {
    text-decoration: none;
  }

  .checkbox_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .checkbox_wrap.col-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .form-progress__text.last, .form-progress__text.last.success {
    padding-right: 0;
  }

  .form-progress__result.second {
    width: 11%;
  }

  .form-progress__result.third {
    width: 16%;
  }

  .form-progress__result.fourth {
    width: 22%;
  }

  .form-progress__result.fifth {
    width: 31%;
  }

  .form-progress__item {
    width: 20px;
    height: 20px;
    left: 30%;
  }

  .form-progress__item.second {
    left: 67%;
  }

  .form-wrap-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .form-wrap-space {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-title {
    font-size: 32px;
  }

  .sm-wrapper {
    width: 94%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-description {
    font-size: 18px;
    line-height: 150%;
  }

  .form-checkbox-wrapper.last {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .form-checkbox {
    text-decoration: none;
  }

  .button {
    width: 97%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .discount__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .discount__text {
    font-size: 24px;
  }

  .navbar__logo {
    max-width: 390px;
  }

  .checkbox-wrapper-image {
    width: 100px;
    height: 100px;
  }

  .hero__decor-img {
    max-width: 100px;
  }

  .form__bckg-blue {
    height: 90%;
    max-height: 820px;
  }

  .form__bckg-blue.drop {
    height: 95%;
    max-height: 840px;
    box-shadow: 0 4px 4px rgba(217, 217, 217, .5);
  }

  .grid-content__wrapper {
    height: auto;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-content__img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .shower-img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: 0%;
  }

  .shower__bckg {
    width: 90%;
    max-height: none;
    max-width: 600px;
    margin-top: 0%;
    margin-left: 9%;
    position: absolute;
    top: 8%;
    left: auto;
  }

  .shower-decor__img {
    top: -6%;
    left: 8%;
  }

  .grid-content__text {
    padding-top: 0;
  }

  .advantages__content {
    background-position: 100% 100%;
  }

  .advantages__content-grid {
    grid-column-gap: 50px;
    grid-row-gap: 80px;
    grid-template-columns: minmax(180px, 290px);
  }

  .advantages-img.first {
    border-top-left-radius: 130px;
    border-top-right-radius: 0;
  }

  .advantages-img.second {
    margin-top: 0;
    margin-left: 0;
  }

  .advantages-img.fourth {
    border-top-left-radius: 130px;
    border-bottom-right-radius: 0;
  }

  .advantages-img.third {
    border-top-left-radius: 130px;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .advantages__img-wrappper {
    justify-content: center;
  }

  .advantages__bckg.second {
    left: 0%;
  }

  .advantages__bckg.first {
    border-top-left-radius: 130px;
    border-top-right-radius: 0;
    left: 0%;
  }

  .advantages__bckg.third {
    border-top-left-radius: 130px;
    border-bottom-left-radius: 0;
    top: -9%;
    left: 0%;
  }

  .advantages__bckg.fourth {
    border-top-left-radius: 130px;
    border-bottom-right-radius: 0;
    top: -9%;
    left: 0%;
  }

  .advantage__decor {
    margin-top: 0;
    top: -3%;
  }

  .h2-big {
    padding-top: 140px;
  }

  .slide__review {
    max-width: 48%;
    margin-right: 25px;
    padding-right: 20px;
  }

  .slide__review.drop, .slide__review.drop-copy {
    padding-right: 20px;
  }

  .slider__arrow {
    width: auto;
    justify-content: center;
  }

  .p__review {
    font-size: 18px;
  }

  .title__review {
    font-size: 24px;
  }

  .slide__review-top {
    margin-bottom: 20px;
  }

  .mask__review {
    max-width: 88%;
  }

  .footer__logo {
    max-width: 100px;
  }

  .footer__logo.w--current {
    max-width: 200px;
  }

  .review__star-icon {
    height: 20px;
  }

  .footer__nav {
    font-size: 26px;
  }

  .button-wrap {
    max-width: 95%;
  }

  .button__form {
    margin-left: 0%;
    font-size: 20px;
    bottom: 16%;
    left: 6%;
  }

  .button__form.previous {
    background-position: 30%;
    font-size: 24px;
  }

  .button__form.next {
    max-width: 100%;
    font-size: 24px;
  }

  .input-group.input-space {
    margin-bottom: 20px;
  }

  .input-group.input-space-last {
    margin-bottom: 40px;
  }

  .select-field.field-input {
    height: 40px;
  }

  .field-input-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 18px;
  }

  .field-input-copy.input-space {
    margin-bottom: 20px;
  }

  .field-input-copy.last-input {
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    margin-top: 0;
    font-size: 20px;
  }

  .page__wrapper {
    padding-top: 40px;
  }

  .form-full {
    margin-bottom: 120px;
  }

  .step {
    padding-bottom: 50px;
  }

  .step.active {
    display: block;
  }

  .checkbox-image {
    width: 30px;
    max-width: 30px;
  }

  .checkbox-image.non {
    width: 40px;
  }

  .form-content {
    width: 90%;
  }

  .form12_checkbox_field {
    width: 100%;
    height: 130px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .field-input {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .field-input.input-space {
    margin-bottom: 10px;
  }

  .field-input.last-input {
    margin-bottom: 40px;
  }

  .form-section-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .mask {
    height: auto;
  }

  .radio-field {
    height: 140px;
  }

  .next {
    z-index: 6;
    height: 50px;
    margin-bottom: 40px;
    position: absolute;
    bottom: 18%;
  }

  .checkbox-title {
    font-size: 16px;
    line-height: 24px;
    bottom: 12%;
  }

  .previous {
    z-index: 6;
    height: 50px;
    margin-bottom: 40px;
    position: absolute;
    bottom: 18%;
  }

  .slide {
    margin-bottom: 40px;
  }

  .form-wrap-full {
    margin-bottom: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .checkbox_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .checkbox_wrap.col-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-progress__text-wrapper {
    align-items: center;
  }

  .form-progress__text, .form-progress__text.last {
    font-size: 16px;
  }

  .form-progress__result.fifth {
    width: 31%;
  }

  .form-progress__item {
    left: 28%;
  }

  .section.section__footer {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .form-wrap-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .sm-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-description {
    margin-top: 40px;
  }

  .form-checkbox-wrapper.last {
    align-items: flex-start;
  }

  .button {
    width: 94%;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 21px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .discount__wrapper {
    display: none;
  }

  .navbar__logo {
    max-width: 300px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .checkbox-wrapper-image {
    width: 55px;
    height: 55px;
    bottom: 18%;
  }

  .form__bckg-blue {
    height: 100%;
    max-height: 850px;
  }

  .grid-content__wrapper {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .shower-img {
    width: 85%;
    right: 0%;
  }

  .shower__bckg {
    width: 87%;
    margin-left: 12%;
  }

  .shower-decor__img {
    max-width: 18%;
    left: -2%;
  }

  .grid-content__text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .shower-img__wrapper.drop {
    padding: 15px;
  }

  .shower-text {
    font-size: 16px;
  }

  .shower__icon {
    width: 25px;
    max-width: none;
  }

  .advantages__content-grid {
    grid-template-columns: minmax(100px, 120px);
  }

  .advantages-text {
    font-size: 18px;
  }

  .h2-big {
    margin-top: 0;
    padding-top: 110px;
    font-size: 20px;
  }

  .description__review {
    font-size: 16px;
  }

  .slider__review {
    margin-top: 60px;
  }

  .slide__review {
    max-width: 100%;
    margin-left: 0;
    margin-right: 20px;
  }

  .slider__arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider__arrow.right {
    right: 44%;
  }

  .slider__arrow.left {
    top: auto;
    bottom: 0%;
    left: 44%;
    right: auto;
  }

  .p__review {
    font-size: 16px;
  }

  .title__review {
    font-size: 20px;
  }

  .mask__review {
    max-width: 100%;
    padding-bottom: 80px;
  }

  .footer__logo {
    max-width: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer__logo.w--current {
    width: 40%;
    max-width: 200px;
  }

  .footer__nav-wrapper {
    margin-top: 50px;
  }

  .footer__space {
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__nav {
    font-size: 12px;
  }

  .slider__arrow-icon {
    max-height: 26px;
  }

  .btn__cta {
    z-index: 99;
    text-align: center;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: block;
    position: fixed;
    top: auto;
    bottom: 2%;
    left: 4%;
    right: 4%;
  }

  .button-wrap {
    max-width: 90%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .error-message {
    font-size: 16px;
    bottom: -159%;
  }

  .button__form {
    z-index: 6;
    height: 50px;
  }

  .button__form.previous {
    background-position: 30%;
    margin-bottom: 0;
    font-size: 16px;
    position: static;
  }

  .button__form.next {
    margin-bottom: 0;
    font-size: 16px;
    position: static;
  }

  .input-group.input-space {
    margin-bottom: 10px;
  }

  .field-input-copy {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .field-input-copy.input-space {
    margin-bottom: 10px;
  }

  .field-input-copy.last-input {
    margin-bottom: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image, .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-right, .hero-heading-center-2, .hero-without-image-2, .hero-without-image-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    max-width: 250px;
    font-size: 24px;
  }

  h2 {
    max-width: 85%;
    padding-top: 80px;
  }

  .page__wrapper {
    padding-top: 20px;
    overflow: hidden;
  }

  .form-full {
    height: 100%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .step {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 50px 15px;
  }

  .step.active {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkbox-image {
    width: 25px;
    max-width: 25px;
  }

  .form-content {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 100%;
    height: 145px;
    min-width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .form-wrapper {
    height: 100%;
  }

  .field-input {
    color: #000;
  }

  .form-section-title {
    width: auto;
    text-align: left;
    margin-left: 0;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .radio-field {
    height: 90px;
    border-radius: 10px;
  }

  .next {
    max-width: 42%;
    margin-bottom: 0;
    bottom: 22%;
  }

  .checkbox-title {
    font-size: 16px;
    line-height: 20px;
    bottom: auto;
    left: 6rem;
    right: auto;
  }

  .previous {
    max-width: 42%;
    margin-bottom: 0;
    display: flex;
    bottom: 22%;
  }

  .slider {
    height: 100%;
  }

  .form-title-wrap {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .form-wrap-full {
    border-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-for-form {
    font-size: 12px;
  }

  .text-for-form.desscription {
    padding-top: 28px;
    padding-left: 27px;
  }

  .checkbox_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .checkbox_wrap.col-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-progress__wrapper {
    display: none;
  }

  .form-progress__wrapper.mobile {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }

  .form-progress__wrapper.success__progress {
    width: 94%;
    display: block;
  }

  .form-progress__text-wrapper {
    align-items: center;
  }

  .form-progress__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .form-progress__text.last {
    padding-right: 0;
    font-size: 16px;
  }

  .section {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section.section__bq-blue {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-title {
    font-size: 20px;
    line-height: 150%;
  }

  .sm-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-description {
    margin-top: 30px;
    font-size: 12px;
  }

  .form-checkbox-wrapper.last {
    align-items: center;
    padding-left: 21px;
  }

  .button {
    white-space: pre-wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .discount__wrapper.mobile-show {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .discount__wrapper.mobile-show.drop {
    background-color: var(--rgba-0-0-55-0-75);
    box-shadow: 0 4px 4px rgba(217, 217, 217, .5);
  }

  .discount__text {
    font-size: 20px;
  }

  .discount__text.summ {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 77px;
    font-size: 17px;
  }

  .navbar__logo {
    max-width: 230px;
  }

  .blue {
    font-size: 25px;
  }

  .checkbox-wrapper-image {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-left: 20px;
    bottom: 0%;
  }

  .hero__decor-img {
    max-width: 70px;
    top: -4%;
    left: -9%;
  }

  .form__bckg-blue {
    max-height: 780px;
  }

  .form__bckg-blue.drop {
    height: 100%;
    max-height: 760px;
  }

  .grid-content__wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .grid-content__img {
    margin-top: -175px;
  }

  .shower-img, .shower__bckg {
    border-radius: 10px;
  }

  .shower-decor__img {
    left: -8%;
  }

  .shower-img__wrapper.drop {
    border-radius: 10px;
  }

  .advantages__content {
    background-size: 70px;
    border-radius: 10px;
    margin-top: 100px;
  }

  .advantages__content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
  }

  .advantages-img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }

  .advantages-img.first {
    border-top-left-radius: 48%;
  }

  .advantages-img.second {
    width: 100%;
    border-top-left-radius: 48px;
  }

  .advantages-img.fourth, .advantages-img.third {
    border-top-left-radius: 48px;
  }

  .advantages-text {
    font-size: 16px;
  }

  .advantages__img-wrappper {
    justify-content: center;
    margin-bottom: 20px;
  }

  .advantages__bckg {
    width: 85%;
    max-width: 120px;
    left: auto;
  }

  .advantages__bckg.second {
    max-width: 120px;
    border-top-left-radius: 48px;
    margin-left: -10%;
    left: auto;
  }

  .advantages__bckg.first, .advantages__bckg.third, .advantages__bckg.fourth {
    border-top-left-radius: 48px;
    margin-left: -10%;
    left: auto;
  }

  .advantage__decor {
    max-width: 70px;
  }

  .h2-big {
    padding-top: 80px;
  }

  .description__review {
    font-size: 15px;
  }

  .slide__review {
    border-radius: 10px;
  }

  .slider__arrow.right {
    margin-right: -14%;
    padding-top: 0%;
    left: 0;
    right: 0;
  }

  .slider__arrow.left {
    margin-left: -14%;
    padding-top: 0%;
    left: 0;
    right: 0;
  }

  .footer__logo.w--current {
    width: 40%;
  }

  .btn__cta {
    z-index: 99;
    background-color: var(--dodger-blue);
    text-align: center;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    position: fixed;
    top: auto;
    bottom: 2%;
    left: 7%;
    right: 7%;
  }

  .button-wrap {
    max-width: 95%;
    margin-top: 20px;
  }

  .error-message {
    font-size: 12px;
    bottom: -152%;
  }

  .button__form {
    max-width: 42%;
    margin-bottom: 0;
    display: flex;
    bottom: 22%;
  }

  .button__form.previous {
    height: 40px;
    text-transform: uppercase;
    background-position: 5vw;
    border-radius: 10px;
    font-size: 16px;
  }

  .button__form.next {
    height: 40px;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 16px;
  }

  .input-group.input-space-last {
    margin-bottom: 40px;
  }

  .select-field.field-input {
    height: 40px;
    float: none;
    clear: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    opacity: 1;
    outline-offset: 0px;
    color: #000;
    text-align: left;
    text-transform: none;
    word-break: normal;
    border-style: solid;
    border-radius: 15px;
    outline: 3px #000;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-03, .div-block-05, .div-block-07 {
    width: 50%;
  }

  .div-block-08 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading {
    max-width: 400px;
    color: var(--black);
    margin-top: 11px;
    font-size: 25px;
    font-weight: 700;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6, .rich-text-block-7, .rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11, .rich-text-block-12, .rich-text-block-13, .rich-text-block-14, .rich-text-block-15, .rich-text-block-16, .rich-text-block-17, .rich-text-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .margin-bottom-24px-3 {
    font-size: 20px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .html-embed {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .rich-text-block-19, .rich-text-block-20, .rich-text-block-21, .rich-text-block-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 20px;
  }

  .rich-text-block-23, .rich-text-block-24, .rich-text-block-25, .rich-text-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-10 {
    font-size: 18px;
  }

  .text-span-11 {
    color: var(--dodger-blue);
  }

  .text-span-12 {
    font-size: 18px;
    font-weight: 400;
  }

  .text-span-14 {
    font-size: 15px;
  }
}

#w-node-de795b9e-407d-5ef5-ac93-2f82e152fb7f-e01177ef, #w-node-aaa0e2cb-3566-0aa3-1cbf-639967798ce5-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52220362-3a83-8ec2-442d-09f02a2fca63-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25be6b62-6ddd-3a06-a0b4-d4d22d33b6c8-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1e78ac06-fb2f-b7fe-f3e9-4d0e3fc8f274-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82d06e4c-db23-cdcc-142b-0f175dfe50bb-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6506811e-4183-16f7-7ce7-56911c93fa0b-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e5e45ae-1367-b3a3-f89e-0a86659d4410-e01177ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-edf874d9-4bcd-4ec5-459f-ab6065d6eba5-e01177fc, #w-node-edf874d9-4bcd-4ec5-459f-ab6065d6ebab-e01177fc, #w-node-a0d31cb3-5bd6-5582-c6e7-b04322b2959a-e01177fc, #w-node-_7a51b624-06f0-c67f-bf8f-5dc9bd586361-e01177fc, #w-node-_17be2658-b9d4-db58-0482-744792e68f9b-e01177fc, #w-node-_233a8938-5a4a-4c0c-c873-b235cbc792a7-e01177fc, #w-node-_95a40b74-72e1-d223-6acc-faa8e87f4b17-e01177fc, #w-node-_87fbd03b-f83a-e67a-2c1e-5ff916607068-e01177fc, #w-node-_5c3d727d-81dd-f518-44d1-5de122cbd3c5-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b7b509-1c8b-708d-ec5d-ecf20622af81-e01177fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d550d99-ad0a-1e4d-abf7-135e65f65097-e01177fc, #w-node-_2dca9ba2-522c-c319-a873-6a78a9b3b340-e01177fc, #w-node-_2dca9ba2-522c-c319-a873-6a78a9b3b346-e01177fc, #w-node-_2dca9ba2-522c-c319-a873-6a78a9b3b351-e01177fc, #w-node-da53b639-b600-6c60-e13c-19f34c2db3cc-e01177fc, #w-node-da53b639-b600-6c60-e13c-19f34c2db3d2-e01177fc, #w-node-da53b639-b600-6c60-e13c-19f34c2db3db-e01177fc, #w-node-_0e31d8eb-1e64-a14b-c37a-7670b7313238-e01177fc, #w-node-_15f7f6f0-56f3-1958-81ab-710fb0ef4537-e01177fc, #w-node-d16c1385-ba68-95b2-c2cf-f32a1ec0c975-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e72785-bcf1-f98b-d1a6-71fe568b7bab-e01177fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8de537e-30f1-6cd4-5c8b-316dfb348cba-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52220362-3a83-8ec2-442d-09f02a2fca63-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25be6b62-6ddd-3a06-a0b4-d4d22d33b6c8-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1e78ac06-fb2f-b7fe-f3e9-4d0e3fc8f274-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82d06e4c-db23-cdcc-142b-0f175dfe50bb-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6506811e-4183-16f7-7ce7-56911c93fa0b-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e5e45ae-1367-b3a3-f89e-0a86659d4410-e01177fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_52220362-3a83-8ec2-442d-09f02a2fca63-e01177ef, #w-node-_1e78ac06-fb2f-b7fe-f3e9-4d0e3fc8f274-e01177ef, #w-node-_82d06e4c-db23-cdcc-142b-0f175dfe50bb-e01177ef, #w-node-_52220362-3a83-8ec2-442d-09f02a2fca63-e01177fc, #w-node-_1e78ac06-fb2f-b7fe-f3e9-4d0e3fc8f274-e01177fc, #w-node-_82d06e4c-db23-cdcc-142b-0f175dfe50bb-e01177fc {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e5e45ae-1367-b3a3-f89e-0a86659d4410-e01177ef, #w-node-edf874d9-4bcd-4ec5-459f-ab6065d6eba5-e01177fc, #w-node-edf874d9-4bcd-4ec5-459f-ab6065d6ebab-e01177fc {
    justify-self: center;
  }

  #w-node-d9b7b509-1c8b-708d-ec5d-ecf20622af81-e01177fc, #w-node-f0e72785-bcf1-f98b-d1a6-71fe568b7bab-e01177fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e5e45ae-1367-b3a3-f89e-0a86659d4410-e01177fc {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-edf874d9-4bcd-4ec5-459f-ab6065d6eba5-e01177fc, #w-node-edf874d9-4bcd-4ec5-459f-ab6065d6ebab-e01177fc {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}