body {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  color: #2d2d2d;
  background-color: #fdfcfb; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.header {
  background: #fdfcfb;
  padding: 37px 0;
  justify-content: space-between;
  display: flex; }

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #3b2f2f; }

.logo-icon {
  height: auto; }

.logo-text {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 36px; }

.header .header_nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0; }

.header .header_nav a {
  text-decoration: none;
  color: #4E403A;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Mulish', sans-serif; }

.underline-hover {
  position: relative;
  display: inline-block;
  color: #4E403A;
  text-decoration: none; }

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background-color: #3b2f2f;
  transition: width 0.4s ease; }

.underline-hover:hover::after {
  width: 100%; }

.header .contact-btn {
  font-family: "Mulish", sans-serif;
  padding: 10px 18px;
  background-color: #fdfcfb;
  border: 1px solid #4E403A;
  border-radius: 25px;
  text-decoration: none;
  color: #4E403A;
  font-size: 20px; }

.header .contact-btn:hover {
  background: #6A5248;
  border: 1px solid #6A5248;
  color: #FFFFFF;
  transition: background 0.3s ease, color 0.3s ease; }

.burger {
  display: none; }

.hero {
  padding: 20px 0; }

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

.hero .hero-text {
  max-width: 50%; }

.hero .hero-text h1 {
  color: #1B1B1B;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 64px; }

.hero .hero-text p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #43443E; }

.hero .hero-text .consult-btn {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #4E403A;
  color: #fff;
  text-decoration: none;
  border-radius: 20px; }
  .hero .hero-text .consult-btn:hover {
    background-color: #3b2f2f;
    transition: background 0.3s ease, color 0.3s ease; }

.hero .hero-image img {
  max-width: 100%;
  height: auto; }

.services {
  padding: 60px 0; }

.services h2 {
  font-family: "Cormorant Garamond", serif;
  color: #1B1B1B;
  font-size: 64px;
  text-align: center;
  margin-bottom: 40px; }

.services .services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }

