@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);

body, html {
  font-family: Open Sans, sans-serif;
}

.typo_h2 {
  font-size: 36px;
  font-weight: 700
}

.typo_blue {
  color: #4e79ca
}

.button {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center
}

.button_cmn {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20.7px;
  background-color: #4e79ca
}

.button_cmn:hover {
  background-color: #3560b0
}

::-webkit-input-placeholder {
  color: #d3d3d3
}

:-moz-placeholder, ::-moz-placeholder {
  color: #d3d3d3
}

:-ms-input-placeholder {
  color: #d3d3d3
}

.input-group {
  text-align: left;
  width: 100%
}

.input-group__label {
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16.1px
}

.input-group__label_required:after {
  content: "*";
  color: #4e79ca
}

.input-group__error {
  font-size: 12px;
  color: #b83b1f
}

.input {
  min-width: 200px;
  border: 1px solid #cccce0;
  border-radius: 4px;
  outline: none;
  transition: border .3s;
  width: 100%;
  box-sizing: border-box
}

.input:active, .input:focus, .input:hover {
  border: 1px solid #4e79ca
}

.input_cmn {
  height: 48px;
  color: #333;
  padding: 0 10px
}

.input_has-error {
  box-shadow: 0 0 3px #b83b1f;
  border: 1px solid #b83b1f
}

.input_has-error:active, .input_has-error:focus, .input_has-error:hover {
  border: 1px solid #b83b1f
}

.vld-overlay .vld-background {
  background: #f5f8fc
}

body, html {
  height: 100%;
  min-width: 375px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#app {
  width: 100%;
  height: 100%
}

.header {
  padding: 0 45px;
  height: 70px;
  box-shadow: 0 2px 12px 0 rgba(87, 131, 169, .2);
  background-color: #fff
}

@media (max-width: 550px) {
  .header {
    padding: 0 15px
  }
}

.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header_simple-link {
  color: #0a0a0a;
  text-decoration: none
}

.header__logo h1 {
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 15px;
  font-family: Akrobat, serif;
  font-weight: 900
}

.header__logo img {
  height: 44px
}

body, html {
  font-family: Open Sans, sans-serif
}

.typo_h2 {
  font-size: 36px;
  font-weight: 700
}

.typo_blue {
  color: #4e79ca
}

.button {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center
}

.button_cmn {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20.7px;
  background-color: #4e79ca
}

.button_cmn:hover {
  background-color: #3560b0
}

::-webkit-input-placeholder {
  color: #d3d3d3
}

:-moz-placeholder, ::-moz-placeholder {
  color: #d3d3d3
}

:-ms-input-placeholder {
  color: #d3d3d3
}

.input-group {
  text-align: left;
  width: 100%
}

.input-group__label {
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16.1px
}

.input-group__label_required:after {
  content: "*";
  color: #4e79ca
}

.input-group__error {
  font-size: 12px;
  color: #b83b1f
}

.input {
  min-width: 200px;
  border: 1px solid #cccce0;
  border-radius: 4px;
  outline: none;
  transition: border .3s;
  width: 100%;
  box-sizing: border-box
}

.input:active, .input:focus, .input:hover {
  border: 1px solid #4e79ca
}

.input_cmn {
  height: 48px;
  color: #333;
  padding: 0 10px
}

.input_has-error {
  box-shadow: 0 0 3px #b83b1f
}

.input_has-error, .input_has-error:active, .input_has-error:focus, .input_has-error:hover {
  border: 1px solid #b83b1f
}

.vld-overlay .vld-background {
  background: #f5f8fc
}

body, html {
  height: 100%;
  min-width: 375px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#app {
  width: 100%
}

#app, .app {
  height: 100%
}

.app__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

.app__content {
  min-height: 100vh;
  background: url(img/background.png);
  background-size: cover;
  background-repeat: no-repeat
}

@media (max-width: 700px) {
  .app__content {
    background-position: 100% 100%
  }
}

.app__wrapper {
  padding-top: 70px
}

body, html {
  font-family: Open Sans, sans-serif
}

.typo_h2 {
  font-size: 36px;
  font-weight: 700
}

.typo_blue {
  color: #4e79ca
}

.button {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center
}

.button_cmn {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20.7px;
  background-color: #4e79ca
}

.button_cmn:hover {
  background-color: #3560b0
}

::-webkit-input-placeholder {
  color: #d3d3d3
}

:-moz-placeholder, ::-moz-placeholder {
  color: #d3d3d3
}

:-ms-input-placeholder {
  color: #d3d3d3
}

.input-group {
  text-align: left;
  width: 100%
}

.input-group__label {
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16.1px
}

.input-group__label_required:after {
  content: "*";
  color: #4e79ca
}

.input-group__error {
  font-size: 12px;
  color: #b83b1f
}

.input {
  min-width: 200px;
  border: 1px solid #cccce0;
  border-radius: 4px;
  outline: none;
  transition: border .3s;
  width: 100%;
  box-sizing: border-box
}

.input:active, .input:focus, .input:hover {
  border: 1px solid #4e79ca
}

.input_cmn {
  height: 48px;
  color: #333;
  padding: 0 10px
}

.input_has-error {
  box-shadow: 0 0 3px #b83b1f;
  border: 1px solid #b83b1f
}

.input_has-error:active, .input_has-error:focus, .input_has-error:hover {
  border: 1px solid #b83b1f
}

.vld-overlay .vld-background {
  background: #f5f8fc
}

