@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Ermilov";
  src: url("fonts/Ermilov-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-UltraLight.woff2") format("woff2"), url("fonts/Gilroy-UltraLight.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff") format("woff"), url("fonts/Inter-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.carousel.carousel-slider {
  overflow: visible !important;
}

.carousel .slider-wrapper.axis-horizontal .slider {
  align-items: center;
}

html {
  width: 100vw;
  background-color: #000;
  height: 100%;
}

html,
body {
  font-family: Inter, sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  font-size: 18px;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background-color: transparent;
}

.container {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0px 15px;
}

.title {
  font-family: "Ermilov";
  color: rgba(222, 222, 222, 0.9);
  font-size: clamp(26px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.transparent {
  font-family: "Ermilov";
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px #c4c4c4;
  text-transform: uppercase;
}

.button {
  cursor: pointer;
  display: block;
  font-family: "Ermilov", sans-serif;
  color: #b9b9b9;
  position: relative;
  font-size: clamp(18px, 4vw, 22px);
  text-align: center;
  border-radius: 10px;
  border: 0.5px solid rgba(166, 12, 12, 0.74);
  background: rgba(216, 15, 15, 0.3019607843);
  box-shadow: 1px -2px 9px 0px rgba(184, 21, 21, 0.25) inset, 0px 4px 25px 0px rgba(51, 3, 3, 0.48);
  overflow: hidden;
  will-change: transform;
}
.button:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.0784313725);
  width: 100%;
  height: 100px;
  left: -40%;
  top: 0;
  transition: 0.6s;
  -webkit-clip-path: polygon(27% 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(27% 0, 100% 0%, 75% 100%, 0% 100%);
}
.button:hover::before {
  left: 100%;
  background-color: rgba(255, 255, 255, 0.164);
}
.button:active {
  top: 3px;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.popup-item {
  position: relative;
}
.popup-bg {
  background-image: url(images/popup-figure.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.popup-bgdots {
  position: absolute;
  background-image: url(images/popup-bg-dots.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-position: bottom right;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 35px;
  height: 35px;
  border: 3px solid rgba(255, 57, 29, 0.89);
  border-radius: 1%;
  box-shadow: rgb(255, 57, 29) 0px 0px 14px 4px, rgb(255, 57, 29) 0px 0px 14px 4px inset;
  animation: animate 25s linear infinite;
  bottom: -170px;
  transition: all 0.25s ease-out;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 35px;
  height: 35px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 35px;
  height: 35px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 35%;
  width: 60px;
  height: 60px;
  animation-delay: 3s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 35px;
  height: 35px;
  animation-delay: 1s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 120px;
  height: 120px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 35px;
  height: 35px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 60px;
  height: 60px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 110px;
  height: 110px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.circles-tg li {
  animation-name: animateX;
  border: none;
  box-shadow: none;
  bottom: -146px;
}
.circles-tg li:nth-child(2) {
  width: 40px;
  height: 40px;
}
.circles-tg li:nth-child(3) {
  width: 50px;
  height: 50px;
}
.circles-tg li:nth-child(5) {
  width: 60px;
  height: 50px;
  left: 15%;
}
.circles-tg li:nth-child(7) {
  left: 30%;
}
.circles-tg li:nth-child(8) {
  height: 45px;
  width: 45px;
}
.circles-tg li:nth-child(10) {
  width: 110px;
  height: 110px;
  left: 12%;
}
.circles-up li {
  width: 0;
  height: 0;
  animation: animateUp 25s linear infinite;
  bottom: 0;
  top: -18%;
}
.circles-triangle li {
  border: none;
  box-shadow: none;
}

.square {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.square li {
  position: absolute;
  display: block;
  list-style: none;
  width: 240px;
  height: 240px;
  border: 3px solid rgb(33, 187, 239);
  border-radius: 1%;
  box-shadow: rgb(33, 187, 239) 0px 0px 14px 4px, rgb(33, 187, 239) 0px 0px 14px 4px inset;
  transition: all 0.25s ease-out;
  animation: upAndDown 10s linear infinite alternate;
}
.square li:nth-child(1) {
  left: 10%;
  top: 8%;
  animation-delay: 0s;
  rotate: 12deg;
}
.square li:nth-child(2) {
  rotate: 30deg;
  top: 10%;
  left: 60%;
  width: 180px;
  height: 180px;
  animation-delay: 2s;
  animation-duration: 5s;
}
.square li:nth-child(3) {
  rotate: -15deg;
  left: 2%;
  bottom: 2%;
  animation-delay: 3s;
}
.square li:nth-child(4) {
  rotate: -22deg;
  left: 90%;
  bottom: 10%;
  width: 300px;
  height: 300px;
  animation-delay: 4s;
}

.gradient {
  position: absolute;
  right: 0;
  top: -23%;
  --sizeW: 400px;
  --sizeH: 400px;
  --speed: 50s;
  --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
  width: var(--sizeW);
  height: var(--sizeH);
  filter: blur(calc(var(--sizeW) / 5));
  background-image: linear-gradient(hsla(37, 100%, 61%, 0.85), rgb(207, 36, 36));
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1;
}
.gradient :nth-of-type(3) {
  display: none;
}
.gradient-blue {
  right: 19%;
  top: 0%;
  background-image: linear-gradient(hsla(204, 100%, 65%, 0.85), rgb(83, 135, 146));
}
.gradient-red {
  --sizeW: 700px;
  --sizeH: 300px;
  right: 0;
  top: 30%;
  background-image: linear-gradient(rgb(176, 7, 7), rgb(176, 7, 7));
}

.privacy {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.privacy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.privacy__content {
  background-color: #111;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 25px;
}

.privacy__text {
  margin-bottom: 20px;
  color: #ddd;
  font-size: 14px;
}

.privacy__action {
  color: #aaa;
  font-size: 14px;
  margin: 0;
  margin-bottom: 30px;
}

.privacy__button {
  background: none;
  border: none;
  color: #4d90fe;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

.privacy__button:hover {
  color: #6ba3ff;
  text-decoration: none;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .privacy__content {
    padding: 15px;
  }
  .privacy__text,
  .privacy__action,
  .privacy__button {
    font-size: 13px;
  }
}
/* Основные стили для блока с cookies */
.cookie-notice {
  background-color: #111;
  color: #ddd;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
  /* Специфичные стили для списка браузеров */
}
.cookie-notice a {
  color: #4d90fe;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cookie-notice a:hover {
  color: #6ba3ff;
  text-decoration: underline;
}
.cookie-notice h3 {
  color: #fff;
  margin: 25px 0 15px;
  font-size: 18px;
}
.cookie-notice p {
  margin: 0 0 15px;
}
.cookie-notice ul {
  padding-left: 20px;
  margin: 0 0 20px;
}
.cookie-notice ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.cookie-notice ul li:before {
  content: "•";
  color: #4d90fe;
  position: absolute;
  left: 0;
}
.cookie-notice ul:last-of-type li {
  margin-bottom: 12px;
}
.cookie-notice ul:last-of-type li:before {
  display: none;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .cookie-notice {
    padding: 15px;
    font-size: 13px;
  }
  .cookie-notice h3 {
    font-size: 16px;
    margin: 20px 0 12px;
  }
}
@media (max-width: 480px) {
  .gradient {
    --sizeW: 200px;
    --sizeH: 200px;
  }
  .square li:nth-child(1) {
    display: none;
  }
  .square li:nth-child(3) {
    display: none;
  }
  .popup-item {
    padding: 10px;
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
    border-radius: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animateUp {
  0% {
    transform: translateY(0) rotate(0);
    border-radius: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animateX {
  0% {
    transform: translate(0, 0) rotate(0);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(1100px, -923px) rotate(0);
    opacity: 0;
  }
}
@keyframes upAndDown {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(5%, -25%) rotate(0);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%) rotate(-55deg);
  }
  50% {
    transform: translateY(300%) rotate(55deg);
  }
  100% {
    transform: translateY(0%) rotate(-55deg);
  }
}
@media screen and (max-width: 480px) {
  main {
    margin-left: unset;
  }
}
.cookies-nova {
  align-items: center;
  background: #FFFFFF;
  border-radius: 16px;
  bottom: 16px;
  box-shadow: 0 12px 24px 0 rgba(38, 38, 38, 0.16);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  right: 12px;
  max-width: 480px;
  opacity: 0;
  padding: 16px 20px;
  position: fixed;
  z-index: 101;
  visibility: hidden;
}

.cookies-nova.active {
  opacity: 1;
  visibility: visible;
}

.cookies-nova__link {
  text-decoration: underline;
  color: #171b1f;
  border-bottom: 1px dashed #171b1f;
}

.cookies-nova__text {
  color: #000;
  font-size: clamp(14px, 4vw, 16px);
  margin-bottom: 15px;
  text-wrap: balance;
}

.cookies-nova__btn {
  width: 100%;
  cursor: pointer;
  font-size: clamp(16px, 4vw, 18px);
  border: none;
  text-align: center;
  padding: 12px 10px;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  transition: background 0.3s ease;
  background-color: #890607;
}

.cookies-nova__btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.cookies-nova__yes {
  margin-bottom: 15px;
}