﻿.cj-footer-new-wrap {
  --cj-footer-new-gold: #d89a36;
  --cj-footer-new-gold-2: #f1c56b;
  --cj-footer-new-red: #9b1113;
  --cj-footer-new-bg: #170d0c;
  --cj-footer-new-bg-2: #2a0f0e;
  --cj-footer-new-text: #fff3df;
  --cj-footer-new-muted: #f1d7ad;
  --cj-footer-new-line: rgba(216, 154, 54, 0.24);
  margin-top: 0;
  color: var(--cj-footer-new-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(129, 36, 18, 0.3), transparent 43%),
    linear-gradient(135deg, var(--cj-footer-new-bg) 0%, var(--cj-footer-new-bg-2) 45%, #130b0a 100%);
  border-top: 1px solid rgba(216, 154, 54, 0.28);
  font-family: inherit;
}

.cj-footer-new-wrap *,
.cj-footer-new-wrap *::before,
.cj-footer-new-wrap *::after {
  box-sizing: border-box;
}

.cj-footer-new-wrap a {
  color: inherit;
  text-decoration: none;
}

.cj-footer-new-wrap svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cj-footer-new-inner {
  width: min(1580px, calc(100% - 96px));
  margin: 0 auto;
  padding: 34px 18px 24px;
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr 1fr 310px;
  gap: 34px;
}

.cj-footer-new-brand {
  padding-right: 30px;
  border-right: 1px solid var(--cj-footer-new-line);
}

.cj-footer-new-logo {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--cj-footer-new-gold);
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.cj-footer-new-logo span {
  color: #fff0c8;
}

.cj-footer-new-brand p,
.cj-footer-new-news p {
  color: #fff0d9;
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
}

.cj-footer-new-socials {
  margin-top: 20px;
  display: flex;
  gap: 13px;
}

.cj-footer-new-socials a {
  width: 29px;
  height: 29px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--cj-footer-new-gold);
  border: 1px solid rgba(216, 154, 54, 0.64);
  transition: background 0.2s ease, color 0.2s ease;
}

.cj-footer-new-socials a:hover {
  background: rgba(216, 154, 54, 0.12);
  color: var(--cj-footer-new-gold-2);
}

.cj-footer-new-socials svg {
  width: 15px;
  height: 15px;
}

.cj-footer-new-col,
.cj-footer-new-news {
  padding-left: 20px;
  border-left: 1px solid rgba(216, 154, 54, 0.2);
}

.cj-footer-new-col h3,
.cj-footer-new-news h3 {
  color: #e3a43c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.cj-footer-new-col ul {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.cj-footer-new-col li,
.cj-footer-new-col a {
  font-size: 14px;
  color: #fff2df;
  transition: color 0.2s ease;
}

.cj-footer-new-col a:hover {
  color: var(--cj-footer-new-gold-2);
}

.cj-footer-new-news p {
  margin-bottom: 18px;
}

.cj-footer-new-form {
  height: 45px;
  display: grid;
  grid-template-columns: 1fr 54px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(216, 154, 54, 0.38);
  background: rgba(0, 0, 0, 0.12);
}

.cj-footer-new-form input {
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 0 15px;
  color: #fff;
  background: transparent;
}

.cj-footer-new-form input::placeholder {
  color: rgba(255, 242, 223, 0.65);
}

.cj-footer-new-form button {
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #fff8ee;
  background: linear-gradient(135deg, #8f1110, #d07f24);
}

.cj-footer-new-form svg {
  width: 21px;
  height: 21px;
}

.cj-footer-new-bottom {
  width: min(1580px, calc(100% - 96px));
  margin: 0 auto;
  padding: 0 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--cj-footer-new-muted);
  font-size: 13px;
  text-align: center;
}

.cj-footer-new-bottom::before,
.cj-footer-new-bottom::after {
  content: "";
  width: 330px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 154, 54, 0.38));
}

.cj-footer-new-bottom::after {
  background: linear-gradient(90deg, rgba(216, 154, 54, 0.38), transparent);
}

@media (max-width: 1260px) {
  .cj-footer-new-inner,
  .cj-footer-new-bottom {
    width: min(100% - 48px, 1180px);
  }

  .cj-footer-new-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .cj-footer-new-brand,
  .cj-footer-new-col,
  .cj-footer-new-news {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 960px) {
  .cj-footer-new-inner,
  .cj-footer-new-bottom {
    width: calc(100% - 48px);
  }

  .cj-footer-new-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cj-footer-new-bottom::before,
  .cj-footer-new-bottom::after {
    display: none;
  }
}

