@font-face {
  font-family: "ACR";
  src: url("../assets/fonts/Redcollar.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ACR text";
  src: url("../assets/fonts/TTCommons-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

:root {
  --accent-light: #00bfff;
  --accent-dark: #293a45;
  --black: #000;
  --grey: #575757;
  --silver-light: #d3dee6;
  --manrope-font: "ACR", sans-serif;
  --acr-text: "ACR text", sans-serif;

  --br: 3px;
}

html {
  box-sizing: border-box;
  background: var(--black);
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

body {
  font-family: var(--manrope-font);
  overflow-x: hidden;
}

/* запрети выделение только там, где нужно */
button, .butt, .nav-button, .social-button, svg, img {
  -webkit-user-select: none;
  user-select: none;
}


body {
  overflow-x: hidden;
}

.row {
  display: flex;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 175px;
}

.d-block {
  display: block;
}

input {
  outline: none !important;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

img {
  pointer-events: none;
}

@media screen and (max-width: 1900px) {
  .container {
    padding: 0 75px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 35px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}

.AiBanner {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.banner-video {
  position: fixed;
  bottom: -10%;
  left: 74%;
  transform: translateX(-50%);
  width: 54%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
/* @media (max-width: 768px) {
  .banner-video {
    position: absolute; 
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
} */

.banner-video.fade-out {
  opacity: 0;
  pointer-events: none;
}

.banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.banner-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .banner:last-of-type {
    padding-bottom: 40px;
  }
}

@media (max-width: 630px) {
  .banner-video {
    width: 100%;
    left: 50%;
  }

  .banner-video.fade-out {
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .AiBanner {
    height: 75vh;
  }

  .banner-video {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    left: 70%;
    /* bottom: -30px; */
  }
}

.h2 {
  font-size: clamp(18px, 6vw, 43px) !important;
  font-weight: 900;
  margin-bottom: 60px;
  padding-top: 5px;
}
.ps {
  background: #000;
  padding: 30px 0;
}

.ps_contant {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-items: stretch;
  justify-content: space-evenly;
}

.ps_contant-contact {
}
.ps_contant-contact--box {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: start;
}

.ps_contant-contact--title {
  color: #fff;
  text-align: end;
}
.ps .butt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  font-size: 1rem;
  margin-left: auto;
}
.ps .h3 {
  color: #fff;
}

.ps .h3 .tBlue {
  background: linear-gradient(90deg, #fff, #00bfff, #fff);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientS 3s ease-in-out infinite;
}

.ps .h3 .tBlue:hover {
  text-decoration: underline;
}
@keyframes gradientS {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: black;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.social-button:hover {
  transform: scale(1.1);
}
.social-button img {
    height: auto;
    width: 100%;
    max-width: 40px;
}
.h3 {
  font-size: clamp(16px, 5vw + 4px, 2.5rem);
  margin-bottom: 30px;
  font-weight: 500;
}
.text {
  font-size: clamp(14px, 1.5rem, 1.5rem);
}

.tBlue {
  color: var(--accent-light);
  opacity: 0.8;
}
.tCaps {
  text-transform: uppercase;
}
/* декоративные элементы */

/* декоративные элементы */
/* хлебные крошки start */
.breadCrumbs {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
  z-index: 9;
  position: relative;
  z-index: 9;
}

.breadCrumbs-item {
  color: var(--silver-light);
  font-size: 1rem;
  font-family: var(--manrope-font);
  text-transform: uppercase;

  transition: 300ms;
}
.breadCrumbs-item ~ span {
  color: var(--silver-light);
}
.breadCrumbs-item:hover {
  color: var(--accent-light);
}

.breadCrumbs-item.end {
  color: var(--grey);
  opacity: 0.7;
}

.breadCrumbs-item.rasdel {
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .breadCrumbs {
    margin-bottom: 30px;
  }
  .breadCrumbs-item.rasdel {
    margin-left: 0;
  }
  .text {
    font-size: clamp(14px, 1.2rem, 1.5rem);
  }
  .h2 {
    margin-bottom: 15px;
  }
  .h3 {
    font-size: clamp(16px, 4vw + 4px, 2.5rem);
    margin-bottom: 15px;
  }
  #benefits .text {
    margin-left: 15px;
  }
  .title-divider {
    width: 290px;
    height: 1px;
    background: linear-gradient(to right, #4b5563, transparent);
    margin: 5px 0 30px 0;
  }
}
/* хлебные крошки end */
/* стриль кнопки  start */
.butt {
  border-radius: var(--br);
  background: transparent;
  color: var(--accent-light);
  border: 1px solid rgba(255, 255, 255, 0.4);

  transition: all 0.3s ease;

  padding: 10px 25px;

      font-size: clamp(14px, 1.1rem, 1.4rem);

}

.butt:hover:not(:disabled) {
  /* background: transparent; */
  color: var(--accent-light);
  border-color: var(--accent-light);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 136, 255, 0.3);
}
.butt:hover:not(:disabled) span {
  color: var(--accent-light);
  transform: scale(1.2);
}
.butt:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.butt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 191, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 0.6s ease-out;
}
.butt span {
  font-weight: 300;
  opacity: 0.8;
  transition: all 0.3s ease;
  color: white;
}
/* стриль кнопки  end */
.hov {
  position: relative;
}

.hov:hover {
  color: var(--accent-light);
}
.hov::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--accent-light);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.hov:hover::after {
  width: 100%;
}
/* ===== 1. Фоновый градиент (металлический / серебристо-голубой) ===== */

.text-logo-on-white {
  font-size: 4.5rem;
  text-align: left;
  margin-bottom: 150px;
  font-family: var(--manrope-font);
  font-weight: 900;

  width: min-content;
  /* text-wrap: nowrap; */
  text-transform: uppercase;
  background: var(--silver-balanced);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* лёгкая глубина без утяжеления */
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35); */
  text-shadow:
    0 0 6px rgb(134 181 227 / 24%),
    0 1px 2px rgba(255, 255, 255, 0.18);

  animation: metallicShift 12s ease-in-out infinite;
  background-size: 200% 200%;
}

.text-silver {
  /* font-size: 3rem;
  text-align: left;
  margin-bottom: 150px;
  font-family: var(--manrope-font);
  font-weight: 700; */
  max-width: min-content;
  text-wrap: nowrap;
  text-transform: uppercase;
  /* заметные голубые спайки между белыми бликами */
  background: linear-gradient(
    90deg,
    #a7ddef 0%,
    #92c4e2 2%,
    #83b6cd 31%,
    #d3dee6 40%,
    #266179 46.5%,
    #abbbc9 69%,
    #83b6cd 78%,
    #266179 96%,
    #d3dee6 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  /* чуть сильнее "воздушный ореол" под тёмный фон */
  /* text-shadow: 0 0 6px rgb(134 181 227 / 24%), 0 1px 2px rgba(255, 255, 255, 0.18); */

  animation: metallicShift 20s ease-in-out infinite;
  background-size: 300% 200%;
}

.text-silver-blue-dark {
  /* font-size: 3rem;
  text-align: left;
  margin-bottom: 150px; */
  font-family: var(--manrope-font);
  /* font-weight: 700; */
  /* max-width: min-content; */
  /* text-wrap: nowrap; */
  text-transform: uppercase;
  /* заметные голубые спайки между белыми бликами */
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 2%,
    #7d91a2 31%,
    #7894a9 40%,
    #ffffff 46.5%,
    #7d9aaf 69%,
    #254f63 78%,
    #a3c6e0 96%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  /* чуть сильнее "воздушный ореол" под тёмный фон */
  text-shadow:
    0 0 6px rgba(180, 200, 220, 0.25),
    0 1px 2px rgba(255, 255, 255, 0.18);

  animation: metallicShift 12s ease-in-out infinite;
  background-size: 200% 200%;
}
.text-akcent {
  text-transform: none;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 2%,
    #00a3d9 25%,
    #00bfff 35%,
    #80e1ff 46.5%,
    #00bfff 55%,
    #1689fd 69%,
    #0080ff 78%,
    #00ccff 96%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  /* Неоновое свечение для яркого эффекта */
  text-shadow:
    0 0 8px rgba(0, 191, 255, 0.3),
    0 0 15px rgba(0, 150, 255, 0.15),
    0 1px 2px rgba(255, 255, 255, 0.2);

  animation: metallicShift 12s ease-in-out infinite;
  background-size: 200% 200%;
}

/* Анимация (если ещё не добавлена) */
@keyframes metallicShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 450px) {
  .text-silver-blue-dark,
  .text-silver,
  .text-logo-on-white {
    max-width: none;
    text-wrap: wrap;
    font-size: clamp(12px, 6vw + 3px, 34px);
    line-height: 120%;
  }

  .contact-section__privacy-text{
    font-size: 14px !important;
    text-align: center;

    margin-top: -10px;
  }
}
@media screen and (max-width: 750px) {
  .ps_contant {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .ps_contant-contact--box {
    justify-content: start;
  }

  .ps_contant-contact--title {
    text-align: start;
  }
}
.breadcrumbs-back-button{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-light);
  background: none;

}


@media (max-width: 768px) {
  .text-silver-blue-dark,
  .text-silver,
  .text-logo-on-white,
  .text-akcent {
    animation: none !important;
    text-shadow: none !important;
    background-size: 100% 100% !important;
  }
}
