@import url("https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Moula";
  src: local("Moula Light"), url("fonts/Moula_Light.ttf") format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Moula";
  src: local("Moula Medium"), url("fonts/Moula_Medium.ttf") format("ttf");
  font-weight: 500;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 32.5em) {
  html {
    font-size: 42%;
  }
}

body {
  font-family: "Moula", sans-serif;
  color: #101010;
  background-color: #F5F5F5;
  font-weight: 300;
  line-height: 1.6;
}

.spinner-bg {
  height: 100%;
  width: 100%;
  background-color: #DEDDDB;
  z-index: 10;
  position: absolute;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
a {
  color: inherit;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.handwrite {
  font-family: "Shantell Sans", cursive;
}

img {
  width: 100%;
}

.container {
  position: relative;
  max-width: 1180px;
  padding: 10px;
  margin: auto;
}

@media only screen and (max-width: 32.5em) {
  .container-no-mob {
    padding: 0px;
  }
}

.section-title {
  text-align: center;
  font-family: "Moula", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 5.6rem;
  max-width: 46rem;
  margin: 0 auto;
}
.section-title--link {
  text-decoration: underline;
  font-weight: 400;
}
.section-title--text {
  padding-top: 2rem;
  font-family: "Moula", sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3rem;
}
.section-title--text-lh {
  line-height: 3.5rem;
}
.section-title--highlight {
  background-color: #d5cec2;
}
.section-title--underline {
  background-color: #f7e8ee;
}
.section-title--italic {
  font-style: italic;
  font-weight: 400;
}
.section-title--bigger {
  font-weight: 600;
}
@media only screen and (max-width: 32.5em) {
  .section-title {
    max-width: 70vw;
  }
  .section-title--wider {
    max-width: 40rem;
  }
}

.secondary-title {
  font-style: italic;
  font-size: 4.8rem;
}

.section-header {
  min-height: 100vh;
  display: flex;
  align-items: center;
  max-width: 100vw;
  overflow: hidden;
  padding-bottom: 10rem;
}
.section-header--doll.section-header {
  min-height: 600px;
  max-height: auto;
}
.section-header--doll.section-header .section-title {
  margin-top: -10rem;
}
.section-header__img {
  position: absolute;
  max-width: 23rem;
  top: 30%;
  left: 30%;
  bottom: 20%;
  right: 20%;
  transition: all 1s ease 0.5s;
}
@media only screen and (max-width: 32.5em) {
  .section-header__img {
    min-width: 150px;
    max-width: 150px;
  }
}
.section-header__img--1.on {
  top: 0;
  left: 44%;
  right: auto;
  bottom: auto;
}
.section-header__img--2.on {
  top: -5rem;
  left: 70%;
  right: auto;
  bottom: auto;
}
.section-header__img--3.on {
  top: 40%;
  left: 75%;
  right: auto;
  bottom: auto;
}
.section-header__img--4.on {
  bottom: -4rem;
  left: 55%;
  right: auto;
  top: auto;
}
.section-header__img--5.on {
  bottom: 0%;
  left: 35%;
  right: auto;
  top: auto;
}
.section-header__img--6.on {
  top: 40%;
  left: 11%;
  right: auto;
  bottom: auto;
}
.section-header__img--7.on {
  top: 0rem;
  left: 15%;
  right: auto;
  bottom: auto;
}
.section-header__img--doll {
  position: absolute;
  min-width: 420px;
  top: auto;
  bottom: -5%;
  left: 10%;
  max-width: 500px;
}
@media only screen and (max-width: 32.5em) {
  .section-header__img--doll {
    max-width: auto;
    left: -10%;
  }
}
@media only screen and (max-width: 900px) {
  .section-header__img--1.on {
    top: 0;
    left: 44%;
    right: auto;
    bottom: auto;
  }
  .section-header__img--2.on {
    top: 5rem;
    left: 70%;
    right: auto;
    bottom: auto;
  }
  .section-header__img--3.on {
    top: 35%;
    left: 75%;
    right: auto;
    bottom: auto;
  }
  .section-header__img--4.on {
    bottom: 0rem;
    left: 55%;
    right: auto;
    top: auto;
  }
  .section-header__img--5.on {
    bottom: 3%;
    left: 20%;
    right: auto;
    top: auto;
  }
  .section-header__img--6.on {
    top: 40%;
    left: 5%;
    right: auto;
    bottom: 0;
  }
  .section-header__img--7.on {
    top: 10rem;
    left: 10%;
    right: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 32.5em) {
  .section-header__img--1.on {
    top: 0;
    left: 35%;
  }
  .section-header__img--2.on {
    top: 5rem;
    right: 0%;
    left: auto;
  }
  .section-header__img--3.on {
    top: 35%;
    right: 0%;
    left: auto;
  }
  .section-header__img--4.on {
    top: auto;
    bottom: -5rem;
    left: 55%;
  }
  .section-header__img--5.on {
    min-width: 220px;
    max-width: 230px;
    top: auto;
    bottom: 0%;
    left: 3%;
  }
  .section-header__img--6.on {
    top: 40%;
    left: -20%;
  }
  .section-header__img--7.on {
    top: 2%;
    left: -5%;
  }
}
.section-header .section-title {
  margin-top: 10rem;
}

.section-projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 1rem;
  border-radius: 5rem;
  background-color: #fff;
  background-size: contain;
  overflow-x: hidden;
}

.magazine-wr {
  position: relative;
  width: -moz-min-content;
  width: min-content;
  margin: 10rem 0 5rem 0;
}
.magazine-wr .handwrite {
  z-index: 1;
  position: absolute;
  left: 10%;
  bottom: 40%;
  padding: 0 2rem 0 0;
  max-width: 18rem;
  transform: rotate(-10deg);
  font-size: 2rem;
}
.magazine-wr .handwrite.magazine__cursor {
  transform: rotate(-80deg);
  bottom: 0rem;
  right: 0;
  left: auto;
  z-index: 10;
}
.magazine-wr.sm-mr {
  margin: 2rem 0 5rem 0;
}

.magazine {
  position: relative;
  z-index: 10;
  height: 320px;
  width: 454px;
  margin: 3rem auto;
}
@media only screen and (max-width: 32.5em) {
  .magazine {
    height: 258px;
    width: 366px;
  }
}
.magazine-link {
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 14px;
  font-family: "Shantell Sans", cursive;
}

#magazine .shadow,
#magazine.shadow {
  box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 3px 0px inset;
}

.section-envelope {
  height: 105vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.section-envelope__title {
  margin-top: 20vh;
}

.envelope-wrapper {
  margin-top: auto;
  height: 200px;
  width: 300px;
  background-color: #d48ba7;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.lid {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-right: 150px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 150px solid transparent;
  transform-origin: top;
  transition: transform 0.25s linear;
}

.lid.one {
  border-top: 100px solid #DB9EB5;
  transform: rotateX(0deg);
  z-index: 3;
  transition-delay: 0.75s;
}

.lid.two {
  border-top: 100px solid #d48ba7;
  transform: rotateX(90deg);
  z-index: 1;
  transition-delay: 0.5s;
}

.envelope {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 100px solid transparent;
  border-right: 150px solid #dea5bb;
  border-bottom: 100px solid #e1adc0;
  border-left: 150px solid #dea5bb;
  z-index: 3;
}
.envelope__img {
  padding-bottom: 25px;
  width: 20%;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  pointer-events: none;
}

.letter {
  position: absolute;
  top: 0;
  width: 80%;
  height: 80%;
  transition: 0.5s;
  z-index: 2;
}

.message-future {
  padding: 2rem 3rem 0 3rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background-color: white;
  border-radius: 15px;
  z-index: 1;
  text-align: center;
  background-image: url("img/letter-bg.jpg");
}
.message-future img {
  width: 70%;
}
.message-future.show {
  animation-name: message-animation-future;
  animation-duration: 20s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.message-future .handwrite {
  padding: 2rem;
  font-size: 2rem;
}

@keyframes message-animation-1 {
  0% {
    transform: scale(0.3) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-75vh) translateX(-15vw);
  }
}
@keyframes message-animation-2 {
  0% {
    transform: scale(0.1) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-68vh) translateX(14vw);
  }
}
@keyframes message-animation-3 {
  0% {
    transform: scale(0.3) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-60vh) translateX(-8vw);
  }
}
@keyframes message-animation-4 {
  0% {
    transform: scale(0.3) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-52vh) translateX(5vw);
  }
}
@keyframes message-animation-5 {
  0% {
    transform: scale(0.3) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-40vh) translateX(-10vw);
  }
}
@keyframes message-animation-6 {
  0% {
    transform: scale(0.3) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-30vh) translateX(-16vw);
  }
}
@keyframes message-animation-7 {
  0% {
    transform: scale(0.3) translateY(0px) translateX(0px);
  }
  30% {
    transform: scale(1) translateY(-200px) translateX(0px);
  }
  100% {
    transform: scale(1) translateY(-29vh) translateX(17vw);
  }
}
@keyframes message-animation-future {
  0% {
    transform: translateY(20px);
  }
  30% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(-20px);
  }
  70% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
