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

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}

.error-block__title {
  font-size: 9.375rem;
  line-height: 100%;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.error-block__text {
  font-size: 1.5625rem;
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 65px;
}

.error-block .btn {
  width: auto;
  min-width: unset;
  max-width: 200px;
}

@media (max-width: 1919px) {
  .error-block__title {
    font-size: 6.25rem;
    line-height: 100%;
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .error-block {
    padding-top: 50px;
  }

  .error-block__title {
    margin-bottom: 35px;
  }

  .error-block__text {
    margin-bottom: 35px;
  }

  .error-block__text br {
    display: none;
  }
}

@media (max-width: 833px) {
  .error-block {
    padding-top: 70px;
  }

  .error-block__title {
    font-size: 3.75rem;
    line-height: 100%;
    margin-bottom: 25px;
  }

  .error-block__text {
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 60px;
  }

  .error-block .btn {
    width: 100%;
    max-width: 360px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
