*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html{
  width: 100%;
  height: 100%;
}

body{
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #414d60;

  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1, h2, h3, h4{
  color: #333;
  font-weight: 500;
}

p{
  line-height: 24px;
}

a, a:visited{
  color: #1968cf;
  text-decoration: none;
  cursor: pointer;
}

a:hover{
  text-decoration: underline;
}

ul{
  padding-left: 25px;
}

ul li{
  line-height: 22px;
  margin-bottom: 6px;
}

.gradient{
  background: linear-gradient(180deg, #F2F1FF, #fff);
  height: 65px;
}

.app{
  max-width: 680px;
  margin: 0 auto;
  padding: 0px 15px 20px 15px;
}

.logo{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 30px;
}

.logo .txt{
  font-size: 32px;
  font-weight: 620;
  letter-spacing: -0.7px;
  color: #000;
}

.lide{
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.block{
  margin-bottom: 40px;
}

.footer{
  font-size: 14px;
  line-height: 21px;
  color: #838b99;
  text-align: center;
}

.items a{
  display: block;
  font-size: 17px;
  font-weight: 480;
  margin-bottom: 3px;
}
