    .section-title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    @media screen and (max-width: 1024px) {
      .services__wrapper__title {
        font-size: 32px;
        margin-bottom: 24px;
      }
    }

    .services__wrapper__title {
      font-size: 48px;
      font-weight: 700;
      color: #162D3F;
      margin-bottom: 32px;
    }

    h3 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      letter-spacing: 0.05em;
    }

    .article-text p {
      font-size: 17px;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .highlight {
      background-color: #f8f9fa;
      padding: 40px 20px;
      border-top: 1px solid #eee;
      margin-top: 60px;
        margin-bottom: 60px;
    }

    .btn-submit {
      background-color: #c5a46d;
      color: #fff;
      border: none;
    }

    .btn-submit:hover {
      background-color: #af8a45;
    }

    .form-control {
      border-radius: 6px;
    }

    .form-label {
      font-weight: 500;
    }

    .breadcrumb a {
      color: #c5a46d;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb {
      margin-top: 30px;
      margin-bottom: 30px;
    }


    .styled-list {
      padding-left: 0;
      list-style: none;
      margin-top: 20px;
      margin-bottom: 30px;
    }

    .styled-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.6;
    }




    .faq-section {
      margin-top: 30px;
    }

    .faq-item {
      border-left: 4px solid #c5a46d;
      background-color: #f8f9fa;
      margin-bottom: 15px;
      padding: 0;
      overflow: hidden;
      border-radius: 4px;
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      text-align: left;
      padding: 15px 20px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      color: #333;
      outline: none;
    }

    .faq-answer {
      display: none;
      padding: 0 20px 15px 20px;
      font-size: 15px;
      color: #444;
      line-height: 1.6;
    }

    .col-md-6 {
        padding: 30px 25px 25px 25px;
    }



    /* Плашка */
.consult-banner {
  border: 1px solid #d0312d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  margin: 30px 0;
  border-radius: 6px;
  background-color: #fff;
  flex-wrap: wrap;
  gap: 15px;
}

.consult-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lawyer-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #d0312d;
}

.consult-btn {
  background: none;
  border: none;
  color: #c5a46d;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.consult-btn:hover {
  color: #a9211e;
}

/* Модалка */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 480px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  animation: fadeIn 0.3s ease;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
}

.modal-close:hover {
  color: #000;
}

.modal-content input,
.modal-content textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.submit-btn {
  background-color: #c5a46d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.submit-btn:hover {
  background-color: #a98a4b;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}


.cta-form-section {
  padding: 60px 20px;
}

.cta-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  text-align: center;
}

.cta-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.cta-form .form-group {
  text-align: left;
  margin-bottom: 20px;
}

.cta-form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #444;
}

.cta-form input,
.cta-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: 0.2s ease;
  font-size: 15px;
}

.cta-form input:focus,
.cta-form textarea:focus {
  outline: none;
  border-color: #c5a46d;
  box-shadow: 0 0 0 3px rgba(197, 164, 109, 0.15);
}

.cta-btn {
  display: inline-block;
  background-color: #c5a46d;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #aa8a4f;
}


  .swiper-slide {
    display: none;
  }

  .swiper-slide:first-child {
    display: block;
  }




      .section-title-h1 {
      font-size: 32px;
      font-weight: bold;
      /*margin-bottom: 30px;*/
    }

    .service-card {
      background: #fff;
      border: 1px solid #ddd;
      border-left: 5px solid #c5a46d;
      border-radius: 6px;
      padding: 20px;
      margin-bottom: 20px;
      transition: all 0.2s ease-in-out;
    }

    .service-card:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
      border-left-color: #af8a45;
    }

    .service-card h5 {
      font-weight: 600;
    }

    .btn-contact {
      background-color: #c5a46d;
      color: #fff;
      border: none;
    }

    .btn-contact:hover {
      background-color: #af8a45;
    }






.service-modern-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
  border: 1px solid #eee;
}

.service-modern-card:hover {
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.service-modern-card h5 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-modern-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.service-icon {
  font-size: 36px;
  color: #c5a46d;
}

.btn-service {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c5a46d;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-service:hover {
  background-color: #aa8a4f;
  text-decoration: none;
  color: #fff;
}


    h1 {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .contact-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .contact-info, .contact-form {
      flex: 1 1 45%;
      min-width: 300px;
    }

    .contact-info img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .info-block {
      margin-bottom: 20px;
    }

    .info-block strong {
      display: inline-block;
      width: 160px;
      color: #222;
    }

    form input, form textarea {
      width: 100%;
      padding: 10px 14px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 15px;
    }

    form textarea {
      resize: vertical;
      height: 120px;
    }

    form button {
      background-color: #c5a46d;
      color: #fff;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
    }

    form button:hover {
      background-color: #a98b56;
    }

    @media (max-width: 768px) {
      .contact-grid {
        flex-direction: column;
      }
    }


    .service-icon img {
      width: 90px;
      height: 90px;
    }

    .container-review {
      display: flex;
      align-items: center;
    }

    .container-review img {
      height: 70px;
      width: 70px;
      border-radius: 50%;
      margin-right: 20px;
    }