
.service-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #f9f9fb;
  padding: 40px 0 40px 0;
  border-radius: 0 0 40px 40px;
  min-height: 600px;
}
.service-info {
  flex: 1 1 500px;
  max-width: 700px;
  padding: 0 40px;
}
.service-info h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #1a2340;
  line-height: 1.15;
}
.service-description {
  font-size: 1.25rem;
  margin-bottom: 32px;
  color: #3a3a3a;
  line-height: 1.5;
}
.service-buttons {
  display: flex;
  gap: 16px;
}
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: #ff5c1a;
  color: #fff;
}
.btn-primary:hover {
  background: #e04d0f;
}
.btn-outline {
  background: #0066ff;
  color: #fff;
}
.btn-outline:hover {
  background: #004bb5;
}
.service-banner-block {
  flex: 1 1 500px;
  max-width: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.service-banner {
  width: 100%;
  max-width: 600px;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  object-fit: cover;
  margin-right: 0;
}
.service-promo {
  flex: 1 1 350px;
  max-width: 500px;
  background: #fff;
  border-radius: 18px;
  padding: 32px 32px 24px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-promo h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222;
  text-align: center;
}
.service-promo p {
  font-size: 1.2rem;
  margin-bottom: 18px;
  color: #333;
  text-align: center;
}
.service-promo .btn {
  background: #0066ff;
  color: #fff;
  border-radius: 30px;
  padding: 14px 28px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 1.1rem;
  transition: background 0.2s;
}
.service-promo .btn:hover {
  background: #004bb5;
}
.service-promo small {
  color: #888;
  font-size: 0.95rem;
  text-align: center;
  display: block;
}
@media (max-width: 1100px) {
  .service-hero { 
    flex-direction: column; 
    align-items: stretch; 
    gap: 20px; 
    padding: 20px 0 20px 0; 
    min-height: unset; 
    margin-top: 80px;
  }
  .service-info { 
    max-width: 100vw; 
    padding: 0 20px; 
  }
  .service-banner-block {
    display: none; /* Скрываем весь блок с баннером */
  }
  .service-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .service-buttons .btn {
    width: 100%;
    text-align: center;
  }
}
.three-step-block {
  background: #fff;
  border-radius: 0 0 32px 32px;
  margin: 0 auto 40px auto;
  padding: 40px 0 30px 0;
  max-width: 1200px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.03);
}
.three-step-block h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 36px;
  color: #223a5e;
}
.three-step-list {
  max-width: 1100px;
  margin: 0 auto;
}
.three-step-item {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}
.three-step-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin-right: 16px;
}
.three-step-content {
  flex: 1 1 auto;
}
.three-step-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2474c6;
  margin-bottom: 6px;
}
.three-step-item-desc {
  font-size: 1.1rem;
  color: #4a4a4a;
}
.three-step-list hr {
  border: none;
  border-top: 2px solid #e0e8f0;
  margin: 18px 0;
}
.three-step-btn-wrap {
  text-align: center;
  margin-top: 32px;
}
.three-step-btn {
  display: inline-block;
  background: #0076f6;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 16px 38px;
  text-decoration: none;
  transition: background 0.2s;
}
.three-step-btn:hover {
  background: #0056b8;
}
@media (max-width: 900px) {
  .three-step-item { flex-direction: column; align-items: flex-start; gap: 12px; }
  .three-step-circle { 
    display: none; 
  }
  .three-step-content {
    padding: 0 20px;
  }
  .three-step-list {
    padding: 0 15px;
  }
}
.other-services-block {
  background: #f9f9fb;
  border-radius: 24px;
  margin: 40px auto 0 auto;
  padding: 40px 0 30px 0;
  max-width: 1200px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.03);
}
.other-services-block h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 36px;
  color: #223a5e;
}
.other-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 0 auto 24px auto;
  max-width: 1100px;
}
.other-service-card {
  background: none;
  border-radius: 16px;
  overflow: hidden;
  width: 320px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4,2,.6,1), filter 0.2s;
  min-height: 180px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.other-service-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  transform: translateY(-8px) scale(1.035);
  filter: brightness(0.95);
  z-index: 2;
}
.other-service-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.other-service-img {
  position: relative;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  transition: filter 0.2s;
  filter: brightness(0.7);
}
.other-service-card:hover .other-service-img {
  filter: brightness(1.08) saturate(1.1);
}
.other-service-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0; top: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0.08) 40%,rgba(0,0,0,0.55) 100%);
  z-index: 1;
}
.other-service-title {
  position: absolute;
  left: 0; right: 0; bottom: 18px;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  padding: 0 18px;
}
.other-service-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  width: 48px;
  height: 48px;
  background: #0090e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-service-icon img {
  width: 28px;
  height: 28px;
}
@media (max-width: 900px) {
  .other-services-list { flex-direction: column; align-items: center; gap: 18px; }
  .other-service-card { width: 95vw; }
  .other-service-img { height: 140px; }
  .other-services-block {
    background: none;
    box-shadow: none;
    padding: 20px 0;
    margin: 20px auto 0 auto;
  }
  .other-service-card {
    border-radius: 0;
    box-shadow: none;
  }
  .other-service-img {
    height: 200px;
    border-radius: 0;
  }
  .other-service-img img {
    border-radius: 0;
  }
}
.other-services-btn-wrap {
  text-align: center;
  margin-top: 24px;
  position: relative;
  z-index: 10;
}
.other-services-btn {
  display: inline-block;
  background: #0076f6;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 16px 38px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: none;
}
.other-services-btn:hover {
  background: #0056b8;
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
.faq-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.faq-section h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 38px;
  color: #223a5e;
  font-family: inherit;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  justify-content: center;
}
.faq-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  width: 350px;
  min-height: 80px;
  padding: 32px 32px 20px 32px;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.18s;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faq-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.02);
}
.faq-question {
  font-size: 1.18rem;
  font-weight: 600;
  color: #223a5e;
  margin-bottom: 0;
  padding-right: 38px;
  font-family: inherit;
  line-height: 1.4;
}
.faq-toggle {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f7fd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0076f6;
  font-size: 1.7rem;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
  border: none;
}
.faq-card.open .faq-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.faq-toggle:hover {
  background: #eaf2ff;
}
.faq-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(.4,2,.6,1), opacity 0.3s;
  font-size: 1.08rem;
  color: #444;
  margin-top: 0;
  font-family: inherit;
  will-change: max-height, opacity;
  padding: 0;
}
.faq-card.open .faq-answer {
  max-height: 1000px;
  opacity: 1;
  margin-top: 18px;
  padding-top: 8px;
}
.faq-more-wrap {
  width: 100%;
  text-align: center;
  margin: 36px 0 0 0;
}
.faq-more-btn {
  display: inline-block;
  background: #0076f6;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 16px 38px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: none;
  cursor: pointer;
}
.faq-more-btn:hover {
  background: #0056b8;
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
@media (max-width: 1200px) {
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; gap: 18px; }
  .faq-card { width: 95vw; }
}
.seo-text-block {
  max-width: 1200px;
  margin: 60px auto 40px auto;
  padding: 0 20px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.seo-text-block h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #223a5e;
  margin-bottom: 20px;
  text-align: center;
}
.seo-text-block-content {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #444;
  background: #fff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
@media (max-width: 768px) {
  .seo-text-block { margin: 32px auto 24px auto; padding: 0 10px; }
  .seo-text-block h2 { font-size: 1.3rem; }
  .seo-text-block-content { padding: 16px; font-size: 0.98rem; }
}
.contact-form-block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 48px auto 0 auto;
  padding: 0 20px;
}
.contact-form-info {
  flex: 1 1 400px;
  max-width: 600px;
}
.contact-form-info h2 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #222;
  line-height: 1.15;
}
.contact-form-info .desc {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.5;
}
.contact-form-info .cta {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 32px;
  color: #222;
}
.contact-form-info .cta .phone-btn {
  display: inline-block;
  background: #ff6a1a;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 12px 28px;
  text-decoration: none;
  margin-left: 12px;
  transition: background 0.2s;
}
.contact-form-info .cta .phone-btn:hover {
  background: #e04d0f;
}
.contact-form-wrap {
  flex: 1 1 400px;
  max-width: 480px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.09);
  padding: 36px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-form-wrap h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222;
  text-align: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  background: #f9f9fb;
  margin-bottom: 0;
  transition: border 0.2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border: 1.5px solid #0076f6;
  outline: none;
}
.contact-form .form-row {
  display: flex;
  gap: 12px;
}
.contact-form .form-row > * {
  flex: 1 1 0;
}
.contact-form .privacy {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.contact-form .privacy input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.contact-form .privacy label {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  cursor: pointer;
  margin: 0;
}
.contact-form .privacy-policy {
  color: #0076f6;
  text-decoration: underline;
  cursor: pointer;
}
.contact-form .submit-btn {
  background: #0076f6;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 14px 0;
  border: none;
  margin-top: 18px;
  transition: background 0.2s;
  cursor: pointer;
}
.contact-form .submit-btn:hover {
  background: #0056b8;
}
.contact-form .form-note {
  font-size: 0.98rem;
  color: #888;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 900px) {
  .contact-form-block { flex-direction: column; gap: 32px; align-items: stretch; }
  .contact-form-info, .contact-form-wrap { max-width: 100vw; }
  .contact-form-info .cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .contact-form-info .cta .phone-btn {
    margin-left: 0;
  }
}
.submit-btn,
.phone-btn,
.three-step-btn {
    border-radius: 30px !important;
}
