*,
html,
body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #1d1b27;
}

a {
  text-decoration: none;
  color: #58d3f3;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1440px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 90%;
  max-width: 400px;
}

.logo img {
  max-width: 100%;
}

.content,
.contact {
  color: #fff;
  text-align: center;
}

.content__first-line {
  font-size: 30px;
  line-height: 1.4;
}

.content__first-line span {
  display: block;
  margin: 10px 0;
}

.content__first-line--featured {
  font-size: 38px;
  color: #de42e2;
}

.content__second-line {
  margin-top: 60px;
  font-size: 26px;
  /* color: #1483fe; */
}

.contact {
  margin-top: 100px;
  margin-bottom: 140px;
}

.contact__header {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact__item {
  font-size: 18px;
}
.contact__item-label {
}
.contact__item-content {
}

.cookies {
  color: #fff;
  margin-bottom: 140px;
}
.cookies__header {
  text-align: center;
  margin-bottom: 30px;
}
.cookies__content {
  line-height: 1.4;
}

.cookiesbox {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #15131b;
  padding: 15px 10px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.cookiesbox__button {
  color: #fff;
  background-color: #58d3f3;
  border: none;
  margin: 0 10px 0 20px;
  padding: 10px 10px;
  border-radius: 10px;
}
