﻿@import url(fonts.css);

::-webkit-input-placeholder { /* WebKit browsers */
    color: #11102b;
    /*
    font-weight: bold;
        */
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #11102b;
    opacity: 1;
    /*
    font-weight: bold;
        */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #11102b;
    opacity: 1;
    /*
    font-weight: bold;
        */
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #11102b;
    /*
    font-weight: bold;
        */
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #000000;
    color: #ffffff;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    height: 100px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
}

h1, h2, h3, table, div, ul, li {
    direction: rtl;
    margin: 0;
    padding: 0;
    text-align: right;
}

a {
    border: none;
    outline: none;
}

.page-box {
    width: 100%;
    height: 860px;
    margin: 0 auto;
    position: relative;
}

.bdy_once {
    background-image: url(../images/web/once.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
    /*background-size: contain;*/
}

.bdy_default {
    background-image: url(../images/web/default.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
}

.bdy_quiz {
    background-image: url(../images/web/quiz.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
    /*background-color:#000000;*/
    max-width: 1920px;
    margin: 0 auto;
}

.bdy_thank {
    background-image: url(../images/web/thank.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
    /*background-size: contain;*/
}

/* ========================================================== */

.default {
    height: 848px;
    width: 1110px;
}

.default-form {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.default .inpt {
    border: none;
    outline: none;
    position: absolute;
    color: #000000;
    font-size: 17px;
    top: 774px;
    width: 190px;
    padding-right: 10px;
    background-color: #ffffff;
    /*background-color: rgba(255, 0, 0, 0.61);*/
    /*border-radius: 5px;*/
    height: 39px;
}

/* one line */

.inpt.fname {
    right: 3px;
}

.inpt.lname {
    right: 172px;
}

.inpt.sex {
    right: 215px;
    height: 41px;
    width: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/web/dropdown.png);
    background-repeat: no-repeat;
    background-position: center left 5px;
    cursor: pointer;
    padding-right: 5px;
}

select::-ms-expand {
    display: none;
}

.inpt.age {
    right: 318px;
    width: 80px;
}


.inpt.email {
    right: 422px;
    width: 193px;
}

.inpt.phone {
    right: 636px;
    width: 193px;
}

.default-form .send-btn {
    left: -3px;
    position: absolute;
    top: 774px;
    cursor: pointer;
}

.terms {
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 818px;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

    .terms input,
    .terms label,
    .terms a {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .terms a {
        color: #ffffff;
    }

#video {
    width: 443px;
    height: 266px;
    position: absolute;
    left: 51px;
    top: 340px;
}

/* ========================================================== */
.quiz {
    position: relative;
    height: 550px;
    margin-top: 310px;
    /*background-color: rgba(240, 255, 255, 0.24);*/
}

    .quiz h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.1;
        height: 20px;
    }

    .quiz ul {
        /*float: right;
        list-style: none;
        margin: 0 22px 0 auto;*/
        width: 995px;
        height: 287px;
        list-style: none;
        margin: 0 auto;
        /* padding-right: 40px; */
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        /*border: solid 1px navy;*/
        /*background-color: rgba(3, 169, 244, 0.29);*/
    }

        .quiz ul li {
            width: 310px;
            height: 180px;
            /* float: right; */
            /*background-color: rgba(242, 255, 190, 0.18);*/
        }

    .quiz label {
        direction: rtl;
        /*white-space: nowrap;*/
    }

    .quiz ul li input {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        margin-left: 10px;
        float: right;
    }

.quiz-btn-cont {
    display: flex;
    width: 1025px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
}

    .quiz-btn-cont span {
        display: none;
        font-size: 20px;
    }

.quiz-btn {
    background: url(../images/web/quiz_btn.png) no-repeat;
    cursor: pointer;
    width: 212px;
    /* height: 47px; */
    margin: 0 auto 0;
    /* margin-right: 8px; */
    /* bottom: 10px; */
}

.answer {
    line-height: 14px;
    /*display: block;
    margin: 10px 0 16px 18px;
    margin-bottom: 25px;*/
    /* margin-right: 24px; */
    /*padding-right: 15px;*/
    margin: 0 8px;
    color: #ffffff;
}

    .answer td {
        text-align: right;
        padding-top: 8px;
    }

        .answer td div {
            float: right;
            width: 280px;
            font-size: 14px;
            line-height: 14px;
        }

    .answer th {
        text-align: right;
        /* padding-top: 10px; */
        line-height: 20px;
        font-size: 17px;
        font-weight: normal;
    }

        .answer th:first-of-type {
            /*color: #EF5A22;*/
            color: inherit;
        }

::-webkit-input-placeholder {
    color: #838383;
}

:-moz-placeholder {
    color: #838383;
}

::-moz-placeholder {
    color: #838383;
}

:-ms-input-placeholder {
    color: #838383;
}

.trailer {
    display: none;
    position: absolute;
    top: 396px;
    right: 72px;
    /* box-shadow: 0 0 10px 1px rgba(60, 70, 85, 0.61); */
    cursor: pointer;
}

#DivIfrmBG {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

#contactDivIfrm {
    display: none;
    z-index: 100;
    cursor: pointer;
    background-image: url('../images/web/trailer_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 879px;
    height: 572px;
    position: relative;
}

    #contactDivIfrm iframe {
        position: absolute;
        top: 70px;
        right: 50px;
    }

.page-box footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

    .page-box footer .seeMore {
        color: #ffffff;
        font-size: 20px;
        position: relative;
        top: 20%;
        letter-spacing: 2px;
    }

        .page-box footer .seeMore a {
            color: #2fa4f1;
        }

            .page-box footer .seeMore a:visited {
                color: #2fa4f1;
            }
