@font-face {
    font-family: "SBSD-regular";
    src: url(../fonts/SBSansDisplay-Regular.ttf);
}


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


.header {
    width: 100%;
    height: 70px;
}

.header-content {
    max-width: 1032px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header-content__img {
    width: 195px;
}

.content {
    max-width: 1032px;
    margin: 0 auto;
    height: 100%;
}

.title {
    margin-top: 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.subtitle {
    margin-top: 16px;
}
.rule-block {
    color: #333F48;
    line-height: 22px;
    margin-top: 60px;
}

.rule-block__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.rule-block__content {
    margin-top: 32px;
}


.rule-block__content__item {
    margin-top: 24px;
}

.rule-block__content__item span {
    font-weight: 600;
}

.list {
    margin-top: 16px;
    padding-left: 24px;
}

.list li {
    line-height: 24px;
}

.link {
    border-bottom: 1px solid #333F48;
}

footer {
    margin-top: 60px;
    height: 9px;
    width: 100%;
    background: linear-gradient(270.01deg, #5AB0FF -2.92%, #42E3B4 23.78%, #FFD633 58.69%, #A0E720 95.65%);
}


@media screen and (max-width: 1032px) {
    .header-content, .content {
        max-width: 767px;
    }
}

@media screen and (max-width: 767px) {
    .header-content, .content {
        max-width: 327px;
    }

    .rule-block {
        margin-top: 24px;
    }

    .title {
        margin-top: 16px;
    }
}
