/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* Container */
.header__container,
.hero__container,
.benefits__container,
.steps__container,
.specialists__container,
.reviews__container,
.advantages__container,
.faq__container,
.about__container,
.footer__container,
.divorce__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Button Component */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.button_primary {
  background-color: #567eb3;
  color: #ffffff;
}

.button_primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

/* Header Block */
.header {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__logo-icon {
  width: 32px;
  height: 32px;
}

.header__logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

.header__logo-accent {
  color: #567eb3;
}

.header__nav {
  display: flex;
  gap: 32px;
	  align-items: center;
}

.header__nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #4b5563;
  transition: color 0.3s ease;
	  align-items: center;
}

.header__nav-link:hover {
  color: #567eb3;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #567eb3;
}

.header__burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 28px;
  height: 24px;
}

.header__burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1f2937;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hero Block */
.hero {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  padding: 80px 0;
}

.hero__container {
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero__content {
  flex: 1;
}

.hero__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 24px;
}
.hero__title1 {
 font-size: 23px;
 font-weight: 800;
 color: #1f2937;
 text-shadow: 
 2px 2px 3px rgba(0, 0, 0, 0.1),
 3px 3px 5px rgba(0, 0, 0, 0.05);

}
.hero__title2 {
 font-size: 23px;
 font-weight: 800;
 color: #567eb3;
 text-shadow: 
 1px 1px 2px rgba(0, 0, 0, 0.1),
 2px 2px 4px rgba(0, 0, 0, 0.05);
}

}
.hero__description {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 32px;
}

.hero__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero__feature-icon {
  flex-shrink: 0;
}

.hero__feature span {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
}

.hero__button {
  font-size: 18px;
  padding: 16px 40px;
}

