/* Общий стиль шапки */
#header {
    width: 100%;
    padding: 20px 0;
    background: transparent;
}

.header_container {
   max-width: 1370px;
    margin: 0 auto;
    padding: 0 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* ЛОГО */
.logo {
width: 200px;
}
.logo img {
      width: 100%;
}

/* МЕНЮ */
.top_menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_menu li {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s ease;
    margin-left: 10px;
  margin-right: 10px;
}

.top_menu li:hover {
    color: #ffffff;
    opacity: 0.7;
}
.top_menu li a {
 text-decoration: none;
  color: #000;
  font-weight: bold;   
}
.top_menu li a:hover {
text-decoration: underline;
}

/* МЕССЕНДЖЕРЫ */
.mess {
    display: flex;
    gap: 14px;
}

/* Общий стиль кругов */
.mess-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
    text-decoration: none;
    color: #faf7f6;
}

.mess-btn svg {
    width: 22px;
    height: 22px;
}

/* Ховеры */
.mess-btn:hover {
    background: #2e2e2e;
    transform: translateY(-2px);
    color: white;
}

/* Цвета под бренды */
.mess-btn.vk:hover {
    background: #4277ff;
}

.mess-btn.tg:hover {
    background: #2aabee;
}

.mess-btn.max:hover {
    background: #ff0055;
}



/* КНОПКА ОСТАВИТЬ ЗАЯВКУ */
.call a {
    font-family: "Manrope", sans-serif;
    background: #ffffff;
    color: #0c0c0c;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
    white-space: nowrap;
}

.call a:hover {
    background: #e2e2e2;
}

.hero {
  max-width: 1370px;
  margin: 0px auto 80px;
 padding: 60px;
  border-radius: 32px;
  background: #242627;
  box-sizing: border-box;
}

/* ВЕРХНИЙ БЛОК */
.hero-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

/* ЛЕВАЯ КОЛОНКА */
.hero-left {
max-width: 660px;
}

.hero-label {
font-family: "Manrope", sans-serif;
 font-size: 24px;
  color: #fff;
  margin: 5px 0 16px;
  font-weight: 900;
}
.slog {
  font-size: 22px;
  color: #8c8c8c; 
  font-weight: 100;
}
.hero-right img {
    width: 550px;
    border-radius: 20px;
}
.hero-title {
font-family: "Manrope", sans-serif;
font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 28px;
}

.hero-cta {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #3152ff;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hero-cta:hover {
  background: #2442e0;
  transform: translateY(-1px);
}

/* ПРАВАЯ КОЛОНКА */
.hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-main-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #9146ff, #2b2bff 40%, #111 100%);
}

/* маленькое окно с кодом сверху */
.hero-code-window {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 220px;
  border-radius: 14px;
  background: #111217;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.hero-code-dots {
  display: flex;
  gap: 6px;
  padding: 8px 10px;
}

.hero-code-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3a40;
}

.hero-code {
  margin: 0;
  padding: 6px 10px 10px;
  font-family: "Fira Code", monospace;
  font-size: 11px;
  line-height: 1.4;
  color: #eaeaea;
  white-space: pre;
}

/* фото+градиент справа */
.hero-photo-block {
  position: relative;
  height: 260px;
  margin-left: 140px;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff00ff, #935cff);
  filter: saturate(1.2);
}

/* синяя «строка банка» */
.hero-bank-tag {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 10px 26px;
  border-radius: 999px;
  background: #0044ff;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* бейдж JS */
.hero-js-badge {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 14px;
  border-radius: 14px;
  background: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}

/* НИЖНИЕ КАРТОЧКИ */
.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: -160px;
}

.hero-feature-card {
  background: #ffffff;
  color: #111111;
  border-radius: 20px;
  padding: 18px 18px 16px;
  font-family: "Inter", sans-serif;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.hero-feature-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
   font-family: "Manrope", sans-serif;
}

.hero-feature-icon {
  font-size: 18px;
}

