body {
    font-family: "Montserrat", serif;
    margin: 0;
}

.main-page {
    width: 100%;
    background: linear-gradient(270deg, #a5deff 0%, rgba(252, 254, 254, 0.93) 100%);
}

.main-page-text-container {
    border-radius: 40px;
    background: #fff;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 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-weight: 600;
    font-size: 16px;
    
    /* line-height: 24px; */ 
    line-height: 150%;
    color: #1b1d1f;
    margin-top: 0;
    margin-bottom: 60px;
}

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


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


.main-page-button {
    font-weight: 400;
    font-size: 16px;
    
    /* line-height: 24px; */ 
    line-height: 150%;
    color: #fff;
    /*margin-top: 38px;
    margin-bottom: 30px;*/
    
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 12px 24px;
    width: 172px;
    height: 48px;
    
    background: #ff6b0a;
}

.main-page-logo {
    position: absolute;
    top: 32px;
    left: 0;
}

.main-page-logo img {
    display: block;
}

.facts-title {
    font-weight: 600;
    font-size: 48px;
    
    /* line-height: 72px; */ 
    line-height: 150%;
    color: #1b1d1f;
    margin-bottom: 32px;
    margin-top: 0;
}

.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: 0;
    margin-bottom: 24px;
}

.facts-trezub {
    fill: #f2cd13;
    margin-top: 36px;
    margin-bottom: 24px;
    position:relative;
}

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

.facts-item-title {
    font-weight: 600;
    font-size: 24px;

    /* line-height: 24px; */ 
    line-height: 100%;
    text-align: center;
    color: #1b1d1f;
    margin-top: 0;
    margin-bottom: 32px;
}


.facts-item-descr {
    font-weight: 400;
    font-size: 16px;
    
    /* line-height: 24px; */ 
    line-height: 150%;
    text-align: center;
    color: #1b1d1f;
    margin-top: 24px;
    width: 374px;
}

.facts-item {
    width: calc((100% / 3) - (24px * 2)/ 3 );
}

.form-container {
    width: 100%;
    background: linear-gradient(270deg, #a5deff 0%, rgba(252, 254, 254, 0.93) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.form-trezub {
    margin-bottom: 32px;
}

.form-title {
    font-weight: 600;
    font-size: 24px;

    /* line-height: 24px; */ 
    line-height: 100%;
    text-align: center;
    color: #1b1d1f;
    margin-top: 0;
    margin-bottom: 12px;
}

.form-descr {
    font-weight: 400;
    font-size: 16px;

    /* line-height: 24px; */ 
    line-height: 150%;
    color: #1b1d1f;
    margin-bottom: 24px;
    margin-top: 0;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-field-label {
    
    font-weight: 400;
    font-size: 16px;

    /* line-height: 24px; */ 
    line-height: 150%;
    color: #1b1d1f;
    margin-bottom: 8px;
}

.form-field-name {
    margin-bottom: 24px;
}

.form-input {
    border: 1px solid #005bbb;
    border-radius: 8px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;

    /* line-height: 24px; */ 
    line-height: 150%;
    color: #1b1d1f;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24pxx;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
}

.form-btn {
    font-weight: 400;
    font-size: 16px;

    /* line-height: 24px; */ 
    line-height: 150%;
    color: #fff;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 8px;
    background: #ff6b0a;
    border: none;
    width: 172px;
    height: 48px;
    padding: 12px 24px;
}

.form-field-email {
    margin-bottom: 48px;
    margin-top: 0;
}

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