.fftr2,
.fftr2 * {
  box-sizing: border-box;
}

.fftr2 {
  --accent: var(--ffl-lime, #c6d32d);
  --bg-card: rgba(0, 0, 0, 0);
  --text: #ffffff;
  --muted: #9fb2ae;

  color: var(--text);
  background:
    linear-gradient(180deg, rgba(8, 14, 12, 0.96), #041310);
  padding: 32px 0 24px;
  font-family: "Montserrat", system-ui, Arial, sans-serif;
}

.fftr2::before,
.fftr2::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: var(--accent);
}

.fftr2::before {
  margin: 0 0 10px;
}

.fftr2::after {
  margin: 10px 0 0;
}

.fftr2__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.fftr2 > .ffl-container {
  width: min(100% - (var(--ffl-gutter) * 2), 1440px);
}

.fftr2__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 24px;
  align-items: flex-start;
}

.fftr2__col {
  min-width: 0;
}

.fftr2__logo img {
  display: block;
  max-width: 150px;
  height: auto;
  margin-bottom: 18px;
}

.fftr2__text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 340px;
}

.fftr2__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}

.fftr2__underline {
  display: block;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
  margin: 10px 0 16px;
}

.fftr2__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.fftr2__menu li {
  position: relative;
}

.fftr2__menu a {
  position: relative;
  padding-left: 18px;
  color: #dfe6e3;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.fftr2__menu a::before {
  content: "\2197";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--accent);
}

.fftr2__menu a:hover {
  color: var(--accent);
}

.fftr2__col--contact {
  align-self: stretch;
  padding-top: 40px;
}

.fftr2__card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 420px;
  background: var(--bg-card);
  border-radius: 32px;
  padding: 24px 24px 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  margin-left: auto;
}

.fftr2__card-main {
  flex: 1 1 auto;
  min-width: 0;
}

.fftr2__card-title {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 800;
}

.fftr2__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.fftr2__row:last-child {
  margin-bottom: 0;
}

.fftr2__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex: 0 0 auto;
}

.fftr2__icon svg {
  width: 18px;
  height: 18px;
}

.fftr2__row-label {
  margin: 0 0 2px;
  font-size: 13px;
  color: var(--muted);
}

.fftr2__row-value {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}

.fftr2__row-value:hover {
  color: var(--accent);
}

.fftr2__card-social {
  position: relative;
  flex: 0 0 34px;
  margin-left: 18px;
  background: rgba(0, 0, 0, 0);
  border-radius: 32px;
  border: 1px solid #414141;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.fftr2__soc {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #282424;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fftr2__soc-in {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #02100d;
}

.fftr2__soc:hover .fftr2__soc-in {
  background: var(--accent);
  color: #02100d;
}

.fftr2__soc i {
  font-size: 18px;
}

.fftr2__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fftr2__bottom {
  margin-top: 28px;
  text-align: center;
}

.fftr2__copy {
  margin: 0;
  font-size: 14px;
  color: #d0dbd8;
}

.fftr2__copy a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.fftr2__copy a:hover {
  color: #ffffff;
}

.fftr2__soc-in .fab::before {
  font-family: initial !important;
  font-weight: 400;
  content: "" !important;
  display: block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fftr2__soc-in .fa-facebook-f::before {
  background-image: url("https://pub-693c9872069f41db9a1dbc355b7574a2.r2.dev/photoffl/facebook-1-svgrepo-com.svg");
}

.fftr2__soc-in .fa-telegram-plane::before {
  background-image: url("https://pub-693c9872069f41db9a1dbc355b7574a2.r2.dev/photoffl/telegram.svg");
}

.fftr2__soc-in .fa-instagram::before {
  background-image: url("https://pub-693c9872069f41db9a1dbc355b7574a2.r2.dev/photoffl/instagram-1-svgrepo-com.svg");
}

.fftr2__soc-in .fa-youtube::before {
  background-image: url("https://pub-693c9872069f41db9a1dbc355b7574a2.r2.dev/photoffl/youtube-color-svgrepo-com.svg");
}

@media (max-width: 1024px) {
  .fftr2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .fftr2__col--contact {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  .fftr2__card {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .fftr2 {
    padding: 26px 0 18px;
  }

  .fftr2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
  }

  .fftr2__col:first-child,
  .fftr2__col--contact {
    grid-column: 1 / -1;
  }

  .fftr2__card {
    max-width: 100%;
    flex-direction: row;
  }
}

@media (max-width: 360px) {
  .fftr2__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .fftr2__col:first-child,
  .fftr2__col--contact {
    grid-column: auto;
  }

  .fftr2__card {
    flex-direction: column;
    align-items: stretch;
  }

  .fftr2__card-social {
    flex: 0 0 auto;
    margin: 18px auto 0;
    flex-direction: row;
    padding: 6px 10px;
    border-radius: 999px;
  }
}

@media (min-width: 1025px) {
  .fftr2__grid > .fftr2__col:nth-child(2),
  .fftr2__grid > .fftr2__col:nth-child(3) {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .fftr2__card {
    padding: 24px 16px;
    max-width: 100%;
    margin-left: 0;
  }

  .fftr2__card-social {
    margin-left: 6px;
    padding: 8px 4px;
    flex: 0 0 34px;
    border-radius: 32px;
    border: 1px solid #414141;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .fftr2__row-value {
    font-size: 16px;
  }
}