.hero__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__phone {
  max-width: 400px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Benefits Block */
.benefits {
  padding: 80px 0;
  background-color: #ffffff;
}

.benefits__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 60px;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.benefits__item {
  text-align: center;
}

.benefits__icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.benefits__item-title {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

.benefits__item-text {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* Steps Block */
.steps {
  padding: 80px 0;
  background-color: #f9fafb;
}

.steps__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 60px;
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.steps__item {
  display: flex;
  gap: 20px;
}

.steps__number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #567eb3;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.steps__number2 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #567eb3;
  color: #ffffff;
  border-radius: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.steps__content {
  flex: 1;
}

.steps__item-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.steps__item-text {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* Specialists Block */
.specialists {
  padding: 80px 0;
  background-color: #f3f4f6;
}

.specialists__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 60px;
}

.specialists__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.specialists__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.specialists__photo {
  flex-shrink: 0;
}

.specialists__photo-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.specialists__photo-img2 {
  width: 120px;
  height: 80px;
  border-radius: 10%;
  object-fit: cover;
}

.specialists__info {
  flex: 1;
}

.specialists__name {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}
.specialists__name2 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0px;
}

.specialists__position {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 16px;
}
.specialists__position2 {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0px;
}

.specialists__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.specialists__contact-label {
  font-size: 14px;
  color: #9ca3af;
}

.specialists__email {
  font-size: 16px;
  font-weight: 500;
  color: #567eb3;
  transition: color 0.3s ease;
}

.specialists__email:hover {
  color: #1d4ed8;
}

.specialists__cta {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.specialists__button {
  font-size: 18px;
  padding: 16px 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.specialists__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.specialists__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.specialists__feature-icon {
  margin-bottom: 16px;
}

.specialists__feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

/* Reviews Block */
.reviews {
  padding: 80px 0;
  background-color: #ffffff;
}

.reviews__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 60px;
}

.reviews__slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

.reviews__track {
  display: flex;
  transition: transform 0.5s ease;
}

.reviews__item {
  min-width: 100%;
  padding: 40px;
  background-color: #f9fafb;
  border-radius: 16px;
  text-align: center;
}

.reviews__rating {
  margin-bottom: 24px;
}

.reviews__star {
  color: #fbbf24;
  font-size: 24px;
}

.reviews__text {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 24px;
  font-style: italic;
}

.reviews__author {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.reviews__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #567eb3;
  transition: all 0.3s ease;
}

.reviews__arrow:hover {
  background-color: #567eb3;
  color: #ffffff;
}

.reviews__arrow_prev {
  left: 20px;
}

.reviews__arrow_next {
  right: 20px;
}

.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.reviews__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d5db;
  transition: all 0.3s ease;
}

.reviews__dot_active {
  background-color: #567eb3;
  width: 32px;
  border-radius: 6px;
}

/* Advantages Block */
.advantages {
  padding: 80px 0;
  background-color: #f9fafb;
}

.advantages__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 60px;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.advantages__item {
  text-align: center;
}

.advantages__icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.advantages__item-title {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

.advantages__item-text {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* FAQ Block */
.faq {
  padding: 80px 0;
  background-color: #ffffff;
}

.faq__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 60px;
}

.faq__list {
  max-width: 800px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #e5e7eb;
}

.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  text-align: left;
  transition: color 0.3s ease;
}

.faq__question:hover {
  color: #567eb3;
}

.faq__icon {
  font-size: 24px;
  color: #567eb3;
  transition: transform 0.3s ease;
}

.faq__item_active .faq__icon {
  transform: rotate(45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__item_active .faq__answer {
  max-height: 500px;
}

.faq__answer p {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
}

/* About Block */
.about {
  padding: 80px 0;
  background-color: #f9fafb;
}

.about__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-bottom: 40px;
}

.about__content {
  max-width: 800px;
  margin: 0 auto;
}

.about__text {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 24px;
}

/* Footer Block */
.footer {
  background-color: #1f2937;
  color: #ffffff;
  padding: 60px 0 24px;
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer__logo-icon {
  width: 32px;
  height: 32px;
}

.footer__logo-text {
  font-size: 20px;
  font-weight: 700;
}

.footer__logo-accent {
  color: #567eb3;
}

.footer__description {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.6;
}

.footer__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__link {
  font-size: 14px;
  color: #d1d5db;
  transition: color 0.3s ease;
}

.footer__link:hover {
  color: #567eb3;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__contact {
  font-size: 14px;
  color: #d1d5db;
  transition: color 0.3s ease;
}

.footer__contact:hover {
  color: #567eb3;
}

.footer__schedule {
  font-size: 14px;
  color: #d1d5db;
  margin-bottom: 8px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #374151;
}

.footer__copyright {
  font-size: 14px;
  color: #9ca3af;
}

.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal-link {
  font-size: 14px;
  color: #d1d5db;
  transition: color 0.3s ease;
}

.footer__legal-link:hover {
  color: #567eb3;
}

/* ==================== DIVORCE PAGE STYLES ==================== */

/* Breadcrumbs */
.breadcrumbs {
  background: #f8f9fa;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.breadcrumbs__container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.breadcrumbs__link {
  color: #567eb3;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumbs__link:hover {
  color: #1d4ed8;
}

.breadcrumbs__separator {
  color: #9ca3af;
}

.breadcrumbs__current {
  color: #6b7280;
}

/* Divorce Page Layout */
.divorce {
  padding: 3rem 0;
  min-height: calc(100vh - 400px);
}

.divorce__inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  margin-bottom: 2rem;
}

.divorce__content {
  min-width: 0;
}

.divorce__sidebar {
  position: sticky;
  top: 2rem;
  height: fit-content;
}

.divorce__navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

/* Quiz Styles */
.quiz {
  width: 100%;
}

.quiz__step {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.quiz__step_active {
  display: block;
}

.quiz__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
}

.quiz__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
}

.quiz__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.quiz__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.quiz__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.quiz__field_hidden {
  display: none;
}

.quiz__label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

.quiz__input,
.quiz__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #111827;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.quiz__input:focus,
.quiz__textarea:focus {
  outline: none;
  border-color: #567eb3;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.quiz__textarea {
  resize: vertical;
  min-height: 80px;
}

.quiz__hint {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: -0.25rem;
}

.quiz__radio,
.quiz__checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}

.quiz__radio:hover,
.quiz__checkbox:hover {
  background-color: #f9fafb;
}

.quiz__radio input[type="radio"],
.quiz__checkbox input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  accent-color: #567eb3;
}

