.not_found_block .not_found_info_wrapper {
  margin-top: 140px;
}
.not_found_block .not_found_info_wrapper p {
  text-align: center;
}
.not_found_block .not_found_info_wrapper .not_found_code {
  display: flex;
  justify-content: center;
}
.not_found_block .not_found_info_wrapper .not_found_title {
  margin-top: 24px;
  color: #90A4AF;
  font-size: 48px;
  font-weight: 600;
}
.not_found_block .not_found_info_wrapper .not_found_text {
  margin-top: 40px;
  font-size: 18px;
  color: #253238;
}
.not_found_block .not_found_info_wrapper .not_found_text a {
  color: #5979C4;
}

.footer {
  margin-top: 35px;
}

@media screen and (max-width: 1540px) {
  .not_found_block .not_found_info_wrapper {
    margin-top: 80px;
    margin-bottom: 130px;
  }
  .not_found_block .not_found_info_wrapper .not_found_title {
    font-size: 48px;
  }
  .not_found_block .not_found_info_wrapper .not_found_text {
    font-size: 16px;
  }
  .footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main_content {
    margin-bottom: 104px;
  }
  .main_content .not_found_info_wrapper {
    margin-top: 60px;
  }
  .main_content .not_found_info_wrapper .not_found_code img {
    width: 250px;
  }
  .main_content .not_found_info_wrapper .not_found_title {
    font-size: 24px;
    margin-top: 15px;
  }
  .main_content .not_found_info_wrapper .not_found_text {
    font-size: 16px;
    max-width: 370px;
    width: 100%;
    margin: 22px auto 0px;
  }
  .footer {
    margin-top: 60px;
  }
}