html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}
.main-page {
    background: linear-gradient(270deg, #A5DEFF 1.34%, #FCFEFE 98.66%);
    display: flex;
    align-items: center;
}

.main-page-left-site {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-page-text-container {
    width: 574px;
    border-radius: 40px;
    background: var(--white, #FFFBFB);
    padding: 60px;
}

.main-page-button {
    border-radius: 8px;
    background: var(--orange, #FF6B0A);
    color: var(--white, #FFFBFB);
    border: none;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.wrapper {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 100px;
    height: auto;
    margin-top: -68px;
    margin-bottom: 60px;
}
.main-page-description{
    color: var(--black, #1B1D1F);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 60px;
    margin-top: 0;
}
.main-page-title {
    color: var(--black, #1B1D1F);
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    margin-top: 0;
    margin-bottom: 0;
}
.main-page-text {
    color: var(--black, #1B1D1F);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 24px;
    margin-bottom: 32px;
}
.gus-facts {
    padding-top: 48px;
    padding-bottom: 100px;
    text-align: center;
}
.truzyb {
    margin-bottom: 34px;
}
.main-page-title-1 {
    color: #1B1D1F;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    padding: 0;
    margin: 0;

}
.gus-facts-description {
    width: 772px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 24px;
    color: #1B1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.gus-facts-item-title {
    color: var(--black, #1B1D1F);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 8px;
}
.gus-fact-item-description {
    color: var(--black, #1B1D1F);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.form-section{
    background: linear-gradient(270deg, #A5DEFF 1.34%, #FCFEFE 98.66%);
    padding-top: 80px;
    padding-bottom: 80px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;

}
.form-container{
    background: #ffffff;
    border-radius: 40px;
    padding-top: 32px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    width: 574px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.form-title {
    color: var(--black, #1B1D1F);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 12px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;

}
.form-description {
    color: var(--black, #1B1D1F);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;

}
.form-field-label {
    color: var(--black, #1B1D1F);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;

}
.form-field-input {
    width: 453px;
    height: 60px;
    border: 1px solid #005bbb;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    color: var(--black, #1B1D1F);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.form-button {
    border-radius: 8px;
    background: var(--orange, #FF6B0A);
    color: var(--white, #FFFBFB);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px;
    cursor: pointer;
    
}
.form-field-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;
}