body{
    color: white;
    font-weight: 300;
}
body .container{
    max-width: 1320px;
    position: relative;
    z-index: 9;
}

.logo{
    max-width: 520px;
    margin-bottom: 35px;
}

.logo img{
    width: 100%;
}

h1{
    font-size: 44px;
    line-height: 1.4em;
    margin-bottom: 100px;
    font-weight: 300;
}

.info{
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25em;
}

.top-part{
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url(/wp-content/uploads/2023/11/mask.jpg);
    height: 540px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top-part:after{
    background: linear-gradient(30deg, rgb(0 0 0 / 60%) 31.89%, rgba(255, 255, 255, 0) 99.87%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottom-part{
    background: linear-gradient(180deg, #000F29 72.61%, #002B78 100%);
    padding-top: 40px;
    height: 830px;
}

hr{
    border-color: #FFDE69;
    max-width: 190px;
    border-width: 2px;
    margin: 45px 0;
}

.description{
    max-width: 615px;
    font-size: 20px;
}

.right-warp{
    max-width: 400px;
    margin-left: auto;
    position: relative;
}

.form-warp{
    background-color: #000F29;
    border: 2px solid white;
    padding: 35px 30px;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="submit"], .hbspt-form input[type="tel"], .hbspt-form select, .hbspt-form textarea{
    border: 1px solid white;
    color: white;
    background-color: #000F29;
    margin-bottom: 20px;
}

.hbspt-form input[type="submit"]{
    border: 2px solid white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    width: 180px;
    background: linear-gradient(90deg, #01205D 0%, #013FC4 101.21%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    min-height: 47px;
    padding: 0;
}

.form-warp{
    margin-bottom: 60px;
    padding-top: 20px;
}

.form-warp h3{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.hbspt-form .hs-richtext p{
    margin-bottom: 35px;
    margin-top: 15px;
}

.hs_error_rollup{
    position: absolute;
    left: 23px;
    white-space: nowrap;
    top: 200px;
}

.field > label{
    display: none;
}

.hbspt-form .hs-error-msgs.inputs-list{
    display: none;
    top: 77px;
}

.bottom-img{
    margin-bottom: 60px ;
}

.bottom-img img{
    width: 100%;
}

.footer-warp{
    background-color: #000000;
    padding: 20px 0;
}

.credit{
    font-size: 12px;
    margin-top: 5px;
}

.credit-bottom{
    text-align: center;
}

.hbspt-form .hs-error-msgs.inputs-list label{
    font-weight: 400;
}

@media only screen and (max-width: 991px) {

    h1{
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 45px;
    }
    h1 span{
        font-size: 24px;
    }

    .top-part{
        height: 460px;
        padding-top: 60px;
    }

    .info{
        font-size: 18px;
        margin-bottom: 18px;
    }

    .top-part a.cta{
        border: 1px solid white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        width: 120px;
        background: linear-gradient(90deg, #01205D 0%, #013FC4 101.21%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
        min-height: 40px;
        padding: 0;
        display: inline-block;
        border-radius: 20px;
        color: white;
        text-align: center;
        text-decoration: none;
        padding-top: 10px;
    }

    .bottom-part{
        height: auto;
    }
    .credit{
        text-align: center;
        margin-bottom: 7px;
    }

    .form-warp{
        border: none;
        background-color: transparent;
        margin-bottom: 20px;
    }

    .description{
        font-size: 16px;
    }

    .form-warp h3{
        font-size: 20px;
        line-height: 1.4em;
    }

    hr{
        margin: 30px 0;
    }
    .right-warp{
        margin-top: 15px;
    }
    .bottom-img{
        margin-bottom: 20px;
    }

    .hbspt-form > form{
        position: relative;
    }
    .hbspt-form .hs-error-msgs.inputs-list {
        top: 150px;
        left: -23px;
    }
  }