
.page_404{
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}
.number{
  font-style: normal;
  font-weight: bold;
  font-size: 300px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FA8631;
  text-shadow: 8px 20px 20px rgba(0, 0, 0, 0.1);
}
.oops{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #3E3E3E;
  margin-top: -70px;
}
.orange_btn{
  display: flex;
  background: #FA8631;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  width: 354px;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-weight: bold;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: calc(50% -  172px);
  margin-top: 6.2vh;
  z-index: 9999999;
  position: relative;
  transition: all 0.4s;
}
.orange_btn:hover{
  text-decoration: none;
  transform: scale(1.1);
  color: #FFFFFF;
}
.scene{
  width: calc(50% - 300px);
  height: 100%;
  position: absolute;
  left: 0px;
}
#scene_2{
  left: auto;
  right: 0;
}


.big_orange ,.sm_orange , .mid_orange{
  position: absolute;
  left: 100px;
}
.big_orange{
  top: calc(100px + 10vh);
  left:7vw;
}
.mid_orange{
  top: 45vh;
  left: 20vw;
}
.sm_orange{
  bottom: 120px;
  left: 6vw;
}
#scene_2 .big_orange,#scene_2 .sm_orange{
  top: auto;
}
#scene_2 .big_orange{
  bottom: 120px;
}
#scene_2 .sm_orange{
  top: calc(100px + 10vh);
}


@media(max-width:1259.8px){
  .number{
      font-size: 200px;
  }
  .oops{
      font-size: 30px;
  }
  .orange_btn{
      width: 300px;
      height: 60px;
      font-size: 18px;
      margin-left: calc(50% - 150px);
  }
  .scene{
      width: calc(50% - 100px);
  }
}
@media(max-width:992.9px){
  .big_orange img{
     width: 60px
  }
  .mid_orange img{
    width: 40px;
  }
  .sm_orange img{
     width: 30px;
  }
}
@media(max-width:575.9px){
  .scene{
      width: 50%;
      z-index: -1;
  }
  .number{
      font-size: 150px;
  }
  .oops{
      font-size: 19px;
  }
  .orange_btn{
      width: 300px;
      height: 60px;
      font-size: 18px;
      margin-left: calc(50% - 150px);
  }
}
