@import "../font/roboto/stylesheet.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
  font-family: Arial, Helvetica, sans-serif;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-ms-clear {
  display: none;
}

::-moz-focus-inner {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
  background: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=number] {
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input {
  box-sizing: border-box;
}

button {
  padding: 0;
}

select::-ms-expand {
  display: none;
}

:before {
  box-sizing: border-box;
}

:after {
  box-sizing: border-box;
}

body {
  font-family: "roboto";
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 10px;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.popok-error-content {
  background-color: #1E272E;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
}

.popok-error-info {
  position: relative;
  max-width: 60rem;
  width: 100%;
}

.popok-error-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.popok-error-bg > img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.squirrel-img {
  display: flex;
  justify-content: center;
  margin-top: auto;
  width: 100%;
}
.squirrel-img > img {
  display: block;
  width: 100%;
  object-fit: contain;
  max-width: 600px;
}

.popok-error-body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.popok-logo {
  margin-bottom: 6rem;
  margin-top: 13rem;
}
.popok-logo img {
  display: block;
  object-fit: contain;
  width: 48px;
  height: 50px;
}

.popok-error-message {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 2rem;
  text-align: center;
  color: #FF6448;
  margin-bottom: 1.7rem;
}

.popok-error-desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 4rem;
}

.popok-error-img {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  html {
    font-size: 2.6667vmin;
  }
  .wrapper {
    overflow: auto;
  }
  .popok-error-info {
    max-width: 37rem;
  }
  .popok-logo {
    margin-bottom: 3rem;
    margin-top: 6.5rem;
  }
  .popok-error-message {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
  }
  .popok-error-desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
}