@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&family=Inria+Sans&family=Rubik+Mono+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&family=Inria+Sans&family=Montserrat:wght@200;300;400&family=Rubik+Mono+One&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* Для WebKit браузеров (Safari, Chrome) */
  -webkit-touch-callout: none; /* Отключаем контекстное меню при долгом нажатии */
  -webkit-user-select: none; /* Запрещаем выделение текста */
  -moz-user-select: none;
  user-select: none;
  outline: none;
}

body {
  display: flex;
  justify-content: center;
  background-color: #000000;
}
body::-webkit-scrollbar {
  display: none;
}

.main {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

section {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: black;
}

.sec1 {
  padding: 65px;
  height: 100vh;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 10px #a9ff22;
  background: url("./img/setka.svg");
  display: flex;
  justify-content: center;
  align-items: center;
}

.ugol {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.line_anim {
  position: absolute;
  background-color: black;
  display: flex;
  padding: 23px;
}

.line1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 65px;
}
.line1 img {
  animation: line_anim 10s linear infinite;
}

.line2 {
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 65px;
}
.line2 img {
  transform: translateX(-100%);
  animation: line_anim_right 10s linear infinite;
}

.line3 {
  left: 0px;
  top: 0px;
  width: 65px;
  height: 100%;
  flex-direction: column !important;
}
.line3 img {
  transform: translateY(-100%);
  animation: line_anim_alt 10s linear infinite;
}

.line4 {
  right: 0px;
  top: 0px;
  width: 65px;
  height: 100%;
  flex-direction: column !important;
  transform: rotate(-180deg);
}
.line4 img {
  transform: translateY(-100%);
  animation: line_anim_alt 10s linear infinite;
}

@keyframes line_anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes line_anim_alt {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes line_anim_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.glavbox {
  margin-top: 0px;
  margin-left: -200px;
}
.glavbox h1 {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 80.8%;
  letter-spacing: 18.9px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #a9ff22;
  margin-bottom: 30px;
}
.glavbox .flex1 {
  display: flex;
  justify-content: space-between;
}
.glavbox .flex1 p {
  width: 671px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.glavbox .flex1 img {
  transform: translateY(50px);
  animation: kislota 2s ease infinite alternate-reverse;
}

@keyframes kislota {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sec2 {
  background-color: #a9ff22;
}
.sec2 h2 {
  color: #000;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.flex_left {
  display: flex;
  gap: 86px;
  justify-content: center;
}
.flex_left div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 558px;
  justify-content: center;
  padding-left: 30px;
}
.flex_left div p {
  color: #000;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.flex_left div span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.flex_left div .linee {
  position: absolute;
  top: 25%;
  left: 0px;
  height: 50%;
  width: 1px !important;
  background-color: #000;
  padding-left: 0px !important;
}

.flex_right {
  display: flex;
  gap: 86px;
  justify-content: center;
}
.flex_right div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 558px;
  justify-content: center;
  padding-right: 30px;
}
.flex_right div p {
  color: #000;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}
.flex_right div span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}
.flex_right div .linee {
  position: absolute;
  top: 25%;
  right: 0px;
  height: 50%;
  width: 1px !important;
  background-color: #000;
  padding-right: 0px !important;
}

.flexbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.sec3 {
  display: flex;
  justify-content: space-between;
  height: 614px;
}

.left300 {
  width: 300px;
  min-width: 300px;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
}

.faq {
  width: 150px;
  height: 100%;
  background-color: #a9ff22;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq p {
  color: #a9ff22;
  align-items: center;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 144px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 34.56px;
  word-break: break-all;
  padding-left: 35px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
}

.slider {
  position: relative;
  width: 100%;
  background: url("./img/setka.svg");
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 616px;
  height: 312px;
}

.swiper-slide {
  border: 5px solid #fff;
  background: #a9ff22;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.swiper-slide p {
  color: #000;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.swiper-slide span {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.swiper-slide button {
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  color: #fff;
  width: 200px;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 89.3%; /* 16.074px */
  margin-top: 20px;
}
.swiper-slide .contact {
  width: 100%;
  background-color: #000;
  height: 50px;
  color: white;
}

.next_btn {
  position: absolute;
  top: calc(50% - 25px);
  right: calc(50% - 400px);
  width: 50px;
  height: 50px;
  background: url("./img/arr_next.svg");
  cursor: pointer;
}
.next_btn:active {
  transform: scale(1.2);
}

.prev_btn {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 400px);
  width: 50px;
  height: 50px;
  background: url("./img/arr_prev.svg");
  cursor: pointer;
}
.prev_btn:active {
  transform: scale(1.2);
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0 !important;
}

.sec4 {
  background-color: #a9ff22;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socbox {
  max-width: 1300px;
  border: 3px solid #fff;
  background: #171717;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  gap: 50px;
}
.socbox .line2 {
  background: #fff;
  width: 4px;
  height: 280px;
}
.socbox p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nij {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nij p {
  color: #fff;
  text-align: center;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.nij a {
  color: #636363;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.faq1 {
  animation: faq_anim 3s ease alternate infinite;
}

.faq2 {
  animation: faq_anim 3s ease alternate infinite 0.3s;
}

.faq3 {
  animation: faq_anim 3s ease alternate infinite 0.6s;
}

@keyframes faq_anim {
  0% {
    color: #a9ff22;
  }
  40% {
    color: #a9ff22;
  }
  50% {
    color: #000;
  }
  60% {
    color: #a9ff22;
  }
  100% {
    color: #a9ff22;
  }
}
@media (max-width: 800px) {
  .line3,
  .line4,
  .ugol {
    display: none;
  }
  .line1,
  .line2 {
    height: 60px;
  }
  .sec1 {
    padding: 60px 0px;
    height: auto;
  }
  h1 {
    padding-left: 40px;
    display: block;
    width: 309px;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 75px !important;
    -webkit-text-stroke-width: 1px !important;
    word-wrap: break-word; /* Добавьте это свойство для переноса слов */
    overflow: hidden;
    -webkit-text-stroke-color: #ffffff !important;
  }
  .glavbox {
    margin: 0px;
  }
  .glavbox .flex1 {
    flex-direction: column;
  }
  .flex1 {
    align-items: center;
  }
  .glavbox .flex1 p {
    width: 80% !important;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .glavbox .flex1 img {
    width: 150px;
    margin-bottom: 50px;
    margin-right: -150px;
  }
  .flex_left {
    flex-direction: column;
  }
  .flex_right {
    flex-direction: column-reverse;
  }
  .flex_left,
  .flex_right {
    align-items: center;
    width: 80%;
    margin-left: 10%;
    border: 1px solid black;
    gap: 10px;
    padding: 15px;
  }
  .flex_left img,
  .flex_right img {
    width: 128px;
  }
  .flex_left div,
  .flex_right div {
    width: 100%;
    padding: 0px !important;
  }
  .flex_left div p,
  .flex_right div p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .flex_left div span,
  .flex_right div span {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .flex_left .linee,
  .flex_right .linee {
    display: none !important;
  }
  .sec2 h2 {
    margin-bottom: 35px;
    font-size: 30px;
  }
  .flexbox {
    gap: 15px;
  }
  .sec3 {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
  .left300 {
    padding-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .faq {
    width: 100%;
    height: 150px;
  }
  .faq p {
    padding-left: 0px;
    letter-spacing: 15px;
    font-size: 80px;
  }
  .slider {
    min-height: 400px;
    height: auto;
  }
  .prev_btn {
    background: url("./img/arr2_prev.svg");
    z-index: 3;
    left: 15px;
    top: auto;
    bottom: 65px;
  }
  .next_btn {
    background: url("./img/arr2_next.svg");
    z-index: 3;
    right: 15px;
    top: auto;
    bottom: 65px;
  }
  .swiper {
    width: 100%;
    height: 400px;
  }
  .slider {
    padding: 50px 0px;
  }
  .swiper-slide p {
    font-size: 20px;
  }
  .swiper-slide {
    padding: 30px 20px;
  }
  .swiper-slide span {
    font-size: 18px;
  }
  .socbox {
    flex-direction: column;
  }
  .socbox {
    width: 100%;
    min-width: 300px;
  }
  .socbox p {
    display: none;
    font-size: 29px;
  }
  .socbox .nnoe {
    display: none;
  }
  .socbox .bboe {
    width: 100%;
    height: 4px;
  }
  .socbox .nij p {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */