@font-face {
    font-family: "cabin";
    src: url(/css/font/cabin.ttf) format("truetype");
    font-display: swap
}

body {
    font-family: 'cabin', sans-serif;
    color: white;
}

    body.webJB {
        background: url(/css/images/jb/jtpro.jpg) no-repeat center center fixed;
    }

.wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 550px;
    margin-top: -275px;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    padding: 80px 0;
    height: 400px;
    text-align: center;
}

    .container h1 {
        font-size: 40px;
        font-weight: 200;
    }

form {
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

    form input {
        border: 1px solid rgba(255, 255, 255, 0.4);
        width: 250px;
        border-radius: 3px;
        padding: 10px 15px;
        margin: 0 auto 10px auto;
        display: block;
        text-align: center;
    }

    form button {
        width: 250px;
    }

.container h1 {
    font-size: 60px;
    font-weight: bold;
}

.container .errorMsg {
    color: #ffff55;
    font-size: 23px;
}

option {
    line-height: 30px
}

.blocTitle {
    font-weight: bold;
    height: 15px;
    font-size: 16px;
    color: gold;
    margin: 15px 0 15px 0;
    width: 100%
}

.blocContent {
    height: 115px;
    padding-top: 10px;
    display: inline-block
}

.blocBrochure {
    float: left;
    width: 95px;
    text-align: center;
    line-height: 14px;
    margin: 0px 10px 0 10px;
    z-index: 9999;
    position: relative
}

    .blocBrochure a {
        text-decoration: none;
        color: white;
        cursor: pointer;
        font-size: 12px;
        text-align: center
    }

        .blocBrochure a:hover {
            font-weight: 300;
            color: gold;
            font-size: 12px
        }

    .blocBrochure img {
        width: 64px;
        height: 91px
    }
