@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  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-family: 'Roboto', sans-serif;
}

* body {
  background: #BFD7ED;
  color: #003B73;
}

h1 {
  font-size: 60px;
  line-height: 100px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 425px) {
  h1 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 60px;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}

.wrapper {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
}

.load::before {
  content: "reading";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 40px;
  text-transform: uppercase;
  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;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.form,
.parse,
h1 {
  padding: 0 15px;
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file__item {
  margin-bottom: 20px;
  position: relative;
}

.file__input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px !important;
  height: 100%;
  opacity: 0;
  font-size: 0;
}

.filePreview img {
  max-width: 120px;
  margin-bottom: 15px;
}

.file__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: #60A3D9;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 20px 0;
}

.btn {
  padding: 10px 20px;
  border-radius: 5px;
  background: #60A3D9;
  color: #BFD7ED;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.btn:hover {
  background: #0074B7;
}

.item-input {
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  .item-input {
    margin-bottom: 15px;
  }
}

.item-input label {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.item-input input {
  height: 50px;
  border: 5px;
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
}

.item-input--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-indent: 20px;
}

.item-input--checkbox input {
  display: none;
}

.item-input--checkbox label {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

@media (max-width: 425px) {
  .item-input--checkbox label {
    font-size: 14px;
  }
}

.item-input--checkbox label::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  background-color: #60A3D9;
  border-radius: 4px;
  margin-bottom: 10px;
}

.item-input--checkbox label::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #0074B7;
  border-radius: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-input--checkbox > input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.references {
  font-size: 18px;
}

@media (max-width: 425px) {
  .references {
    font-size: 14px;
  }
}

.references a {
  text-decoration: underline;
  color: #0074B7;
}

.references > label {
  margin-right: 15px;
}
