@charset "utf-8";
/* CSS Document */
html {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
}

@media (max-width: 375px) {
    html {
        font-size: 8px;
    }
}

body {
    margin: 0;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.container, .footerContainer, #prednosti, #footer, #divLine, #bigBTNS {
    width: calc(100% - 6rem);
    margin: 0 auto;
}

.row {
    margin: 0;
}

#footerNote {
    display: none;
}

.eDocLogo {
    height: 3rem
}

.cLabLogo {
    height: 2.6rem
}

.check01 {
    height: 2.4rem
}

.colorBlue {
    color: #05509F
}

.colorDefault {
    color: #022222
}

.tablica {
	display:flex; justify-content: space-between; padding:1rem 1rem 1rem 0; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(0,212,255,0.4) 100%); border-bottom: solid .3rem #05509F
}

.text12px {
    font-size: 1.2rem;
    line-height: 2rem;
}

.text14px {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.text16px {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.text20px {
    font-size: 2rem;
    line-height: 2.8rem;
}

.text28px {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.text40px {
    font-size: 4rem;
    line-height: 4.8rem;
}

.text48px {
    font-size: 4.8rem;
    line-height: 5.8rem;
}

.hero {
    position: relative;
    width: 100%;
    height: 80rem;
    background: url(/images/hero.jpg) center top no-repeat fixed;
    background-size: cover;
    margin: 0 0 5rem 0;
}

.heroOverlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(/images/hero_overlay.png) repeat-x;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 3rem 3rem;
}

.headerBTNs {
    display: flex;
}

.smallBTN {
    display: inline-block;
    line-height: 3rem;
    height: 3rem;
    border: .2rem solid #05509F;
    border-radius: 3rem;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #05509F;
    background: #FFFFFF;
    padding: 0 1.5rem .1rem;
    margin: 0 0 0 2rem;
    transition: background, color 0.7s;
}

.smallBTN:hover, .defaultBTN:hover, .bigBTN:hover, .submitBTN:hover {
    cursor: pointer;
    background: #05509F;
    color: #FFFFFF;
}

.defaultBTN {
    display: inline-block;
    line-height: 4.4rem;
    align-items: center;
    height: 4.4rem;
    border: .3rem solid #05509F;
    border-radius: 4.4rem;
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #05509F;
    background: #FFFFFF;
    padding: 0 3rem;
    transition: background, color 0.7s;
}

.bigBTNContainer {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 7rem 0;
}

.bigBTNContainerSmall {
    width: 100%;
    text-align: center;
    padding: 0 0 7rem 0;
}

.bigBTN {
    display: inline-block;
    line-height: 6rem;
    align-items: center;
    height: 6rem;
    border: .4rem solid #05509F;
    border-radius: 6rem;
    font-size: 3.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #05509F;
    background: #FFFFFF;
    padding: 0 3.8rem;
    transition: background, color 0.7s;
}

.bigBTNBlue {
    display: inline-block;
    line-height: 6rem;
    align-items: center;
    height: 6rem;
    border: .4rem solid #05509F;
    border-radius: 6rem;
    font-size: 3.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    background: #05509F;
    padding: 0 3.2rem;
    transition: background, color 0.7s;
}

.bigBTNBlue:hover {
    cursor: pointer;
    color: #05509F;
    background: #FFFFFF;
}

.welcomeContainer {
    margin: 0 auto;
    padding: 4rem 0 0 0;
    width: 100%;
}

.title {
    font-family: "Poppins", sans-serif;
}

.titleContainer {
    display: flex;
    width: 100%;
}

.welcomeText {
    margin: 2rem 0 4rem 3rem;
    display: block;
    width: calc(100% - 7rem);
}

.welcomeTextLine {
    margin: 2rem 0 0 0;
    width: 7rem;
    height: 1.4rem;
    border-bottom: .3rem solid #05509F;
}

.bigDivider {
    width: 100%;
    height: .3rem;
    background: #05509F;
    margin: 0 auto;
}

.content1Container {
    margin: 0 auto;
    width: 100%;
}

.text1Container {
    display: flex;
    width: 100%;
}

.textLine {
    margin: .7rem 0 0 0;
    width: 7rem;
    height: 1.4rem;
    border-bottom: .3rem solid #05509F;
}

.text1 {
    margin: 1rem 0 2rem 3rem;
    display: block;
    width: calc(100% - 7rem);
}

.content2Container {
    margin: 0 auto;
    width: 100%;
}

.text2Image {
    width: 100%;
    height: 26rem;
    display: block;
    background: url(/images/image01.jpg) top center;
    background-size: cover;
    margin: 0 0 3rem 0;
}

.text2Container {
    width: 100%;
    display: block;
}

.text2Row {
    display: flex;
    margin: 0 0 0 0;
}

.text2Left {
    margin: 1rem 2rem 0 0;
}

.text2Right {
    width: 100%;
    border-bottom: .1rem solid rgba(0, 0, 0, 0.15);
    padding: .5rem 0 1rem 0;
}

.footerContainer {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footerDivider {
    width: 100%;
    margin: 3rem 0;
    height: .1rem;
    background: rgba(0, 0, 0, 0.25);
}

.form {
    width: 100%;
}

.inputDescription {
    margin: 0 0 .5rem 0;
    font-weight: 700;
    letter-spacing: .2rem;
}

.inputField {
    margin: 0 0 1.5rem 0;
    width: 100%;
    padding: .5rem 1rem;
    border: 1px solid #05509F;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
}

textarea.inputField {
    resize: none;
    height: 20rem;
    font-family: 'Barlow', sans-serif;
}

.submitBTN {
    display: inline-block;
    line-height: 3rem;
    height: 4.4rem;
    border: .3rem solid #05509F;
    border-radius: 4.4rem;
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #05509F;
    background: #FFFFFF;
    padding: 0 3rem;
    transition: background, color 0.7s;
}

/*Media Querry*/
@media (min-width: 580px) {
    .hero {
        height: 70rem;
    }
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .row {
        margin: 0 1.5rem;
    }

    .header {
        padding: 4rem 4rem;
    }

    #footerNote {
        display: block;
    }

    .bigBTNContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: calc(100% - 3rem);
    }

    .content2Container {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .text2Image {
        width: calc(50% - 1.5rem);
        height: auto;
        display: block;
        background: url(/images/image01.jpg) top center;
        background-size: cover;
        margin: 0;
    }

    .text2Container {
        width: calc(50% - 1.5rem);
        display: block;
    }

    .bigBTNContainerSmall {
        display: none;
    }

    .content1Container {
        width: calc(100% - 20rem);
    }

    .welcomeContainer {
        width: calc(100% - 20rem);
    }

    .titleContainer {
        width: calc(100% - 5rem);
    }

    .form {
        margin: 0 0 0 9.8rem;
        width: calc(100% - 9.8rem);
    }
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }

    .row {
        margin: 0 3rem;
    }

    .header {
        padding: 5rem 5rem;
    }

    #footerNote {
        display: block;
    }

    #prednosti, #footer, #divLine, #bigBTNS {
        width: 950px;
    }

    .bigBTNContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: calc(100% - 20rem);
    }

    .bigBTNContainerSmall {
        display: none;
    }

    .content1Container {
        width: calc(100% - 20rem);
    }

    .welcomeContainer {
        width: calc(100% - 20rem);
    }

    .titleContainer {
        width: calc(100% - 10rem);
    }
}

.grecaptcha-badge { visibility: hidden; }

.success-message {
    font-size: 2.4rem;
    color: #28a745;
    font-weight: 700;
    text-align: center;
    padding: 3rem 0;
    line-height: 3.2rem;
}

.hidden {
    display: none;
}

.button-container {
    width: 100%;
    text-align: right;
}
