body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: white;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background-color: black;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-button {
  font-size: 2em;
  padding: 20px 40px;
  background-color: #ffffff;
  color: #333;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modal-button:hover {
  background-color: #ddd;
}

.button {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.button:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
}

.title {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid rgb(255, 0, 0); */
  height: 50px;
  background: url();
}
.title3 {
  padding-left: 200px;
}

.link1 {
  padding-left: 200px;
}
hr {
  width: 40%;
  border: none;
  border-top: 1px solid #323232;
  margin: 0 auto;
}

.menu ul {
  list-style-type: none;
  display: flex;
}

.menu li {
  margin-right: 20px;
}

.menu a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.menu a:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
}

.parallax {
  background: url(/poly/111.png);
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: justify;
}
.parallax2 {
  background: url(/poly/122.png);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;

  background-position: center;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: justify;
}

.parallax .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.parallax2 .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.why {
  text-align: center;
}

.parallax-content {
  margin: auto;
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

td {
  padding-left: 50px;
}
h1 {
  text-align: center;
  z-index: 3;
}

.page-content {
  height: 500px;
}

.page-content table {
  margin: auto;
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-content p {
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.meme {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid rgb(255, 0, 0); */
  height: 80px;
}

.meme ul {
  list-style-type: none;

  display: flex;
}

.meme li {
  margin-right: 150px;
  margin-left: 150px;
}

.meme a {
  text-decoration: none;
  color: rgb(60, 60, 60);
  font-weight: bold;
}

.mom a {
  text-decoration: none;
  color: rgb(60, 60, 60);
  font-weight: bold;
}

.meme a:hover {
  color: hsl(0, 0%, 100%);
}
.mom a:hover {
  color: hsl(193, 54%, 5%);
}

.page-content2 {
  height: 600px;
}

.page-content2 table {
  margin: auto;
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-content2 p {
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
}
canvas {
  display: block;
  margin: auto;
  background: #000000;
}

.gain-center {
  transition: 1s;
  text-align: center;
  white-space: nowrap;
  margin-left: 25px;
}

.gain-center:hover {
  transform: scale(1.2);
}

.hero-section {
  display: flex;
  height: 170vh;
}

.hero-left {
  flex: 0 0 40%;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.hero-title {
  font-size: 1.8rem;
  font-weight: 600px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}

.hero-description {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.hero-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.hero-button:hover {
  background-color: #000000;
  color: #000;
}
.hero-right {
  position: relative;
  top: -38px;
}

.hero-middle {
  flex: 0 0 10%;
  background: linear-gradient(
    to bottom,
    blue 0%,
    blue 33.33%,
    white 33.33%,
    white 66.66%,
    red 66.66%,
    red 100%
  );
  position: relative;
  top: -38px;
}

.hero-right {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;
}
.parallax2_1 {
  background: url(/poly/krast.png);
  background-attachment: fixed;
  background-size: cover;

  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: justify;
  display: block;
}
.parallax2_1 .mask1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.parallax-content1 {
  margin: auto;
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.parallax-text1 {
  display: flex;
  justify-content: center;

  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 25px;
}

.gain-center {
  font-size: 37px;
}
.parallax-text {
  font-size: 25px;
}
.gradient-hover {
  font-size: 2em;
  text-decoration: none;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(48deg, #0d00ff, #919191, #ff0000);
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-position 0.5s ease;
}
.Ipad {
  font-size: 20px;
}

.gradient-hover:hover {
  background-position: 100%;
}

@media screen and (max-width: 1023px) {
  body::before {
    content: "Тут телефон не стоит использовать)  возьми комп";

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    color: black;
    font-size: 18px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  body > * {
    display: none !important;
  }
}