.hero-feature-card p {
 font-size: 16px;
  line-height: 1.45;
  margin: 0;
  color: #444444;
}
.btn_normal {
background: #3d3bff;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px 15px 40px;
  border-radius: 12px;  
}
.btn_normal:hover {
background: #000;
}

.btn_min {
background: #3d3bff;
  color: #fff;
  text-decoration: none;
  padding: 10px 40px 10px 40px;
  border-radius: 12px;
  font-size: 14px;
}
.btn_min:hover {
background: #000;
}

.hero_bottom {
  margin-top: 70px;  
}
.online-status {
 position: relative;
  padding-left: 20px;
  color: #21c45a;
  font-weight: 500;
  font-size: 20px;
  margin-left: 20px;
}

/* зелёный кружок перед текстом */
.online-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #21c45a;
  box-shadow: 0 0 0 0 rgba(33, 196, 90, 0.7);
  animation: online-pulse 1.5s infinite;
}

/* пульсация */
@keyframes online-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(33, 196, 90, 0.7);
  }
  70% {
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 0 6px rgba(33, 196, 90, 0);
  }
  100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(33, 196, 90, 0);
  }
}
.notarif {
 
}
.container_section {
width: 1168px;
margin-left: auto;
  margin-right: auto;
}
.notarif_content {
 background-color: #f5f5f5;
  display: grid;
  grid-column-gap: 48px;
  grid-template-columns: auto 1fr;
  padding: 36px 48px;
  padding-right: 140px;
  padding-left: 140px;
 border-radius: 32px; 
}
.notarif_text {
  font-size: 24px;
  line-height: 30px;  
}
.about_left {
 display: inline-block;
 width: 300px;
  vertical-align: top;   
}
.about_left img {
 width: 100%;   
}
.about_right {
  display: inline-block;
  width: 800px;
  vertical-align: top;
  padding-left: 20px;
}
.block_about {
 background: #f5f5f5;
  margin-top: 85px;
  padding: 20px;
 border-radius: 32px;
}
.about_right p {
 font-size: 18px;
  line-height: 27px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #4a4a4a;   
}
.about_left img {
  width: 300px;
  height: 460px;
border-radius: 32px;
}



.container {
      width: 1168px;
      margin-left: auto;
      margin-right: auto;
    }

    .speakers {
      padding: 80px 0 100px;
    }

    .speakers-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }

    .speakers-title {
     font-size: 45px;
      line-height: 1.1;
      font-weight: 700;
      margin: 0;
      color: #1e1e1e;
    }

    .speakers-controls {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 8px;
    }

    .speakers-arrow {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      border: none;
      background: #1f1f1f;
      color: #ffffff;
      font-size: 22px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    }

    .speakers-arrow:hover {
      background: #2a2a2a;
      transform: translateY(-1px);
    }

    .speakers-arrow:disabled {
      opacity: 0.3;
      cursor: default;
      transform: none;
    }

    /* ===== SWIPER ЛЕНТА ===== */

    .speakers-swiper {
      width: 100vw;
      margin-top: 40px;
     
      padding-left: 0px;
      padding-bottom: 40px;
      box-sizing: border-box;
      overflow: visible;
    }

    .speakers-swiper .swiper-wrapper {
      align-items: stretch;
    }

    .speakers-swiper .swiper-slide {
      width: 260px;        /* ширина карточки */
      height: auto;
    }

    /* ===== КАРТОЧКИ СПИКЕРОВ ===== */

    .speaker-card {
      background: #181818;
      border-radius: 24px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      cursor: pointer;
    }

    .speaker-photo {
      position: relative;
      padding-top: 142%;   /* вертикальное фото */
      overflow: hidden;
    }

    .speaker-photo img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .speaker-info {
      padding: 18px 18px 20px;
    }

    .speaker-name {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 4px;
      color: #fff;
    }

    .speaker-role {
      font-size: 14px;
      color: #b0b0b0;
    }

    /* ===== МОДАЛЬНОЕ ОКНО С ФОТО ===== */

    .speaker-modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }

    .speaker-modal.is-open {
      display: flex;
      pointer-events: auto;
    }

    .speaker-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.7);
    }

    .speaker-modal__dialog {
     position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  padding: 0px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
    }
    
    .speaker-modal__img {
      max-width: 100%;
      height: auto;
      max-height: min(800px, 90vh); /* не более 800px и не больше окна */
      display: block;
      border-radius: 20px;
    }

    .speaker-modal__close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      border: none;
      background: #1f1f1f;
      color: #ffffff;
      font-size: 18px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .speaker-modal__close:hover {
      background: #2b2b2b;
      transform: translateY(-1px);
    }

    /* ===== АДАПТИВ ===== */

    @media (max-width: 1200px) {
      .container {
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
      }

      .speakers-swiper {
        padding-left: 24px;
      }
    }

    @media (max-width: 900px) {
      .speakers {
        padding: 56px 0 72px;
      }

      .speakers-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .speakers-title {
        font-size: 28px;
      }
    }

    @media (max-width: 768px) {
      .speakers-swiper {
        padding-left: 16px;
      }

      .speakers-swiper .swiper-slide {
        width: 75vw; /* почти весь экран */
      }
    }
    
    .scor {
  padding: 0px 0;
}

