

/* Start:/family_project/styles.css?178012844620810*/
@font-face {
  font-family: "Golos Text";
  src: url("/family_project/assets/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/family_project/assets/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/family_project/assets/GolosText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/family_project/assets/GolosText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/family_project/assets/GolosText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/family_project/assets/GolosText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Moskvich Sans";
  src: url("/family_project/assets/MoskvichSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Moskvich Sans";
  src: url("/family_project/assets/MoskvichSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Moskvich Sans";
  src: url("/family_project/assets/MoskvichSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-orange: #e85d30;
  --color-black: #000;
  --color-white: #fff;
  --color-bg: #fbfbfb;
  --color-gray-bg: #f5f5f5;
  --color-gray-border: #d2d2d2;
  --color-gray-muted: #a0a0a0;
  --color-gray-image: #d1d1d1;
  --font-body: "Golos Text", Arial, sans-serif;
  --font-heading: "Golos Text", Arial, sans-serif;
  --font-moskvich: "Moskvich Sans", Arial, sans-serif;
  --container-max: 1400px;
  --content-padding: 54px;
  --radius-lg: 30px;
}

.fp-page *,
.fp-page *::before,
.fp-page *::after {
  box-sizing: border-box;
}

.fp-page {
  margin: 0;
  font-family: var(--font-body);
  font-size: 25px;
  line-height: 1;
  color: var(--color-black);
  background: var(--color-white);
}

.fp-page img {
  display: block;
  max-width: 100%;
}

.fp-page a {
  color: inherit;
  text-decoration: none;
}

.fp-page ul,
.fp-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-page  {
  margin: 0;
}

.fp-page strong {
  font-weight: 600;
}

.textarea textarea {
  height: 100px !important;
}

.fp-page .title {
  margin: 0 0 29px;
  font-family: var(--font-heading);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-orange);
}

.fp-page .title--hero {
  margin-bottom: 14px;
  font-size: 50px;
  text-align: left;
}

.fp-page .subtitle {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.fp-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 0;
  border-radius: var(--radius-lg);
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.fp-page .btn--primary {
  background: var(--color-orange);
  color: var(--color-white);
}

.fp-page .btn--secondary {
  background: var(--color-white);
  color: var(--color-orange);
}

.fp-page .list {
  display: grid;
  gap: 5px;
}

.fp-page .list li {
  position: relative;
  padding-left: 21px;
}

.fp-page .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F6C2B1;
  transform: translateY(-50%);
}

.fp-page .list--light li::before {
  background: var(--color-white);
}

.fp-page .fp-page {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--content-padding) 40px;
}

.fp-page .hero {
  padding-top: 24px;
}

.fp-page .hero__intro {
  margin-bottom: 45px;
}

.fp-page .hero__image-wrap {
  overflow: hidden;
  height: 602px;
  background: var(--color-gray-image);
}

.fp-page .hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fp-page .intro {
  display: grid;
  grid-template-columns: 1fr 578px;
  align-items: start;
  gap: 24px;
  margin-top: 39px;
}

.fp-page .intro__text {
  display: grid;
  gap: 10px;
}

.fp-page .quote-card {
  margin: 0;
  max-width: 578px;
  height: 100%;
  margin-left: auto;
  padding: 39px 43px;
  border-radius: var(--radius-lg);
  background: var(--color-gray-bg);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.fp-page .quote-card__accent {
  margin-bottom: 15px;
  color: var(--color-orange);
}

.fp-page .goal-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 63px;
  min-height: 192px;
  margin-top: 63px;
  padding: 38px 43px;
  border-radius: var(--radius-lg);
  background: var(--color-gray-bg);
  overflow: hidden;
}

.fp-page .goal-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fp-page .goal-card__chevron {
  display: block;
  width: 168px;
  height: 105px;
}

.fp-page .goal-card__text {
  margin: 0 0 31px;
  font-family: var(--font-heading);
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}

.fp-page .goal-card__btn {
  margin-left: 0;
}

.fp-page .testimonials {
  --testimonial-card-width-mobile: 410px;
  --testimonial-card-width-desktop: 526px;
  --testimonial-gap-desktop: 24px;
  margin-top: 102px;
  display: grid;
  align-items: center;
  grid-template-columns: 44px 1fr 44px;
  gap: 24px;
  padding: 0 40px;
}

.fp-page .testimonials__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.fp-page .testimonials__arrow img {
  display: block;
  width: 44px;
  height: 80px;
}

.fp-page .testimonials__arrow--left img {
  transform: rotate(180deg);
}

.fp-page .testimonials__viewport {
  width: calc(var(--testimonial-card-width-desktop) * 2 + var(--testimonial-gap-desktop));
  max-width: calc(var(--testimonial-card-width-desktop) * 2 + var(--testimonial-gap-desktop));
  margin: 0 auto;
  overflow: hidden;
}

.fp-page .testimonials__cards {
  display: flex;
  gap: var(--testimonial-gap-desktop);
  transition: transform 0.3s ease;
  will-change: transform;
}

.fp-page .testimonial-card {
  position: relative;
  width: var(--testimonial-card-width-desktop);
  min-height: 353px;
  height: 353px;
  margin: 0;
  flex: 0 0 var(--testimonial-card-width-desktop);
  padding: 23px 34px 25px 34px;
  border: 1px solid var(--color-orange);
  border-radius: var(--radius-lg);
  background: var(--color-white);
}

.fp-page .testimonial-card__photo-wrap {
  width: 172px;
  min-width: 172px;
  height: 172px;
  min-height: 172px;
  background: var(--color-white);
}

.fp-page .testimonial-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fp-page .testimonial-card__name {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.fp-page .testimonial-card__age {
  margin: 4px 0 0;
  font-family: var(--font-heading);
  font-size: 25px;
  text-transform: uppercase;
}

.fp-page .testimonial-card__quote {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1;
}

.fp-page .testimonial-card__photo-wrap-wrap {
  display: flex;
  align-items: center;
  gap: 56px;
}

.fp-page .important-card {
  margin-top: 73px;
  min-height: 270px;
  padding: 53px 32px 32px 38px;
  border-radius: var(--radius-lg);
  background-color: var(--color-gray-bg);
  background-image: url("/family_project/assets/pattern-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  overflow: hidden;
}

.fp-page .important-card__inner {
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.fp-page .important-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
}

.fp-page .important-card__inner .list {
  margin-bottom: 0;
  padding-left: 4px;
}

.fp-page .important-card__note {
  grid-column: 1 / -1;
  padding-left: 32px;
  font-size: 25px;
  line-height: 1;
}

.fp-page .content-block_two {
  margin-top: 92px;
}

.fp-page .content-block {
  margin-top: 81px;
}

.fp-page .content-block + .content-block {
  margin-top: 48px;
}

.fp-page .content-block--invite {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 14px;
}

.fp-page .content-block--invite .title {
  width: 100%;
  margin-bottom: 0;
}

.fp-page .content-block--invite .content-block__left {
  width: 336px;
}

.fp-page .content-block--invite .content-block__label {
  margin-top: 0;
}

.fp-page .content-block--invite .highlight-card {
  margin-left: 0;
  width: 100%;
  max-width: 791px;
  padding: 26px 44px;
}

.fp-page .content-wrap {
  display: grid;
  grid-template-columns: 1fr 791px;
  width: 100%;
}

.fp-page .process {
  margin-top: 86px;
}

.fp-page .content-block__lead {
  margin-bottom: 24px;
}

.fp-page .content-block__label {
  margin: 0 0 12px;
  font-weight: 600;
}

.fp-page .specialists-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.fp-page .process-card {
  padding: 34px 35px 36px 25px;
  border-radius: var(--radius-lg);
  background: var(--color-gray-bg);
}

.fp-page .process-card .title {
  margin-bottom: 19px;
}

.fp-page .process-card__lead {
  margin-bottom: 26px;
}

.fp-page .process-steps {
  display: flex;
  flex-wrap: nowrap;
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-page .process-step {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.fp-page .process-step__icon {
  display: block;
  flex-shrink: 0;
  width: 41px;
  height: 74px;
  background-color: var(--step-color, #feaa6a);
  -webkit-mask-image: url("/family_project/assets/chevron-right.svg");
  mask-image: url("/family_project/assets/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.fp-page .process-step__icon--1 {
  --step-color: #feaa6a26;
}

.fp-page .process-step__icon--2 {
  --step-color: #feaa6a4d;
}

.fp-page .process-step__icon--3 {
  --step-color: #feaa6a80;
}

.fp-page .process-step__icon--4 {
  --step-color: #feaa6a99;
}

.fp-page .process-step__icon--5 {
  --step-color: #feaa6acc;
}

.fp-page .process-step h3 {
  margin: 0 0 7px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
}

.fp-page .process-step p {
  font-size: 16px;
  line-height: 1;
}

.fp-page .process-step__text--177 {
  width: 177px;
  max-width: 177px;
}

.fp-page .process-card__note {
  margin-top: 41px;
  padding: 0 10px;
}

.fp-page .process-card__note-title {
  margin-bottom: 6px;
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-orange);
}

.fp-page .highlight-card {
  max-width: 791px;
  margin-left: auto;
  padding: 30px 61px;
  border-radius: var(--radius-lg);
  background: var(--color-gray-bg);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.fp-page .faq {
  margin-top: 78px;
}

.fp-page .faq__list {
  display: grid;
  gap: 15px;
  margin-top: 65px;
}

.fp-page .faq-item {
  overflow: visible;
}

.fp-page .faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 20px 53px;
  border: 2px solid var(--color-gray-border);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  font-family: var(--font-moskvich);
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  list-style: none;
}

.fp-page .faq-item__question::-webkit-details-marker {
  display: none;
}

.fp-page .faq-item__chevron {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 22px;
  transition: transform 0.2s ease;
}

.fp-page .faq-item[open] .faq-item__chevron {
  transform: rotate(180deg);
}

.fp-page .faq-item__answer {
  margin: 0;
  padding: 30px 53px 40px 53px;
  background: transparent;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
}

.fp-page .cta-card {
  margin-top: 84px;
  min-height: 314px;
  padding: 37px 53px;
  border-radius: var(--radius-lg);
  background-color: var(--color-gray-bg);
  background-image: url("/family_project/assets/pattern-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  overflow: hidden;
}

.fp-page .cta-card__title {
  margin: 0 0 9px;
  font-family: var(--font-heading);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
}

.fp-page .cta-card__text {
  margin-bottom: 0;
  max-width: none;
  width: 100%;
  color: var(--color-black);
}

.fp-page .cta-card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fp-page .cta-card__contacts {
  padding-left: 25px;
  padding-right: 106px;
  display: flex;
  margin-top: 45px;
  width: 100%;
  justify-content: space-between;
}

.fp-page .cta-card .btn--secondary {
  align-self: center;
  white-space: nowrap;
  height: 45px;
}

.fp-page .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fp-page .contact-item picture,
.fp-page .contact-item > img {
  flex-shrink: 0;
}

.fp-page .contact-item picture img,
.fp-page .contact-item > img {
  display: block;
  width: 40px;
  height: 40px;
}

.fp-page .contact-item span {
  display: grid;
  gap: 2px;
}

.fp-page .contact-item strong {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.fp-page .contact-item small {
  font-size: 18px;
}

.fp-page .important-card__inner-content {
  display: flex;
  align-items: center;
  gap: 34px;
}

@media (max-width: 1399px) {
  :root {
    --content-padding: 42px;
  }

  body {
    background: var(--color-bg);
  }

  .fp-page .fp-page {
    max-width: 600px;
    padding-bottom: 48px;
  }

  .fp-page .title {
    font-size: 40px;
  }

  .fp-page .title--hero {
    font-size: 40px;
  }

  .fp-page .subtitle {
    font-size: 25px;
  }

  .fp-page .intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }

  .fp-page .content-block__label {
    margin-top: 8px;
  }

  .fp-page .hero__intro {
    margin-bottom: 36px;
  }

  .fp-page .hero {
    padding-top: 32px;
  }

  .fp-page .hero__image-wrap {
    height: 287px;
  }

  .fp-page .quote-card {
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .fp-page .goal-card {
    display: grid;
    grid-template-columns: clamp(72px, 23vw, 121px) 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    column-gap: clamp(12px, 4vw, 22px);
    row-gap: clamp(20px, 6vw, 32px);
    min-height: 290px;
    margin-top: 42px;
    padding: clamp(24px, 7vw, 38px) clamp(16px, 5vw, 26px) clamp(20px, 5vw, 26px);
    box-sizing: border-box;
  }

  .fp-page .goal-card__content {
    display: contents;
  }

  .fp-page .goal-card__chevron {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-top: 0;
    width: clamp(72px, 23vw, 121px);
    height: auto;
    aspect-ratio: 121 / 75;
  }

  .fp-page .goal-card__text {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: clamp(22px, 5.4vw, 32px);
  }

  .fp-page .goal-card__btn {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    white-space: normal;
    text-align: center;
    font-size: clamp(18px, 4.8vw, 25px);
    padding: 12px clamp(16px, 5vw, 26px);
    min-height: 45px;
    box-sizing: border-box;
  }

  .fp-page .important-card__inner {
    display: grid;
    gap: 9px;
  }

  .fp-page .important-card {
    min-height: 0;
    padding: 37px 39px;
    background-image: url("/family_project/assets/pattern-bg.png");
  }

  .fp-page .important-card__title {
    font-size: clamp(48px, 12vw, 70px);
  }

  .fp-page .important-card__inner .list {
    margin-bottom: 42px;
  }

  .fp-page .important-card__note {
    grid-column: auto;
    padding-left: 0;
  }

  .fp-page .content-block__lead {
    margin-bottom: 53px;
  }

  .fp-page .content-block--invite {
    display: block;
  }

  .fp-page .content-block--invite .title {
    margin-bottom: 29px;
  }

  .fp-page .content-block--invite .title,
  .fp-page .content-block--invite .content-block__left {
    width: auto;
  }

  .fp-page .content-block--invite .content-block__label {
    margin-top: 8px;
  }

  .fp-page .content-wrap {
    display: block;
  }

  .fp-page .highlight-card {
    max-width: none;
    margin-left: 0;
    padding: 26px;
    margin-top: 83px;
  }

  .fp-page .cta-card {
    margin-top: 170px;
    min-height: 0;
    padding: 48px 29px 36px;
    background-image: url("/family_project/assets/pattern-bg.png");
  }

  .fp-page .cta-card__title {
    font-size: 40px;
  }

  .fp-page .btn--secondary {
    max-width: 246px;
    height: 45px;
    padding: 0;
  }

  .fp-page .testimonials {
    padding: 0;
    grid-template-columns: clamp(20px, 6vw, 25px) 1fr clamp(20px, 6vw, 25px);
    gap: clamp(8px, 2.5vw, 16px);
    margin-top: clamp(48px, 10vw, 80px);
  }

  .fp-page .testimonials__viewport {
    container-type: inline-size;
    width: 100%;
    max-width: 100%;
  }

  .fp-page .testimonials__cards {
    gap: 0;
  }

  .fp-page .testimonial-card {
    flex: 0 0 100cqw;
    width: 100cqw;
    min-height: clamp(280px, 88vw, 356px);
    height: auto;
    padding: clamp(16px, 4.5vw, 23px) clamp(14px, 4vw, 34px) clamp(18px, 5vw, 25px);
    box-sizing: border-box;
  }

  .fp-page .testimonial-card__photo-wrap {
    width: clamp(96px, 26vw, 172px);
    min-width: clamp(96px, 26vw, 172px);
    height: clamp(96px, 26vw, 172px);
    min-height: clamp(96px, 26vw, 172px);
  }

  .fp-page .testimonial-card__name {
    font-size: clamp(22px, 6vw, 35px);
  }

  .fp-page .testimonial-card__age {
    font-size: clamp(16px, 4.2vw, 25px);
  }

  .fp-page .testimonial-card__quote {
    font-size: clamp(14px, 3.6vw, 18px);
    margin-top: clamp(14px, 4vw, 24px);
  }

  .fp-page .testimonials__arrow img {
    display: block;
    width: clamp(20px, 6vw, 25px);
    height: clamp(36px, 11vw, 45px);
  }

  .fp-page .testimonial-card__photo-wrap-wrap {
    gap: clamp(12px, 3.5vw, 24px);
  }

  .fp-page .important-card__inner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  .fp-page .faq-item__answer {
    font-size: 20px;
    padding: 30px 24px 24px 25px;
  }

  .fp-page .faq-item__question {
    min-height: 99px;
    padding: 20px 24px;
    font-size: 22px;
  }

  .fp-page .cta-card__inner {
    display: block;
  }

  .fp-page .cta-card__text {
    margin-bottom: 28px;
    max-width: 100%;
    width: auto;
  }

  .fp-page .cta-card__contacts {
    display: grid;
    gap: 24px;
    margin-top: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    justify-content: normal;
  }

  .fp-page .cta-card .btn--secondary {
    align-self: auto;
    white-space: normal;
  }

  .fp-page .process-card__note {
    margin-top: 61px;
    padding: 0;
  }

  .fp-page .process-steps {
    display: grid;
    gap: 24px;
  }

  .fp-page .process-step {
    flex: 0 0 auto;
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .fp-page .process-step__icon {
    width: 74px;
    height: 41px;
    -webkit-mask-image: url("/family_project/assets/chevron-faq.svg");
    mask-image: url("/family_project/assets/chevron-faq.svg");
    transform: none;
  }

  .fp-page .process-step__text--177 {
    width: auto;
    max-width: none;
  }

  .fp-page .specialists-grid {
    grid-template-columns: 1fr;
  }

  .fp-page .contact-item strong {
    font-size: clamp(22px, 7vw, 35px);
  }

}

.fp-page .font-moskvich,
.fp-page .font-moskvich *,
.fp-page .title.font-moskvich,
.fp-page .subtitle.font-moskvich,
.fp-page .quote-card.font-moskvich,
.fp-page .highlight-card.font-moskvich,
.fp-page .goal-card__text.font-moskvich,
.fp-page .goal-card__btn.font-moskvich,
.fp-page .important-card__title.font-moskvich,
.fp-page .process-card__note-title.font-moskvich,
.fp-page .cta-card__title.font-moskvich,
.fp-page .btn.font-moskvich {
  font-family: var(--font-moskvich);
}

/* End */
/* /family_project/styles.css?178012844620810 */
