* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html {
  font-size: 16px;
}

body * {
  outline: none !important;
}

body {
  background: #1c68d2;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 1.25;
  color: #000;
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-size: 19px;
}

html,
body,
.b-page {
  min-height: 100vh;
}
hr {
  border: 1px solid #eee;
}

ul,
ol {
  padding-inline-start: 1em;
}
li {
  margin-bottom: 0.6em;
}
strong {
  white-space: nowrap;
}

h2 {
  color: #1b62c6;
  font-size: 1.15em;
  line-height: 1.2;
  margin-top: 0;
}

.b-page {
  background: url(sun.png) 50% 0 no-repeat;
  background-attachment: fixed;
  width: 100%;
  /* height: 100%; */
  /* height: 100vh; */
  min-height: 100dvh;
  padding: 20px 0 50px 0;
}

.b-link_instructions {
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.b-page-header {
  margin-bottom: 9px;
}

.b-page-header__logo {
  background: url(logo.png) 0px 0px no-repeat;
  background-size: contain;
  width: 310px;
  height: 70px;
  margin: 0 auto;
}

.b-page-content {
  position: relative;
  background: #fff;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  border: 10px solid #73a9f5;
  padding: 50px 70px;
  max-width: 640px;
  min-height: 300px;
  margin: 0 auto;
  /* text-align: center; */
}

.b-page-content__title {
  margin-top: 0;
  /* margin-bottom: 30px; */
  color: #eb15b0;
  line-height: 1.2;
  font-size: 1.5em;
}

.b-page__official {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 12px;
  background-color: #0fc018;
  color: white;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 15px;
}

.b-page-content__action {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.b-page-content__btn {
  background: #eb15b0;
  border-radius: 36px;
  box-shadow: 0 0px 25px rgb(235 21 176 / 49%);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  padding: 16px 60px;
  text-decoration: none;
  display: inline-block;
}

.b-page-content__btn:hover {
  background: #d4139f;
  color: #fff;
}

.b-page-content__signature {
  font-size: 11px;
  text-align: center;
  padding: 0 15px 15px 15px;
  color: white;
}

.b-page-content__signature a {
  color: #ffa0e5;
}
.b-page-content__signature p:last-of-type {
  margin-bottom: 0;
}

.b-page-content__info {
  color: #1c65cd;
  font-size: smaller;
}

.b-page-content__changes {
  /* color: green; */
  color: #1c65cd;
  font-size: smaller;
}

hr {
  margin: 15px 0;
}

/* МОБИЛЬНАЯ АДАПТАЦИЯ */

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  .b-page {
    height: auto;
    padding: 10px 15px 10px 15px;
  }

  .b-page-content {
    padding: 35px 25px;
    border: 0;
  }
}

@media (max-width: 414px) {
  .b-page-header__logo {
    width: 180px;
    height: 38px;
  }
}

@media (max-width: 340px) {
  .b-page-header {
    width: 260px;
    min-height: 107px;
  }

  .b-page-content__btn {
    padding: 15px 40px;
  }

  .b-page-content {
    padding: 20px;
  }
}