.services .service-card {
  background: #f9f5f2;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }

.services .service-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #1B1B1B; }

.services .service-card p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #43443E; }

.about {
  padding: 60px 0;
  background: #fdfdfd; }

.about-white-bg {
  background: #FFFFFF; }

.about .about-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center; }

.about .about-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .about .about-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 20px;
    text-align: left;
    max-width: 780px;
    color: #1B1B1B; }

.about .consult-btn {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #4E403A;
  color: #fff;
  text-decoration: none;
  border-radius: 20px; }
  .about .consult-btn:hover {
    background-color: #3b2f2f;
    transition: background 0.3s ease, color 0.3s ease; }

.about .about-me {
  width: 100%; }

.about .about-me h2 {
  font-family: "Cormorant Garamond", serif;
  color: #1B1B1B;
  font-size: 64px;
  text-align: center;
  margin-bottom: 60px; }

.introduction {
  padding-left: 30px; }

.about .about-me .about-photo {
  height: auto;
  max-width: 430px; }

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

.about .about-me h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
  text-align: left;
  color: #1B1B1B; }
.about .about-me .about-description {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #43443E; }

.why-me {
  position: relative;
  margin: 80px 0 280px; }
  .why-me .benefits {
    display: flex;
    justify-content: space-between; }
    .why-me .benefits .benefits-content h2 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-size: 64px;
      line-height: 74px;
      color: #1B1B1B;
      text-align: left; }
    .why-me .benefits .benefits-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .why-me .benefits .benefits-list li {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 1.5; }
      .why-me .benefits .benefits-list .custom-checkbox {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .why-me .benefits .benefits-list .custom-checkbox img {
          width: 24px;
          height: 24px; }
      .why-me .benefits .benefits-list .benefit-text {
        flex: 1;
        font-family: 'Mulish', sans-serif;
        font-weight: 600;
        font-size: 22px;
        line-height: 100%;
        color: #4E403A; }
    .why-me .benefits .why-image img {
      position: absolute;
      right: 0; }

.contacts {
  background: #f9f5f2;
  padding: 10px 0;
  text-align: center; }
  .contacts h2 {
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 64px;
    line-height: 74px;
    color: #1B1B1B; }
  .contacts .contacts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    text-align: center; }
    .contacts .contacts-grid .contact-item {
      max-width: 220px;
      text-align: left; }
      .contacts .contacts-grid .contact-item img {
        margin-bottom: 10px; }
      .contacts .contacts-grid .contact-item p {
        color: #43443E;
        font-family: "Mulish", sans-serif;
        font-weight: 600;
        font-size: 16px; }
        .contacts .contacts-grid .contact-item p strong {
          display: inline-block;
          margin-bottom: 10px; }
        .contacts .contacts-grid .contact-item p a {
          font-family: "Mulish", sans-serif;
          text-decoration: underline;
          font-weight: 300;
          font-size: 20px;
          line-height: 24px;
          color: #1B1B1B; }
          .contacts .contacts-grid .contact-item p a:hover {
            text-decoration: none;
            color: #4E403A; }

.footer {
  background-color: #3b2f2f;
  color: #fff;
  padding: 40px 0;
  font-size: 14px;
  margin-top: 80px; }
  .footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .footer .footer-top .footer-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: "Playfair Display", serif;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      color: #FFFFFF; }
    .footer .footer-top .footer-nav {
      display: flex;
      gap: 20px; }
      .footer .footer-top .footer-nav a {
        color: #fff;
        text-decoration: none;
        font-family: 'Mulish', sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px; }
      .footer .footer-top .footer-nav .underline-hover_footer {
        position: relative;
        display: inline-block;
        color: #FFFFFF;
        text-decoration: none; }
        .footer .footer-top .footer-nav .underline-hover_footer::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 0;
          height: 1.5px;
          background-color: #FFFFFF;
          transition: width 0.4s ease; }
        .footer .footer-top .footer-nav .underline-hover_footer:hover::after {
          width: 100%; }
  .footer .footer-bottom {
    display: flex;
    flex-direction: unset;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
    justify-content: space-between;
    text-align: left;
    margin: 60px 0 30px; }
    .footer .footer-bottom p {
      margin: 0;
      font-family: 'Mulish', sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px; }
      .footer .footer-bottom p a {
        text-decoration: none;
        color: #FFFFFF;
        font-family: 'Mulish', sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

.animate-fade.show {
  opacity: 1;
  transform: translateY(0); }

.benefits-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease; }

.benefits-list li.show {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 1200px) {
  .contact-item {
    text-align: center;
    max-width: 180px;
    margin: 0 auto; }

  .contact-item p,
  .contact-item a {
    margin-top: 10px;
    font-size: 14px; } }
@media (max-width: 1024px) {
    .why-me .benefits {
        display: block;
    }
    .why-me .benefits .why-image {
        text-align: center;
    }
    .why-me .benefits .why-image img{
        position: static;
        max-width: 100%;
    }
  .header .contact-btn {
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 17px; }

  .logo-text {
    font-size: 28px; }

  .header .nav a {
    font-size: 19px; }

  .hero .hero-text h1 {
    font-size: 54px;
    margin-top: -10px; }

  .hero .hero-text p {
    margin-bottom: 85px; }

  .about .about-text h2 {
    font-size: 45px; }

  .why-me {
    position: relative;
    margin: 80px 0 80px; }

  .why-me .benefits .why-image img {
    max-width: 430px; } }
@media (max-width: 768px) {
  .hero .hero-text h1 {
    font-size: 35px;
    margin-top: 0; }

  .hero .hero-text p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 60px; }

  .header {
    padding: 20px 0;
    position: relative; }

  .header-bar {
    background: #fdfcfb; }

  .header_nav {
    display: none; }

  .services {
    padding: 20px 0; }

  .services h2 {
    font-size: 54px; }

  .services .service-card h3 {
    font-size: 32px; }

  .services .service-card p {
    font-size: 16px; }

  .about .about-text h2 {
    font-size: 25px;
    line-height: 40px; }

  .about {
    padding: 30px 0; }

  .about .about-me h2 {
    font-size: 54px;
    margin-bottom: 25px; }

  .about .about-me .about-photo {
    max-width: 350px; }

  .why-me .benefits .benefits-content h2 {
    font-size: 47px;
    line-height: 64px; }

  .why-me .benefits .benefits-list .benefit-text {
    font-size: 20px; }

  .why-me .benefits .why-image img {
    max-width: 255px;
    top: 20%; }

  .contacts h2 {
    font-size: 54px;
    line-height: 64px; }

  .contacts .contacts-grid .contact-item p a {
    font-size: 18px;
    line-height: 22px; }

  .footer .footer-top .footer-nav {
    display: none; }

  .footer .footer-top .footer-logo {
    font-size: 32px; }

  .padding-top {
    padding-top: 20px; } }
@media (max-width: 576px) {
  .hero .hero-text h1 {
    font-size: 32px; }

  .about .about-text {
    display: block; }

  .about .about-text h2 {
    text-align: center; }

  .about .about-me .about-content {
    display: block; }

  .about .about-me .about-photo {
    max-width: 320px; }

  .contacts .contacts-grid {
    display: block; }

  .contacts .contacts-grid .contact-item {
    display: flex;
    justify-content: space-between; }

  .contacts .contacts-grid .contact-item img {
    margin-bottom: 10px;
    margin-right: 10px; }

  .footer {
    padding: 20px 0;
    margin-top: 40px; }

  .footer .footer-bottom {
    display: block; }

  .footer .footer-bottom p {
    font-size: 16px;
    line-height: 20px; }

  .footer .footer-bottom p a {
    font-size: 17px; }

  .padding-top {
    padding-top: 20px; } }
@media (max-width: 480px) {
  .hero .hero-content {
    display: block; }

  .hero .hero-text {
    max-width: 100%; }

  .hero .hero-text .consult-btn {
    display: block;
    text-align: center; }

  .hero .hero-text h1 {
    font-size: 36px; }

  .hero .hero-text p {
    margin-bottom: 16px; }

  .hero .hero-image img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto; }

  .services {
    padding: 0 0; }

  .services h2 {
    font-size: 36px;
    margin-bottom: 24px; }

  .services .services-list {
    display: block; }

  .services .service-card {
    margin-bottom: 24px; }

  .services .service-card img {
    max-width: 34px; }

  .services .service-card h3 {
    font-size: 28px; }

  .about .about-text h2 {
    font-size: 28px;
    line-height: 32px; }

  .about .consult-btn {
    display: block; }

  .about {
    padding: 20px 0; }

  .about .about-me h2 {
    font-size: 36px; }

  .about .about-me .about-photo {
    max-width: 219px; }

  .about .about-me h3 {
    max-width: 343px;
    font-size: 28px;
    line-height: 32px; }

  .about .about-me .about-description {
    font-size: 16px;
    line-height: 20px; }

  .why-me {
    margin: 20px 0 20px; }

  .why-me .benefits .benefits-content h2 {
    font-size: 36px;
    line-height: 38px;
    text-align: center; }

  .why-me .benefits .benefits-list .benefit-text {
    font-size: 16px; }

  .why-me .benefits .benefits-list .custom-checkbox img {
    width: 34px;
    height: 34px; }

  .why-me .benefits .benefits-list li {
    margin-bottom: 5px;
    gap: 0; }

  .contacts h2 {
    font-size: 36px;
    line-height: 38px; }

  .contacts .contacts-grid .contact-item p strong {
    display: none; }

  .contacts .contacts-grid .contact-item {
    max-width: 343px;
    text-align: left;
    justify-content: flex-start; }

  .contacts .contacts-grid .contact-item img {
    max-width: 34px; }

  .contacts .contacts-grid .contact-item p a {
    font-size: 16px;
    line-height: 18px; }

  .footer .footer-top .footer-logo {
    margin: 0 auto; }

  .footer .footer-bottom {
    text-align: center; }

  .footer .footer-top .footer-logo {
    font-size: 28px; } }
@media (max-width: 431px) {
  .logo-text {
    display: none; }

  .header .contact-btn {
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 17px; } }

/*# sourceMappingURL=style.css.map */
