:root {
  --v14f-bg: #474b3e;
  --v14f-overlay: url("../img/Vector_14.svg") center / cover no-repeat;
  --v14f-text: #ffffff;
  --v14f-accent: #fb8c27;
}

.v14f-page {
  width: 100%;
  background: #fff;
}

.v14f-footer-screen {
  margin-top: 100px;
  padding: 0;
  background: #fff;
}

.v14f-footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.v14f-footer-grid {
  position: relative;
  min-height: 634px;
  padding-bottom: 84px;
  overflow: hidden;
  background: var(--v14f-bg);
  isolation: isolate;
}

.v14f-footer-bg {
  position: absolute;
  inset: 0;
  background: var(--v14f-bg);
  z-index: -2;
}

.v14f-footer-noise {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1356px;
  height: 733px;
  transform: translate(-50%, -50%);
  background: var(--v14f-overlay);
  z-index: -1;
}

.v14f-footer-top {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 64px;
  margin-left: 0;
  margin-right: 0;
  row-gap: 16px;
  z-index: 1;
}

.v14f-footer-top > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.v14f-footer-meta-row,
.v14f-footer-wordmark-row {
  margin-left: 0;
  margin-right: 0;
}

.v14f-footer-meta-row > [class*="col-"],
.v14f-footer-wordmark-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.v14f-footer-logo {
  position: static;
  display: inline-flex;
  text-decoration: none;
}

.v14f-footer-logo__icon {
  width: 68px;
  height: 84px;
  display: block;
}

.v14f-footer-nav {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.v14f-footer-nav a {
  color: var(--v14f-text);
  text-decoration: none;
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.v14f-footer-actions {
  position: static;
  width: 300px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v14f-footer-actions__btn {
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.v14f-footer-actions__btn--ghost {
  background: #fff;
  color: var(--v14f-accent);
}

.v14f-footer-actions__btn--primary {
  background: var(--v14f-accent);
  color: #fff;
}

.v14f-footer-actions__btn:hover {
  box-shadow: 0 8px 20px rgba(251, 140, 39, 0.28);
  transform: translateY(-1px);
  filter: brightness(0.95);
}

.v14f-footer-actions__btn:active {
  transform: translateY(0);
  filter: brightness(0.9);
}

.v14f-footer-wordmark {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 250px;
  width: calc(100% - 120px);
  max-width: 1320px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2.73%;
  z-index: 1;
}

.v14f-footer-wordmark__smeta {
  width: 82.58%;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.v14f-footer-wordmark__n {
  width: 14.7%;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.v14f-footer-bottom {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 212px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  z-index: 1;
}

.v14f-footer-bottom a,
.v14f-footer-bottom__noop {
  color: var(--v14f-text);
  text-decoration: none;
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.v14f-footer-bottom span {
  color: #fff !important;
}

.v14f-footer-bottom__noop {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.v14f-footer-requisites-row {
  margin-left: 0;
  margin-right: 0;
}

.v14f-footer-requisites-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.v14f-company-requisites-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 14px 18px;
  background-color: #0e1726;
  border-radius: 0;
  z-index: 1;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.v14f-company-requisites-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #e5e7eb;
  text-align: center;
}

@media (max-width: 1199px) {
  .v14f-footer-screen {
    margin-top: 32px;
    padding: 24px 16px 0;
  }

  .v14f-footer-grid {
    min-height: 560px;
    padding-bottom: 84px;
  }

  .v14f-footer-noise {
    width: 92%;
    height: 88%;
  }

  .v14f-footer-top {
    left: 20px;
    right: 20px;
    top: 28px;
  }


  .v14f-footer-actions {
    width: min(300px, 100%);
  }
}

@media (max-width: 992px) {
  .v14f-footer-grid {
    min-height: 0;
    border-radius: 14px;
    padding: 28px 20px 96px;
  }

  .v14f-footer-top {
    position: static;
  }

  .v14f-footer-logo__icon {
    width: 56px;
    height: auto;
  }

  .v14f-footer-actions {
    width: min(300px, 100%);
    margin: 0 auto;
  }

  .v14f-footer-wordmark {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    gap: 2.73%;
  }

  .v14f-footer-bottom {
    position: static;
    margin-top: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

}

@media (max-width: 767px) {
  .v14f-footer-screen {
    margin-top: 24px;
    padding: 16px 12px 0;
  }

  .v14f-footer-grid {
    border-radius: 0;
    padding: 20px 12px 88px;
  }

  .v14f-footer-top {
    row-gap: 12px;
  }

  .v14f-company-requisites-text {
    font-size: 14px;
  }

  .v14f-footer-actions {
    width: 100%;
  }
}

@media (min-width: 1473px) {
  .v14f-footer-grid {
    min-height: clamp(760px, 52vw, 980px);
    padding-bottom: 110px;
  }

  .v14f-footer-wordmark {
    top: auto;
    bottom: 110px;
  }

  .hero-container,
  .about-container,
  .smn-v3-audience__container,
  .cat-materials-container,
  .v5b-clients-container,
  .v6q-container,
  .v7r-container,
  .v8a-about-container,
  .v9m-modes-container,
  .v10p-guest-container,
  .v11f-studio-container,
  .v12q-faq-container,
  .v13c-contact-container,
  .v14f-footer-container {
    width: 100%;
    max-width: none !important;
  }

  .v14f-footer-wordmark {
    max-width: none;
  }

  .cat-materials-screen {
    max-width: none;
    padding-left: clamp(20px, 3vw, 64px);
    padding-right: clamp(20px, 3vw, 64px);
  }

  .cat-materials-chips {
    max-width: none;
  }

  .cat-materials-title {
    max-width: clamp(866px, 62vw, 1500px);
    font-size: clamp(40px, 2.8vw, 64px);
  }

  .cat-materials-chip {
    padding: clamp(12px, 0.9vw, 18px) clamp(32px, 2.1vw, 52px);
    font-size: clamp(16px, 1vw, 24px);
  }
}
