@charset "UTF-8";
.footer {
  background: #cccac4;
  height: 95px;
}

@media (max-width: 425px) {
  .footer {
    height: 120px;
  }
}
.footer__container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media (max-width: 425px) {
  .footer__container {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
}
.footer__copyright {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  /* Black */
  color: #000000;
  text-align: right;
}

.hero__logo {
  text-align: center;
  padding-top: 40px;
}

.hero__title {
  text-align: center;
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-top: 125px;
}

@media (max-width: 585px) {
  .hero__title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .hero__title {
    font-size: 25px;
  }
}
.hero__content {
  text-align: right;
  max-width: 970px;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 400px;
}

@media (max-width: 768px) {
  .hero__content {
    max-width: 100%;
    text-align: center;
  }
}
.hero__subtitle {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  /* or 84px */
  text-align: right;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .hero__subtitle {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 585px) {
  .hero__subtitle {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .hero__subtitle {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.hero__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  max-width: 630px;
  margin-left: auto;
  margin-right: 0;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 50px;
}

.page-homepage-allgemein .hero__text {
  max-width: 530px;
}

@media (max-width: 768px) {
  .hero__text {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .hero__text {
    font-size: 15px;
  }
}
.hero__button {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: right;
  /* Dark gray (text) */
  color: #4d4c4a;
  padding: 14px 54px;
  border: 1px solid #4d4c4a;
  transition-duration: 0.3s;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.hero__button:hover {
  background: #ffffffb0;
  backdrop-filter: blur(10px);
  color: #4d4c4a;
}

@media (max-width: 768px) {
  .hero__button {
    background: #ffffffb0;
    backdrop-filter: blur(10px);
    color: #4d4c4a;
  }

  .hero__button:hover {
    background: #ffffff;
  }
}
.examples__title {
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
}

.examples__blocks {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

@media (max-width: 1300px) {
  .examples__blocks {
    gap: 20px;
  }
}
.examples__block {
  display: flex;
  width: 580px;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}

@media (max-width: 700px) {
  .examples__block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.examples__block:nth-child(2n) {
  margin-top: 100px;
}

@media (max-width: 1229px) {
  .examples__block:nth-child(2n) {
    margin-top: 0;
  }
}
.examples__block:nth-child(3n) {
  margin-left: -100px;
}

@media (max-width: 1300px) {
  .examples__block:nth-child(3n) {
    margin-left: 0;
  }
}
.examples__block_title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  /* Dark gray (text) */
  color: #4d4c4a;
  position: absolute;
  margin-left: -20px;
  top: 20px;
  z-index: 9;
}

@media (max-width: 700px) {
  .examples__block_title {
    position: unset;
    margin-left: 0;
  }
}
.examples__block_img {
  position: relative;
  width: 300px;
  height: 225px;
  object-fit: cover;
  mask-image: linear-gradient(
    336deg,
    #ffffff 40%,
    rgba(255, 255, 255, 0) 108.45%,
    rgba(217, 217, 217, 0) 102.35%
  );
  -webkit-mask-image: linear-gradient(
    336deg,
    #ffffff 40%,
    rgba(255, 255, 255, 0) 108.45%,
    rgba(217, 217, 217, 0) 102.35%
  );
}

.examples__block_subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  /* or 17px */
  /* Dark gray (text) */
  color: #4d4c4a;
}

.examples__cta {
  background: #cccac4;
  padding: 40px 130px;
  margin-bottom: 200px;
}

@media (max-width: 768px) {
  .examples__cta {
    padding: 40px;
  }
}
.cta__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .cta__title {
    font-size: 18px;
  }
}
.cta__button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  width: 100%;
  background: #f4f2eb;
  max-width: 900px;
  margin: 0 auto;
  padding: 14px 0;
  transition-duration: 0.3s;
}

.cta__button:hover {
  background: #fff;
  color: #000;
}

.comparation__container {
  max-width: 930px;
  margin-bottom: 200px;
}

.comparation__title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.comparation__blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .comparation__blocks {
    flex-direction: column;
  }
}
.comparation__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.comparation__img {
  width: 444px;
  height: 294px;
  object-fit: cover;
}

.comparation__text {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  /* Dark gray (text) */
  color: #4d4c4a;
}

.why__title {
  margin-bottom: 10px;
}

.why__subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.testimonials {
  margin-top: 200px;
}

.testimonials__text {
  max-width: 680px;
  margin: 0 auto;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
}

.testimonials__block_images {
  text-align: center;
  margin: 20px;
  margin-bottom: 40px;
  margin-top: 0;
}

.testimonials__block_images img {
  max-width: 400px;
}

@media (max-width: 670px) {
  .testimonials__block_images {
    margin: 0;
    margin-bottom: 40px;
  }
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2023/06/arrow.svg") center/cover
    no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 100px;
}

@media (max-width: 670px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2023/06/arrow.svg") center/cover
    no-repeat;
  transform: rotate(180deg);
}

.testimonials__block {
  margin-bottom: 100px;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 670px) {
  .swiper-pagination {
    display: block;
  }
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  background: #4d4c4a;
}

.price__container {
  max-width: 1040px;
  margin-bottom: 150px;
}

.price__title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 50px;
}

.price__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 600px) {
  .price__info {
    flex-wrap: wrap;
  }
}
.price__block {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.price__block_title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 15px;
}

.price__block_subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 17px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
}

