body,html{
    background-color: #F0F0F0;
    font-weight: normal;
    font-style: normal;
    width:100%;
    min-height:100%;
    height:100%;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
*:before,
*:after {
    box-sizing: border-box;
}
a:hover, img:hover, a:active, a:visited, img:active{
    outline:none;
    text-decoration: none;
}
html,
body {
    position: relative;
}

html {
    -webkit-text-size-adjust: 100%;
}
p, span, label, p a{
    margin:0px;
    padding:0px;
    font-size:18px;
    margin-bottom:16px!important;
}
a,a:visited,a:hover,a:active{
    color:inherit;
    text-decoration:none;
}
.bg-splash{
    background-image: url("html/images/bg1.png");
    /*    height: -moz-calc(100% - 130px);   
        height: -webkit-calc(100% - 130px);
        height: calc(100% - 130px);  */
    max-height: 744px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.bg-produs1{
    background-image: url("html/images/produse/1_bk.png");
    min-height: 650px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.bg-produs2{
    background-image: url("html/images/produse/2_bk.png");
    min-height: 650px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.bg-produs3{
    background-image: url("html/images/produse/3_bk.png");
    min-height: 650px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.bg-produs4{
    background-image: url("html/images/produse/4_bk.png");
    min-height: 650px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.htagz b{
    background-color: white;
}
.btn-quiz{
    background-color:black;
    color:white;
    padding: 17px 27px;
    outline:0px;
    border:1px solid black;
    font-weight: bold;
}
.btn-next{
    background-color:black;
    color:white;
    padding: 16px 18px; 
}
.pt-76{
    padding-top: 76px;
}
.pt-30{
    padding-top: 30px;
}
.pt-36{
    padding-top:36px;
}
.pt-55{
    padding-top: 55px;
}
.pt-25{
    padding-top:25px;
}
.pt-12{
    padding-top:12px;
}
.c-quiz{
    max-width: 1268px;
}
.q-nr{
    font-size: 60px;
    font-weight: bold;
}
.q-title{
    font-size:34px;
    font-weight: bold; 
}
.q-text{
    font-size:34px;
}
.row-q{
    padding:45px;
}
.row-c{
    height: 114px;
}
.row-produs{
    padding-left:120px;
    padding-right:150px;
}
.tab{
    padding-left:40px;
    border-color: black!important;
}
.tab-active{
    border-width:4px !important;
}
.unselected{
    background-color: white;
    color: black;
}

.pr20{
    padding-right:20%;
}
.pr10{
    padding-right:10%;
}

.pt10{
    padding-top:10%;
}
.bold{
    font-weight:bold;
}

.white{
    color: white!important;
}
.card-produs{
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 26px;
    border: 1px solid black;
    border-radius: 0px;
    width: calc(20% - 28px);
    height: auto;
}

.caseta-quiz input{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.radio{
    margin: 0 auto;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:38px;
    height:38px;
    background: url('html/images/c-1.png');
    background-size: cover;
    margin-bottom: 0px!important;
}

.caseta-quiz.selected .radio{
    background-size: contain;
    width:38px;
    height:38px;
    background: url('html/images/c-2.png');
    background-size: cover;
    margin-bottom: 0px!important;
}
.checkbox{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:38px;
    height:38px;
    background-size: cover;
    margin-bottom: 0px!important;
    background: url('html/images/p-1.png');
    background-size: cover;
    margin-bottom: 0px!important;
}

.caseta-quiz.selected .checkbox{
    background-size: cover;
    margin-bottom: 0px!important;
    background: url('html/images/p-2.png');
    background-size: cover;
}
.caseta-quiz p{
    margin-bottom: 0px!important;
}

label:hover{
    cursor:pointer;
}

.selected{
    background-color: black;
    color: white;
}

.buton-next{
    display:none;
}

.onlyMobile{
    display:none;
}

.separator{
    height:10px;width:10%;min-width:30px;margin-left:0;background-color: black;
}

.caseta-q.pt-25{
    padding-top: 15px;
}
.row.pt-25.bgWhiteOnlyMobile.padding0pxOnlyMobile{
    padding-top:10px;
}
.caseta-q > label{
    width:100%;
}
.quiz-intrebare, .quiz-intrebare-patrat{
    display:none;
}
.caseta-quiz{
    display: flex;
    align-items: center;
}

.card-link{
    text-align: center;
    height:45px;
    display: block;
}
.card-link a{
    display:inline;
}

input[type="file"] { 
    opacity: 0; /* make transparent */
    z-index: -1; /* move under anything else */
    position: absolute; /* don't let it take up space */
}

.label-image{
    background-color:black;
    color:white;
    padding: 17px 27px;
    font-weight: bold;
    font-size:16px;
}

#submitbtn{
    display:none;
}

.caseta-radio{
    height: 38px;
}

@media screen and (max-width: 1230px){
    body,html{
        overflow-x: hidden!important;
    }
    .onlyDesktop{
        display:none!important;
    }
    .onlyMobile{
        display:block!important;
    }

    .q-text{
        font-size: 20px;
    }

    .row-q {
        padding-top:10%;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom:0px;
    }

    .row-q .caseta-q, .padding0pxOnlyMobile{
        padding:0px; 
    }
    .radio{
        padding: 0px !important;
        margin: 0px !important;
    }

    .bgWhiteOnlyMobile{
        background-color:white;
    }

    .tab{
        padding-left:30px;
    }

    .buton-next{
        width:54px;
        height:48px;
        background-image:url(html/images/next.png);
        background-size:cover;
        color:transparent;
    }

    .buton-previous{
        width: 54px !important;
        height: 48px !important;
        background-image: url(html/images/back.png);
        background-size: cover;
        color: transparent !important;
        display: block;
    }

    .c-quiz{
        padding-top:30px;
    }
    .lista{
        height:48px!important;
    }

    .bg-produs1 {
        background-image: url("html/images/produse/1_bk_mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        padding-top:330px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .bg-produs2 {
        background-image: url("html/images/produse/2_bk_mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        padding-top:330px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .bg-produs3 {
        background-image: url("html/images/produse/3_bk_mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        padding-top:330px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .bg-produs4 {
        background-image: url("html/images/produse/4_bk_mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        padding-top:330px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .card-produs{
        height:430px;
        width:100%;
    }
    .paddingLeftRezultat1OnlyMobile{
        padding-left:30px;
    }

    .caseta-quiz p {
        font-size: 14px;
    }
    .radio{
        width:28px;
        height:28px;
    }
    .caseta-quiz.selected .radio{
        width:28px;
        height:28px;
    }
    .checkbox{
        width:28px;
        height:28px;
    }
    .paddingRight20pxOnlyMobile{
        padding-right:20px!important;
    }
    .q-nr{
        font-size:40px;
    }

    .separator{
        height: 5px;
        width: 10%;
        min-width: 20px;
        margin-left: 0;
        background-color: black;
    }
    .q-title {
        font-size: 24px;
    }
    .card-produs {
        height: auto;
    }

    .marginBottom20px{
        margin-bottom:3.5rem;
    }
    .card-link{
        display: block;
        margin:0px;
        height:45px;
        text-align: center;
    }
    .card-link a{
        display:inline;
    }

    .caseta-radio{
        height: 28px;
    }
}