.scor_block {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 50px;
}

/* ЛЕВАЯ КОЛОНКА (картинка) */
.scor_block_left img {
  width: 260px;
  height: auto;
  display: block;
}

/* ПРАВАЯ КОЛОНКА */
.scor_block_right {
  flex: 1;
}

.scor_block_right_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 35px;
}
.scor_block_right_title_desc {
 font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;   
}
.scor_block_right_text ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

.scor_block_right_text ul li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}



.price {
   font-size: 30px;
  margin-bottom: 25px; 
}



.sites-types {
padding: 60px 0;
  margin-top: 85px;
  border-radius: 32px;
  max-width: 1370px;
  background: #242627;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}
.sites-types h2 {
   color: #fff; 
   margin-bottom: 50px;
}

.sites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.site-card {
 background: #302f2f;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: 0.3s ease;
}

.site-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.site-card__icon {
 width: 90px;
  height: 90px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.site-card__icon img {
  width: 100%;  
}

.site-card__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.site-card__text {
  font-size: 16px;
  line-height: 1.55;
 color: #979797;
}
.sites-types_bot {
    margin-top: 50px;
}
.price_site {
    color: #fff;
  font-weight: 800;
}

.bonuses {
  padding: 80px 0;
}

.bonuses-header {
  align-items: flex-start;
}

.bonuses-title {
  max-width: 720px;
}

.bonuses-controls {
  margin-left: auto;
}

/* контейнер слайдера */
.extras-swiper {
  margin-top: 32px;
  padding-bottom: 40px;
}

/* ширина слайдов как на скрине */
.extras-swiper .swiper-slide {
  width: 460px; /* можно подогнать под свой макет */
}

/* карточка */
.bonus-card {
  background: #f5f5f7;
  border-radius: 32px;
  padding: 24px 24px 32px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

/* заголовок и текст внутри карточки */
.bonus-title {
 font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 12px;
  color: #262626;
}

.bonus-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
.bonus_img {
 margin-top: 25px;
  margin-bottom: 15px;   
}
.bonus_img img  {
   width: 100%;  
}
.bonus_price {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;  
}
.bonus_bot {
    margin-bottom: 20px;
}
.bonus_bot a:first-child {
 margin-right: 20px;   
}
.btn_demo {
 background: #bd0000;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px 15px 40px;
  border-radius: 12px;
}
.tags_block {
  width: 1168px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.tag {
 margin-right: 0px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 13px 19px;
  margin-bottom: 10px;   
}
.black .bonus_bot {
   margin-top: 45px; 
}
.black .bonus-card {
  background: #202020;  
  height: 625px;
}
.black .bonus-text {
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}
.ava {
    
}
.ava img {
 width: 140px;
  border-radius: 25px;   
}

.benefits {
  padding: 30px 0px 80px 0px;
}

.benefits-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.benefit-card {
  background: #f5f5f5;
  border-radius: 32px;
  padding: 32px 32px 36px;
  box-sizing: border-box;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.benefit-card-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 12px;
  color: #000;
}

.benefit-card-text {
  font-size: 17px;
  line-height: 1.5;
  color: #555;
}

.reviews {
  padding: 80px 0;
}

.reviews-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 40px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 32px;      /* вертикальный отступ между рядами */
  grid-column-gap: 32px;   /* горизонтальный между карточками */
}

/* важно: без margin-bottom, чтобы не было конфликтов */
.review-card {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}


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

.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e4e4e7;
display: block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  font-weight: 700;
  font-size: 22px;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.review-name {
  font-weight: 700;
  font-size: 18px;
}

.review-role {
  font-size: 14px;
  color: #71717a;
}

.review-rating {
margin: 0px 0 0px;
  font-size: 16px;
  color: #fbbf24;
}

.review-rating span {
  margin-right: 2px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #18181b;
  margin-bottom: 24px;
  flex-grow: 1;
}

.review-btn {
  align-self: flex-start;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: #111827;
  color: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.review-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
  background: #020617;
}

.reviews h2 {
 margin-bottom: 35px;   
}

.projects {
  padding: 80px 0;
  background-color: #f5f5f7;
}

.projects-inner {
  width: 1168px;
  max-width: 100%;
  margin: 0 auto;
}

.projects-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}

.projects-layout {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

/* ЛЕВАЯ ЧАСТЬ — СВАЙПЕР */

.projects-images-swiper {
  flex: 0 0 60%;
  border-radius: 32px;
  overflow: hidden;
}

.projects-images-swiper .swiper-slide {
  height: 100%;
}

.projects-images-swiper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-meta {
  display: none; /* служебный блок, из него берём текст */
}

/* ПРАВАЯ ЧАСТЬ — КАРТОЧКА */

.projects-card {
  background: #fff;
  border-radius: 32px;
  padding: 32px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.projects-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.projects-counter {
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
}

.projects-counter-current {
  color: #111827;
  font-weight: 600;
}

.projects-card-label {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
}

.projects-card-title {
 font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
}

.projects-card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 10px;
}

.projects-card-list {
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 14px;
  color: #4b5563;
}

.projects-card-list li + li {
  margin-top: 6px;
}

.projects-card-site {
  font-size: 18px;
  margin-bottom: 20px;  
}

.projects-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.projects-card-note {
  font-size: 12px;
  color: #6b7280;
}

/* Стрелки */

.projects-arrows {
  display: flex;
  gap: 12px;
}

.projects-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.projects-arrow:hover {
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
  transform: translateY(-1px);
}

.projects-arrow:active {
  transform: translateY(0);
  box-shadow: none;
}
.projects h2 {
 margin-bottom: 35px;   
}

#topMenu {
  position: fixed;
  top: -100px; /* чтобы было скрыто, если нужно */
  left: 50%;
  transform: translateX(-50%);
  width: 1168px;
  background: #fffffff0;
  color: #000;
  padding: 10px 15px 10px 15px;
  border-radius: 20px;
  transition: top 0.35s ease;
  z-index: 9999;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* когда меню показано */
#topMenu.show {
  top: 10px;
}

.fixmenu {
  display: flex;
  align-items: center;
  justify-content: space-between; /* левый / центр / правый */
  width: 100%;
  max-width: 1168px;              /* твой контейнер */
  margin: 0 auto;
}
.fixmenu_text {
  flex: 1;
  display: flex;
  justify-content: center;
}

.fixmenu_img {
 width: 50px;
 line-height: 0;
}
.fixmenu_cont {
  display: flex;
  align-items: center;
}

.fixmenu_img img {
 width: 100%;
  border-radius: 10px; 
}
.fixmenu_text ul {
  display: flex;
  align-items: center;
  gap: 28px;               /* расстояние между пунктами */
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixmenu_text li {
  margin: 0;
  padding: 0;
}

.fixmenu_text a {
  display: block;
  text-decoration: none;
  color: #040404;
  font-size: 16px;
  white-space: nowrap;
  transition: color 0.25s ease;
  font-weight: bold;
}

.fixmenu_text a:hover {color: #0200ec;
}
.site-card__icon svg {
  fill: #757575;  
}


.contact-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  display: none;
}

.contact-modal.is-open { display: block; }

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}

.contact-modal__layout{
  height: 100%;
  display: flex;
  align-items: center;   /* вертикальное центрирование “блока кнопок” */
  justify-content: center;
  padding: 28px;
  gap: 28px;
}

/* ЛЕВО — фото во весь рост блока справа */
.contact-modal__photo{
  width: min(44vw, 520px);
  height: min(78vh, 720px); /* высота фото = высоте “блока кнопок” */
  border-radius: 26px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #eee;
}

.contact-modal__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* под “рост” */
  display: block;
}

