.body {
  background-color: #000;
  color: #fff;
}

.main {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.slider__wrp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slider__item {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.image_slider {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.zaglu__block-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zaglu__logo-text {
  font-family: Vetren;
  color: #fff;
  font-size: 177.978px;
  line-height: 166px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.125em;
  text-transform: uppercase;
}

.zaglu__text {
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.325em;
  text-transform: uppercase;
}

.text-soon {
  position: absolute;
  bottom: 3%;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.05em;
}

.copyright-text {
  display: inline-block;
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 15px;
  font-weight: 500;
}

.big-text {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.bottom-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .zaglu__block-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider__wrp {
    min-height: 100vh;
  }

  .zaglu__block-content {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .zaglu__logo-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo {
    max-width: 60%;
  }

  .zaglu__text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-soon {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
  }

  .big-text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: hidden;
  }

  .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zaglu__block-content {
    padding-right: 20px;
    padding-bottom: 170px;
    padding-left: 20px;
  }

  .logo {
    max-width: 100%;
  }

  .text-soon {
    bottom: 5%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}