a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

br {
  font-size: 0;
}

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

a,
a:focus,
button,
button:focus,
input,
input:focus {
  outline: none;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

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

/**
 * Remove outlines in Firefox.
 */
select:-moz-focusring,
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
  outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0;
  outline: none;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.document {
  padding: 80px 0;
}
.document__top-right {
  text-align: right;
  margin-bottom: 50px;
}
.document__top-right :not(:last-of-type) {
  margin-bottom: 0px;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
p,
li {
  font-size: 16px;
  line-height: 140%;
  color: #444;
}
h1 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 5px;
}
.center {
  text-align: center;
}
.document {
  background: url("../img/stars.svg") no-repeat,
    url("../img/stars.svg") no-repeat, url("../img/stars.svg") no-repeat;
  background-position: calc(50% - 1020px) 500px, calc(50% - -1050px) 2500px,
    calc(50% - 1020px) 3300px;
}

.document__title {
  margin-bottom: 30px;
}
.document__title p {
  margin-bottom: 0;
}
i {
  font-style: italic;
}
h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}
.document__wrap {
  margin-bottom: 20px;
}

.pl {
  padding-left: 30px;
}
.mb {
  margin-bottom: 15px;
}
b {
  font-weight: bold;
}
.point li {
  position: relative;
  padding-left: 23px;
}
.point li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #444;
  left: 0;
  top: 10px;
}

.text-bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  p,li {
    font-size: 18px;
  }
  .document__subtitle {
    font-size: 22px;
  }
}
