@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

body {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100dvh;
  background: #111;
  color: #fff;
}

main {
  flex: 1 0 auto;
}

.container {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

main {
  display: flex;
  flex-direction: column;
}
main .head {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
main .title {
  color: #FFF;
  text-align: center;
  font-size: 22.593px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.63px; /* 140% */
  letter-spacing: 0.565px;
  margin-bottom: 20px;
}
main.two .title, main.three .title, main.four .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 0.5px;
  padding: 70px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
main .description {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.593px; /* 141.204% */
  text-wrap: balance;
  margin-bottom: 20px;
}
main .subDescription {
  color: #FFF;
  text-wrap: balance;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.593px; /* 141.204% */
  margin-bottom: auto;
}
main .unsubscribe {
  border-radius: 200px;
  border: 1px solid #F62434;
  color: #fff;
  text-align: center;
  padding: 12px;
  background: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
  margin-bottom: 40px !important;
  text-decoration: none;
}
main.three .unsubscribe {
  padding: 12px 52px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
main .form {
  padding: 45px 10px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
main .buttons {
  padding-top: 10px;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
main .buttons .close {
  color: #F62434;
  background: none;
  border: none;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.975px; /* 193.164% */
  padding: 0 15px;
}
main .buttons .next {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.386px; /* 135.905% */
  border-radius: 84.941px;
  border: 1px solid #F62434;
  background: none;
  max-width: 60%;
  width: 100%;
  padding: 10px;
}
main .buttons .next:disabled {
  opacity: 0.3;
}
main .inputPhone {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
main .inputPhone input {
  width: 100%;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  outline: none;
}
main .inputCode {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
main .inputCode input {
  max-width: 50px;
  width: 100%;
  border-radius: 12px;
  max-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  border: 1px solid transparent;
}
main .inputCode.error input {
  border: 1px solid #FB404E;
  background: #FFE0E3;
}
main.four .description {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
}
main.four .refresh {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
}

.radio {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  width: 100%;
}
.radio input {
  position: absolute;
  opacity: 0;
}
.radio input:checked ~ span:before {
  display: block;
}
.radio span {
  border: 1px solid #F62434;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
}
.radio span:before {
  display: none;
  content: "";
  position: absolute;
  border-radius: inherit;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F62434;
}
.radio p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
}

body main.one {
  display: flex;
}
body main.two {
  display: none;
}
body main.three {
  display: none;
}
body main.four {
  display: none;
}
body main.five {
  display: none;
}
body.agree main.one {
  display: none;
}
body.agree main.two {
  display: flex;
}
body.agree main.three {
  display: none;
}
body.agree main.four {
  display: none;
}
body.agree main.five {
  display: none;
}
body.phone main.one {
  display: none;
}
body.phone main.two {
  display: none;
}
body.phone main.three {
  display: flex;
}
body.phone main.four {
  display: none;
}
body.phone main.five {
  display: none;
}
body.code main.one {
  display: none;
}
body.code main.two {
  display: none;
}
body.code main.three {
  display: none;
}
body.code main.four {
  display: flex;
}
body.code main.five {
  display: none;
}
body.success main.one {
  display: none;
}
body.success main.two {
  display: none;
}
body.success main.three {
  display: none;
}
body.success main.four {
  display: none;
}
body.success main.five {
  display: flex;
}/*# sourceMappingURL=style.css.map */