/* Стили из bottom.tpl: лежали тремя инлайновыми блоками и ехали в HTML
   на каждой странице. Плейсхолдеров шаблонизатора в них не было. */

  .footernew-bottom {
    border-top: none;
  }

  .footernew-copyright {
    margin-top: 0;
    color: #746565;
    font-weight: 500;
  }

  .bottom-border {
    position: absolute;
    left: 190px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1d1d1d;
  }

  .footernew-menus {
    background: none;
    padding: 0;
    border-radius: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .footernew-menu {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .footernew-menu-body {
    flex-direction: row;
    margin-top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  a.footernew-menu-item {}

  footer.footernew {
    padding: 10px;
  }

  footer.footernew {
    border-top: none;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--border-card-color);
  }

  .footernew-project {
    flex-direction: row;
    align-items: center;
    max-width: fit-content;
  }

  .footernew-sitestats {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 800px;
  }

  .footernew-sitestats {
    max-width: 600px;
    margin-left: 150px;
  }

  a.footernew-menu-item {
    color: #83838f;
  }

  .footernew-head {
    margin-bottom: 0;
    gap: 70px;
    align-items: center;
  }

  footer.footernew {
    margin-bottom: 20px;
  }

  .footernew-copyright {
    color: #83838f;
  }

  ul#site_stats {
    margin-bottom: 0;
  }

  .contain-footer {
    margin-left: 65px;
    width: calc(100% - 65px);
    margin-bottom: 20px;
    padding: 0 45px;
    z-index: 1;
  }

    .create_free_admin {
        display: flex;
        font-weight: 600;
        margin-bottom: 24px;
        border-radius: 15px;
        height: 36px;
        align-items: center;
        justify-content: center;
        background: var(--card-color);
        border: 1px solid var(--border-card-color);
        padding: 24px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }

#promoAnnouncement .modal-content {
    width: 520px;
    max-width: calc(100vw - 24px);
    padding: 24px;
    border: 1px solid rgba(245, 166, 35, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--modal-bg-color);
    box-shadow: 0 0 60px rgba(245, 166, 35, 0.08), 0 24px 60px rgba(0,0,0,0.6);
}
.promo-close {
    position: absolute;
    right: 16px; top: 16px;
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
}
.promo-close:hover { background: rgba(0,0,0,0.8); border-color: rgba(255,255,255,0.3); }
.promo-banner {
    margin: -24px -24px 20px;
}
.promo-banner video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px 20px 0 0;
}
.promo-heading {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-right: 40px;
}
.promo-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
}
.promo-deadline {
    margin: 0;
    font-size: 13px;
    color: #888;
}
.promo-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
}
.promo-price-lbl {
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.promo-price-val {
    font-size: 22px;
    font-weight: 800;
    color: #f5a623;
}
.promo-includes-title {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}
.promo-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.promo-includes ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #ccc;
}
.promo-includes ul li i {
    font-size: 18px;
    color: #f5a623;
    flex-shrink: 0;
}
.promo-tag {
    font-size: 11px;
    font-weight: 700;
    color: #4caf50;
    background: rgba(76,175,80,0.12);
    border: 1px solid rgba(76,175,80,0.25);
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 4px;
}
.promo-ps {
    margin: 0;
    font-size: 12px;
    color: #555;
    font-style: italic;
}
.promo-contacts { display: flex; gap: 10px; }
.promo-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
    letter-spacing: 0.3px;
}
.promo-btn:hover { text-decoration: none; filter: brightness(1.15); color: #fff; }
.promo-btn--vk:hover { color: #fff; }
.promo-btn--tg:hover { color: #fff; }
.promo-btn i { font-size: 22px; }
.promo-btn--vk { background: #0077ff; color: #fff; box-shadow: 0 4px 20px rgba(0,119,255,0.25); }
.promo-btn--tg { background: #229ed9; color: #fff; box-shadow: 0 4px 20px rgba(34,158,217,0.25); }
