/*--------------------------------------------*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page .main {
  flex: 1 1 auto;
}

/*--------------------------------------------*/
.container {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body {
  background-color: #000;
}
.wrapper {
}
.main {
}

.main__header {
}

.main__header_logo {
  border: 4px solid #dd1000;
  border-radius: 50%;
  max-width: 108px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.main__header_logo img {
  max-width: 100px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.main__header_name {
  color: #edf2ff;
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main__header_nick {
  color: rgba(237, 242, 255, 0.8);
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.main__content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main__content_link {
  padding: 16px 80px;
  border-radius: 6px;
  background: #dd1000;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  border: 4px solid #dd1000;
  transition-duration: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.main__content_link svg {
  width: 17px;
}
.main__content_link:hover {
  background-color: #fff;
  color: #000;
}
.main__header_num {
  padding: 11px 26px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;

  color: #ffffff;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;

  background: #dd1000;
  border-radius: 6px;
  margin-top: 25px;
}
.main__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
