body{
    font-family: "Montserrat", serif;
    margin: 0%;
}
.mein-page{
    width: 100%;
    background: linear-gradient(271deg, #a5deff 1.14%, #fcfefe 100%);
}
.mein-page-text-conteiner{
    border-radius: 40px;
    background: #fff;
    padding: 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;
}
.mein-page-hello-text{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    
    /* line-height: 24px; */ 
    line-height: 150%;
    color: #000; 
    margin-top: 0;
    margin-bottom: 60px;
}
.mein-page-title{
 font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 64px;

/* line-height: 72px; */ 
line-height: 112%;
color: #000;   
margin-top: 0;
    margin-bottom: 24px;
}
.mein-page-deskr{
 font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
/* line-height: 24px; */ 
line-height: 150%;
color: #000;   
margin-top: 0;
    margin-bottom: 32px;
}
.mein-page-btn{
    color: #fff;
    border: none;
    cursor: pointer;
background: #ff6b02;
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: 0;
}
.facts-title{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 42px;
    
    /* line-height: 72px; */ 
    line-height: 171%;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
    margin-top: 0;
}
.facts-descr{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    
    /* line-height: 24px; */ 
    line-height: 150%;
    text-align: center;
    color: #000; 
    width: 772px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 24px;
}
.facts{
    padding-top: 48;
    padding-bottom: 100px;
    text-align: center;
}
.facts-trezub{
    margin-bottom: 24px;
    margin-top: 48px;
}
.facts-iten-title{
 font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 24px;

/* line-height: 24px; */ 
line-height: 100%;
text-align: center;
color: #000;   
margin-top: 0;
margin-bottom: 32px;
}
.facts-iten-descr{
 font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;

/* line-height: 24px; */ 
line-height: 150%;
text-align: center;
color: #000;   
margin-top: 0;
margin-bottom: 0;
}
.facts-iten{
    width: calc((100% / 3) - (24px * 2)/ 3);
}
.form-container{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
      background: linear-gradient(271deg, #a5deff 1.14%, #fcfefe 100%);
     display: flex;
    justify-content: center;
    align-items: center;
}
    
.form{
    background: #fff;
    border-radius: 40px;
    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{
    margin-top: 0;
    margin-bottom: 12px;
}
.form-descr{
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;

/* line-height: 24px; */ 
line-height: 150%;
color: #000;
margin-top: 0;
margin-bottom: 24px;
}
.form-field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.form-field-label{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;

/* line-height: 24px; */ 
line-height: 150%;
color: #000;
margin-bottom: 8px;
}
.form-field-name{
    margin-bottom: 24px;
}
.form-input{
 border: 1px solid #005DDD;
 border-radius: 8px;
 font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;

/* line-height: 24px; */ 
line-height: 150%;
color: #000;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 24px;
padding-right: 24px;
box-sizing: border-box;
width: 100%;
}
.form-btn{
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;

/* line-height: 24px; */ 
line-height: 150%;
color: #fff;
cursor: pointer;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 24px;
padding-right: 24px;
border-radius: 8px;
background: #ff6b02;
border: none;
}
.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;
}