@media (min-width: 1400px) {
    .container {
        /*max-width: 1320px;*/
        max-width: 1140px;
    }
}

.btn, a {
    transition: all 250ms linear;
}
.lnum {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.section-hero{
    background: #194d70 url("../img/onboarding/bg_hero_onboarding.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 100px 0;
}
@media (min-width: 992px) {
    .section-hero{
        padding: 100px 0 0;
    }
}
.logo-div{
    margin-bottom: 50px;
}
.section-hero h1{
    font-family: var(--font-oswald);
    font-size: 42px;
    font-weight: normal;
    line-height: 1.6;
    color: #ffcb50;
    margin-bottom: 40px;
}
.section-hero h2{
    font-family: var(--font-caveat);
    font-size: 37px;
    font-weight: bold;
    color: #82f7f8;
    margin-bottom: 20px;
}
.footer-pre{
    background: #1e1e30;
    padding: 80px 0;
}
.footer-pre p{
    font-family: var(--font-raleway);
    font-size: 14px;
    font-weight: bold;
    line-height: 2.21;
    color: #499d8b;
}
.footer-pre p a{
    font-family: var(--font-raleway);
    font-size: 14px;
    font-weight: bold;
    line-height: 2.21;
    color: #80f7de;
    text-decoration: none;
}
.footer-pre p a:hover, .footer-pre p a:focus{
    color: #ffffff;
}
.form-div{
    background: #ffffff;
    border-radius: 30px;
    padding: 35px;
    min-height: 463px;
    z-index: 1;
    position: relative;
    margin-bottom: 80px;
}
.igor-image{
    position: absolute;
    bottom: 0;
    left: 498px;
    z-index: 0;
}

.igorsfunnel-faq-div{
    font-family: var(--font-firs-sans);
    font-size: 16px;
    font-weight: 300;
    color: #0f1229;

}
.igorsfunnel-faq-div a{
    font-family: var(--font-firs-sans);
    color: #42466b;
    display: block;
    font-weight: 500;
}
.igorsfunnel-faq-div.open a{
    color: #0f1229;
}
.igorsfunnel-faq-div a:hover{
    text-decoration: none;
    color: #0f1229;
}
.igorsfunnel-faq-div.open a{
    margin-bottom: 15px;
}