.banner {
  background-color: #fff1f3;
  padding-top: 97px;
  overflow: hidden;
}

.banner .left {
  max-width: 584px;
  padding-top: 126px;
}

.banner .right {
  max-width: 583px;
  position: relative;
  width: 100%;
}

.banner .left .upper-title {
  color: #a49579;
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.banner .left .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.banner .left .subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.5px;
}

.banner .right .square {
  position: absolute;
  top: 142px;
  left: 0;
  width: 100%;
  height: 203px;
  background-color: #fac8d1;
  z-index: 0;
}

.banner .right img {
  z-index: 1;
  position: relative;
  max-width: 489px;
  margin-right: auto;
}

/* About */

.about {
  padding: 82px 0px;
}

.about .flex-wrapper {
  gap: 30px;
}

.about .left {
  max-width: 662px;
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}

.about .left .image1 {
  max-width: 311px;
}

.about .left .image2 {
  max-width: 341px;
}

.about .right {
  max-width: 483px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about .title {
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
  max-width: 300px;
}

.about .title.mobile {
  display: none;
}

.about .right .subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.about .right .button {
  width: 352px;
  height: 82px;
  font-size: 16px;
  line-height: 24px;
}

/* Service */

.service {
  background-color: #fff1f3;
  padding-top: 110px;
  padding-bottom: 51px;
}

.service .mobile {
  display: none;
}

.service .title {
  font-weight: 300;
  color: #e53b78;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}

.service .subtitle {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service .button-dark {
  width: 246px;
  height: 55px;
  text-transform: uppercase;
  margin-bottom: 54px;
}

.service .pricing {
  align-items: stretch;
}

.service .pricing .left {
  width: 100%;
  max-width: 581px;
}

.service .pricing .left img {
  height: 100%;
}

.service .pricing .right {
  width: 100%;
  background-color: #fff;
  padding: 65px 29px 39px 68px;
  max-width: 610px;
}

.service .pricing .right .title {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #000;
}

.service .pricing .right .under-title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #e53b78;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.service .pricing .right .subtitle {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 400;
  margin-bottom: 17px;
  text-transform: none;
}

.service .service-pricing-list {
  margin-bottom: 49px;
}

.service .pricing .service-pricing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.service .pricing .service-pricing-item .service-pricing-left {
  white-space: nowrap;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 300;
}

.service .pricing .service-pricing-item .service-pricing-price {
  display: flex;
  align-items: start;
  color: #000;
  font-weight: 300;
  gap: 6px;
}

.service .pricing .service-pricing-item .service-pricing-price .service-pricing-price__dollar {
  font-size: 30px;
}

.service .pricing .service-pricing-item .service-pricing-price .service-pricing-price__number {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1, 5px;
}

.service .pricing .button {
  width: 194px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  margin-left: auto;
}

.service .information {
  background-color: #fac8d1;
  padding: 100px 58px 83px 77px;
  gap: 30px;
}

.service .information .left .title {
  font-size: 48px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -1.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
  max-width: 248px;
}

.service .information .left .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service .information .right {
  max-width: 697px;
}

.service .information .right .item {
  margin-bottom: 26px;
}

.service .information .right .item:last-child {
  margin-bottom: 0;
}

.service .information .right .item .top {
  display: flex;
  gap: 15px;
}

.service .information .right .item .top .item-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
}

.service .information .right .item .top .item-subtitle {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* Contraindications */

.contraindications {
  background-color: #fff1f3;
  padding: 34px 0 31px 0;
}

.contraindications-block {
  border-width: 4px 4px 0px 0px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, #fff1f3 0%, #fac8d1 56.17%, #fff1f3 100%);
  border-image-slice: 1;
  width: 100%;
  background-color: #fff;
  padding: 72px 64px 78px 64px;
}

.contraindications-block .left {
  max-width: 334px;
  color: #000;
}

.contraindications-block .left .title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  color: #000;
}

.contraindications-block .left .subtitle {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-size: 400;
  color: #000;
}

.contraindications-block .right .contraindications-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
}

.contraindications-block .right .contraindications-list .item {
  font-size: 15px;
  line-height: 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 340px;
  color: #000;
}

.contraindications-block .right .contraindications-list .item .text {
  max-width: 245px;
}

/* Faq */

.faq {
  padding-top: 103px;
  padding-bottom: 48px;
  background-color: #fff1f3;
  color: #000;
}

.faq .button-dark-transparent {
  width: 207px;
  height: 45px;
  text-transform: uppercase;
}

.faq .flex-wrapper {
  margin-bottom: 49px;
  align-items: center;
}

.faq .title {
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1.5px;
}

.faq .faq-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}

.faq .faq-container .faq-column {
  width: 100%;
}

.faq .faq-container .faq-column:first-child {
  max-width: 582px;
}

.faq .faq-container .faq-column:last-child {
  max-width: 480px;
}

