html,
body {
  margin: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.main-page {
  background: linear-gradient(270deg, #a5deff 1.34%, #fcfefe 99.8%);
}

.main-page-text-container {
  border-radius: 40px;
  background: #fff;
  padding: 60px;
  /* padding-top: 60px;
  padding-left: 60px;
  padding-right: 60 px;
  padding-bottom: 60px; */
  box-sizing: border-box;
}

.main-page-btn {
  border-radius: 8px;
  background: #ff6b0a;
  border: none;
  color: #fff;
  padding: 12px 24px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.logo {
  margin-top: 32px;
  margin-bottom: 60px;
}

.main-page-text-hello {
  color: #1b1d1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 60px;
}

.main-page-text-title {
  color: #1b1d1f;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 24px;
}

.main-page-text-descr {
  color: #1b1d1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 32px;
}

.gus-facts {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 100px;
}

.gus-facts-title {
  color: #1b1d1f;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  margin-top: 24px;
  margin-bottom: 0;
}

.gus-facts-descr {
  color: #1b1d1f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 772px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 24px;
}

.gus-fact-item-title {
  color: #1b1d1f;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 32px;
}

.gus-fact-item-descr {
  color: #1b1d1f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.gus-fact-item {
  width: 374px;
}

.form-page {
  background: linear-gradient(270deg, #a5deff 1.34%, #fcfefe 99.8%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.form {
  border-radius: 40px;
  background: #fff;
  width: 573px;
  padding-top: 32px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}

.form-title {
  color: #1b1d1f;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.form-descr {
  color: #1b1d1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.form-input {
  border-radius: 8px;
  border: 1px solid #005bbb;
  background: #fff;
  width: 453px;
  height: 60px;
  color: #1b1d1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.form-label {
  color: #1b1d1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.form-field {
  text-align: left;
  margin-bottom: 24px;
}

.form-btn {
  border-radius: 8px;
  background: #ff6b0a;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  margin-top: 48px;
}

.gus-anim {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin-bottom: auto;
  margin-top: auto;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
