* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 120% !important;
  /* Кроссбраузерное сглаживание */
  -webkit-font-smoothing: antialiased; /* Для Webkit-браузеров (Chrome, Safari, Opera) */
  -moz-osx-font-smoothing: grayscale; /* Для macOS и Firefox */
  font-smoothing: antialiased; /* Стандартное сглаживание */
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  text-align: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "TTHoves-Italic";
  src: url("fonts/TTHoves-Italic.woff2") format("woff2"), url("fonts/TTHoves-Italic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TTHoves-Light";
  src: url("fonts/TTHoves-Light.woff2") format("woff2"), url("fonts/TTHoves-Light.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TTHoves-Medium";
  src: url("fonts/TTHoves-Medium.woff2") format("woff2"), url("fonts/TTHoves-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TTHoves-Regular";
  src: url("fonts/TTHoves-Regular.woff2") format("woff2"), url("fonts/TTHoves-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0px;
  font-size: 18px;
  background-color: #101010;
  font-family: "TTHoves-Regular";
  color: #fff;
  letter-spacing: 0em;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative; /* Необходимо для корректного позиционирования псевдоэлемента */
}

.logo img {
  width: 70px;
}

a {
  color: #fff;
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden; /* Отключает скроллинг страницы */
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.screen {
  width: 100%;
  height: 100vh;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu a:hover {
  color: #58e28f;
}

.back {
  margin-top: 7px;
}

.logoblock {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header {
  position: absolute;
  top: 40px;
  left: 40px;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  z-index: 20;
}

.header img {
  width: 220px;
}

.logoback {
  position: absolute;
  display: none;
  top: 40px;
  left: 40px;
  z-index: 20;
}

.logoback img {
  width: 220px;
}

.footer {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer img {
  cursor: pointer;
  display: block;
}

.footer img.hidden {
  display: none; /* Прячем кнопки */
}

.bottom {
  width: 60px;
  height: 60px;
}

.top {
  width: 60px;
  height: 60px;
}

.inner {
  padding-left: 30%;
  margin-top: 6%;
  width: 100%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.innerpage {
  padding-left: 31%;
}

.innerblock {
  top: 43px;
  padding-left: 31%;
  width: 100%;
  position: fixed;
  z-index: 10;
}

.textopacity {
  opacity: 0.6;
  max-width: 400px;
}

h1.title {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 90% !important;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 20px;
  margin-top: 40px;
}

.grid_item_title {
  color: #58e28f;
  font-family: "TTHoves-Medium";
  font-family: 26px;
}

.grid_item_text {
  margin-top: 10px;
}

.green {
  color: #58e28f;
}

.text {
  margin-top: 30px;
  max-width: 400px;
}

.c2 {
  position: absolute;
  width: 15%;
  left: -5%;
  top: 30%;
  z-index: -1;
}

.c2_2 {
  left: auto;
  right: 15%;
  top: 25%;
}

.c1 {
  position: absolute;
  width: 80%;
  right: 0;
  top: 30%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; /* Плавный переход */
}

.c1_2 {
  right: 30%;
}

.c1_3 {
  right: 37%;
  top: 60%;
}

.c1_4 {
  right: 30%;
  top: 70%;
}

.cinner {
}

.c3 {
  position: absolute;
  width: 20%;
  right: 20%;
  top: 30%;
  z-index: 2;
  opacity: 0.8;
  -webkit-animation: rotateAnimation 12s infinite linear;
  animation: rotateAnimation 12s infinite linear;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.blur {
  border-radius: 1083px;
  background: -o-linear-gradient(top, rgba(97, 255, 160, 0) 0%, #62ffa0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 255, 160, 0)), to(#62ffa0));
  background: linear-gradient(180deg, rgba(97, 255, 160, 0) 0%, #62ffa0 100%);
  -webkit-filter: blur(162px);
  filter: blur(162px);
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -13%;
  left: -10%;
  gap: 30px;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 250px;
}

.slider_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 240px;
  gap: 20px;
}

.digit {
  position: relative;
  width: 60%;
  text-align: right;
  right: 0;
  height: 100%;
}

.slider_info_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider_info {
  width: 100%;
  height: 100%;
}
.digit_info {
  position: absolute;
  top: -10px;
  right: 0;
  text-align: right;
  font-size: 300px;
  line-height: 80% !important;
  background: -o-linear-gradient(top, #3eff8c 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3eff8c), to(#fff));
  background: linear-gradient(180deg, #3eff8c 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider_info_text_inner {
  position: absolute;
  top: 0;
  right: 0;
}

.digit_info,
.slider_info_text_inner {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); /* Начальное положение текста */
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.digit_info.active,
.slider_info_text_inner.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); /* Конечное положение текста */
}

.slideline {
  width: 100%;
  height: 4px;
  background-color: #101010;
  position: relative;
  overflow: hidden;
}

.slideline_fill {
  width: 0;
  height: 100%;
  background-color: #58e28f;
  -webkit-transition: width 3s linear;
  -o-transition: width 3s linear;
  transition: width 3s linear; /* Плавное заполнение ширины */
}

.btn {
  background: #101010;
  padding: 20px 30px;
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:hover {
  background: #58e28f;
  color: #101010;
  cursor: pointer;
}

.blur_btn {
  border-radius: 100px;
  background: -o-linear-gradient(top, rgba(97, 255, 160, 0) 0%, #62ffa0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 255, 160, 0)), to(#62ffa0));
  background: linear-gradient(180deg, rgba(97, 255, 160, 0) 0%, #62ffa0 100%);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20%;
  bottom: 0px;
  z-index: 1;
}

.about_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.about_info_title {
  font-size: 36px;
  color: #5fe494;
}

.about_info_title_white {
  font-size: 36px;
  color: #fff;
}

.screen2 {
  position: absolute; /* Абсолютное позиционирование */
  top: -40%; /* Начало сверху */
  left: -40px; /* Начало слева */
  width: 100vw; /* Ширина равна ширине окна браузера */
  height: auto; /* Автоматическая высота для сохранения пропорций изображения */
  z-index: -2; /* Слой выше других элементов */
  opacity: 0.6;
}

h2.title {
  position: relative;
  text-transform: uppercase;
  bottom: -13%;
  right: 0;
  text-align: left;
  font-size: 250px;
  line-height: 80% !important;
  background: -o-linear-gradient(top, #3eff8c 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3eff8c), to(#fff));
  background: linear-gradient(180deg, #3eff8c 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 3;
}

.screen3 {
  position: absolute; /* Абсолютное позиционирование */
  top: 0%; /* Начало сверху */
  right: 0%; /* Начало слева */
  width: auto; /* Ширина равна ширине окна браузера */
  height: 100vh; /* Автоматическая высота для сохранения пропорций изображения */
  z-index: 1; /* Слой выше других элементов */
  opacity: 0.6;
}

.screenform {
  background: -o-linear-gradient(215deg, #71ffaa 1.99%, #41aa6b 70.56%);
  background: linear-gradient(235deg, #71ffaa 1.99%, #41aa6b 70.56%);
}

.contact_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 930px;
  align-items: center;
}

.contact_block_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000;
}

.contacts a {
  color: #000;
  text-decoration: underline;
}

.screenform form {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.ok {
  max-width: 300px;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.ok_btn {
  background-color: #000 !important;
  color: #fff !important;
  padding: 12px !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
}
form input {
  background-color: #72dd9d !important;
  border-radius: 3px !important;
  padding: 10px !important;
  color: #000 !important;
  text-align: center !important;
}

input::-webkit-input-placeholder {
  color: black; /* Цвет текста placeholder */
}

input::-moz-placeholder {
  color: black; /* Цвет текста placeholder */
}

input:-ms-input-placeholder {
  color: black; /* Цвет текста placeholder */
}

.about_info_text {
  max-width: 400px;
}

input::-ms-input-placeholder {
  color: black; /* Цвет текста placeholder */
}

input::placeholder {
  color: black; /* Цвет текста placeholder */
}

form button {
  background-color: #000 !important;
  color: #fff !important;
  padding: 12px !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ok_title {
  color: #000;
  font-size: 24px;
  text-align: center;
}

form button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.ok_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

form {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
}

form input,
form button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  width: auto;
}

form button {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset; /* Устанавливает фон */
  box-shadow: 0 0 0px 1000px white inset; /* Для поддержки других браузеров */
  -webkit-text-fill-color: #000; /* Цвет текста */
}

@media screen and (min-width: 1600px) {
  .video {
    height: 500px;
    max-width: 1100px;
  }
}

@media screen and (max-width: 1000px) {
  .screenform form {
    max-width: 100%;
  }

  .logoback img {
    width: 120px;
  }

  .titleat {
    font-size: 30px !important;
  }
  .contact_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 930px;
    align-items: center;
  }

  .header img {
    width: 120px;
  }

  .textopacity {
    font-size: 13px;
  }

  .text {
    font-size: 13px;
  }
  .innerconsult {
    margin-top: 100px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-size: 16px !important;
  }

  .innerblock {
    top: 32px;
    padding-left: 60%;
    width: 100%;
    position: fixed;
    z-index: 10;
  }

  .about_info_title_white {
    font-size: 22px;
    color: #fff;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    row-gap: 20px;
    margin-top: 25px;
    font-size: 13px !important;
  }
  .about_info {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    z-index: 10;
  }

  .inner {
    padding-left: 0%;
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .about_info_title {
    font-size: 24px;
    color: #5fe494;
  }
  h1.title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 90% !important;
  }

  .c3 {
    position: absolute;
    width: 45%;
    right: -4%;
    top: 1%;
    z-index: 2;
    opacity: 0.8;
  }

  .c1 {
    position: absolute;
    width: 100%;
    right: -114px;
    top: 103%;
    z-index: -1;
  }

  .slider {
    display: flex;
    flex-direction: column;
    bottom: -13%;
    left: 25%;
    gap: 30px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 220px;
  }

  .digit_info {
    position: absolute;
    top: -10px;
    right: 0;
    text-align: right;
    font-size: 100px;
    line-height: 80% !important;
  }

  .digit {
    order: 2;
  }

  .slider_info {
    order: 1;
  }

  h2.title {
    font-size: 70px;
    bottom: -24%;
    right: -25%;
  }
  .screen {
    padding: 30px;
  }

  .header {
    top: 30px;
    left: 30px;
  }

  .logoback {
    top: 30px;
    left: 30px;
  }

  .footer {
    bottom: 30px;
    left: 30px;
  }
  .c2 {
    position: absolute;
    width: 15%;
    left: -5%;
    top: 55%;
    z-index: -1;
  }

  .c2_2 {
    left: auto;
    right: -12%;
    top: 25%;
  }
}

@media screen and (max-width: 900px) {
}