.price__amount {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 10px;
}

.price__num {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 50px;
}

.price__notes_title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 10px;
}

.price__note {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  /* or 17px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  max-width: 700px;
  margin: 0 auto;
}

.advant {
  background: url("/wp-content/uploads/2023/06/chair-1-1.png") bottom/contain
    no-repeat;
  min-height: 950px;
}

@media (max-width: 1440px) {
  .advant {
    min-height: 900px;
  }
}
@media (max-width: 768px) {
  .advant {
    background: url("/wp-content/uploads/2023/06/chair-1-1.png") bottom/contain
      no-repeat;
  }
}
#timer {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  /* identical to box height, or 84px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
}

.advant__title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
}

.advant__blocks {
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 80px;
}

.advant__subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  /* Dark gray (text) */
  color: #4d4c4a;
}

@media (max-width: 768px) {
  .advant__subtitle {
    text-align: center;
  }
}
.advant__wrapper {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 90px 35px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .advant__wrapper {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.advant__block {
  max-width: 280px;
}

.advant__block_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  /* identical to box height */
  /* Black */
  color: #000000;
  position: relative;
}

@media (max-width: 768px) {
  .advant__block_title::before {
    content: none;
  }
}
.advant__block_title::before:last-child {
  margin: 0;
}

.advant__block_subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  /* Black */
  color: #000000;
}

.form__container {
  max-width: 720px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.form__title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
}

div.wpforms-container-full .wpforms-field-label {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  /* identical to box height */
  /* Dark gray (text) */
  color: #4d4c4a !important;
  margin-bottom: 8px !important;
}

.wpforms-container .wpforms-field {
  padding: 0 !important;
}

div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column-50 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="text"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="range"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="email"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="url"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="tel"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="number"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="password"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="file"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  select,
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  textarea,
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  .wpforms-field-row,
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  .choices {
  border: 1px solid #4d4c4a !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium {
  height: 30px !important;
}

textarea {
  max-height: 160px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}

.wpforms-submit {
  max-width: 200px !important;
  width: 100% !important;
  height: 50px !important;
  border: 1px solid #4d4c4a !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: "Cinzel Decorative" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  /* identical to box height */
  /* Dark gray (text) */
  color: #4d4c4a !important;
}

.wpforms-submit:hover {
  background: #fff !important;
  color: #000 !important;
}

.steps__container {
  margin-bottom: 150px;
}

.steps__title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 30px;
  word-break: break-all;
}

.steps__block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

@media (max-width: 940px) {
  .steps__block {
    justify-content: space-around;
  }
}
@media (max-width: 545px) {
  .steps__block {
    flex-direction: column;
  }
}
.steps__column {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

@media (max-width: 545px) {
  .steps__column {
    gap: 30px;
    max-width: 100%;
  }
}
.steps__column_block {
  display: flex;
  gap: 30px;
}

.steps__column_num {
  flex: 0 0 45px;
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  /* identical to box height, or 84px */
  /* Dark gray (text) */
  color: #4d4c4a;
}

.steps__column_title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  /* Dark gray (text) */
  color: #4d4c4a;
}

.steps__column_subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  /* Dark gray (text) */
  color: #4d4c4a;
}

@media (max-width: 1024px) {
  .steps__img {
    order: -1;
  }
}
@media (max-width: 940px) {
  .steps__img {
    display: none;
  }
}
.accordion-item {
  margin-bottom: 60px;
}

.accordion-item-header {
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  /* identical to box height */
  /* Black */
  color: #000000;
}

@media (max-width: 425px) {
  .accordion-item-header {
    gap: 20px;
  }
}
.accordion-item-content {
  padding-left: 70px;
  padding-top: 30px;
  display: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  /* Black */
  color: #000000;
}

