@import "fonts.css";

html {
  font-family: Golos, sans-serif;
  color: #232323;
}

.access-check__wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 12px;
  height: calc(100vh - 40px);
  width: calc(100vw - 40px);
  background-image: url("/assets/images/banner/logo-color.svg");
  background-repeat: no-repeat;
  text-align: center;
}

.access-check__wrapper > div {
  padding: 30px 60px 40px 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.access-check__wrapper > div > h1 {
  margin: 0 0 16px;
  color: #04153e;
  font-size: 24px;
}

.access-check__wrapper > div > p {
  margin: 0;
  letter-spacing: -0.078px;
}

.access-check__show {
  display: flex;
}

.went-wrong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1566px;
  margin: 136px auto 0px;
  font-weight: normal;
  box-sizing: border-box;
}

.went-wrong__content {
  display: flex;
  flex-direction: column;
  min-width: 713px;
  max-width: 713px;
  padding: 87px 59px;
  box-sizing: border-box;
}

.went-wrong__title {
  font-size: 72px;
  line-height: 1em;
  margin: 0 0 40px 0;
}

.went-wrong__bold-text {
  font-size: 32px;
  line-height: 1.125em;
  margin: 0 0 40px 0;
}

.went-wrong__text {
  font-size: 28px;
  line-height: 1.25em;
  margin: 0;
}

.went-wrong__text_first {
  margin: 0 0 40px 0;
}

.went-wrong__img {
  text-align: center;
  width: 35%;
  min-width: 200px;
}

.went-wrong__img-content {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .went-wrong {
    margin-top: 15px;
    flex-direction: column-reverse;
  }

  .went-wrong__content {
    min-width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .went-wrong__content {
    padding: 30px;
  }
}
