@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica_neue_regular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/monserat_light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/monserat_bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html{
  font-size: 1px;
  margin: 0rem;
}
body{
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0rem;
  }

/* Анимация появления из точки */
@keyframes fadeInFromCenter {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.title,
.logo_maw,
video,
.dates,
.partners,
.org {
  animation: fadeInFromCenter 0.8s ease-out forwards;
  opacity: 0;
  transform-origin: center center;
}

.title {
  animation-delay: 0.1s;
}

.logo_maw {
  animation-delay: 0.2s;
}

video {
  animation-delay: 0.3s;
}

.dates {
  animation-delay: 0.4s;
}

.partners {
  animation-delay: 0.5s;
}

.org {
  animation-delay: 0.6s;
}

.title{
  text-align: center;
  top: 50rem;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 24rem;
  line-height: 29rem;
  letter-spacing: 0.72em;
  z-index: 2;
  position: absolute;
  line-height: 24rem;
  margin: 0rem;
  }
.mob{
  display: none;
  }
video{
  display: block;
  width: 100%;
  max-width: 1229rem;
  margin: auto;
  margin-top: 60rem;
  max-height: 65vh;
  }
.logo_maw{
  width: 90.31rem;
  height: 28.36rem;
  background-image: url(../img/logo_maw.svg);
  background-size: 100% 100%;
  margin: auto;
  top: 100rem;
  z-index: 2;
  position: absolute;
  }
.dates{
  z-index: 2;
  display: flex;
  font-size: 24rem;
  font-weight: bold;
  font-family: 'Montserrat';
  align-items: center;
  }
.logo{
  display: inline-block;
  width: 137rem;
  height: 38rem;
  background-image: url(../img/logo.svg);
  background-size: 100% 100%;
  margin-left: 11rem;
  }
.org{
  font-family: 'helvetica_neue';
  font-size: 10rem;
  color: #505050;
  text-transform: uppercase;
  position: absolute;
  bottom: 32rem;
  left: 224rem;
  width: 52%;
  }
.partners{
  display: block;
  width: 186rem;
  height: 40rem;
  font-family: 'helvetica_neue';
  font-size: 13rem;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 57rem;
  right: 224rem;
  border: 1rem solid #fff;
  border-radius: 26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s 
linear;
  }
.partners:hover{
  color: #fff;
  border: 1rem solid #fff;
  }
a{
  text-decoration: none;
}
.mob{
  display: none;
  }

@media (max-width: 1400px) {
  html{
    font-size: 0.9px;
    }
  }
@media (max-width: 1200px) {
  html{
    font-size: 0.8px;
    }
  }
@media (max-width: 1000px) {
  html{
    font-size: 0.7px;
    }
  }

@media (max-width: 800px) {
  html{
    font-size: calc(100vw / 360);
    }
.mob{
  display: block;
  }
.title{
  text-align: center;
  top: 48rem;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14rem;
  line-height: 20rem;
  letter-spacing: 72%;
  z-index: 2;
  position: absolute;
  margin: 0rem;
  }
video{
  display: block;
  width: 100%;
  max-width: 1229rem;
  margin: auto;
  margin-top: 190rem;
  max-height: 80vh;
  }
.logo_maw{
  width: 52.5rem;
  height: 16.49rem;
  background-image: url(../img/logo_maw.svg);
  background-size: 100% 100%;
  margin: auto;
  top: 155rem;
  z-index: 2;
  position: absolute;
  }
.dates{
  z-index: 2;
  display: flex;
  font-size: 14rem;
  font-weight: bold;
  font-family: 'Montserrat';
  align-items: center;
  }
.logo{
  display: inline-block;
  width: 67rem;
  height: 19rem;
  background-image: url(../img/logo.svg);
  background-size: 100% 100%;
  margin-left: 11rem;
  }
.org{
    font-family: 'helvetica_neue';
    font-size: 12rem;
    color: #505050;
    text-transform: uppercase;
    position: absolute;
    bottom: unset;
    left: 0rem;
    width: 100%;
    text-align: center;
    margin: auto;
    top: 550rem;
    }
  .partners{
    width: 295rem;
    height: 39rem;
    font-family: 'helvetica_neue';
    font-size: 12rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    bottom: unset;
    right: unset;
    border: 1rem solid #fff;
    border-radius: 26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s linear;
    margin: auto;
    margin-top: 50rem;
    }

  .mob{
    display: block;
    }
  

  }