@media (max-width: 425px) {
  .accordion-item-content {
    padding-left: 40px;
  }
}
.accordion-item-header_dot {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: #cccac4;
}

.accordion-item-header.active .accordion-item-header_dot {
  background: #4d4c4a;
}

.faq__title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-align: center;
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 60px;
}

.faq {
  margin-bottom: 150px;
}

.faq__container {
  max-width: 940px;
}

.block {
  width: 450px;
  height: 250px;
  background-color: #ccc;
  text-align: center;
  line-height: 200px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .block {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .why__video {
    width: 100%;
  }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.popup iframe {
  width: 710px;
  height: 400px;
}

@media (max-width: 750px) {
  .popup {
    width: 100%;
  }
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.why__image {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 820px) {
  .why__image {
    align-items: center;
    width: 100%;
  }
}
.why__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Здесь можно настроить уровень прозрачности */
}

.why__image img {
  max-width: 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 820px) {
  .why__image img {
    padding-bottom: 0;
  }
}
.why__blocks {
  display: flex;
}

@media (max-width: 1200px) {
  .why__blocks {
    flex-direction: column;
    align-items: center;
  }
}
.why__block {
  display: flex;
  position: relative;
}

@media (max-width: 1200px) {
  .why__block {
    gap: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 820px) {
  .why__block {
    flex-direction: column;
  }
}
.why__block_container {
  width: 250px;
}

.why__block_container {
  position: absolute;
}

@media (max-width: 1200px) {
  .why__block_container {
    position: static;
    text-align: center;
  }
}
.why__block_container:nth-child(1) {
  left: 30px;
  top: 30px;
}

.why__block_container:nth-child(2) {
  left: 290px;
  top: 110px;
}

.why__block_container:nth-child(3) {
  left: 470px;
  top: 0px;
}

.why__block_num {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 120%;
  /* identical to box height, or 84px */
  /* Accent gray */
  color: #cccac4;
  position: absolute;
  top: -50px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .why__block_num {
    position: static;
  }
}
.why__block_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* Dark gray (text) */
  color: #4d4c4a;
  margin-bottom: 10px;
}

.why__block_subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  /* Dark gray (text) */
  color: #4d4c4a;
}

div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="text"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="range"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="email"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="url"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="tel"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="number"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="password"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  input[type="file"],
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  select,
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  textarea,
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  .wpforms-field-row,
div.wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column
  .choices {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #4d4c4a !important;
  margin-bottom: 8px !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  margin-bottom: 8px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.ty__page {
  height: 91vh;
  min-height: 900px;
}

@media (max-width: 390px) {
  .ty__page .hero__button {
    padding: 14px;
  }
}
.page-homepage-allgemein .accordion-item-content {
  font-size: 14px;
  font-weight: 200;
}

.page-homepage-allgemein .advant__block_subtitle {
  font-size: 14px;
}

.page-homepage-allgemein .steps__column_subtitle {
  font-size: 14px;
}

.page-homepage-allgemein .price__block {
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.page-homepage-allgemein .price__block:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .page-homepage-allgemein .price__block:nth-child(2n) {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .page-homepage-allgemein .price__block {
    flex-direction: column;
  }
}
.page-homepage-allgemein .price__info {
  flex-direction: column;
}

.page-homepage-allgemein .price__column {
  width: 50%;
}

@media (max-width: 700px) {
  .page-homepage-allgemein .price__column {
    width: 100%;
  }
}
.page-homepage-allgemein .price__block_title {
  text-align: left;
}

.page-homepage-allgemein .price__block_subtitle {
  text-align: left;
}

.page-homepage-allgemein .price__column_text {
  padding: 25px;
}

@media (max-width: 700px) {
  .page-homepage-allgemein .price__column_text {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .page-homepage-allgemein .steps__column_title {
    word-break: break-all;
  }
}

.form__socials {
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 425px) {
  .form__socials {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    gap: 20px;
  }
}
.form__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form__social_link {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 15px !important;
  color: #4d4c4a !important;
}

.examples {
  position: relative;
  overflow: hidden;
}

.examples__position {
  position: absolute;
  right: -350px;
  top: -100px;
  max-width: 650px;
  filter: contrast(70%);
}

.page-homepage-allgemein .advant__block_title {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  color: #4d4c4a;
}

.page-homepage-allgemein .hero__logo {
  display: flex;
  justify-content: space-between;
}

.hero__secondlogo {
  max-width: 50px;
}

@media (max-width: 500px) {
  .page-homepage-allgemein .hero__logo {
    flex-direction: column;
    align-items: center;
  }
}
.second__logo {
  max-width: 60px !important;
}
