*,
*::before,
*::after{
    box-sizing: border-box;
}

*{
    margin: 0;
    padding: 0;
}

body{
    background: #F1F1F1;
    font-family: "source-serif-pro", serif;
    font-weight: 400;
    font-style: normal;
}

.main{
    background: url(img/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer{
    background: url(img/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 120vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 28rem;
    transform: rotate(180deg);
}

.footlogo{
    transform: rotate(180deg) translateY(50vh);
    width: 80%;
    max-width: 480px;
}

.logo{
    max-width: 680px;
}

.vazno{
    max-width: 1180px;
    margin-top: -3rem;
}

.infografika{
    max-width: 980px;
    margin-top: -3rem;
}

.cont{
    text-align: center;
}

img, 
svg{
    width: 90%;
}

.line{
    width: 5%;
    width: 13px;
    margin-top: -1rem;
    margin-left: 2px;
}

.cont2{
    text-align: center;
    position: relative;
}

.kreni{
    position: absolute;
    left: 62%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    cursor: pointer;
}

.btntest{
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
}

.cont3{
    width: 100%;
    max-width: 1180px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
}

.frameborder{
    margin-top: -2rem;
}

.formcont{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 8rem;
}

.imgs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.propic{
    width: 40%;
    display: block;
    margin: 0 2rem;
    max-width: 260px;
}

.subtitle{
    font-family: "source-serif-pro", serif;
    color: #EC1D25;
    font-size: 3rem;
    text-align: center;
}

.lead{
    font-family: 'Lato', sans-serif;
    color: #434343;
    font-size: 2rem;
    padding-top: 1rem;
    width: 90%;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}

.textbg{
    background: url(img/textbg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    text-align: center;
    min-height: 90vh;
    margin-top: -4rem;
}

.title{
    color: #EC1D25;
    font-size: 4rem;
    font-family: "source-serif-pro", serif;
    font-weight: 700;
    padding-top: 10rem;
}

.info{
    color: #434343;
    font-size: 2rem;
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    font-weight: 400;
    padding-top: 1.6rem;
    font-family: 'Lato', sans-serif;
}

.logos2{
    display: block;
    margin: 0 auto;
    max-width: 360px;
    padding: 1rem;
}

.lead a{
    color: #fff;
    text-decoration: none;
}

.senderror{
    font-family: "source-serif-pro", serif;

    color: #EC1D25;
    font-size: 2rem;
}

#forma{
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.labela{
    font-family: "source-serif-pro", serif;

    color: #434343;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: .6rem;
}

.response{
    color: #EC1D25;
}

.fineprint{
    font-family: "source-serif-pro", serif;
    font-size: .8rem;
    cursor: pointer;
}

.textbox,
.txtbox{
    width: 100%;
    font-family: "source-serif-pro", serif;
    background: none;
    border-radius: 1rem;
    padding: .5rem 1rem;
    border: 2px solid #6D6E70;
    color: #434343;
    font-size: 1.4rem;
}

.frmblock{
    padding-bottom: 1rem;
}

.radios{
    padding-top: 2rem;
}


[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    transform: scale(1.4);
}

[type="checkbox"]:checked+label, [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 3rem;
}

[type="checkbox"]:checked+label:before, [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
    width: 36px;
    height: 36px;
    border: 2px solid #EBA0CE;
    border-radius: 100%;
    background: none;
    padding: 9px;
}

[type="checkbox"]:checked+label:after, [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: -11px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prijavibtn{
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    margin-top: 8rem;
    cursor: pointer;
}

.svbtn{
    cursor: pointer;
}

.logicimain{
    max-width: 420px;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.errorbox{
    border: 1px solid red;
}

.infopanel{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    z-index: 9;
    display: none;
    opacity: 0;
    transition: all .4s ease-in-out;
}


.infowrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 16px;
    max-width: 1112px;
    margin: 0 auto;
}

.datagrid{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.dataimg{
    display: block;
    margin: 0 auto;
    width: 80%;
}

.datalead{
    padding: 1rem 1rem 1rem 2rem;
    font-family: 'Lato', sans-serif;
    color: #434343;
    font-size: 2rem;
    font-weight: 400;
}

.closeinfo{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 36px;
    cursor: pointer;
}


.pitalica{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    z-index: 7;
    display: flex;
    transition: all .4s ease-in-out;
    display: none;
    opacity: 0;
}

.gopitalica{
    display: flex;
}

.pitanja{
    width: 50%;
    border-right: 10px solid #fff;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}




.odgovori{
    width: 50%;
    padding: 2rem;
    text-align: left;
    font-family:"amatic-sc";
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    position: relative;
}

.odgovor{
    display: flex;
    border: 6px solid #EC1D25;
    width: 100%;
    max-width: 480px;
    padding: .4rem 2rem;
    border-radius: 6rem;
    align-items: center;
    margin-top: 1rem;
    cursor: pointer;
    position: relative;
    transition: all .4s ease-in-out;
}

.odgovorwrap{
    position: absolute;
    transition: all .4s ease-in-out;
    transform: translateY(-100vh);
}

.activeodgovor{
    transform: translateY(0);
}

.godown{
    transform: translateY(100vh);
}



.letter{
    font-size: 5rem;
    color: #EC1D25;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "source-serif-pro", serif;
}

.odgovortxt{
    font-size: 1.4rem;
    padding-left: 2rem;
    color: #434343;
    font-family: 'Lato', sans-serif;
}

.pitanje{
    width: 90%;
    max-width: 480px;
    text-align: right;
    font-family: "source-serif-pro", serif;
    color: #434343;
    font-size: 3rem;
    transition: all .4s ease-out;
    position: absolute;
    font-weight: 700;
    transform: translateY(100vh);
}

.activepitanje{
    transform: translateY(0);
}

.goup{
    transform: translateY(-100vh);
}



.markers{
    margin-left: auto;
    padding-top: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.marker{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 6px solid #fff;
    margin-left: 1rem;
    transition: all .4s ease-in-out;
}

.notactive{
    border: 6px solid #EC1D25;
}

@media (max-width: 1180px) {
    html{
        font-size: 14px;
    }
    .kreni{
        left: 70%;
    }
}

@media (max-width: 980px) {
    html{
        font-size: 12px;
    }
    .kreni{
        left: 70%;
        width: 270px;
    }
    .btntest{
        width: 280px;
    }
}

@media (max-width: 861px) {
    html{
        font-size: 10px;
    }
    .line{
        display: none;
    }
    .btntest,
    .kreni{
        position: relative;
        display: block;
        margin: 0 auto;
        transform: unset;
        left: unset;
        top: unset;
        width: 50%;
    }
    .kreni{
        width: 144px;
    }
    .btntest{
        width: 60%;
        margin-top: 3rem;
    }
    .frameborder{
        display: none;
    }
    .formcont{
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        width: 90%;
        height: auto;
    }
    .prijavibtn{
        max-width: 160px;
        margin-top: 1rem;
    }
    .infografika{
        margin-top: -1rem;
    }
    .footer{
        margin-top: 3rem;
    }
    .infowrap{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .datagrid{
        display: block;
        overflow-y: scroll;
    }
    .dataimg{
        max-width: 140px;
    }
    .pitanja,
    .odgovori{
        width: 100%;
        height: 50vh;
        border: none;
    }
    .pitanje{
        text-align: center;
    }
    .odgovorwrap{
        top: 0;
        left: 0;
        width: 90%;
        right: 0;
        margin: 0 auto;
    }
    .gopitalica{
        flex-direction: column;
    }
    .textbg{
        background: #fff;
        min-height: auto;
        margin-top: -10rem;
    }
    .title{
        padding-top: 2rem;
    }
}

@media (min-width: 2240px) {
    .logo{
        max-width: 580px;
    }

    .main{
        padding-top: 15vh;
    }
    .info{
        font-size: 2.2rem;
    }
}



.winners{
    margin: 6rem auto;
    text-align: center;
    color: #fff;
    font-family:"amatic-sc";
    font-size: 2rem;
}

.winners ul{
    list-style: none;
}


/*form*/

.sendbtn{
    width: 220px;   
    margin-top: 4rem;
    cursor: pointer;
}