.not-found {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-top: 80px;
}

.not-found .container {
  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;
  height: 100%;
}

.not-found__col {
  max-width: 565px;
  width: 100%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.not-found__title {
  font-weight: 350;
  font-size: 35px;
  margin-bottom: 40px;
  margin-top: 0 !important;
  text-transform: uppercase;
}

.not-found__suptitle {
  font-weight: 350;
  color: rgba(34, 59, 55, 0.6);
  font-size: 35px;
  margin-bottom: 20px;
}

.not-found a {
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.not-found img,
.not-found svg {
  margin-bottom: 20px;
}

.global-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .not-found {
    padding-top: 40px;
  }

  .not-found__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .not-found__suptitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .not-found__title {
    font-size: 20px;
  }
}