.quiz__radio-text,
.quiz__checkbox-text {
  font-size: 1rem;
  color: #111827;
}

.quiz__checkbox-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}

.quiz__checkbox-card:hover {
  background-color: #f9fafb;
  border-color: #567eb3;
}

.quiz__checkbox-card input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.25rem;
  cursor: pointer;
  accent-color: #567eb3;
  flex-shrink: 0;
}

.quiz__checkbox-content {
  flex: 1;
}

.quiz__checkbox-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.quiz__checkbox-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}

.quiz__info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.875rem;
  color: #1e40af;
  line-height: 1.5;
}

.quiz__info_final {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.quiz__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
  padding: 1rem;
}

.quiz__alert-icon {
  flex-shrink: 0;
  color: #567eb3;
}

.quiz__alert p {
  font-size: 0.875rem;
  color: #1e40af;
  line-height: 1.5;
  margin: 0;
}

/* Quiz Progress Sidebar */
.quiz-progress {
  background: #f9fafb;
  border-radius: 1rem;
  padding: 1.5rem;
}

.quiz-progress__header {
  margin-bottom: 1rem;
}

.quiz-progress__step {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.quiz-progress__category {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.quiz-progress__bar {
  width: 100%;
  height: 0.5rem;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.quiz-progress__fill {
  height: 100%;
  background: #567eb3;
  border-radius: 9999px;
  transition: width 0.3s ease-in-out;
}

.quiz-progress__percent {
  text-align: right;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.quiz-progress__footer {
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.quiz-progress__label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.quiz-progress__number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.quiz-progress__copy {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: #567eb3;
  transition: color 0.3s;
}

.quiz-progress__copy:hover {
  color: #1d4ed8;
}

/* Quiz Navigation Buttons */
.quiz-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.quiz-nav_prev {
  background: #ffffff;
  color: #6b7280;
  border: 1px solid #d1d5db;
}

.quiz-nav_prev:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #9ca3af;
}

.quiz-nav_prev:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quiz-nav_next {
  background: #567eb3;
  color: #ffffff;
}

.quiz-nav_next:hover {
  background: #1d4ed8;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero__container {
    gap: 40px;
  }

  .hero__title {
    font-size: 40px;
  }

  .divorce__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .divorce__sidebar {
    position: static;
    order: -1;
  }
}

@media (max-width: 768px) {
	.quiz-base-form__column-title{
display:none;
}
  .header__nav {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .hero__container {
    flex-direction: column;
    text-align: center;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__features {
    align-items: center;
  }

  .benefits__title,
  .steps__title,
  .specialists__title,
  .reviews__title,
  .advantages__title,
  .faq__title,
  .about__title {
    font-size: 32px;
  }

  .specialists__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reviews__arrow {
    display: none;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .divorce {
    padding: 2rem 0;
  }

  .quiz__card {
    padding: 1.5rem;
  }

  .quiz__title {
    font-size: 1.25rem;
  }

  .quiz__row {
    grid-template-columns: 1fr;
  }

  .divorce__navigation {
    flex-direction: column-reverse;
    gap: 0.75rem;
  }

  .quiz-nav {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 28px;
  }

  .hero__description {
    font-size: 16px;
  }

  .benefits__title,
  .steps__title,
  .specialists__title,
  .reviews__title,
  .advantages__title,
  .faq__title,
  .about__title {
    font-size: 28px;
  }

  .specialists__grid {
    grid-template-columns: 1fr;
  }
}



/* Hero Block */
.hero {
  background: linear-gradient(135deg, #e8f0f7 0%, #f5f8fb 100%);
  padding: 60px 20px;
}

.hero__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}

.hero__content {
  flex: 1;
}

.hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.hero__title-accent {
  color: #567eb3;
}
.hero__title-accent1 {
  color: #5f7daf;
}

.hero__description {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero__feature {
  background: white;
  border: 1px solid #d0d9e3;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.hero__location {
  background: white;
  border: 2px solid #4a7fb8;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  color: #4a7fb8;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}

.hero__location:hover {
  background: #f0f5fa;
}

.hero__location-icon {
  width: 16px;
  height: 16px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero__button {
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero__button--primary {
  background: #4a7fb8;
  color: white;
}

.hero__button--primary:hover {
  background: #3d6a9a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 127, 184, 0.3);
}

.hero__button--secondary {
  background: #e8f0f7;
  color: #4a7fb8;
}

.hero__button--secondary:hover {
  background: #d5e5f2;
}

.hero__image {
  flex: 0 0 400px;
  position: relative;
}

.hero__notification {
  position: absolute;
  top: 20px;
  right: 40px;
  background: #5a6c7d;
  color: white;
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 240px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero__notification-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.hero__notification-logo {
  width: 24px;
  height: 24px;
  background: white;
  color: #5a6c7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.hero__notification-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hero__notification-info strong {
  font-size: 13px;
}

.hero__notification-info span {
  font-size: 11px;
  opacity: 0.8;
}

.hero__notification-text {
  font-size: 12px;
  line-height: 1.4;
}

.hero__phone {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.hero__phone-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Service Block */
.service {
  padding: 60px 20px;
  background: #f9fafb;
}

.service__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 24px;
}

.service__card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.service__card--info {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service__card--price {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service__identifier {
  background: #f0f4f8;
  color: #555;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 24px;
}

.service__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
  color: #1a1a1a;
}

.service__benefits-title,
.service__options-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.service__benefits-list {
  list-style: none;
  margin-bottom: 32px;
}

.service__benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.service__benefit-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.service__options-list {
  list-style: none;
  padding-left: 0;
}

.service__option {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.service__option::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4a7fb8;
  font-weight: 700;
}

.service__emblem {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 400px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100 20 L110 90 L180 100 L110 110 L100 180 L90 110 L20 100 L90 90 Z' fill='%23f0f4f8' opacity='0.3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.service__barcode {
  margin-bottom: 24px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
}

.service__pricing {
  margin-bottom: 32px;
}

.service__pricing-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.service__pricing-label {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.service__pricing-help {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8f0f7;
  color: #4a7fb8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  cursor: help;
}

.service__pricing-values {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.service__price-old {
  font-size: 20px;
  color: #999;
  text-decoration: line-through;
}

.service__discount {
  background: #ff5252;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.service__price-current {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
}

.service__timeline {
  margin-bottom: 32px;
}

.service__timeline-title {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-bottom: 8px;
}

.service__timeline-value {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.service__button {
  width: 100%;
  padding: 18px 32px;
  background: #4a7fb8;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: auto;
}

.service__button:hover {
  background: #3d6a9a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 127, 184, 0.3);
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* Hero Mobile */
  .hero {
    padding: 40px 16px;
  }

  .hero__container {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__description {
    font-size: 16px;
  }

  .hero__features {
    gap: 8px;
  }

  .hero__feature {
    font-size: 12px;
    padding: 8px 16px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__button {
    width: 100%;
    text-align: center;
  }

  .hero__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero__notification {
    right: 20px;
    max-width: 200px;
    font-size: 11px;
  }

  /* Service Mobile */
  .service {
    padding: 40px 16px;
  }

  .service__container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service__card {
    padding: 24px;
  }

  .service__title {
    font-size: 24px;
  }

  .service__benefit {
    font-size: 14px;
  }

  .service__price-current {
    font-size: 32px;
  }

  .service__timeline-value {
    font-size: 24px;
  }

  .service__emblem {
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: -80px;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 28px;
  }

  .hero__button {
    font-size: 12px;
    padding: 14px 24px;
  }

  .service__title {
    font-size: 20px;
  }

  .service__price-current {
    font-size: 28px;
  }
}

.service_pricing-help {
  position: relative;
	cursor: pointer;
}

.service_pricing-help .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 10;
  bottom: 125%; /* над кружочком */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  font-size: 12px;
}

.service_pricing-help .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* стрелочка вниз */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.service_pricing-help:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

:root {
    --alex-primary: #567eb3;
    --alex-dark: #4676b5;
    --alex-text: #333;
    --alex-light: #f5f7fa;
    --alex-white: #ffffff;
    --alex-border: #e0e0e0;
    --alex-radius: 8px;
    --alex-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.alex-body {
    background: var(--alex-light);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Шапка */
.alex-header {
    background: var(--alex-white);
    box-shadow: var(--alex-shadow);
    padding: 1rem 0;
}

.alex-header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alex-logo {
    font-size: 1.5rem;
    color: var(--alex-primary);
    font-weight: 700;
}

.alex-nav {
    display: flex;
    gap: 2rem;
}

.alex-nav-link {
    color: var(--alex-text);
    text-decoration: none;
    font-weight: 500;
}

.alex-nav-link:hover {
    color: var(--alex-primary);
}

/* Основной контент */
.alex-main {
    flex: 1;
    padding: 2rem 0;
}

.alex-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Секция услуг */
.alex-services-section {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--alex-white);
    border-radius: var(--alex-radius);
    padding: 2rem;
    box-shadow: var(--alex-shadow);
}

.alex-section-title {
    font-size: 1.8rem;
    color: var(--alex-text);
    margin-bottom: 0.5rem;
    text-align: center;
}

.alex-section-description {
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
}

.alex-categories-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.alex-category-tab {
    flex: 1;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: #666;
    font-weight: 500;
}

.alex-category-tab.alex-active {
    color: var(--alex-primary);
    border-bottom-color: var(--alex-primary);
}

.alex-apply-btn {
    width: 100%;
    padding: 1rem;
    background: var(--alex-primary);
    color: white;
    border: none;
    border-radius: var(--alex-radius);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.alex-apply-btn:hover {
    background: var(--alex-dark);
}

/* Аккордеон */
.alex-accordion-container {
    margin-bottom: 1.5rem;
}

.alex-accordion {
    background: var(--alex-white);
    border-radius: var(--alex-radius);
    overflow: hidden;
    border: 1px solid var(--alex-border);
}

.alex-accordion-checkbox {
    display: none;
}

.alex-accordion-header {
    padding: 1.2rem 1.5rem;
    background: var(--alex-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--alex-primary);
}

.alex-accordion-header:hover {
    background: #f8faff;
}

.alex-accordion-arrow {
    margin-left: auto;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.alex-accordion-checkbox:checked + .alex-accordion-header .alex-accordion-arrow {
    transform: rotate(180deg);
}

.alex-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.alex-accordion-checkbox:checked ~ .alex-accordion-content {
    max-height: 2000px;
}

.alex-service-item {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid var(--alex-border);
}

.alex-service-item:hover {
    background: #f8faff;
}

.alex-service-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
    background: #eef2ff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alex-primary);
    font-size: 0.9rem;
}

.alex-service-name {
    flex: 1;
    color: var(--alex-text);
}

.alex-service-price {
    background: var(--alex-primary);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}
/* Адаптивность */
@media (max-width: 768px) {
    .alex-header-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .alex-services-section {
        padding: 1.5rem;
    }
    
    .alex-section-title {
        font-size: 1.5rem;
    }
    
    .alex-categories-nav {
        flex-direction: column;
    }
    
    .alex-other-categories {
        grid-template-columns: 1fr;
    }
    
    .alex-footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}