@font-face {
  font-family: proxima;
  src: url('fonts/proxima_nova-regular.eot');
  src: url('fonts/proxima_nova-regular.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova-regular.woff') format('woff'), url('fonts/proxima_nova-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



body{
    margin: 0;
    padding: 0;
}

.row{
    margin-bottom: 5px;
}

.input-bg{
    color: #00214c;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding-right: 15px;
    padding-left: 15px;
    border: none; 
    font-size: 12px;
}

#send_btn{
    background-color: #ee0000;
    width: 100%;
    height: 54px;
    color: #fff;
    border: none;
    transition: all 0.1s ease-in-out;
}

#send_btn_placeholder{
    background-color: #9a9a9a;
    width: 100%;
    height: 54px;
    color: white;
    border: none;
    transition: all 0.1s ease-in-out;
}

/*#kraj{
    height: 90px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Arial;
}*/

#send_btn:hover{
    background-color: #ca0a0a;
    cursor: pointer;
    color: #fff;
}

.clickTag{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.end_txt{
    font-family: Roboto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 30px 50px 30px;
}

.z24_posveceno_mesto{
    max-width: 1280px;
    height: 770px;
    position: relative;
    overflow: hidden;
    background: url(../img/nissan_desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.z24_posveceno_main_image{
    width: 100%;
    height: auto;
}

.z24_lower_container{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    border-top: solid 5px #009ff1;
    /*border-bottom: solid 5px #009ff1;*/
}

.z24_side_text_image{
    max-width: 430px;
    position: relative;
    height: auto;
    float: left;
    left: 30px;
    display: block;
}

.z24_lead_txt{
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    padding: 0 30px 60px 30px;
    color: #fff;
    text-align: center;
}

#amzs_nagr{
    padding: 0 15%;
}

.z24_left_sign{
    max-width: 180px;
    height: auto;
    position: absolute;
    float: left;
    left: 40px;
    bottom: 20px;
    display: block;
}

#z24_form_container{
    max-width: 430px;
    right: 210px;
    background: #000;
    position: absolute;
    top: 360px;
}

#z24_question_container{
    display: none;
    float: left;
    margin-left: 20%;
    max-width: 430px;
}

.z24_question{
    color: #fff;
    font-family: 'Lato', 'Arial';
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.z24_answer{
    color: #000;
    box-sizing: border-box;
    width: 430px;
    height: 42px;
    padding: 14px 15px;
    border: none;
    font-family: 'Arial';
    font-size: 12px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    margin-bottom: 5px;
}

.z24_answer:hover{
    background: #009ff1;
    color: #fff;
    cursor: pointer;
}

#z24_check_ans{
    color: #ff000d;
    font-family: 'Lato', Arial;
    font-size: 12px;
    font-weight: 400;
}

.rules_container{
    width: 190px;
    overflow: hidden;
    margin: 15px auto 0 auto;
}
.rules_container label{
    font-family: Arial;
    font-size: 12px;
    color: #fff;
}
.rules_container label a{
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#captcha_container{
    width: 304px;
    margin: 0 auto;
    margin-top: 20px;
}

#informer{
    color: red;
    font-family: arial;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;

}

.error{
    border: 1px solid red;
}

.mobile_header{
    position: relative;
    width: 100%;
    height: 315px; 
    background: url(../img/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -25px;
    display: none;
}

.logo{
    display: block;
    position: absolute;
    width: 125px;
    height: 42px;
    bottom: 10px;
    right: 10px;
}

.mobile_footer{
    width: 100%;
    height: 82px; 
    background: url(../img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

@media screen and (max-width: 1280px) {
    .z24_posveceno_mesto{
        height: 598px;
        max-width: 994px;
    }

    #z24_form_container {
        right: 70px;
        top: 240px;
    }

    #send_btn_placeholder {
        height: 40px;
    }

    #send_btn{
        height: 40px;
    }

    .input-bg {
        height: 35px;
    }
}

@media screen and (max-width: 1023px) {
    .z24_posveceno_mesto{
        height: auto;
        background: none;
    }

    .clickTag{
        display: none;
    }

    #z24_form_container {
        max-width: 100%;
        box-sizing: border-box;
        padding: 10% 5% 5% 5%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#083471+0,083471+100 */
        background: #000;
        position: relative;
        top: initial;
        right: initial;
    }

    #send_btn_placeholder {
        height: 40px;
    }

    #send_btn{
        height: 40px;
    }

    .input-bg {
        height: 35px;
    }

    .mobile_header{
        display: block;
    }

    .mobile_footer{
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .z24_posveceno_mesto{
        width: 100%;
    }

    #send_btn_placeholder {
        height: 40px;
    }

    #send_btn{
        height: 40px;
    }

    .input-bg {
        height: 35px;
    }
}












