.error-frame {
  padding: 0 16px;

  &__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: $ma-white;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  &__message {
    margin-bottom: 16px;
    color: $blue-dark;
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
  }

  &__event {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.5;
    color: $blue-dark;
  }

  &__icon {
    color: $blue-satin;
    font-size: 6.5rem;
    line-height: 1;

    & svg {
      margin: 26px 0;
    }

    & img {
      width: 156px;
      height: 156px;
    }
  }
}
