@font-face {
  font-family: 'Sequel Sans';
  src: url('../fonts/Sequel Sans Bold Disp.ttf') format('truetype'),
    url('../fonts/Sequel Sans Bold Disp.otf') format('opentype');
  font-display: swap;
}

html {
  background: #f7f9fb;
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.title {
  font-family: Sequel Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #080a24;
  margin: 0 auto 30px;
  width: 292px;
  max-width: 100%;
}

.subTitle {
  font-family: 'Public Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 104%;
  text-align: center;
  color: #515967;
  margin-bottom: 56px;
}

.button {
  /* background: #5e59ff; */
  border-radius: 5px;
  width: 230px;
  max-width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 17px;
  font-family: Sequel Sans;
}

.button:hover {
  background-color: #5158cf;
  cursor: pointer;
}

.mainSection {
  background: #ffffff;
  box-shadow: 0px 16px 16px rgba(160, 160, 160, 0.15);
  border-radius: 8px;
  padding: 54px 50px;
  text-align: center;
  margin: 200px auto 0;
  width: 438px;
  max-width: 100%;
  margin-bottom: 80px;
  box-sizing: border-box;
}

#counter {
  font-weight: 600;
}

.footer {
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #7582a3;
  font-family: 'Lato', sans-serif;
  display: none;
}

.footer span {
  margin-right: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: rgb(186, 186, 186);
}

@media screen and (max-width: 430px) {
  .mainSection {
    width: 335px;
    max-width: calc(100% - 40px);
    padding: 40px 30px;
  }

  .title {
    margin-bottom: 34px;
  }

  .subTitle {
    margin-bottom: 50px;
  }

  .button {
    width: 275px;
    padding: 14px;
    font-size: 13px;
    line-height: 15px;
  }
}
