html,
body {
    margin: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.main-page {
    background: linear-gradient(270deg, #A5DEFF 1.34%, #FCFEFE 99.8%);
}

.main-page-text-container {
    border-radius: 40px;
    background: #FFFFFF;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}

.main-page-button {
    background: #FF6B0A;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px ;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.wrapper {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-top: 32px;
    margin-bottom: 60px;
}

.main-page-decription {
    font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #1B1D1F;
margin-bottom: 60px;
margin-top: 0px;
}

.main-page-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    color: #1B1D1F;
    margin-top: 0;
    margin-bottom: 0;
}

.main-page-text {
    color: #1B1D1F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 32px;
}

.gus-facts {
    padding-top: 48px;
    padding-bottom: 100px;
    text-align: center;
}
.tryzub {
    margin-bottom: 24px;
}

.gus-facts-description {
    width: 772px;
    margin: auto;
    margin-bottom: 24px;
    color: #1B1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.gus-fact-item-title {
    color: #1B1D1F;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 8px;
}

.gus-fact-item-description {
    font-weight: 400;
    color: #1B1D1F;
    font-size: 16px;
    line-height: 24px;
}

.form-section {
    background: linear-gradient(270deg, #A5DEFF 1.34%, #FCFEFE 99.8%);
    padding-top: 80px;
    padding-bottom: 80px;

}

.form-container {
    border-radius: 40px;
    background: #FFFFFF;
    padding-top: 32px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    width: 573px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}

.form-title {
    color: #1B1D1F;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

.form-field-email {
    margin-bottom: 48px;
}

.form-field-label {
    color: #1B1D1F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-description {
    color: #1B1D1F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
.form-field-input {
    width: 453px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #005BBB;
    padding-left: 8px;
    padding-right: 8px;
    color: #1B1D1F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.form-button {
    border-radius: 8px;
    background: #FF6B0A;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    outline: none;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px ;
    cursor: pointer;
}

.gus-anim {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}