body {
    font-family: "Montserrat", sans-serif;
    margin: 0%;
}

.main-page {
    width: 100;
    background: linear-gradient(271deg, #a5deff 1.14%, #fcfefe 100%);
}

.main-page-text-container {
    border-radius: 40px;
    background: #fff;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.wrapper {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1170px;
    position: relative;
}

.main-page-hello-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px; 
    line-height: 150%;
    color: #1b1d1f;
    margin-top: 0px;
    margin-bottom: 60px;
}

.main-page-title {
    font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 64px;
line-height: 112%;
color: #1b1d1f;
margin-top: 0px;
margin-bottom: 24px;
}

.main-page-descr {
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #1b1d1f;
margin-top: 0px;
margin-bottom: 32px;
}

.main-page-button {
    font-family: "Montserrat", sans-serif;
    color: #fff;
border: none;
cursor: pointer;
 background: #ff6b0a;
 padding-left: 24px;
padding-right: 24px;
padding-top: 12px;
padding-bottom: 12px;
box-sizing: border-box;

border-radius: 8px;
}

.goit-logo {
   position: absolute;
   top: 32px;
   left: 0px;
}

.facts-title {
  font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 48px;
line-height: 150%;
color: #1b1d1f;
margin-bottom: 32px;
margin-top: 0px;
}

.facts {
    padding-top: 48px;
    padding-bottom: 100px;
    text-align: center;
}

.facts-tryzyb{
    margin-bottom: 24px;
}

.facts-descr {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
line-height: 150%;
text-align: center;
color: #1b1d1f;
width: 772px;
margin: auto;
margin-top: 0px;
margin-bottom: 24px;
}

.facts-item-title {
    font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 24px; 
line-height: 100%;
text-align: center;
color: #1b1d1f;
margin-bottom: 32px;
margin-top: 0px;
}

.facts-item-descr {
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px; 
line-height: 150%;
text-align: center;
color: #1b1d1f;
margin-top: 0;
margin-bottom: 0;
}

.facts-item {
width: calc((100% / 3) - (24px * 2) / 3);
}

.form-container{
    background: linear-gradient(271deg, #a5deff 1.14%, #fcfefe 100%);
width: 100%;
padding-top: 80px;
padding-bottom: 80px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-content: center;
}

.form {
    background: #fff;
    border-radius: 40px;
padding-top: 32px;
padding-right: 60px;
padding-bottom: 60px;
padding-left: 60px;
box-sizing: border-box;
text-align: center;
}

.form-tryzub {
    margin-bottom: 32px;
}

.form-title {
    font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 24px;
line-height: 100%;
color: #1b1d1f;
    margin-top: 0px;
    margin-bottom: 12px;
}

.form-descr {
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px; 
line-height: 150%;
color: #1b1d1f;
margin-top: 0px;
margin-bottom: 24px;
}

.form-filed {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.form-field-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
   line-height: 24px; 
    line-height: 150%;
    color: #1b1d1f;
    margin-bottom: 8px;
}

.form-filed-name{
margin-bottom: 24px;
}

.form-input {
    border: 1px solid #005bbb;
border-radius: 8px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #1b1d1f;
padding-top: 12px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 12px;
box-sizing: border-box;
width: 100%;
}

.form-button {
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px; 
color: #fff;
cursor: pointer;
padding-top: 12px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 12px;
background: #ff6b0a;
border-radius: 8px;
border: none;
}

.form-filed-email {
    margin-bottom: 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;
}