* {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
    color: #352f68;
    font-weight: 900;
}

p {
    color: #8585aa;
}

header {
    padding-top: 20px;
    overflow: auto;
    position: relative;
    z-index: 1;

}

header .logo {
    float: left;
    width: 166px;
    height: 81px;
}

header ul li {
    margin-left: 60px;
}

header ul li a {
    margin-top: 30px;
    color: #8585aa;
}

header ul.nav-pills .nav-link.contact {
    border-radius: 5px;
    background-color: #6254c5;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
}

/*#352f68*/
.nav-pills .active-link {
    color: #6254c5;
    font-weight: bold;
}

#hero_image {
    width: 100%;
}

.hero {
    position: relative;
    margin-top: -100px;
}

.hero .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
}

.intro h1 {
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 30px;
}

.intro p {
    font-weight: 300;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 40px;
}

a.btn-primary, .btn-primary {
    border-radius: 5px;
    background-color: #06dfb7;
    border: 0px solid;
    font-size: 20px;
    padding: 20px 40px;
    font-weight: 900;
    width: 238px;
    height: 62px;
    line-height: initial;
}

a.btn-primary:hover, .btn-primary:hover {
    background-color: #6254c5;
}

a.btn-secondary {
    border-radius: 5px;
    background-color: #6254c5;
    border: 0px solid;
    font-size: 20px;
    padding: 20px 40px;
    font-weight: 900;
    width: 238px;
    height: 62px;
    line-height: initial;
}

a.btn-secondary:hover {
    background-color: #06dfb7;
}

.icon {
    margin-bottom: 25px;
}

.usluge_row {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.usluge_row h2 {
    font-size: 18px;
}

.usluge_row h3 {
    font-size: 32px;
    margin-bottom: 95px;
}

.usluge_row h4 {
    font-size: 22px;
    font-weight: 300;
}

.usluge_row p {
    font-size: 17px;
}

.usluge_row .usluge_link {
    margin-top: 95px;
    margin-bottom: 100px;
}

.purple_container {
    background-color: #6254c5;
    position: relative;
    min-height: 405px;
    color: #fff;
}

.purple_container .container {
    padding-top: 95px;
    padding-left: 15px;
}

.purple_container p,
.purple_container b,
.purple_container h3 {
    color: #fff;
}

.cjenik_container h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0.5rem
}

.cjenik_container b {
    font-size: 32px;
    font-weight: 900;
}

a.cjenik_btn:hover {
    background: #352f68;
}

.purple_container img {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

.cjenik_bg {
    background-image: url("../img/cjenik-slika2.png");
    background-size: cover;
    background-position: bottom;
    padding-top: 90px;
    padding-bottom: 60px;
    margin-bottom: 25px;
}

.cjenik_form_container {
    background-image: url("../img/backg-image2-cjenik.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 215px;
    margin-top: -35%;
}

.cjenik_forma {
    background-color: #efeffa;
    padding: 40px;
}

.cjenik_forma label:not(.check-container) {
    font-size: 17px;
    font-weight: bold;
}

.cjenik_forma label:not(.check-container), .cjenik_forma input:not([type="radio"]), .cjenik_forma textarea, .cjenik_forma select {
    display: block;
    width: 100%;
    border: 0;
    margin-top: 12px;
    padding: 15px;
}

.cjenik_forma label:not(.check-container) {
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

.contact_hero {
    height: 450px;
}

footer {
    background-image: url("../img/header_footer/footer-image.png");
    background-size: cover;
    background-position: right;
}

footer p {
    font-size: 14px;
}

#top-footer {
    padding-top: 50px;
}

#top-footer a {
    color: #8585aa;
}

#top-footer b {
    margin-bottom: 8px;
    display: inline-block;
}

#top-footer .icons {
    margin-right: 12px;
}

#bottom-footer {
    padding-top: 50px;
    padding-bottom: 25px;
}

.grey_usluge {
    background-color: #efeffa;
    padding: 23px;
    margin-bottom: 28px;
}

.gmap_canvas {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

.gmap_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.check-container {
    display: inline-block;
    position: relative;
    padding-left: 55px;
    padding-top: 10px;
    padding-right: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 39px;
    width: 39px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.1s all;
}

.check-container:hover input~.checkmark {
    background-color: #8585aa;
}

.check-container input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #06dfb7;
}

@media(max-width:1175px) {
    .usluge_usluge {
        margin-top: 0;
    }
}

@media(max-width:991px) {
    header ul li {
        margin-left: 20px;
    }

    .hero {
        top: 30%;
    }

    .hero .container {
        max-width: 750px;
    }

    .hero h1 {
        font-size: 25px;
    }

    .hero p {
        font-size: 18px;
    }

    .usluge_row {
        margin-top: -90px;
    }

    .usluge_usluge {
        margin-top: 0;
    }

    .usluge_row h3 {
        margin-bottom: 60px;
    }

    .contact_hero {
        height: 450px;
    }

    .cjenik_container {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
    }
}

@media(max-width:777px) {
    .hero .container {
        top: 33%;
    }

    .cjenik_form_container {
        margin-top: -25%;
    }

    .usluge_row h3 {
        margin-bottom: 20px;
    }

    a.btn-primary, .btn-primary {
        font-size: 16px;
        padding: 13px 36px;
        width: 190px;
        height: 45px;
    }

    .gmap_canvas {
        padding-bottom: 60%;
    }

    .contact_hero {
        height: auto;
    }

    .contact_hero .container {
        position: static;
        margin-top: -140px;
        margin-bottom: 50px;
    }

    #cjenik_img {
        width: 100%;
    }

    .hero h1 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .usluge_row .usluge_link {
        margin-top: 15px;
        margin-bottom: 85px
    }
}

@media(max-width:620px) {
    .usluge_row .usluge_link {
        margin-top: 15px;
        margin-bottom: 55px
    }

    header .logo {
        width: 85px;
        height: auto;
    }

    header ul li {
        margin-left: 0;
    }

    header ul li a {
        margin-top: 5px;
    }

    .nav-pills .nav-link {
        padding-left: 0;
    }

    header ul.nav-pills .nav-link.contact {
        padding-left: 5px;
        padding-right: 5px;
    }

    .hero {
        margin-top: 30px;
    }

    .hero .container {
        top: 5%;
    }

    .purple_container .container {
        padding-top: 40px;
    }

    .purple_container {
        min-height: 350px;
    }
}

@media(max-width:420px) {
    header .logo {
        width: 75px;
    }

    .usluge_row {
        margin-top: 80px;
    }

    .usluge_index {
        margin-top: -10px;
    }
}
