html,
body {
    margin: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}


.main-page {
    background: linear-gradient(270.23deg, #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-left: 24px;
padding-right: 24px;
padding-top: 12px;
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 {
    margin-top: 32px;
    margin-bottom: 60px;
}

.main-page-description {
    color:  #1B1D1F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    margin-bottom: 60px;
    margin-top: 0;
}

.main-page-title {
    color:  #1B1D1F;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px; 
    margin-top: 0;
    margin-bottom: 0;
}

.main-page-text {
    color: #1B1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    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: 0;
}

.gus-fact-item-description {
    color: #1B1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.page-title {
    color: #1B1D1F;
font-size: 48px;
font-weight: 600;
line-height: 72px; 
margin-top: 24px;
margin-bottom: 32px;
}

.form-section {
    background: linear-gradient(271deg, #A5DEFF 1.14%, #FCFEFE 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-container {
    border-radius: 40px;
    background: #FFFFFF;
    padding-top: 32px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 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-lable {
    color: #1B1D1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.form-description {
    color: #1B1D1F;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 24px;
}

.form-field-input {
        height: 60px;
        width: 453px;
        border-radius: 8px;
        border: 1px solid  #005BBB;
        padding-left: 8px;
        padding-right: 8px;
        color: #1B1D1F;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
}

.form-btn {
    border-radius: 8px;
background:  #FF6B0A;
color:  #FFFFFF;
font-size: 16px;
font-weight: 400;
line-height: 24px; 
border: none;
outline: none;
padding-left: 24px;
padding-right: 24px;
padding-top: 12px;
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;
}