body, html {
  height: 100%;
  min-width: 375px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#app {
  width: 100%;
  height: 100%
}

.form {
  max-width: 480px;
  width: 100%;
  position: relative;
  z-index: 0
}

@media (max-width: 550px) {
  .form {
    padding: 0 15px
  }
}

.form__input-group {
  margin-bottom: 20px
}

.form__button {
  width: 100% !important;
}

.form__general-error {
  padding-top: 30px;
  color: #b83b1f;
  font-size: 14px;
  line-height: 16.1px;
  font-weight: 700
}

.form .input-group__error {
  min-height: 25px
}

body, html {
  font-family: Open Sans, sans-serif
}

.typo_h2 {
  font-size: 36px;
  font-weight: 700
}

.typo_blue {
  color: #4e79ca
}

.button {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center
}

.button_cmn {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20.7px;
  background-color: #4e79ca
}

.button_cmn:hover {
  background-color: #3560b0
}

::-webkit-input-placeholder {
  color: #d3d3d3
}

:-moz-placeholder, ::-moz-placeholder {
  color: #d3d3d3
}

:-ms-input-placeholder {
  color: #d3d3d3
}

.input-group {
  text-align: left;
  width: 100%
}

.input-group__label {
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16.1px
}

.input-group__label_required:after {
  content: "*";
  color: #4e79ca
}

.input-group__error {
  font-size: 12px;
  color: #b83b1f
}

.input {
  min-width: 200px;
  border: 1px solid #cccce0;
  border-radius: 4px;
  outline: none;
  transition: border .3s;
  width: 100%;
  box-sizing: border-box
}

.input:active, .input:focus, .input:hover {
  border: 1px solid #4e79ca
}

.input_cmn {
  height: 48px;
  color: #333;
  padding: 0 10px
}

.input_has-error {
  box-shadow: 0 0 3px #b83b1f;
  border: 1px solid #b83b1f
}

.input_has-error:active, .input_has-error:focus, .input_has-error:hover {
  border: 1px solid #b83b1f
}

.vld-overlay .vld-background {
  background: #f5f8fc
}

body, html {
  height: 100%;
  min-width: 375px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#app {
  width: 100%;
  height: 100%
}

@media (max-width: 550px) {
  .result {
    padding-bottom: 10px
  }
}

.result__container {
  box-shadow: 0 0 8px rgba(19, 39, 63, .25);
  border-radius: 4px;
  background: #fff;
  padding: 50px;
  max-width: 550px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #333
}

@media (max-width: 550px) {
  .result__container {
    padding: 25px;
    border: none;
    box-shadow: none
  }
}

.result__back-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  color: #4e79ca;
  font-size: 18px;
  line-height: 20.7px;
  font-weight: 700
}

.result .block__name {
  font-weight: 700
}

.result .block__cert-file {
  padding: 10px 35px;
  background: #dde8fe;
  border-radius: 53px;
  max-width: 260px;
  cursor: pointer;
  transition: background .3s
}

.result .block__cert-file:hover {
  background: #abc6fd
}

.result .back-link__icon {
  margin-right: 10px
}

body, html {
  font-family: Open Sans, sans-serif
}

.typo_h2 {
  font-size: 36px;
  font-weight: 700
}

.typo_blue {
  color: #4e79ca
}

.button {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center
}

.button_cmn {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20.7px;
  background-color: #4e79ca
}

.button_cmn:hover {
  background-color: #3560b0
}

::-webkit-input-placeholder {
  color: #d3d3d3
}

:-moz-placeholder, ::-moz-placeholder {
  color: #d3d3d3
}

:-ms-input-placeholder {
  color: #d3d3d3
}

.input-group {
  text-align: left;
  width: 100%
}

.input-group__label {
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16.1px
}

.input-group__label_required:after {
  content: "*";
  color: #4e79ca
}

.input-group__error {
  font-size: 12px;
  color: #b83b1f
}

.input {
  min-width: 200px;
  border: 1px solid #cccce0;
  border-radius: 4px;
  outline: none;
  transition: border .3s;
  width: 100%;
  box-sizing: border-box
}

.input:active, .input:focus, .input:hover {
  border: 1px solid #4e79ca
}

.input_cmn {
  height: 48px;
  color: #333;
  padding: 0 10px
}

.input_has-error {
  box-shadow: 0 0 3px #b83b1f;
  border: 1px solid #b83b1f
}

.input_has-error:active, .input_has-error:focus, .input_has-error:hover {
  border: 1px solid #b83b1f
}

.vld-overlay .vld-background {
  background: #f5f8fc
}

body, html {
  height: 100%;
  min-width: 375px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@font-face {
  font-family: Akrobat;
  src: url(fonts/Akrobat.woff2) format("woff2");
  font-weight: 900
}

@font-face {
  font-family: Akrobat;
  src: url(src/fonts/Akrobat-Bold.44104339.woff2) format("woff2");
  font-weight: 700
}

@font-face {
  font-family: Akrobat;
  src: url(src/fonts/Akrobat-SemiBold.851a244f.woff2) format("woff2");
  font-weight: 600
}

#app {
  width: 100%;
  height: 100%
}

.home {
  text-align: center;
  padding: 85px 0
}

@media (max-width: 550px) {
  .home {
    padding: 15px 0
  }
}

.home__title {
  font-size: 23px
}

@media (max-width: 550px) {
  .home__title {
    margin: 10px 0
  }
}

.home__form, .home__result {
  display: flex;
  justify-content: center;
  padding-top: 30px
}