/* ПРАВО — кнопки */
.contact-modal__right{
  width: min(420px, 100%);
  height: min(78vh, 720px);     /* синхрон по высоте с фото */
  display: flex;
  flex-direction: column;
  justify-content: center;       /* центр по вертикали */
}

.contact-modal__title{
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 16px;
}

.contact-modal__list{
  display: grid;
  gap: 12px;
}

.m-btn{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  color: #111;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.m-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.m-btn__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: contain;
  padding: 6px;
  box-sizing: border-box;
}

.m-btn__text{
  font-size: 16px;
}

/* Мобилка: фото сверху, кнопки снизу */

.footer .sites-types {
  margin-top: 0px; 
  margin-bottom: 0px;
}
.footer  {
  background: #f5f5f7;
  padding-bottom: 40px;  
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.footer-left {
  max-width: 460px;
}

.footer-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
  color: #b9bcc1;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7c7f85;
}

.footer-value {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

/* КНОПКИ СОЦСЕТЕЙ */
.social-btn {
  padding: 14px 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: #2a2d30;
  transition: all 0.25s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Цветовые акценты */
.social-btn.vk:hover {
  background: #2787f5;
}

.social-btn.tg:hover {
  background: #2aabee;
}

.social-btn.max:hover {
  background: #000;
}

/* НИЖНЯЯ ЛИНИЯ */
.footer-bottom {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #8d9096;
}

.footer-policy {
  color: #8d9096;
  text-decoration: underline;
}

.footer-policy:hover {
  color: #fff;
}
.sites-types h2.footer-title {
    color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
}
.atumquiz-item-infopanel-consultant-text {
 font-size: 18px !important;
}
.atumquiz-form[data-template="media"] .atumquiz-item[data-page="field"] .atumquiz-item-infopanel-consultant-avatar img {
  border-radius: 20%;
}
.atumquiz-row {
  display: block;
}
  .atumquiz-row-cols-xxl-3 > * {
    display: block;
    width: 100%;
  }
  .atumquiz-form[data-template="media"] .atumquiz-item[data-page="field"] .atumquiz-item-field-title {
  font-size: 18px;
}
.hero-text {
  color: #7d7d7d;
  font-size: 18px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.svc-card {
    background: #f7f7f7;
  width: 480px;
  display: inline-block;
  border-radius: 32px;
  padding: 40px;
  vertical-align: top;
  margin-top: 40px;
}
.svc-card:first-child {
    margin-right: 35px;
}
.svc-card h3 {
  color: #222222;
  padding-top: 0px;
  margin-top: 0px;
}
.svc-list {
   padding-left: 20px;
}
.svc-section {
  margin-bottom: 100px;  
}
.fotter_menu {
    
}
.fotter_menu ul {
padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.fotter_menu ul li {
      list-style: none; 
      line-height: 20px;
}
.fotter_menu ul li a {
   color: #686868;
  font-size: 14px;
  text-decoration: none; 
}
.fotter_menu ul li a:hover {
    text-decoration: underline;
}