.messages {
  z-index: 5;
  position: absolute;
  top: 0%;
  left: 0;
  transition: transform 0.5s ease-in-out;
  animation-duration: 3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform: scale(0.25);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.envelope-wrapper .lid.show.one {
  transform: rotateX(90deg);
  transition-delay: 0s;
}

.envelope-wrapper .lid.show.two {
  transform: rotateX(180deg);
  transition-delay: 0.25s;
}

.envelope-wrapper:hover .messages {
  transition-delay: 0.5s;
}

@keyframes heart {
  0% {
    transform: translateY(0) rotate(-45deg) scale(0.3);
    opacity: 1;
  }
  100% {
    transform: translateY(-150px) rotate(-45deg) scale(1.3);
    opacity: 0.5;
  }
}
.hearts {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hearts .one, .hearts .two, .hearts .three, .hearts .four, .hearts .five {
  background-color: red;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  position: relative;
  transform: rotate(-45deg);
  width: 10px;
  top: 50px;
}
.hearts .one:before,
.hearts .one:after, .hearts .two:before, .hearts .two:after, .hearts .three:before, .hearts .three:after, .hearts .four:before, .hearts .four:after, .hearts .five:before, .hearts .five:after {
  content: "";
  background-color: red;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
.hearts .one:before, .hearts .two:before, .hearts .three:before, .hearts .four:before, .hearts .five:before {
  top: -5px;
  left: 0;
}
.hearts .one:after, .hearts .two:after, .hearts .three:after, .hearts .four:after, .hearts .five:after {
  left: 5px;
  top: 0;
}
.hearts .one {
  left: -35px;
  rotate: -10deg;
  animation: heart 3s 5s ease-out infinite;
}
.hearts .one.open {
  left: 10px;
  animation: heart 1.1s ease-out 9;
}
.hearts .two {
  display: none;
}
.hearts .two.open {
  display: inline;
  left: 30px;
  animation: heart 1.4s ease-out 7;
}
.hearts .three {
  display: none;
}
.hearts .three.open {
  display: inline;
  left: 50px;
  animation: heart 1.5s ease-out 5;
}
.hearts .four {
  left: 140px;
  rotate: 11deg;
  animation: heart 2.3s 5s ease-out infinite;
}
.hearts .four.open {
  left: 70px;
  animation: heart 2s ease-out 5;
}
.hearts .five {
  right: -30px;
  rotate: 18deg;
  animation: heart 3.2s 5s ease-out infinite;
}
.hearts .five.open {
  left: 90px;
  animation: heart 1.7s ease-out 7;
}

.section-why {
  min-height: 115vh;
  margin-top: 15rem;
  border-radius: 5rem;
}

.circle-step {
  position: relative;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42vw;
  min-height: 42vw;
  border: 1px solid #DB9EB5;
  border-radius: 50%;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 900px) {
  .circle-step {
    padding: 10rem;
    min-width: 82vw;
    min-height: 82vw;
  }
}
@media only screen and (max-width: 32.5em) {
  .circle-step {
    padding: 4rem;
  }
}
.circle-step--left {
  align-self: flex-end;
}
.circle-step--center {
  align-self: center;
}
.circle-step__wrapper {
  position: relative;
  padding-bottom: 15rem;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
.circle-step__title {
  position: absolute;
  top: 0;
  rotate: -40deg;
  font-family: "Shantell Sans", cursive;
  font-weight: 300;
  font-size: 3rem;
  transform: translateX(-25vw) translateY(-17vw);
}
.circle-step__title--left {
  rotate: -19deg;
  transform: translateX(-70%) translateY(-167%);
}
@media only screen and (max-width: 900px) {
  .circle-step__title--left {
    rotate: -40deg;
    transform: translateX(-25vw) translateY(-13vw);
  }
}
.circle-step__title--right {
  rotate: 19deg;
  transform: translateX(70%) translateY(-167%);
}
@media only screen and (max-width: 900px) {
  .circle-step__title--right {
    rotate: 40deg;
    transform: translateX(25vw) translateY(-13vw);
  }
}
.circle-step .section-title--text {
  text-align: center;
}

.section-service {
  overflow: hidden;
  padding: 8rem 0 5rem 0;
  border-radius: 5rem;
  background-color: #fff;
}
.section-service__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .section-service__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.service__wrapper {
  margin-top: 10rem;
  margin-left: 3rem;
  max-width: 400px;
}
@media only screen and (max-width: 900px) {
  .service__wrapper {
    margin: 5rem auto;
    height: 500px;
  }
}
@media only screen and (max-width: 32.5em) {
  .service__wrapper {
    width: 85%;
    height: 500px;
  }
}
.service__card {
  background-color: #fff;
}

.service__wrapper--1 .service-card:nth-child(2) {
  justify-content: space-around;
  align-items: center;
}
.service__wrapper--1 .service-card:nth-child(3) {
  justify-content: space-around;
}
.service__wrapper--1 .service-card:nth-child(4) {
  justify-content: center;
}
.service__wrapper--1 .service-card:nth-child(5) {
  justify-content: space-between;
}
.service__wrapper--1 .service-card:nth-child(6) {
  justify-content: space-around;
}

.service__wrapper--2 .service-card:nth-child(2), .service__wrapper--2 .service-card:nth-child(6), .service__wrapper--2 .service-card:nth-child(9) {
  align-items: center;
}
.service__wrapper--2 .service-card:nth-child(3), .service__wrapper--2 .service-card:nth-child(4), .service__wrapper--2 .service-card:nth-child(9) {
  justify-content: space-around;
}
.service__wrapper--2 .service-card:nth-child(6) .handwrite {
  margin-top: 30px;
}

.service-card {
  position: relative;
  padding: 7rem 3.5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 18px;
  background-color: #fefbfc;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #DB9EB5;
}
.service-card:nth-child(1) {
  padding: 7rem 2.5rem;
  background-color: #DB9EB5;
  color: #F5F5F5;
  justify-content: space-evenly;
  align-items: center;
}
.service-card:nth-child(7), .service-card:nth-child(8) {
  justify-content: space-around;
  align-items: center;
}
.service-card__num {
  position: absolute;
  top: 20px;
  left: 20px;
}
.service-card__steps {
  max-width: 90%;
  text-align: center;
}
.service-card__steps--first {
  position: relative;
  margin-top: 4rem;
  text-align: center;
}
.service-card__steps--first p.handwrite {
  position: absolute;
  top: -20px;
  right: -30px;
  rotate: -8deg;
  color: #9D1F14;
  font-size: 3rem;
}
@media only screen and (max-width: 32.5em) {
  .service-card__steps {
    max-width: 90%;
  }
}
.service-card__steps-title {
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 4.4rem;
  padding-bottom: 2rem;
}
.service-card__steps-text {
  padding-top: 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 32.5em) {
  .service-card__steps-text {
    font-size: 2.1rem;
  }
}
.service-card__steps-subtitle {
  font-size: 15px;
  font-weight: 300;
}
.service-card__steps-subtitle--bottom {
  margin-top: auto;
  max-width: 80%;
  font-style: italic;
}
.service-card .handwrite {
  font-size: 20px;
  line-height: 28px;
  transform: translateY(-2rem);
  color: #d48ba7;
}
.service-card span.handwrite {
  font-size: 2rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DB9EB5;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem;
  color: #DB9EB5;
}

.section-footer {
  position: relative;
  margin: 30rem 0 0 0;
  padding: 20rem 1rem 8rem 1rem;
  background-color: #DB9EB5;
  color: white;
  overflow-x: clip;
}
.section-footer.section-footer--no-photo {
  align-items: flex-start;
  margin: 0;
  padding: 50px 0;
  background-color: #C7BBAC;
  color: #524335;
}
.section-footer.section-footer--no-photo .section-title {
  text-align: left;
}
.section-footer__img {
  max-width: 25rem;
}
@media only screen and (max-width: 32.5em) {
  .section-footer__img {
    min-width: 170px;
    max-width: 170px;
  }
  .section-footer__img--1 {
    transform: translateX(20px);
  }
  .section-footer__img--2 {
    z-index: 2;
  }
  .section-footer__img--3 {
    transform: translateX(-30px);
  }
}
.section-footer__img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 32.5em) {
  .section-footer__img-wrapper {
    flex-wrap: nowrap;
    position: absolute;
    top: -250px;
  }
}
.section-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 32.5em) {
  .section-footer__container {
    flex-direction: column-reverse;
  }
}
.section-footer .section-title {
  margin: 0;
}

.section-consult {
  margin: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
}
.section-consult .envelope-wrapper {
  margin-top: 60rem;
  rotate: 7deg;
  transform: scale(0.9) translateX(-50px);
  left: 30%;
}
@media only screen and (max-width: 32.5em) {
  .section-consult .envelope-wrapper {
    margin-top: 40rem;
    margin-bottom: 10rem;
    left: 0%;
  }
}
.section-consult .letter {
  bottom: 0;
  top: auto;
  right: -14rem;
  z-index: 20;
  rotate: -8deg;
  transform: scale(1) translateX(5%);
  height: 60rem;
  width: 40rem;
}
.section-consult .message-future {
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  background-image: url("img/letter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.section-consult .message-future--name {
  align-self: flex-end;
}
.section-consult .message-future p {
  font-size: 2.1rem;
}
.section-consult .message-future .handwrite {
  font-size: 2rem;
}

.decoration-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #DEDDDB;
}
.decoration-line--right {
  right: 12vw;
}
.decoration-line--left {
  left: 12vw;
}
.decoration-line::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #DEDDDB;
}
.decoration-line--right::after {
  right: -20px;
}
.decoration-line--left::after {
  left: -20px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-in-out;
}
.reveal-on-scroll.show {
  opacity: 1;
  transform: translateY(0px);
}

.show-more-btn {
  margin-top: 2rem;
  text-decoration: underline;
  cursor: pointer;
}

.show-more-content {
  text-align: center;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.show-more-content.show {
  height: 100%;
  opacity: 1;
}

.main-page {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
  max-height: 100vh;
  justify-content: space-between;
  padding-bottom: 20px;
}
.main-page .decoration-line {
  z-index: -1;
}
.main-page__header {
  width: 100%;
  padding: 30px 10px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #DEDDDB;
}
.main-page__title {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 32.5em) {
  .main-page__title {
    max-width: 98vw;
  }
}
.main-page__title span:first-child {
  align-self: flex-start;
}
.main-page__title span:last-child {
  align-self: flex-end;
}
.main-page__group {
  padding: 0 10px;
  max-width: 70vw;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-page__group a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #C7BBAC;
  color: #222222;
  border: none;
  border-radius: 5px;
  align-self: stretch;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.main-page__group a img {
  max-width: 30px;
  margin-left: 5px;
}
.main-page__group img {
  max-width: 70%;
}
.main-page__group button:first-child {
  align-self: flex-start;
  background-color: #DB9EB5;
}
.main-page__group--1 {
  align-self: flex-start;
}
.main-page__group--1 a {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-page__group--1 img {
  transform: rotate(3deg);
}
.main-page__group--2 {
  align-self: flex-end;
}
.main-page__group--2 img {
  transform: rotate(-8deg);
}

html {
  scroll-behavior: smooth;
}

.underline-bg-1 {
  background-image: url("img/dolls/underline-1.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}

.underline-bg-2 {
  background-image: url("img/dolls/underline-2.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}

.round-bg-1 {
  background-image: url("img/dolls/Vector 224.svg");
  background-repeat: no-repeat;
  background-position: 0% bottom;
  padding-left: 15px;
  line-height: 37px;
}

.doll {
  font-family: "Moula", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: #fdfdfd;
  color: #524335;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.doll p {
  font-size: 20px;
}
.doll p strong {
  font-weight: 500;
}
@media only screen and (max-width: 32.5em) {
  .doll p {
    font-size: 14px;
  }
}
.doll .subtitle {
  text-transform: uppercase;
  font-size: 20px;
}
@media only screen and (max-width: 32.5em) {
  .doll .subtitle {
    font-size: 14px;
  }
}
.doll .subtitle.mr-rg-20 {
  margin-right: 20px;
  text-decoration: underline;
  padding-bottom: 5px;
}
.doll a {
  text-decoration: none;
}
.doll .doll-h3 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
}
.doll .doll-h3.mr-top-60 {
  margin-top: 60px;
}
.doll .doll-h3.center {
  text-align: center;
}
@media only screen and (max-width: 32.5em) {
  .doll .doll-h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
.doll .doll-h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.doll .doll-h4.center {
  text-align: center;
}
.doll .doll-h4.line-through {
  text-decoration: line-through;
  font-weight: 600;
}
.doll .doll-h4.red {
  color: #9D1F14;
  font-weight: 600;
}

.doll-header {
  overflow-x: hidden;
}
.doll-header-wr {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 32.5em) {
  .doll-header-wr {
    padding: 60px 20px;
  }
}
.doll-header-wr.bg {
  background-image: url(img/dolls/Group325.png);
  background-position: center 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  height: 90vh;
}
@media only screen and (max-width: 32.5em) {
  .doll-header-wr.bg {
    background-size: 130%;
  }
}
.doll-header-wr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.doll-header-wr a img {
  max-width: 25px;
  margin-right: 10px;
}
.doll-header-main-photo {
  max-width: 80%;
  margin-bottom: 10vh;
}
@media only screen and (max-width: 32.5em) {
  .doll-header-main-photo {
    width: 170%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.doll-header-nav {
  width: 100%;
  padding: 20px 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #C7BBAC;
  border-bottom: 1px solid #524335;
}
.doll-header-nav a {
  text-decoration: none;
}
.doll-header-photo-wr {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.doll-header-photo-wr img {
  max-width: 40%;
}
.doll-header-photo-wr img:nth-child(2n) {
  transform: translateY(20px);
}

.doll-mission {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 20px;
}
.doll-mission.bg {
  background-image: url(img/dolls/Group\ 310.png);
  background-position: right 75%;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 32.5em) {
  .doll-mission.bg {
    background-position: center 75%;
    background-size: 125%;
  }
}
.doll-mission > img {
  margin-top: 30vh;
  max-width: 50%;
  align-self: center;
}
.doll-mission-text {
  text-align: center;
  transform: translate(60px, -25px) rotate(-5deg);
  margin-bottom: 30vh;
}
.doll-mission .heart-bg {
  background-image: url("img/dolls/doll-heart.svg");
  background-repeat: no-repeat;
  padding: 20px;
  background-size: 100%;
  display: inline-block;
}
.doll-mission__wr {
  margin: 80px 60px 40px 34px;
  padding-bottom: 200px;
}
.doll-mission__wr--pd-bt-200 {
  padding-bottom: 40px;
}
.doll-mission .swiper-slide {
  max-width: 45%;
  padding-right: 10px;
}
.doll-mission .section-title {
  padding: 20px 0 50px 0;
}
.doll-mission--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 32.5em) {
  .doll-mission--grid {
    display: block;
  }
}

.doll__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.doll__list-item img {
  max-width: 20px;
  margin-right: 10px;
  margin-top: 0;
}
.doll__list-item img.phrase {
  max-width: 35%;
}
@media only screen and (max-width: 32.5em) {
  .doll__list-item img.phrase {
    background-position: center 75%;
    background-size: 125%;
    max-width: 75%;
  }
}

.mission {
  background-color: #E2DACD;
  margin: 10px 10px 0 10px;
  border-radius: 20px;
}
.mission__text-wr {
  padding: 60px 40px 30px 30px;
}

.gallery-swiper {
  padding-bottom: 60px;
}
.gallery-swiper .swiper-button-next {
  background-image: url(img/dolls/doll-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6px;
  top: 120%;
}
.gallery-swiper .swiper-button-next::after {
  content: none;
}
.gallery-swiper .swiper-button-prev {
  background-image: url(img/dolls/doll-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6px;
  top: 120%;
}
.gallery-swiper .swiper-button-prev::after {
  content: none;
}

.doll-presentation__wr img.phrase {
  max-width: 50%;
  padding-left: 20px;
  margin-right: 0px;
}
@media only screen and (max-width: 32.5em) {
  .doll-presentation__wr img.phrase {
    max-width: 100%;
  }
}
.doll-presentation__img {
  max-width: 50%;
}
@media only screen and (max-width: 32.5em) {
  .doll-presentation__img {
    max-width: 100%;
  }
}

.doll-box {
  background-color: #E2DACD;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 32.5em) {
  .doll-box {
    display: flex;
  }
}
.doll-box .doll-h3.center {
  text-align: left;
}
.doll-box__item {
  margin: 20px 0;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  max-width: 100%;
  width: 100%;
}
.doll-box__item img {
  max-width: 85%;
}
.doll-box__item--2 img {
  max-width: 105%;
  width: 105%;
}
.doll-box__item p {
  padding: 10px 0 20px 0;
  max-width: 90%;
}
.doll-box__item--3 {
  grid-column: 2/2;
  grid-row: 2/7;
}
.doll-box__item--3 img {
  max-width: 95%;
}
.doll-box__item--3 p {
  line-height: 20px;
}

.doll-result {
  padding: 60px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 32.5em) {
  .doll-result {
    display: block;
  }
}
.doll-result .doll-h3 {
  align-self: flex-start;
}
.doll-result__wr {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 32.5em) {
  .doll-result__wr {
    display: block;
  }
}
.doll-result img {
  max-width: 50%;
}
@media only screen and (max-width: 32.5em) {
  .doll-result img {
    max-width: 100%;
  }
}
.doll-result__color {
  position: absolute;
}
.doll-result__color--hair {
  top: 10%;
  right: 5%;
}
.doll-result__color--dress {
  bottom: 20%;
  left: 3%;
}
.doll-result__color svg {
  margin-top: 5px;
}
.doll-result__img-2 {
  margin-top: 60px;
  width: 110%;
}

.doll-buy {
  padding: 60px 20px;
  background-color: #C7BBAC;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 32.5em) {
  .doll-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.doll-buy.reveal-on-scroll.show {
  transform: translateY(15px);
}
.doll-buy > p {
  text-align: center;
}
.doll-buy__box {
  margin-top: 40px;
  padding: 50px 30px 20px 30px;
  width: 100%;
  background-color: #fdfdfd;
  border-radius: 20px;
}
.doll-buy .doll__list-item {
  align-items: flex-start;
}

.doll-need {
  padding: 95px 20px 80px 20px;
  background-color: #E2DACD;
  position: relative;
}
.doll-need .phrase {
  padding-left: 20px;
  transform: translateX(60px);
}
.doll-need > img {
  width: 115%;
}
.doll-need .swiper-slide {
  max-width: 30%;
  margin-right: 20px;
}
@media only screen and (max-width: 32.5em) {
  .doll-need .swiper-slide {
    max-width: 95%;
    margin-right: 10px;
  }
}
.doll-need > ul > img {
  max-width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 32.5em) {
  .doll-need > ul > img {
    max-width: 100%;
    position: relative;
  }
}

.doll-offer {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 32.5em) {
  .doll-offer__variants:last-child {
    margin-top: 120px;
  }
}
.doll-offer__variants {
  margin-top: 80px 0 10px 0;
  padding: 20px 50px;
  max-width: 500px;
}
@media only screen and (max-width: 32.5em) {
  .doll-offer__variants {
    margin-top: 80px;
    padding: 0px;
  }
}
.doll-offer__variants--main-photo {
  margin-bottom: 20px;
  padding: 0 20px;
}
.doll-offer ul {
  padding-right: 40px;
}
.doll-offer .phrase {
  max-width: 80%;
}
.doll-offer--grid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 32.5em) {
  .doll-offer--grid {
    display: block;
  }
}

.button-doll {
  padding: 12px 20px;
  text-align: center;
  background-color: #C7BBAC;
  width: 100%;
  align-self: stretch;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
}
.button-doll.light {
  background-color: #E2DACD;
}
.button-doll img {
  margin-left: 10px;
}
.button-doll.mr-top {
  margin-top: 10px;
}

/*accordion*/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 60px;
}
.accordion__wr {
  padding: 80px 20px;
  background-color: #C7BBAC;
  border-radius: 20px 20px 0 0;
  transform: translateY(-15px);
}
.accordion__item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fdfdfd;
}
.accordion__header {
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  position: relative;
  background-color: #E2DACD;
}
.accordion__header::after {
  content: "";
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
  width: 20px;
  height: 20px;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.accordion__header.active {
  background-color: #E2DACD;
}
.accordion__header.active::after {
  transform: rotateX(180deg);
}
.accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.accordion__content p {
  padding: 20px 0;
}

.doll-gallery {
  display: flex;
  flex-wrap: wrap;
}
.doll-gallery img {
  width: 49%;
  align-self: baseline;
}

.mainpage__hero {
  position: relative;
}
.mainpage__hero-title {
  text-transform: uppercase;
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: 400;
  top: 45%;
  right: 50%;
  left: 10px;
}
.mainpage__hero-subtitle {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: 400;
  bottom: 10%;
  left: 50%;
  /* left: 10px; */
  transform: translateX(-50%);
  text-align: center;
}
.mainpage__section {
  padding-top: 180px;
}
.mainpage__section-line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  border-top: 1px #524335 solid;
  border-bottom: 1px #524335 solid;
}
.mainpage__section-img {
  padding: 10px;
}
.mainpage__section-foo {
  display: flex;
  border-top: 1px #524335 solid;
  border-bottom: 1px #524335 solid;
}
.mainpage__section-foo > div {
  padding: 10px;
  flex-basis: 60%;
}
.mainpage__section-foo > div:first-child {
  flex-basis: 40%;
  border-right: 1px #524335 solid;
}
.mainpage__section-foo p {
  text-align: justify;
}
.mainpage__section-foo-2 {
  margin-top: 50px;
}
.mainpage__section .doll__list-item {
  margin-bottom: 0;
}
.mainpage__section .text-center {
  margin: 10px 0;
  text-align: center;
}
.mainpage__section .text-full {
  padding: 10px;
  text-align: justify;
}
.mainpage__section-gallery {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainpage__section-gallery img {
  max-width: 33%;
}
.mainpage__section-gallery--vertical {
  flex-direction: column;
}
.mainpage__section-gallery--vertical img {
  max-width: 98%;
}
.mainpage__section .section-footer {
  padding-left: 10px;
}

.footer--doll {
  position: relative;
  overflow-x: clip;
  align-items: flex-start;
  margin: 0;
  padding: 50px 0;
  background-color: #C7BBAC;
  color: #524335;
}
.footer--doll .section-title {
  text-align: left;
  margin: 0;
}/*# sourceMappingURL=slyle.css.map */