/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.not-found {
  padding: 41px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.not-found__body {
  max-width: 885px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.not-found__image {
  position: sticky;
  top: 20px;
}
.not-found__image img {
  max-width: 100%;
  max-height: 100%;
}
.not-found__content {
  padding-top: 138px;
  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: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 18px;
}
.not-found__sub-title {
  font-weight: 400;
  font-size: 15px;
  color: #171717;
  margin-bottom: 36px;
  max-width: 350px;
}
.not-found__button {
  margin: 0;
  text-decoration: none;
  width: auto;
  font-size: 12px;
  min-height: 34px;
  padding: 9px 20px;
  height: auto;
  font-weight: 400;
}
.not-found__menu {
  margin-top: 64px;
  border-radius: 10px;
  padding: 42px 24px;
  max-width: 212px;
  background: #f3f3f3;
}

.not-found__menu ul {
  -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;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.not-found__menu ul li {
  padding: 0;
}
.not-found__menu ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #171717;
  transition: color 0.25s ease;
}

.not-found__button:hover {
  color: #fff;
}

@media (any-hover: hover) {
  .not-found__menu ul li a:hover {
    color: #e31e24;
  }
}

@media screen and (max-width: 991px) {
  .not-found__body {
    max-width: 100%;
  }
  .not-found__content {
    padding-top: 100px;
  }
  .not-found__menu ul {
    padding: 0;
    height: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .not-found__menu ul li {
    margin: 0;
  }
  .not-found__menu {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .not-found {
    padding: 0px 0;
  }
  .not-found__body {
    -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;
  }
  .not-found__image {
    position: static;
    top: 0;
  }
  .not-found__content {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .not-found__sub-title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .not-found__button {
    width: 100%;
  }
  .not-found__menu {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .not-found__menu ul {
    gap: 20px;
  }
}