.faq .faq-container .faq-block {
  border-bottom: 1px solid #fac8d1;
  padding-bottom: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.faq .faq-container .faq-block .faq-question {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  cursor: pointer;
}

.faq .faq-container .faq-block .faq-answear {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  padding-top: 0px;
}

.faq .faq-container .faq-block.open .faq-answear {
  padding-top: 24px;
}

.faq .faq-container .faq-block.open .faq-question svg {
  transform: rotate(180deg);
}

/* Jorney */

.jorney {
  padding: 55px 0 54px 0;
  background-color: #fff1f3;
}

.jorney .mobile {
  display: none;
}

.jorney .flex-wrapper {
  gap: 30px;
}

.jorney .left {
  max-width: 492px;
}

.jorney .right {
  max-width: 585px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.jorney .right h2,
.jorney .mobile h2 {
  max-width: 500px;
  font-weight: 300;
  margin-right: auto;
  margin-bottom: 41px;
  font-size: 60px;
  line-height: 69px;
  letter-spacing: -1.5px;
  color: #000;
  width: 100%;
}

.jorney .right h2 strong {
  font-weight: 500;
}

.jorney .right .button {
  width: 179px;
  height: 82px;
}

@media screen and (max-width: 1151px) {
  /* Information */

  .service .information .left .title {
    text-align: left;
  }

  /* Faq */

  .faq .faq-container {
    gap: 0;
  }

  .faq .faq-container .faq-column:first-child,
  .faq .faq-container .faq-column:last-child {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /* Banner */

  .banner {
    padding-top: 138px;
  }

  .banner .flex-wrapper {
    flex-direction: column;
    padding: 0;
    gap: 25px;
  }

  .banner .left {
    max-width: unset;
    padding: 0 30px;
  }

  .banner .right {
    max-width: unset;
    margin-left: 30px;
  }

  /* Information */

  .service .information {
    padding: 40px;
  }
}

@media screen and (max-width: 950px) {
  /* Service */

  .service .flex-wrapper {
    flex-direction: column;
  }

  .service .pricing .left,
  .service .pricing .right {
    max-width: 100%;
  }

  .service .pricing .left img {
    height: auto;
  }

  .service .pricing {
    position: relative;
  }

  /* Contraindications */

  .contraindications-block {
    flex-direction: column;
    gap: 30px;
  }

  .contraindications-block .left {
    max-width: 100%;
  }
}

@media screen and (max-width: 850px) {
  /* About */

  .about .flex-wrapper {
    flex-direction: column;
  }

  .about .left {
    margin: auto;
  }

  .about .right {
    max-width: 100%;
  }

  .about .title {
    max-width: 100%;
    display: none;
  }

  .about .title.mobile {
    display: unset;
    margin-bottom: -6px;
  }
}

@media screen and (max-width: 700px) {
  /* Jorney */

  .jorney .flex-wrapper {
    flex-direction: column;
  }

  .jorney .left,
  .jorney .right {
    max-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  /* About */

  .about .right .button {
    width: 100%;
  }

  /* Contraindications */

  .contraindications-block .right .contraindications-list {
    grid-template-columns: 1fr;
  }

  /* Faq */

  .faq .flex-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .faq .flex-wrapper .button-dark-transparent {
    width: 100%;
  }

  /* Jorney */

  .jorney .right .button {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding: 0 15px;
  }

  /* Banner */

  .banner .left .upper-title {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #000;
  }

  .banner .left .title {
    font-size: 32px;
    line-height: unset;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
  }

  .banner .left .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  .banner .right {
    max-width: unset;
    margin-left: 49px;
  }

  .banner .right img {
    max-width: calc(100% - 97px);
  }

  .banner .left {
    padding: 0 15px;
  }

  /* About */

  .about {
    padding: 48px 0 40px 0;
  }

  .about .title {
    font-size: 32px;
    line-height: 48px;
  }

  /* Service */

  .service {
    padding: 48px 0 0px 0;
  }
  .service .title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .service .subtitle {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .service .button-dark {
    margin-bottom: 48px;
  }

  .service .mobile {
    display: block;

    font-size: 40px;
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .service .pricing .right {
    background-color: transparent;
    padding: 0;
    padding-top: 24px;
  }

  .service .pricing .right .title {
    display: none;
  }

  .service .pricing .button {
    display: none;
  }

  .service .service-pricing-list {
    margin-bottom: 0px;
  }

  .service .pricing .right .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  .no-padding-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }

  .service .information {
    padding: 48px 15px;
  }

  .service .information .left .title {
    max-width: 100%;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .service .information .left .subtitle {
    margin-bottom: 0;
  }

  /* Contraindications */

  .contraindications {
    padding: 0;
  }

  .contraindications .container {
    padding: 0px !important;
  }

  .contraindications-block {
    padding: 77px 15px 24px 15px;
    gap: 16px;
  }

  .contraindications-block .left .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .contraindications-block .left p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 400;
  }

  /* Faq */

  .faq {
    padding: 48px 0px;
  }

  .faq .flex-wrapper {
    align-items: start;
    margin-bottom: 24px;
  }

  .faq .title {
    font-size: 32px;
    line-height: 55px;
    letter-spacing: -1.5px;
    max-width: 300px;
  }

  .faq .faq-container .faq-block .faq-question {
    font-size: 24px;
  }

  /* Jorney */

  .jorney {
    padding-top: 0;
  }

  .jorney .mobile {
    display: block;
  }

  .jorney .mobile h2 {
    margin-bottom: 32px;
  }

  .jorney .right h2 {
    display: none;
  }

  .jorney .flex-wrapper {
    gap: 0px;
  }

  .jorney .right .button {
    margin-top: -83px;
  }
}
