* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img {
  max-width: 100%;
  display: block;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  font-size: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Manrope";
  src: url("./Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("./Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

body {
  font-family: Manrope;
  font-weight: 500;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  padding: 40px;

  background-image: url("./bac.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.body {
  width: 100%;
  height: 100%;

  padding: 50px;

  background-color: #faf3e9;
  border-radius: 60px;

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

.body__title {
  position: relative;
  max-width: 285px;
  color: #1f1f1f;
  text-align: center;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 12px;
}
.body__title svg {
  position: absolute;
  top: 80%;
  left: 100%;
}
.body__sub-title {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-bottom: 60px;
}
.body__wrapper-actions:not(:last-child) {
  margin-bottom: 30px;
}

.wrapper-actions__title {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wrapper-actions__button_platform-ios {
  width: 209.124px;
  height: 70px;
}
.wrapper-actions__button_platform-android {
  width: 193.2px;
  height: 56px;
}

@media (max-width: 640px) {
  .wrapper {
    padding: 16px;
  }
  .body__title {
    font-size: 26px;
  }
  .body__title svg {
    width: 30px;
    height: 96px;
    top: 85%;
    left: 92%;
  }
}
