* {
  box-sizing: border-box;
}

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;
}

main {
  display: block;
}

:focus {
  outline: 0;
}

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;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure,
form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}

button,
input,
select {
  border: none;
  margin: 0;
  padding: 0;
}

input,
select {
  -webkit-appearance: none;
}

a,
a:focus,
button,
button:focus {
  outline: none;
  box-shadow: none;
}

:after {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  font-size: 24px;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #332f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Serif", Georgia, serif;
  font-weight: 700;
}

strong,
b {
  font-weight: 700;
}

[class*="__container"] {
  max-width: 958px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page {
  flex: 1 1 auto;
}

/* -------------------Hero----------------------------------------------- */
.hero {
  padding: 9px 0px 48px;
}
.hero__container {
}
.hero__logo {
  text-align: center;
  display: block;
  margin-bottom: 38px;
}
.hero__subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #ff6f00;
  display: inline-block;
  padding: 5px 16px;
  font-family: "Ubuntu", Arial, sans-serif;
  border-radius: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
  margin: 24px auto;
  width: fit-content;
}
.hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  color: #01033e;
  margin-bottom: 24px;
  letter-spacing: -1.2px;
}
.hero__img {
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
}
.hero__text {
  color: #231f1f;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.7px;
}
.hero__text:not(:last-child) {
  margin-bottom: 26px;
}
/* -------------------Main----------------------------------------------- */
.main {
  padding-bottom: 70px;
}

.main__img {
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
}
.main__block {
  padding: 24px;
  background-color: #ebe7ff;
  margin-bottom: 32px;
}
.main__block:last-child {
  margin-bottom: 0;
}
.main__items {
  display: flex;
  gap: 27px;
}
.main__number {
  color: #4000ff;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
}
.main__content {
}
.main__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  line-height: 117%;
}
.main__text {
  font-size: 20px;
  line-height: 112%;
  margin-bottom: 24px;
}
.main__text:last-of-type {
  margin-bottom: 40px;
}
.main__link {
  color: #3800bb;
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
}
/* -------------------Privacy page----------------------------------------------- */
.privacy {
  padding: 32px 0 64px;
}
.privacy .hero__container {
  max-width: 860px;
}
.privacy .hero__logo {
  margin-bottom: 32px;
}
.privacy h1 {
  color: #01033e;
  font-size: 42px;
  line-height: 115%;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
.privacy h2 {
  color: #01033e;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.3px;
  margin: 34px 0 12px;
}
.privacy p,
.privacy li {
  color: #231f1f;
  font-size: 18px;
  line-height: 145%;
}
.privacy p {
  margin-bottom: 14px;
}
.privacy ul {
  margin: 8px 0 18px;
  padding-left: 24px;
  list-style: disc;
}
.privacy ol {
  margin: 8px 0 18px;
  padding-left: 24px;
  list-style: decimal;
}
.privacy li {
  display: list-item;
  list-style: inherit;
  margin-bottom: 8px;
}
.privacy a,
.privacy p:has(> a) {
  overflow-wrap: anywhere;
}
/* -------------------Footer----------------------------------------------- */

.footer {
  background-color: #020a41;
  padding: 40px 0;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
.footer__container {
}
.footer__blocks {
  display: flex;
  gap: 22px;
  margin-bottom: 25px;
}
.footer__block-1 {
  flex: 1 1 49%;
}
.light {
  font-weight: 300;
  line-height: 115%;
}
.light:not(:last-child) {
  margin-bottom: 14px;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 120%;
}
.footer__text {
  font-size: 14px;
  line-height: 116%;
  margin-bottom: 12px;
}
.footer__block-2 {
  flex: 1 1 23%;
}
.footer__items {
}
.footer__item {
  
}
.footer__item a {
  font-size: 14px;
  line-height: 100%;
}
.footer__block-3 {
  flex: 1 1 24%;
}
.grey {
  color: #aba8a8;
  text-align: center;
}
/* -------------------Media 991----------------------------------------------- */
@media (max-width: 991px) {
    .footer__blocks {
        flex-wrap: wrap;
    }
    .footer__block-1,
    .footer__block-2,
    .footer__block-3
    {
        flex: 1 1 100%;
    }
}


/* -------------------Media 768----------------------------------------------- */

@media (max-width: 768px) {
    .hero {
  padding: 9px 0px 32px;
}
  .privacy {
    padding: 24px 0 40px;
  }
  .privacy .hero__logo {
    margin-bottom: 24px;
  }
  .privacy h1 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .privacy h2 {
    font-size: 23px;
    margin: 28px 0 10px;
  }
  .privacy p,
  .privacy li {
    font-size: 16px;
    line-height: 145%;
  }
  .hero__title {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 143%;
  }
  .hero__text {
    font-size: 20px;
    line-height: 116%;
  }
  .hero__text:not(:last-child) {
    margin-bottom: 22px;
}
  .main__number {
    font-size: 24px;
  }
  .main__title {
    font-size: 24px;
  }
  .main__items {
    gap: 16px;
  }
  .main__text {
    font-size: 18px;
    margin-left: -44px;
    line-height: 125%;
  }
  .main__link {
    font-size: 18px;
    margin-left: -44px;
    display: block;
  }
.footer__blocks {
    gap: 9px;
}

}
