@import url("https://p.typekit.net/p.css?s=1&k=dhb4xic&ht=tk&f=53891.53892.53893.53895&a=15310490&app=typekit&e=css");
@font-face {
  font-family: "the-seasons";
  src: url("https://use.typekit.net/af/f6c02a/00000000000000007750b302/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/f6c02a/00000000000000007750b302/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/f6c02a/00000000000000007750b302/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "the-seasons";
  src: url("https://use.typekit.net/af/b8a9de/00000000000000007750b301/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/b8a9de/00000000000000007750b301/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/b8a9de/00000000000000007750b301/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "the-seasons";
  src: url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "the-seasons";
  src: url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/2e8a22/00000000000000007750b304/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
body {
  background: #fff7ed;
}

.page__hero {
  background: url("/wp-content/uploads/2024/04/image-2.png") center/cover
    no-repeat;
  min-height: 100vh;
}

.hero__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.hero__logo {
  padding-top: 40px;
  margin-bottom: 230px;
}
.hero__text_caption {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #f7e7c8;
  margin-bottom: 15px;
}
.hero__text_title {
  font-family: "the-seasons";
  /* Nicht nur fur einen Augenblick tief in die Augen blickt */
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  /* or 40px */
  text-align: center;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 650px;
  margin: 15px auto;
  padding: 3px 0;
}
@media (max-width: 500px) {
  .hero__text_title {
    font-size: 30px;
  }
}
.hero__text_subtitle {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #f7e7c8;
  max-width: 340px;
  margin: 15px auto;
  margin-bottom: 150px;
}
.hero__socials {
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.btn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  color: transparent;
  background: linear-gradient(
    95.72deg,
    #84634b 15.15%,
    #f8e8ca 45.74%,
    #a97b5a 76.33%
  );
  -webkit-background-clip: text;
  background-clip: text;
  border-image-slice: 1;
  cursor: pointer;
  outline: none;
  padding: 16px 40px;
}
.btn::after {
  content: "";
  position: absolute;
  right: -25px;
  transition: right 0.2s linear;
  top: 19px;
  width: 50px;
  height: 10px;
  background: url("/wp-content/uploads/2024/04/Vector.svg") center/cover
    no-repeat;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px 0;
  padding: 1px;
  background: linear-gradient(
    95.72deg,
    #84634b 15.15%,
    #f8e8ca 45.74%,
    #a97b5a 76.33%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: border-radius 0.2s linear;
}
.btn:hover::before {
  border-radius: 0 40px;
}
.btn:hover::after {
  right: -35px;
}

.page__about {
  margin-top: 300px;
  margin-bottom: 350px;
  position: relative;
}

.about__background {
  position: absolute;
  width: 90%;
  height: 120%;
  min-height: 700px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #95775e;
  border-radius: 200px 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .about__background {
    display: none;
  }
}
.about__title {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(89.47deg, #84634b 0%, #f8e8ca 50%, #a97a59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .about__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.about__blocks {
  display: flex;
  gap: 60px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .about__blocks {
    flex-direction: column;
  }
}
.about__block:first-child {
  display: flex;
  gap: 20px;
}
@media (max-width: 1050px) {
  .about__block:first-child {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .about__block:first-child {
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  .about__block:first-child {
    flex-direction: column;
  }
}
.about__block:last-child {
  max-width: 400px;
}
@media (max-width: 1050px) {
  .about__block:last-child {
    max-width: 100%;
  }
}
.about__block li {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding-inline-start: 16px;
  padding-left: 16px;
  color: #4c2206;
  margin-bottom: 25px;
}
.about__block li::marker {
  content: url("/wp-content/uploads/2024/05/arrow-li.svg");
}
.about__block p {
  margin-top: 40px;
  padding-left: 16px;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  color: #4c2206;
}
.about__block_image {
  width: 350px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 500px) {
  .about__block_image {
    width: 100%;
  }
  .about__block_image img {
    width: 100%;
  }
}
.about__block_caption {
  margin-top: 12px;
  font-family: "Fontspring-DEMO-theseasons-ltit";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #95775e;
}
.page__qa {
  margin-top: 70px;
  margin-bottom: 70px;
  background: linear-gradient(rgba(34, 24, 17, 0.75), rgba(34, 24, 17, 0.75)),
    url("/wp-content/uploads/2024/05/image-51.png") center/cover no-repeat;
}

.qa__container {
  position: relative;
}
.qa__background {
  position: absolute;
  width: 90%;
  height: 670px;
  left: 5px;
  top: 100px;
  border: 1px solid #95775e;
  border-radius: 200px 0;
}
@media (max-width: 850px) {
  .qa__background {
    display: none;
  }
}
.qa__title {
  padding-top: 400px;
  margin-bottom: 20px;
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 850px) {
  .qa__title {
    padding-top: 100px;
  }
}
@media (max-width: 500px) {
  .qa__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.qa__section {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 850px) {
  .qa__section {
    padding-bottom: 100px;
  }
}
.qa__block {
  width: 30%;
}
@media (max-width: 850px) {
  .qa__block {
    width: 100%;
  }
}
.qa__block_title {
  font-family: "the-seasons";
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  color: #fff0e6;
  padding: 6px 20px;
  border: 1px solid #95775e;
  border-radius: 30px 0;
  margin-bottom: 8px;
}
.qa__block_subtitle {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #fff0e6;
  padding: 0 20px;
}

.page__testimonials {
  margin-bottom: 0;
  margin-top: 70px;
  margin-left: 70px;
  margin-right: 70px;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .page__testimonials {
    margin-right: 0;
    margin-left: 0;
  }
}
.page__testimonials .swiper-slide {
  border: 1px solid #95775e;
  padding: 100px;
  border-radius: 200px 0;
  display: flex;
  gap: 100px;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page__testimonials .swiper-slide {
    padding: 60px;
    gap: 50px;
  }
}
@media (max-width: 700px) {
  .page__testimonials .swiper-slide {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .page__testimonials .swiper-slide {
    padding: 50px 25px;
    border-radius: 150px 0;
  }
}
.page__testimonials .testimonials__company {
  position: absolute;
  right: 80px;
  top: 60px;
}
@media (max-width: 860px) {
  .page__testimonials .testimonials__company {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 500px) {
  .page__testimonials .testimonials__company {
    display: none;
  }
}

.testimonials__title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(270deg, #83624a 20%, #f8e8ca 50%, #83624a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .testimonials__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.testimonials__image {
  min-width: 250px;
}
.testimonials__image img {
  border-radius: 100px 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.testimonials__info_stars {
  margin-bottom: 30px;
}
.testimonials__info_text {
  max-width: 500px;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  color: #4c2206;
  margin-bottom: 20px;
}
.testimonials__info_name {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  /* identical to box height */
  color: #4c2206;
}
.testimonials__info_position {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 17px */
  color: #4c2206;
}

.testimonials__navigation {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials__navigation {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 273px !important;
  bottom: 30px;
  top: auto;
  margin: 0;
}

.swiper-button-prev:hover::after {
  left: -35px;
}

.swiper-button-prev::after {
  content: "";
  position: absolute;
  left: -25px;
  transition: left 0.2s linear;
  top: 19px;
  width: 50px;
  height: 10px;
  background: url(/wp-content/uploads/2024/04/Vector.svg) center/cover no-repeat;
  transform: rotate(180deg);
}

.page__reviews {
  padding-bottom: 70px;
  margin-right: 70px;
  margin-left: 70px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .page__reviews {
    margin-right: 0;
    margin-left: 0;
  }
}

.reviews__container {
  background: #fff;
  padding-bottom: 100px;
}
.reviews__title {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .reviews__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.reviews__slider {
  max-width: 930px;
  margin: 0 auto;
}
.reviews__slider .swiper-slide {
  text-align: center;
}
.reviews__slider .swiper-wrapper {
  margin-bottom: 60px;
}

.page__steps {
  background-color: #fff;
  margin: 70px;
}
@media (max-width: 768px) {
  .page__steps {
    margin-right: 0;
    margin-left: 0;
  }
}

.steps__container {
  background-color: #fff;
  padding-top: 135px;
  padding-bottom: 170px;
}

.steps__title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(89.47deg, #84634b 25%, #f8e8ca 50%, #a97a59 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .steps__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.steps__blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.steps__block {
  display: flex;
  flex-direction: column;
  width: 260px;
  position: relative;
}
@media (max-width: 600px) {
  .steps__block {
    width: 100%;
  }
}
.steps__block::before {
  content: " ";
  position: absolute;
  width: 260px;
  height: 100%;
  border: 1px solid #b27e5c;
  border-radius: 80px 0;
  z-index: 1;
  top: 10px;
  left: 10px;
}
@media (max-width: 600px) {
  .steps__block::before {
    width: 100%;
  }
}
.steps__block:nth-child(2n) {
  flex-direction: column-reverse;
}
.steps__block:nth-child(2n) .steps__block_num {
  top: 30px;
  bottom: auto;
}
.steps__block:nth-child(2n)::before {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}
.steps__block_info {
  padding: 30px;
}
.steps__block_image {
  position: relative;
}
@media (max-width: 600px) {
  .steps__block_image img {
    width: 100%;
  }
}
.steps__block_num {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  font-family: "the-seasons";
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  /* identical to box height */
  color: #ffffff;
}
.steps__block h3 {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  color: #83624a;
}
.steps__block p {
  margin-top: 12px;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #83624a;
}

.page__price {
  margin-top: 70px;
  margin-bottom: 0;
  margin-right: 70px;
  margin-left: 70px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page__price {
    margin-right: 0;
    margin-left: 0;
  }
}

.price__container {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 500px) {
  .price__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.price__title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(89.47deg, #84634b 40%, #f8e8ca 50%, #a97a59 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .price__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.price__wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .price__wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .price__wrapper {
    flex-direction: column;
  }
}
.price__image {
  position: relative;
}
@media (max-width: 1100px) {
  .price__image {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .price__image {
    width: 100%;
  }
}
.price__image::before {
  position: absolute;
  display: flex;
  content: "";
  width: 100%;
  height: 100%;
  left: -32px;
  top: -32px;
  border: 1px solid #a87958;
  border-radius: 150px 0;
}
@media (max-width: 500px) {
  .price__image::before {
    content: none;
  }
}
.price__image img {
  width: 100%;
  min-width: 450px;
  height: 600px;
  object-fit: cover;
  border-radius: 150px 0;
}
@media (max-width: 1100px) {
  .price__image img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 900px) {
  .price__image img {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .price__image img {
    width: 100%;
    min-width: 100%;
  }
}
.price__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.price__block {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: 48%;
  height: 135px;
  padding: 0 60px;
  border-image: linear-gradient(#84634b, #f8e8ca, #a97a59) 30;
  transition-duration: 0.3s;
  cursor: pointer;
}
.price__block::before {
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* control the border thickness */
  background: linear-gradient(#84634b, #f8e8ca, #a97a59);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.price__block:hover {
  border-radius: 80px 0;
  background-color: #84634b;
  color: #fff;
}
.price__block:hover .price__block_title {
  color: #fff;
}
.price__block:hover .price__block_subtitle {
  color: #fff;
}
.price__block:hover .price__block_num {
  color: #fff;
}
.price__block:hover::before {
  border-radius: 80px 0;
}
@media (max-width: 1100px) {
  .price__block {
    width: 100%;
    align-items: center;
  }
}
.price__block_title {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  /* identical to box height */
  color: #83624a;
}
.price__block_subtitle {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #83624a;
}
.price__block_num {
  font-style: italic;
  font-family: "the-seasons";
  font-weight: 400;
  font-size: 40px;
  line-height: 43px;
  margin-top: 16px;
  /* identical to box height */
  color: #83624a;
}

.page__team.container {
  background: #fff;
}

.team__title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(89.47deg, #84634b 25%, #f8e8ca 50%, #a97a59 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .team__title {
    font-size: 30px;
    line-height: 31px;
  }
}

.team__image {
  width: 100%;
}
.team__image img {
  width: 100%;
}

.team__container {
  position: relative;
}
.team__container::before {
  content: "";
  display: flex;
  position: absolute;
  width: 300px;
  height: 120px;
  bottom: -125px;
  left: -25px;
  border-radius: 80px 0px;
  border: 1px solid #b27e5c;
}
@media (max-width: 500px) {
  .team__container::before {
    content: none;
  }
}

.page__team {
  background-color: #fff;
  margin-right: 70px;
  margin-left: 70px;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page__team {
    margin-right: 0;
    margin-left: 0;
  }
}

.page__cta {
  background: #fff7ed;
}

.cta__container {
  position: relative;
  padding: 140px 25px;
}
@media (max-width: 1023px) {
  .cta__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cta__block {
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 40px;
  border: 1px solid #a87958;
  width: 100%;
  border-radius: 200px 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 500px) {
  .cta__block {
    border-radius: 150px 0;
  }
}
.cta__block_title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
  max-width: 440px;
}
@media (max-width: 500px) {
  .cta__block_title {
    font-size: 30px;
    line-height: 31px;
  }
}
.cta__block_subtitle {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #83624a;
  max-width: 440px;
}
@media (max-width: 500px) {
  .cta__block_subtitle {
    font-size: 16px;
    line-height: 17px;
  }
}
.cta__img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .cta__img {
    position: unset;
    transform: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .cta__img img {
    width: 100%;
  }
}

.page__compare {
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #fff;
  margin-right: 70px;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .page__compare {
    margin-right: 0;
    margin-left: 0;
  }
}

.compare__container {
  position: relative;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 250px;
}
.compare__container::before {
  content: "";
  display: flex;
  position: absolute;
  width: 300px;
  height: 120px;
  top: -25px;
  right: -25px;
  border-radius: 80px 0px;
  border: 1px solid #b27e5c;
}
@media (max-width: 1400px) {
  .compare__container::before {
    right: 25px;
  }
}
@media (max-width: 500px) {
  .compare__container::before {
    content: none;
  }
}

.compare__title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 80px;
  background: linear-gradient(89.47deg, #84634b 25%, #f8e8ca 50%, #a97a59 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 500px) {
  .compare__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.compare__block {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1080px;
  justify-content: flex-end;
  position: absolute;
  right: 25px;
  margin-top: 80px;
}
.compare__block img {
  max-width: 320px;
}
@media (max-width: 1100px) {
  .compare__block {
    position: static;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
    gap: 20px;
  }
  .compare__block img {
    width: 40%;
  }
}
.compare__box {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 75px;
  border: 1px solid #a87958;
  width: 90%;
  border-radius: 200px 0;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .compare__box {
    height: auto;
    padding: 0;
    border: none;
  }
}
.compare__btn {
  margin: 0;
}
@media (max-width: 1100px) {
  .compare__btn {
    margin: 0 auto;
  }
}

.page__contact {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 120px;
  padding-bottom: 180px;
  background: #fff;
  margin-right: 70px;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .page__contact {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact__container {
  position: relative;
}
.contact__container::before {
  position: absolute;
  display: flex;
  content: "";
  width: 95%;
  height: 120%;
  left: 30px;
  top: -35px;
  border: 1px solid #a87958;
  border-radius: 0 0 0 200px;
}
@media (max-width: 500px) {
  .contact__container::before {
    left: 0;
    width: 100%;
  }
}

.contact__title {
  font-family: "the-seasons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .contact__title {
    font-size: 30px;
    line-height: 31px;
  }
}
.contact__block {
  max-width: 1080px;
  margin: 0 auto;
}
.contact__block .wpforms-field {
  padding: 6px 0 !important;
}
.contact__block input,
.contact__block textarea {
  font-family: "Questrial" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #4c2206 !important;
  border: 1px solid #a87958 !important;
  border-radius: 20px 0 !important;
}
.contact__block input::placeholder,
.contact__block textarea::placeholder {
  font-family: "Questrial" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #4c2206 !important;
}
.contact__block input[type="submit"],
.contact__block button[type="submit"] {
  box-shadow: none !important;
  height: auto !important;
  display: flex !important;
  width: fit-content !important;
  margin: 0 auto !important;
  font-family: "Questrial" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 23px !important;
  /* identical to box height */
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  position: relative !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  color: transparent !important;
  background: linear-gradient(
    95.72deg,
    #84634b 15.15%,
    #f8e8ca 45.74%,
    #a97b5a 76.33%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  border-image-slice: 1 !important;
  cursor: pointer !important;
  outline: none !important;
  padding: 16px 40px !important;
}
.contact__block input[type="submit"]::after,
.contact__block button[type="submit"]::after {
  content: "" !important;
  position: absolute !important;
  right: -25px !important;
  transition: right 0.2s linear !important;
  top: 19px !important;
  width: 50px !important;
  height: 10px !important;
  background: url("/wp-content/uploads/2024/04/Vector.svg") center/cover
    no-repeat !important;
}
.contact__block input[type="submit"]::before,
.contact__block button[type="submit"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 40px 0 !important;
  padding: 1px !important;
  background: linear-gradient(
    95.72deg,
    #84634b 15.15%,
    #f8e8ca 45.74%,
    #a97b5a 76.33%
  ) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  transition: border-radius 0.2s linear !important;
}
.contact__block input[type="submit"]:hover::before,
.contact__block button[type="submit"]:hover::before {
  border-radius: 0 40px !important;
}
.contact__block input[type="submit"]:hover::after,
.contact__block button[type="submit"]:hover::after {
  right: -35px !important;
}

div.wpforms-container-full input[type="submit"]:focus:after,
div.wpforms-container-full button[type="submit"]:focus:after,
div.wpforms-container-full .wpforms-page-button:focus:after {
  bottom: auto !important;
  left: auto !important;
  border: none !important;
}

div.wpforms-container-full input[type="date"]:focus,
div.wpforms-container-full input[type="datetime"]:focus,
div.wpforms-container-full input[type="datetime-local"]:focus,
div.wpforms-container-full input[type="email"]:focus,
div.wpforms-container-full input[type="month"]:focus,
div.wpforms-container-full input[type="number"]:focus,
div.wpforms-container-full input[type="password"]:focus,
div.wpforms-container-full input[type="range"]:focus,
div.wpforms-container-full input[type="search"]:focus,
div.wpforms-container-full input[type="tel"]:focus,
div.wpforms-container-full input[type="text"]:focus,
div.wpforms-container-full input[type="time"]:focus,
div.wpforms-container-full input[type="url"]:focus,
div.wpforms-container-full input[type="week"]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus {
  box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  font-family: "Questrial" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.page__faq {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: -20px;
  margin-top: 70px;
  background: #fff;
}

.faq__wrapper .accordion-item {
  transition: all 0.3s linear;
  transition-duration: 0.3s;
  background-color: #fff;
  margin-left: 75px;
  margin-bottom: 20px;
}
.faq__wrapper .accordion-item:hover .accordion-item-header::after {
  background-color: #83624a;
  border: 1px solid #83624a;
  color: #fff;
}
.faq__wrapper .accordion-item:hover .accordion-item-header.active::after {
  border-color: transparent;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
  color: #2d2017;
}
@media (max-width: 500px) {
  .faq__wrapper .accordion-item {
    margin-left: 0;
  }
}
.faq__wrapper .accordion-item-header {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  /* identical to box height */
  color: #83624a;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #a87958;
  border-radius: 20px 0;
  margin-bottom: 4px;
}
.faq__wrapper .accordion-item-header.active {
  background: linear-gradient(
    89.43deg,
    #84634b -7.17%,
    #f8e8ca 96.24%,
    #a97a59 128.99%
  );
  color: #fff;
  border-color: transparent;
}
.faq__wrapper .accordion-item-header::after {
  content: "+";
  position: absolute;
  display: flex;
  left: -75px;
  border: 1px solid #a87958;
  border-radius: 20px 0;
  width: 68px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #a87958;
  font-size: 20px;
}
@media (max-width: 500px) {
  .faq__wrapper .accordion-item-header::after {
    content: none;
  }
}
.faq__wrapper .accordion-item-header.active::after {
  content: "-";
  color: #2d2017;
  border-color: transparent;
  background: linear-gradient(
    89.47deg,
    #84634b -7.17%,
    #f8e8ca 47.45%,
    #a97a59 102.07%
  );
}
@media (max-width: 500px) {
  .faq__wrapper .accordion-item-header.active::after {
    content: none;
  }
}
.faq__wrapper .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq__wrapper .accordion-item-body-content {
  padding: 20px 40px;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #83624a;
  border: 1px solid #96785f;
  border-radius: 20px 0;
}

.page__progress {
  margin: 70px;
  background: #fff;
  padding: 100px;
}
@media (max-width: 767px) {
  .page__progress {
    margin: 70px auto;
  }
}
@media (max-width: 550px) {
  .page__progress {
    padding: 25px;
  }
}

.progress__container {
  position: relative;
}

.progress__background {
  position: absolute;
  width: 714px;
  height: 613px;
  right: -30px;
  bottom: -50px;
  border: 1px solid #95775e;
  border-radius: 120px 0px;
}
@media (max-width: 1380px) {
  .progress__background {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .progress__background {
    display: none;
  }
}
.progress__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .progress__blocks {
    flex-direction: column;
    gap: 20px;
  }
}
.progress__block:first-child {
  max-width: 450px;
}
@media (max-width: 1200px) {
  .progress__block:first-child {
    max-width: 100%;
  }
}
.progress__block:last-child {
  position: relative;
  z-index: 2;
}
.progress__block:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 512px;
  height: 411px;
  top: -70px;
  left: -20px;
  z-index: -1;
  background: #fffbf7;
  border-radius: 120px 0px;
}
@media (max-width: 1200px) {
  .progress__block:last-child::after {
    content: none;
  }
}
.progress__block_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
  font-family: "the-seasons";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #83624a;
}
@media (max-width: 550px) {
  .progress__block_line svg {
    width: 80px;
  }
}
.progress__block_images {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .progress__block_images {
    flex-direction: column;
  }
}
.progress__block_images img {
  width: 260px;
}
.progress__block_images img:first-child {
  border-radius: 125px 0 0 0;
}
.progress__block_images img:last-child {
  border-radius: 0 0 125px 0;
}
.progress__title {
  font-family: "the-seasons";
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 24px;
  background: linear-gradient(270deg, #83624a 0%, #f8e8ca 50%, #83624a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.progress__text {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #83624a;
}
.progress__text ul {
  padding-left: 55px;
}
.progress__text li {
  margin-bottom: 20px;
  position: relative;
}
.progress__text li::before {
  content: "";
  display: block;
  width: 38px;
  height: 29px;
  background: url("/wp-content/uploads/2024/05/bullet.svg") center/contain
    no-repeat;
  position: absolute;
  left: -55px;
  top: -8px;
}
.progress__text p {
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #b27e5c;
  opacity: 1;
  margin: 0 4px !important;
}

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

.hero__logo img {
  width: 100%;
}

.footer__logo img {
  width: 100%;
}
