@import url("css2.css");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "extra";
  src: url("HaboroSans-ExtBook.otf");
  font-weight: normal;
  font-style: italic;
}

.wrapper__pop {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.591);
}

.wrapper__pop.hidden {
  display: none;
}

.pop1.less {
  padding-top: 12vmin;
  height: 30vmin;
}

.wrapper__pop.white {
  background: #ffffff;
}

.wrapper__pop.second {
  background: #ad3d3d;
}

.wrapper__pop.second .pop1__top {
  background: #e6e5e5;
}

.wrapper__pop.second .pop1__top span {
  color: #616161;
}

.wrapper__pop.second .pop1 {
  border: 0.3vmin #e6e5e5 solid;
}

.pop1 {
  width: 60vmin;
  height: 24vmin;
  border: 0.3vmin grey solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-top: 14vmin;
}

.pop1__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3vmin;
}

.pop1__img img {
  width: 60%;
}

.pop1__title {
  text-align: center;
  font-size: 2vmin;
  line-height: 2.5vmin;
  font-weight: 300;
}

.pop1__top {
  position: absolute;
  left: -0.3vmin;
  top: -0.3vmin;
  width: calc(100% + 0.6vmin);
  background: #ad3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8vmin;
  padding-right: 3.1vmin;
}

.pop1__top span {
  font-weight: 400;
  font-size: 2.7vmin;
  line-height: 3.2vmin;
  color: #ffffff;
}

.pop1__top button {
  background: none;
}

.pop1__top img {
  width: 5vmin;
  height: 5vmin;
}

.pop1__close {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 2vmin 3vmin;
  background: #f6f6f6;
  border-top: 0.1vmin solid #e8e8e8;
}

.pop1__close button {
  background: #ad3d3d;
  border: 0.4vmin solid #9f3636;
  border-radius: 1.1vmin;
  font-weight: 400;
  font-size: 2.5vmin;
  line-height: 3vmin;
  padding: 1vmin 2vmin 1vmin 2vmin;
  /* identical to box height */
  color: #ffffff;
}

.captcha {
  background-color: #f9f9f9;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  color: #4c4a4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text {
    margin: 0.5em !important;
    text-align: center;
  }
  .logo {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .spinner {
    margin: 2em 0.5em 0.5em 0.5em !important;
  }
}

.text {
  font-size: 3vmin;
  font-weight: 500;
  margin-right: 5vmin;
  letter-spacing: -0.05em;
}

.spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vmin 2vmin;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

input[type="checkbox"] + .checkmark {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  background-color: #fcfcfc;
  border: 2.5px solid #c3c3c3;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 1.3vmin;
}

input[type="checkbox"] + .checkmark span {
  content: "";
  position: relative;
  /*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.75em;
  height: 1.2em;
  opacity: 0;
}

input[type="checkbox"] + .checkmark > span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}

input[type="checkbox"] + .checkmark > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}

input[type="checkbox"]:checked + .checkmark {
  -webkit-animation: 2s spin forwards;
          animation: 2s spin forwards;
}

input[type="checkbox"]:checked + .checkmark > span {
  -webkit-animation: 1s fadein 1.9s forwards;
          animation: 1s fadein 1.9s forwards;
}

input[type="checkbox"]:checked + .checkmark > span:after {
  -webkit-animation: 0.3s bottomslide 2s forwards;
          animation: 0.3s bottomslide 2s forwards;
}

input[type="checkbox"]:checked + .checkmark > span:before {
  -webkit-animation: 0.5s rightslide 2.2s forwards;
          animation: 0.5s rightslide 2.2s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bottomslide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes bottomslide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes rightslide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes rightslide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.logo {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logo img {
  height: 7vmin;
  width: 7vmin;
}

.logo p {
  color: #9d9ba7;
  margin: 0;
  font-size: 1.5vmin;
  font-weight: 500;
  margin: 0.4em 0 0.2em 0;
}

.logo small {
  color: #9d9ba7;
  margin: 0;
  font-size: 0.8em;
}

@-webkit-keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }
  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-color: #c7daf5;
  }
  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
  }
  70% {
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
  }
  90% {
    border-width: 4px;
  }
  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
    border-color: transparent;
  }
}

@keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }
  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-color: #c7daf5;
  }
  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
  }
  70% {
    border-width: 4px;
    border-color: #c7daf5;
    border-right-color: #5998ef;
  }
  90% {
    border-width: 4px;
  }
  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
    border-color: transparent;
  }
}

::-moz-selection {
  background-color: transparent;
  color: teal;
}

::selection {
  background-color: transparent;
  color: teal;
}

::-moz-selection {
  background-color: transparent;
  color: teal;
}

.error {
  font-family: "extra", sans-serif;
  width: 100vmin;
  height: 48.5vmin;
  padding: 5vmin 7.6vmin 0 7.6vmin;
}

.error__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vmin;
}

.error__title {
  font-weight: 400;
  font-size: 4vmin;
  line-height: 5vmin;
  /* identical to box height */
  border-bottom: 0.2vmin solid #d8d8d8;
  width: 100%;
  color: #000000;
  padding-bottom: 1vmin;
}

.error__title-info {
  margin-top: 2vmin;
  font-size: 1.6vmin;
  line-height: 2vmin;
  color: #000000;
}

.error__title-info ul {
  margin-top: 2vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vmin;
}

.error__title-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7vmin;
}

.error__title-info ul li::before {
  content: "";
  width: 0.8vmin;
  height: 0.8vmin;
  background: #424e5a;
  border-radius: 100vmin;
  margin-top: 0.5vmin;
}

.error__title-info .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5.5vmin;
}

.error__title-info button {
  margin-right: 12.6vmin;
  font-size: 1.7vmin;
  line-height: 2vmin;
  background: #0095dd;
  border: 0.1vmin solid #008ddc;
  color: #ffffff;
  padding: 0.7vmin 4vmin;
}
/*# sourceMappingURL=style.css.map */