@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
}


body {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #0d0d33;
    height: 100%;
    width: 100%;

    font-weight: 400;



}




.izpo2 {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-bottom: 1px;

}

.izpoImg {
    width: 50%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    position: relative !important;

}

.izpoImg img {
    max-width: 100%;
    max-height: 650px;



}

.narocilo_fix {
    position: fixed;

    top: 300px;
    right: 0px;
    width: 50px;
    height: 40px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
    background-color: #1b2d4f;
   border: 1px solid #fff;
   border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fccb06;
    z-index: 900;
    font-size: 20px;
    cursor: pointer;
}

.izpoCont {
    width: 48%;
    max-width: 750px;
    padding: 50px;
    background-color: #fff;
}

.izpoCont a {

    border: 1px solid #1b2d4f !important;
    border-radius: 10px;
    color: #1b2d4f !important;
    text-align: center;

}

.izpoCont h2 {
    font-size: 32px;
    line-height: 35px;
}

.izpoCont blockquote {
    font-weight: 700;
    font-size: 1.5em;
    padding: 10px 0;
    background-color: unset;
    color: #1b2d4f;
}

.izpoCont blockquote::before {
    display: none;
}

.izpoCont p {
    width: 100%;
    display: block;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.fix_1 {
    position: fixed;
    width: 100%;
    height: 35px;
    background-color: #fccb06;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b2d4f;
    font-size: 16px;
    z-index: 1000;
    bottom: 0px;
    left: 0;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, .2);
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    display: none;
}



strong,
b {
    font-weight: 600;
}

ul {
    margin: 1em 1em;
}

ul li {
    margin: .5em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
    font-family: 'Inter', sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

select[multiple] {
    height: auto; /* Poskrbi, da bo višina ustrezno prilagojena */
    overflow-y: scroll; /* Omogoči scroll, če je več opcij */
}

a {
    color: #1b2d4f;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #1b2d4f;
    text-decoration: none;
}

.btn {
    background-color: #1b2d4f;
    padding: 0.5em 1em;
    color: white;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
}

.btn:hover {
    background-color: #044c5a;
    color: white !important;
}

.back-btn {
    display: inline-block;
    padding: 1em 1.5em;
    margin-top: 25px;
    border: 1px solid #1b2d4f;
    background-color: #fff;
    color: #1b2d4f;
    border-radius: 8px;
}

.back-btn:hover {
    background-color: #1b2d4f;
    color: white !important;
}

.inputF {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;
    border-radius: 8px;
}

.selectF {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/_body/select.svg");
    background-size: 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

optgroup[label] {
    font-style: inherit;
}

.acc {
    font-size: 25px;
    margin-right: 20px;
    cursor: pointer;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8f96a5;
    opacity: 1;
    font-weight: 400;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8f96a5;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8f96a5;
}

.area-field {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: .9em;
    padding: 10px 0 0 10px;
    height: 150px;
    border-radius: 8px;
}

.prijava_place {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 80px 0 0 0;
    color: #1b2d4f;
    background-color: #fff;

}

.prijava_place a {
    color: #1b2d4f !important;
}

.prijava_place label {
    margin: 8px 0;
    display: block;
    font-size: .8em;
}

.prijava_place label b {
    font-weight: 400;
}

.iLabel {
    margin: 0 0;
    font-size: .8em;
    line-height: 1.1em;
    height: 30px;
    display: flex !important;
    align-items: center;
    color: #1b2d4f;

}

.prijava_place #fKontakt {
    width: 100%;
    max-width: 650px;

}

.prijava_place a {
    color: #0d0d33;
}

.prijava_info {
    flex-basis: 100% !important;
}




.form-place {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px 0;
    padding: 0 20px;
    justify-content: space-between;
    position: relative;
}

.form-place label {
    color: #1b2d4f;
}

.prijava_place .form-place>div {
    flex-basis: 48%;
    padding: 0;

}

.full_r {
    flex-basis: 100% !important;
}

.prijava_place h3 {
    margin: 0 0 1em 0;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 400;
    margin-top: 30px;
}

.vmesni {
    margin: 15px 0 !important;
    color: #1b2d4f !important;
    font-size: 1.2em !important;
}

.prijava_info p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.radioOptions label {
    display: inline-block;
    margin-right: 15px;
}

.default-form-btn {
    background-color: #fccb06;
    color: #1b2d4f;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1em;
    padding: 0.5em .5em;
    font-weight: 600 !important;
    -webkit-appearance: button;
    border-radius: 8px;
}

.default-form-btn:hover {
    background-color: #1b2d4f;
    color: #ffff;
}

main {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 130px;
    /*transition: .1s all;   animation: fadeInAnimation ease .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/

}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
}

.just {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.levo {
    flex-basis: 360px;


    padding: 0;
}

.levo h2 {
    color: #58ad40;
    font-size: 25px;
    line-height: 25px;
    margin: 20px;
    font-weight: 600;
}

.desno {
    /*flex-basis: calc(100% - 390px);*/
    flex-basis: 100%;
    width: 100%;
    margin-top: 35px;
}

.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    background-color: #fccb06;
    color: #1b2d4f;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 25px;
    margin: 25px 0;
}

.cta p {
    font-weight: 700;
    margin-top: 10px;
}


.user_container {
    margin: 0 auto;
    width: 96%;
    max-width: 1400px;
}

.marg {
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
}

.content_read {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    padding: 0 20px;

}


h1 {
    margin: 0 0 1em 0;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 400;
}

h2 {
    margin: 0 0 1em 0;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 400;
    margin-top: 30px;
}


h3 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
}

.user_style ul {
    position: relative;
    padding-left: 25px
}

.user_style li {
    margin: 0;
    list-style: none
}

.user_style li::before {
    content: "\f35a";
    display: inline-block;
    height: 15px;
    width: 15px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    color: #0f1e3a;
    background-repeat: no-repeat
}

.user_style h1 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 600;
    color: #0d0d33;
}

.user_style iframe {
    width: 100%;
    max-width: 640px;

}


.user_style h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #1b2d4f;
}

.user_style h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #13232f;
}

.user_style h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #13232f;
}

.user_style table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin: 20px 0;
}

.user_style tr:nth-child(even) {
    background: inherit;
}

.dezurstva_izpis tr:nth-child(even) {
    background-color: #fff !important;
}

.dezurstva_izpis h2 {
    font-size: 1.3em;
    margin: 10px 0;
}

.dezurstva_izpis h3 {
    font-size: 1.1em;
    margin: 10px 0;
}


.user_style td {
    padding: 5px 10px;
    font-size: .9em;

}

.user_style th {
    background-color: #13232f;
    color: #1b2d4f;
    padding: 10px;
    font-size: 14px;

    text-align: left;
    font-weight: 600;
}

.user_style tr:nth-child(even) {
    background-color: #f2f2f2;
}

.user_style th a {
    color: white;
}

.user_style th a:hover {
    color: white !important;
}

.user_style td h4 {
    margin: 0;
    padding: 20px 0;
}

.cd td {
    width: 50%;
}

.dMode{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: auto;
    padding: 10px;
    background-color: #f00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 100000;
}

/*HEAD*/
.topLine {
    background-color: #f3f6ff;
    padding: 0 0;
}

.topLine a {
    color: #647589;
    text-decoration: none;
}

.tLinks img {
    height: 20px;
    margin-right: 10px;
}

.topLine .marg {
    display: flex;
    align-items: center;
}

.tLinks a {
    display: flex;
}

header {
    width: 100%;
    background-color: #1b2d4f;
    padding: 0 20px;
    display: flex;
    border-bottom: 1px solid #0f1e3a;
    position: fixed;
    top: 0;
    z-index: 1000;
}



.mini .logo img {
    height: 35px;

}

.bsk {
    position: relative;
}

.bItems {
    position: absolute;
    top: -5px;
    right: 0;
    color: #1b2d4f;
    font-size: 12px;
    transition: .5s all;
}

.vsb .bItems {
    color: #fccb06 !important;
}

.mini .headIcon i {
   /* font-size: 13px;*/
}

.mini .headIcon a {
    font-size: 12px;
}

.mini .panel {
    top: 60px;
}

.mini .navigation li a {

    height: 60px;

}

.headIconUrl {
    display: flex;
     
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 12px;
    
    background-color:#fccb06;
    padding: 5px;
    height: fit-content;
    margin-top: 14px;

}

.headIcon a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    
}

.start-nav {
    cursor: pointer;
}

.headIcon i {
    min-width: 40px;
    margin-bottom: 10px;
    color: #fccb06;
    font-size: 40px;
    margin-top: 10px;
 
}

.headIcon a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.headIcon p {
    margin-left: 10px;
}

.headIcon img {
    height: 20px;

}

header .marg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.cOut .marg {
    justify-content: space-between;
    padding: 25px 0;
}

.cOut a {
    color: #fff;
}

.cOut i {
    color: #fccb06;
    margin-right: 10px;
}

.cOut a:hover {
    color: #fccb06;
}

.mrA {
    margin-left: auto;
}


.hInfo {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

header a {
    text-decoration: none;
    font-weight: 500;
}

header a:hover {}

.logo {
    width: auto;
    line-height: 0;
    padding: 5px 0;
}

.logo img {
    height: 70px;
    transition: .5s all;
}

.logo img {
    aspect-ratio: auto 236 / 60;
    transition: .5s all;
}



.haedRight {
    margin-left: auto;
    display: flex;
}

.main-navi {
    margin-left: 50px;
    position: relative;
    margin-right: 50px;

}

.navigation {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 0;

}

.navigation li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0;

    background-image: none;
    transition: .5s all;

}

.navigation li i {
    color: #fccb06;
    margin-right: 8px;
    display: none;
}

.navigation .act a {
    color: #fff !important;
    background-color: #0f1e3a;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
    height: 130px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    transition: .5s all;
}

.navigation li:hover a {
    color: #fff !important;
    background-color: #0f1e3a;
}

.navigation li :hover a {
    color: #fff !important;
}

.navigation .act li:hover {
    color: #fff !important;
    background-color: #0f1e3a;
}

.navitation li:hover a {
    color: #fff !important;
}


.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;

}

.main-navi ul ul {
    position: fixed;
    display: none;
    margin: 0 0;
    padding: 0 0 0 0;
    opacity: 1;
    z-index: 5000;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;

}

.submenuHover {
    min-width: 100%;
    height: auto;
    background-color: #0f1e3a;
    box-sizing: border-box;
    margin-top: 0 !important;

    left: 0;
}

.submenuHover .marg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    padding: 25px 0;
}

.submenuHover a {
    color: #fff !important;
    text-decoration: none;
    float: left;
    width: 100%;
    height: 70px !important;
    padding: 0 15px !important;
    margin: 0 !important;
    border: 1px solid #1b2d4f !important;
    background-color: #1b2d4f !important;
    box-sizing: border-box;
    font-weight: 400;
}

.submenuHover li a:hover {
    background-color: transparent !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rNavi {
    justify-content: flex-end;
    display: flex;
}

.responsive-nav {
    font-size: 35px;
    color: #fccb06;

}

.sFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px;
}

.lanSelect {
    margin: 0 0 20px 0;
    line-height: 0;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lanSelect img {
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    object-fit: cover;
}

.eNarocanje {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px;
    background-image: none;
    height: 50px;
    background-color: #1b2d4f;
    color: #fff !important;
    display: flex;
    align-items: center;
    transition: .5s all;
    font-weight: 600;
}

.eNarocanje:hover {
    background-color: #044c5a;
}

.infoIcon {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;

    background-color: #647589;
}

.mr10 {
    margin-left: auto;
}

.src {
    margin-left: 30px;
    height: 50px;
    overflow: hidden;

}

.fCall a {
    color: inherit;
    text-decoration: none;
}

.src form {
    display: flex;
}

.infoIcon span {
    width: 50px;
    height: 50px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-right: 10px;

}

.infoIcon h5 {
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 0 0;
}

.infoIcon img {
    width: 20px;
}

.selfIcon img {
    width: 25px;
}

.selfIcon span {
    margin-right: 0;
}

.c2 {
    width: 100%;
    margin-top: 25px;
}

.c2 a {
    display: flex;
    align-items: center;
}

.c2 img {
    width: 30px;
    margin: 0 10px 0 0;
}

.mid-navi a {
    text-decoration: none;
}

.end-navi {
    margin-top: 20px;
}

.end-navi a {
    color: #055d6e !important;
}

.feautred-img_sub {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.feautred-img {
    width: 100%;
    padding: 0 0;
    display: flex;
    align-items: center;
    height: 530px;
    justify-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feautred-summary {
    width: auto;
    max-width: 90%;
    padding: 20px;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feautred-summary a {
    display: inline-block;
    background-color: #8a6d48;
    padding: 15px;
    margin-top: 1.5em;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.feautred-summary a:hover {
    background-color: #8a6d48;
}

.feautred-summary h1 {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    border-bottom: 2px solid #fff;
}

.feautred-summary p {
    display: block;
    font-size: 1em;
}


/*DEFAULT*/

.cCats {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.cCatItem {
    flex-basis: 25%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 0;
    height: auto;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cCatItem a {
    color: white;
    text-decoration: none;
}

.cat-item-img-place {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.cat-item-img {
    float: left;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    overflow: hidden;
}

.cat-item-info {
    display: flex;
    width: 100%;
    background-color: #8a6d48;
    color: #fff;
    flex-direction: column;
    padding: 20px;
    font-weight: 500;
    height: 180px;
    justify-content: center;
    font-size: 15px;
    line-height: 1.5em;
}

.rev .cat-item-info {
    background-color: #3f3e40;
    color: #fff;
}

.rev .cat-item-info {
    order: 2;
}

.rev .cat-item-img-place {
    order: 1;
}

.cCatItem a:hover {
    color: white !important;
}

.cCatItem:hover .cat-item-img {
    transform: scale(1.2);
}

.izpostava {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0;

}

.izpostava_content_inner {
    flex-basis: 48%;
    order: 1;
}

.izpostava_content_inner h1 {
    margin: 0;
    font-weight: 600;
}

.izpostava_content_img {
    flex-basis: 48%;
    height: 400px;
    order: 2;
}

.counters {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0;
    background-color: #0d0d33;
    margin-top: 120px;
}

.flexItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.izpo25 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    color: white;
}

.izpo25 i {
    font-size: 30px;
    color: #82b0cc
}

.no {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.fig-number {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;

}

.izpo25 img {
    height: 35px;
    margin-right: 15px;
}

.izpo25 small {
    display: block;
    flex-basis: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px !important;
    font-weight: 600;
    margin-top: 5px;
    color: #82b0cc;
}

footer {
    width: 100%;
    float: left;

    padding: 80px 20px;
    background-color: #0f1e3a;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 35px;


}

.pg_end {
    width: 100%;
    border-top: 1px solid #1b2d4f;
    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    color: #2c477a;
}

.pg_end a {
    color: #2c477a;
    text-decoration: none;
}

.w4 {
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.w4 img {
    width: 105% !important;

}

footer .marg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.fElement {
    width: 25%;
}

.dc {
    float: left;
    width: 100%;
}

.dc .card_icon span {
    background-color: #fccb06 !important;
    color: #0f1e3a;
}

.dc .card_icon span i {

    color: #0f1e3a;
}

.dc .card_icon {
    margin: 20px 0 0 0;
}

.social {
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s all;
    float: left;
    margin-right: 10px;
}

.social:hover {
    background-color: #1b2d4f;
}

.social img {
    height: 15px !important;
}

footer h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;

}

.foot_btn {

    margin: 25px 0;

    width: 100%;
    color: #fff !important;

    text-decoration: none;
    font-weight: 600 !important;
    transition: .5s all;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    line-height: 1.2em;
}

.foot_btn span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fccb06;
    color: #1b2d4f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    margin-right: 15px;
}

.foot_btn:hover {
    background-color: transparent;
    color: #fccb06 !important;
}

.fbr {
    margin-left: auto !important;
}

.fbl {
    margin-right: 8px;
}

.nav_links a {
    display: block;
    margin: 15px 0;
    text-decoration: underline;
    color: #fff;
}

.nav_links a:hover {
    color: #fccb06;
    text-decoration: none;
}

.foot_moto {
    width: 100%;
    padding-right: 30px;
    margin: 25px 0 0 0;
    line-height: 1.3em;
}

.foot_moto a {
    padding: 1em;
    color: white;
    text-decoration: none;
    font-weight: 600;
    width: 150px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    margin-top: 25px;
    font-size: .9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_moto a:hover {
    background-color: #1b2d4f;
}

.nav_links i {
    display: none;
}

.nav_links {
    float: left;
    margin-right: 30px;
}


.tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-weight: 600;
    font-size: 16px;
}

.tabs a {
    text-decoration: none;
    margin: 0 10px;
    color: black;
    border-bottom: 2px solid #ddd;
}

.tabs a:hover {
    color: #8a6d48;
    border-bottom: 2px solid #8a6d48;
}

.act_swicth,
.act_swicth:hover {
    color: #8a6d48 !important;
    border-bottom: 2px solid #8a6d48 !important;
}

.z_split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}

.obrazec_prew {
    width: 45%;
}

.zMarg .obrazec_prew {
    margin: 0 auto;
    margin-top: 45px;
    width: 100%;
}

.list_prev {
    width: 52%;
}

.flexi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    width: 100%;
}

.userGgallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.thank-you-page {
    margin: 90px auto;
    text-align: center;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    line-height: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
}

.thank-you-page h1 {
    font-weight: 600;
}

.thank-you-page h1::before {
    display: inline-block;
    font-family: FontAwesome;

    left: 10px;
    font-size: 35px;
    color: #1b2d4f;
    background-repeat: no-repeat;
    width: 35px;
    transition: .5s all;
    content: "\f46c";
}

.lost-links a {
    display: inline-block;
    margin: .5em;

}



.provider-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;



    margin-top: 25px;
}

.provider-list h6 {
    flex-basis: 100%;
    font-size: 1.3em;
    color: #044c5a;
    margin-bottom: 15px;
}

.provider_item {

    width: 48%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    padding: 15px;
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 15px;

}

.provider_item h4 {
    margin-bottom: 8px;
    font-size: 1.2em;
}

.provider_icon img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
}


.card_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.provider_details_card {
    margin-top: 10px;

}

.card_icon span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #439ec5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_icon img {
    height: 15px;
}

.zdravnik_flex {
    display: flex;
    align-items: center;

    width: 100%;
    margin-bottom: 80px;
}

.zd_img {
    flex-basis: 160px;
    line-height: 0;
}

.zd_info {
    flex-basis: calc(100% - 160px);
}

.zd_img img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #82b0cc;

}

.from_zd {
    color: #0d0d33;
}

.from_zd i {
    margin-right: 10px;
    text-decoration: none;
}

.stevilke {
    gap: 10px
}

.stevilke h2 {
    font-size: 1.1em;
    margin: 0 0 5px 0;
    line-height: 1em !important;
}

.read_list h2 {
    font-size: 1.2em;
}

.provider_item:hover h2 {}

.provider_item:hover .filter {
    background-color: rgba(0, 0, 16, .0);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}


.provider_details {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    flex-wrap: wrap;
    width: 100%;


}

.provider_details .carousel {
    margin-top: 0;
}

.provider_details_image {
    width: 50%;
    max-width: 900px;
    line-height: 0;

}

.provider_details table {
    width: 100%;
}


.provider_details_description {
    width: 50%;
    padding-right: 30px;



    font-weight: 400;
}

.provider_details_description p {}

.provider_details_description h1 {

    font-weight: 600;
}


.lastnosti {
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.iLight {
    color: #82b0cc;
}

.card_icon {
    display: flex;
    align-items: center;

    margin-right: 15px;
    line-height: 1.3em;
    margin: 8px 0;

}


.card_icon a {
    text-decoration: none;
}

.card_icon span {

    background-color: #1b2d4f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green {
    background-color: #1b2d4f !important;
}

.red {
    background-color: #1b2d4f !important;
}

.orange {
    background-color: #1b2d4f !important;
}

.card_icon span i {
    color: #fff;
}

.card_icon p {
    display: inline-block;
    width: 130px;
    font-weight: 400;
    color: #BEA57E;
}

.inputF {}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 0 0 20px 0
}

.check_container p {
    margin-top: -3px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 19px
}

.big_check {
    padding-top: 2px;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0
}

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #1b2d4f
}

.check_container:hover input~.checkmark {
    background-color: #1b2d4f
}

.check_container input:checked~.checkmark {
    background-color: #1b2d4f
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked~.checkmark:after {
    display: block
}

.check_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex-wrap: wrap;
}

.logos img {
    height: 60px;
}

.logos>div {
    flex: 1;
    max-width: 300px;
    min-width: 200px;
    text-align: center;
    margin-bottom: 10px;
    font-size: .8em !important;
}

.imgCover {
    width: 100%;
    max-width: 100%;
    height: 350px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 0 25px 0 !important;
}

.thirds {
    float: left;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    display: grid;

    margin: 50px 0;
}

.third {


    background-color: #f3f6ff;
    padding: 25px;
    height: 320px;
    color: #044c5a;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}

.fCall {
    display: flex;
    flex-direction: column;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 25px;
}

.fCall span {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #1b2d4f;
}

.mid {
    background-color: #f3f6ff;
}

.last {
    background-color: #f3f6ff;

}

.last a {


    padding: .2em 30px;
    color: #647589;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    margin: 0 0 5px 0;
    background-image: url("../images/_body/c_right.svg") !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-decoration: underline;
}

.last a:hover {

    color: #1b2d4f !important;
    text-decoration: none;
}

.last .pdf {
    background-image: url("../images/_body/pdf_light.png") !important;
}



.third h3 {
    color: #647589;
    margin: 0 0 25px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.third h3 img {
    height: 20px;
    margin-right: 10px;
}

.dobe img {
    margin-right: 10px;
    height: 90px;
}

.dobeImin img {
    height: 70px;
}

.cont_split {

    width: 100%;
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.z_det {

    width: 100%;




}

.l_cont {
    flex-basis: 65%;
}

.r_cont {
    flex-basis: 31%;
}

.side_cont {
    flex-basis: 20%;
    display: none;
}

.main_cont {
    flex-basis: 100%;
    line-height: 1.5em;
}

.blog-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-item {
    width: 100%;

    margin-bottom: 10px;

    background-color: #f2f2f2;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
}

.odsotnost_item {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.odsotnost_item a {
    color: #1b2d4f !important;
}

.def_list {
    display: none;
}

.actList {
    display: block;
    width: 100%;
}

.min-list h3 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.blog-item small {
    color: #1b2d4f;
    font-size: 13px;
    margin: 0;
}

.blog-item h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}

.odsotnost_item b {
    display: inline-block;
    width: 130px;
    font-size: 14px;
}

.odsotnost_item h3 {
    font-weight: 600;
    color: #1b2d4f;
}

.blog-item a {
    color: #343c3e;
}

.tab {
    background-color: #044c5a;
    font-size: 16px;
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px 25px 0;
    padding-bottom: 15px;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

.tab img {
    display: none;
}

.actTab {
    background-color: #1b2d4f;
    color: white;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.switch {
    cursor: pointer;
}

.zTab {
    background-color: #1b2d4f;
    color: white;
}

.actTab img,
.zTab img {
    display: block;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 100;
}

.e_narocilo {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 30px 24px;
    border-radius: 30px;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 35px;
    position: relative;

}

.e_narocilo h3 {
    margin: 0 0 15px 0;
    color: #1b2d4f;
}

.e_narocilo .inputF {
    margin-top: 10px;
}

.e_narocilo form {
    margin-top: 15px;
}

.odsotnost {
    color: #cc282e;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px;
    margin-bottom: 24px;
}

.wIcon {
    background-image: url("../images/_body/odsotnost.png");
    background-position: left 10px top 10px;
    background-size: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    background-repeat: no-repeat;
    font-weight: 600;
    padding: 10px 10px 10px 35px;
    border: 2px solid #cc282e;
}

.odsotnost_select {
    color: #cc282e;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-left: 45px !important;
    background-image: url("../images/_body/odsotnost.png");
    background-position: left 8px top;
    background-repeat: no-repeat;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 500 !important;
    margin-top: 10px;

}

.note {
    border-top: 1px solid #1b2d4f;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 0;
}

.narocilo_btn {
    background-color: #1b2d4f;
    color: white;
    font-weight: 600 !important;
    width: 100%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    background-image: url("../images/_body/notes.svg");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 25px;
    -webkit-appearance: button;
    transition: .5s all;
    display: block;
    border-radius: 8px;
}

.narocilo_btn:hover {
    background-color: #1b2d4f;

}

.sub-show {
    width: 100%;

    display: flex;
}

.sub-show .marg {
    display: flex;
    align-items: center;
}

.b_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.sub-show h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.breadCrumbs {
    width: 100%;
    font-size: 13px;
    font-weight: 500 !important;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 15px;

    padding: 0;
    margin: 40px 0;
}

.breadCrumbs a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;

}

.breadCrumbs img {
    height: 20px;
}

.subList img {
    float: left;
    width: 10px;
    margin: 0 0 0 0;
}

.subList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px 0 0;
    text-decoration: none;

    color: #404041;
}

.elementSub {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub:hover a {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #1b2d4f;
}

.elementSubAct {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub a {
    color: #0d0d33000;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSub a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #1b2d4f;
}

.elementSubAct a {
    color: #1b2d4f;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSubAct a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #1b2d4f;
}

.iteracija100 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija90 {
    width: 100%;
    padding: 8px 0 8px 0;
}

.iteracija80 {
    width: 100%;
    padding: 8px 0 8px 15px;
}

.iteracija70 {
    width: 100%;
    padding: 8px 0 8px 30px;
}

.iteracija60 {
    width: 100%;
    padding: 8px 0 8px 45px;
}

.iteracija50 {
    width: 100%;
    padding: 8px 0 8px 60px;
}


.set_span span {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: #1b2d4f;
}

.zdravnik table {
    width: 100%;
}

.zdravnik table td:nth-child(2) {
    font-weight: 600;
}

.e_narocanje {
    max-width: 600px;
    margin-top: 35px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 30px;
    background-color: white;
    color: black !important;
    padding: 0;
    font-size: 13px !important;
}


/* MISC*/

.imgCover {
    float: left;
    width: 100%;
    height: 350px;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 1em 0 1em 1em;
    border-radius: 8px;
}

.imgRight img {
    width: 100%;
    border-radius: 8px;
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 1em 1em 0;
    border-radius: 8px;
}

.imgLeft img {
    width: 100%;
    border-radius: 8px;
}

.imgCenter {
    float: left;
    width: 100%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 0;
    text-align: center;
    border-radius: 8px;
}

.imgCenter img {
    width: 80%;
    max-width: 100%;
    border-radius: 8px;
    border-radius: 8px;
}


.files {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;

}

.fileDownload {


    padding: 15px 0;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    position: relative;
    padding-left: 45px;
    background-color: #f2f2f2;
    margin-bottom: 1px;
    transition: .5s all;
    border-radius: 8px;

}

.files a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: 500 !important;
    border-radius: 8px;
}

.files a:hover {
    background-color: #82b0cc;
    color: #fff;
}

.fileDownload:hover {
    background-color: #82b0cc;
}

.fileDownload:hover::before {
    color: #fff;
}

.fileDownload::before {
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 25px;
    color: #1b2d4f;
    background-repeat: no-repeat;
    width: 35px;
    transition: .5s all;
}

.doc::before,
.docx::before {
    content: "\f1c2";
}

.xls::before,
.xlsx::before {
    content: "\f1c3";
}

.pdf::before {
    content: "\f1c1";
}


.subCatsNorm {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.subCatsNorm a {
    flex: 1 1 250px;
    border: 5px solid #fff;
    background-color: #f2f2f2;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}

.subCatsNorm a:hover {
    background-color: #1b2d4f;
    color: white !important;
}

.contact_card {
    flex: 1;
    margin-left: 0;
    padding: 0
}

.contact_card h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.contact_card>div {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.contact_card>div p:first-child {
    display: inline-block;
    width: 120px;
    font-size: .9em;
    font-weight: 600;
    color: #1b2d4f;
}

.zadetek {
    float: left;
    width: 100%;
    height: auto;
    font-size: .8em;
    padding-bottom: .8em;
    margin-bottom: .8em;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
}

.zadetek h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.obvestilo {
    background-color: #cc282e;
    color: #fff;
    padding: 15px 15px;
    margin: 1px 0;
}

.obvestilo .marg {
    display: flex;
    align-items: flex-start;
    position: relative
}

.obvestilo a {
    color: #cc282e;
    padding: 4px 8px;
    background-color: #fff;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
    font-size: .9em;
    border: 1px solid #fff;
}

.obvestilo h3 {
    margin-bottom: 10px;
}

.obvestilo a:hover {
    background-color: transparent;
    color: white !important;
}

.obvestilo img {
    height: 25px;
    margin-right: 15px
}

.zapri {
    margin-left: auto;
    cursor: pointer;
}

.zapri img {
    margin-right: 0;
}

.banners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banners img {
    max-height: 110px;
    padding: 10px;
    max-width: 100%;
}

.message {
    position: fixed;
    z-index: 12423311;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    display: none
}

.message_cont {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center
}

.message_show {
    font-size: 15px;
    position: fixed;
    width: 96%;
    max-width: 400px;
    background-color: #1b2d4f;
    padding: 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: left;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 13px;
}

.message_text b {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-size: 14px;
}

.message_text {
    display: flex;
    align-items: center;
}

.message_text i {
    margin-right: 20px;
    font-size: 25px;
    color: #fccb06;
}

.success {
    background-color: #1b2d4f
}

.error {
    background-color: #1b2d4f
}

.warning {
    background-color: #1b2d4f
}

.message_cont a {
    border: 1px solid #fff;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 12px;
    color: inherit;
}

.message_cont a:hover {
    background-color: #fccb06;
}

.closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-weight: 600;
    float: right;
    font-size: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #fccb06
}

.skok {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    width: 200px;
    height: 20px;
}

.skok a {
    color: #f3f6ff;
    font-size: 11px;
}

.skok a:hover {
    color: white !important;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.carouselImg {
    display: none;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 25px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff !important;
    background-color: #0d0d33 !important
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.print {
    position: absolute;
    top: -30px;
    right: 0;
    color: gray;
    text-decoration: none;
    font-size: 13px;
    background-image: url("../images/_body/print.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 20px;
}

.hdn {
    display: none;
}

.iskalnik {
    width: 40%;

}

.iskalnik h2 {
    font-size: 3em;
    line-height: 2em;
    color: #fff;
}

.src-input {
    background-color: #fccb06;
    padding: 20px;
    width: 100%;
    font-size: 1.6em;
    color: #1b2d4f;
    font-weight: 600 !important;
    border-radius: 8px;
}

.src-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1b2d4f !important;
    opacity: 1;
    font-weight: 400;
    /* Firefox */
}

.src-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1b2d4f !important;
}

.src-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1b2d4f !important;
}


#slider {
    width: 100%;
    height: calc(100vh - 131px);
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: calc(100vh - 131px);
    width: 100%;
    display: flex;
    z-index: 100;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    align-items: center;

}


.slide.active {
    opacity: 1;
    z-index: 101;
}

.slide img {
    float: right;

}

.caption {

    width: 650px;
    padding: 25px;
    display: flex;
    background: rgb(255, 255, 255, .8);
    line-height: 1.5em;

    flex-direction: column;

    justify-content: center;

}


.captionSummary a,

.izpoCont a,
.parallax a {
    padding: 1em;


    text-decoration: none;
    font-weight: 600;
    min-width: 250px;
    width: 250px;
    border: 1px solid #1b2d4f;
    border-radius: 10px;
    color: #1b2d4f;
    margin-top: 25px;
    font-size: .9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.captionSummary a:hover,

.izpoCont a:hover,
.parallax a:hover {
    background-color: #fccb06;
    color: #fff;

}




.iCont a {
    padding: 1em;


    text-decoration: none;
    font-weight: 600;
    min-width: 250px;
    width: 250px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    margin-top: 25px;
    font-size: .9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.iCont a:hover {
    background-color: #fccb06;
    color: #fff;

}


.captionTitle h2 {
    font-size: 32px;

    line-height: 1.1em;
    float: left;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.captionTitle h2 i {
    color: #fccb06;
    font-size: 22px;
    margin-right: 10px;
}

.i_h {
    font-size: 32px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 35px;
}

.i_h i {
    margin-right: 10px;
    font-size: 22px;
}

.captionSummary {

    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 15px;
    float: left;

}

#slideNav {
    position: absolute;
    z-index: 1000;
    bottom: 50px;
    left: calc(50% - 55px);
    display: flex;
}

#slideNav img {
    height: 20px;
}

.captionSummary a {
    width: 350px !important;
    max-width: 350px;
    min-width: 350px;
}

#prevBtn,
#nextBtn {
    background-color: #0d0d33;
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;

    border: 1px solid #fff;
    transition: .5s all;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #0d0d33;
    border-color: #fff;
    color: #fccb06;
}

.yl {
    background-color: #fccb06;

}

.section {
    float: left;

    width: 100%;
    background-color: #1b2d4f;
    padding: 0 20px;


}

.bread {
    color: #fff;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.split {
    padding: 50px 20px;
    position: relative;
    float: left;
    width: 100%;

}

.section .marg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.mt40 {
    margin-top: 35px;
}

.mt40 .other-list {
    margin-top: 0 !important;
}

.colored {
    background-color: #0d0d33;
}

.nzs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #fff;
    padding: 80px 0;
}

.nzs_links {
    flex-basis: 400px;
}

.nzs a {
    padding: 15px;
    background-color: #1b2d4f;
    border: 1px solid #1b2d4f;
    border-radius: 8px;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .5s all;
    display: flex;
    align-items: center;
    font-size: 1em;
}

.nzs a:hover {
    background-color: transparent;
}

.nzs a i {
    margin-right: 10px;
}

.nzs_info {
    width: calc(100% - 120px - 400px);
    padding-right: 30px;
}

.big_i {
    font-size: 5em;
    margin-right: 50px;
}

.nzs h3 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;

}

.jFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro_grid h2 i {
    margin-right: 10px;

}


.jEq img {
    height: 50px;
    margin-right: 20px;
}

.searchList {
    border-radius: 8px;
    height: 70px;
    padding: 0 20px;
    font-size: 1.2em;
    margin: 20px 0 0 0;

    width: 90%;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #1d77a7;
}

.searchList a {
    width: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;

}

.searchList:hover a {
    color: #006d92;
}

.searchList i {
    margin-right: 10px;
}

.rel {
    position: relative;
}

.aShow {
    cursor: pointer;
}

.oHtml i,
.sHtml i {
    width: 25px;
}

.fast_search {
    top: 60px;
    left: -1px;
    z-index: 100;
    padding: 15px;
    width: calc(100% + 2px);
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    height: 0;
    padding: 0 15px;
    transition: .5s all;
    border: 1px solid #fff;

}

.fast_open {
    border: 1px solid #1d77a7;
    padding: 0 15px 15px 15px;
    height: 350px;

    border-top: none;

}

.fast_search a {
    display: block;
    width: 100%;
    margin: 5px 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.close_fast {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 30px;
}

.f2 {
    font-size: 15px !important;
    margin: 10px 0 10px 15px !important;
    color: #000 !important;
    line-height: 1.2em;
    font-weight: 400 !important;
}

.f2:hover {
    color: #1d77a7 !important;
}

.j1 {
    width: 30%;
    background-color: #1b2d4f;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.4em;
}

.j1:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: calc(50% - 20px);
    border: 20px solid transparent;
    border-left: 20px solid #1b2d4f;
}

.centerH {
    text-align: center;
    margin: 0 0 30px 0 !important;
    font-size: 2em !important;
}

.centerH i {
    margin-right: 20px;
}


.j2 {
    width: 67%;
}

.j1 h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
}

.intro-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
}

.other-list {

    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    position: relative;
    margin-top: 80px;
}

.content_read .other-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
}

.parent_cats {

    width: 100%;
    margin-top: 120px;
    border-top: 1px solid #82b0cc;
    padding-top: 80px;
}

.intro_item {

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    height: 80px;
    transition: .5s all;
    line-height: 1.2em;
    font-size: .9em;
    border-radius: 8px;
    transition: .5s all;
    background-color: #fff;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;



}

.intro_item h3 {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 !important;
    transition: .5s all;
}

.intro_icon {

    color: #1b2d4f;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;

    margin-right: 10px;
    transition: .5s all;
}

.intro-list a {
    color: #0d0d33;
    text-decoration: none;
}

.intro_item:hover {
    background-color: #82b0cc;
    color: #fff !important;
}

.intro_item:hover h3 {
    color: #fff !important;
}

.intro_item:hover .intro_icon {
    color: #fff;
}

.l2 {
    grid-template-columns: 1fr 1fr;
}

.fr_1 {
    grid-template-columns: 1fr;
}

.other_item {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    transition: .5s all;
    line-height: 1.2em;
    font-size: .9em;
    border-radius: 8px;
    overflow: hidden;
    transition: .5s all;
    position: relative;

    background-color: #fff;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.oi {
    padding: 35px 25px;

}

.other_item a {
    text-decoration: none;
    color: #044c5a;


}

.other_item a:hover {
    text-decoration: none;
}

.other_item h2 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0 0 0 0;
    color: #0d0d33;
    display: flex;
    align-items: center;


}

.other_item:hover {

    background: none;
    box-shadow: none;
}

.oTit {
    display: flex;
    align-items: center;
}

.shorts {
    margin: -35px 0 25px 0;
    padding: 0 25px;
}

.shorts a {
    float: left;
    width: 100%;
    color: #1b2d4f;
    padding: 5px 0;
    font-weight: 600;
    text-decoration: underline;

}

.oSum {
    margin: 10px 0;
    color: #82b0cc;
    line-height: 1.5em;
    font-weight: 500;
}

.other_item i {
    width: 35px;
    margin-right: 0;
    color: #1b2d4f;



}

.prov img {
    display: none;
}

.zapisi-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.zapis_item {

    padding: 0;
    background-color: #1b2d4f;
    color: #fff;
    transition: .5s all;
}

.zapis_item:hover {
    background-color: #044c5a;
}

.inverse {
    background-color: #fff;
}

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

.zapis_item_info {
    padding: 15px;
}

.zapis_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden;

}

.zapis_item_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s all;


}

.zapis_item small {
    display: block;
    margin-top: 10px;
    line-height: 1.4em;
}

.zapis_item:hover img {
    transform: scale(1.2);
}

.zapis_item_info h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;

    height: auto;

    display: flex;
    align-items: center;
    margin: 0;
    color: #fff !important;
}


.izpo {
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 0 20px;
    align-items: flex-end;
    margin: 0;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}


.iCont {
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1a75bb", GradientType=1);

}

.iCont .marg {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-bottom: 100px;
    align-items: flex-start;



}

.iCont small {
    flex-basis: auto;
    width: auto;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-bottom: 5px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.iCont h1 {
    font-size: 30px;
    line-height: 1em;

    font-weight: 600;
    margin: 15px 0;
}


.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.drop_storitve {
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 65px;
    left: 0;
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: .5s all;
    padding: 15px;
    padding-top: 0;
    opacity: 0;
    border: 1px solid #ddd;
    border-top: none;
}

.st_hover {
    opacity: 1;
    height: 650px;
    overflow: visible;
}

.sub_storitve {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.s_col {
    flex-basis: 23%;
    padding: 15px 0 15px 0;

}

.s_col h4 {
    color: #1b2d4f;
    margin: 0 0 8px 0;
    font-size: 18px;
    border-bottom: 3px solid #1b2d4f;
    padding-bottom: 8px;
}

.s_col h4 a {
    text-decoration: none;
    color: #1b2d4f;
}

.lst h4 {
    color: #006d92;
    border-bottom: 3px solid #006d92;
}

.lst h4 a {
    color: #006d92;
}

.dejavnost {
    margin-bottom: 15px;
}

.kategorije a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-left: 15px;
    background-image: url("../images/_body/check.svg");
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 10px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
    color: #1b2d4f;


}

.lst .kategorije a {
    color: #006d92;
}

.lst .doctors a {
    color: #006d92;
}

.doctors a {
    display: block;
    line-height: 15px;
    text-decoration: none;
    font-size: 14px;
    background-image: none;
    color: #0d0d33;
    font-weight: 500;
    margin-bottom: 8px;
}

.nmp {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f3f6ff;
}

.nmp h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.nmp img {
    height: 20px;
    margin-right: 10px;
}

.nmp a {
    text-decoration: none;
}

.nmpCall {
    display: flex;
    align-items: center;
}

.nmpCall span {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.nmpCall a {
    font-weight: 600;
}

.dezurstva a {
    text-decoration: none;
    padding-left: 25px;
    background-image: url("../images/_body/user_b.svg");
    color: #0d0d33;
    font-weight: 600;
    font-size: 13px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    display: block;
    margin-top: 6px;

}

.kategorije .dezurstva {
    margin-left: 15px;
}

.dezurstva_izpis {
    background-color: #f3f6ff;
    padding: 15px;
    margin: 25px 0;
    float: left;
    width: 100%;
}

.dezurstva_izpis h4 {
    margin: 0 0 15px 0;
    color: #1b2d4f;
}

.dezurstva_izpis h4 a {
    text-decoration: none;
    cursor: default;
    color: inherit;
}

.important {
    background-color: #cc282e !important;
    top: 150px !important;
    color: #FFF;
    z-index: 10001 !important;
}

.important a {
    color: #fff !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    text-decoration: none;
    display: inline-block;
}

.important i {
    margin-right: 8px !important;
}

.poper {
    position: fixed;
    right: 0;
    top: 220px;
    width: 240px;
    background-color: #fff;
    padding: 20px;
    font-size: .9em;
    z-index: 1000;
    transition: .5s all;
    border-bottom-left-radius: 27px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.poper_hide {
    right: -240px;
}

.tgl {
    position: fixed;
    width: 65px;
    height: 55px;
    background-color: #1b2d4f;
    border: 2px solid #fff;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    right: 240px;
    z-index: 1000;
    top: 220px;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .5s all;
}

.move_tgl {
    right: 0;

}



.poper_item h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 10px;
    height: auto;
}

.poper small {
    display: block;
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.poper_item p {
    width: 100%;
}

.poper_item p a {
    font-size: .9em;
    font-weight: 400;
    padding: 5px 0;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    line-height: 1.3em;
}


.pn_section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    width: 100% !important;
    justify-content: space-between;
    margin: 0 0 !important;

}

.section_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}

.pn_item {
    flex: 0 0 auto;
    flex-basis: 33.333%;
    display: flex;
    flex-direction: column;
    transition: .5s all;
    line-height: 1.2em;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid #fff;
}

.event_info {
    padding: 0 20px;
}

.pn_item img {
    width: 100%;
    aspect-ratio: 4/3;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

.pn_item small {

    display: block;
    margin-bottom: 8px;
}

.pn_item h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 8px;
    font-weight: 600;
}

.pn_item a {}

.pn_section::-webkit-scrollbar {
    display: none;
}

.arrow {
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    position: absolute;
    z-index: 100000;
    height: 100%;
    color: #1b2d4f;
    font-size: 50px;
    transition: .5s all;
}

.arrow-left {
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.arrow-right {
    text-align: right;
    right: 0;

    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.arrow:hover {
    color: #0d0d33;
}


.intro_grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;


}

.intro_grid>div {}

.g2 {
    grid-template-columns: repeat(2, 1fr);
}

.min_amb {
    grid-template-columns: repeat(1, 1fr);
}

.min_amb .searchList {
    width: 100%;
}

.intro_grid h2 {
    font-size: 35px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #0d0d33;
    width: 100%;
    float: left;
}

.min_amb h2 {
    font-size: 20px !important;
    margin: 25px 0 0 0 !important;
    color: #0d0d33 !important
}


.links_grid a {
    width: 100%;
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    background-color: #fff;
}

.links_grid a:hover {
    color: #0d0d33 !important;
}

.iLink {
    justify-content: space-between;
    display: flex;
    align-items: center;
    line-height: 1.2em;

}

.grid_item {
    position: relative;
    border-radius: 8px;
    border-bottom-right-radius: 25px;
    border: 2px solid #0f1e3a;

    padding: 25px;
    transition: .5s all;
    overflow: hidden;
}

.with_img {
    border: none;

    padding: 0;
}

.with_img a {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

}

.with_img h3 {
    position: absolute !important;
    z-index: 100;
}

.grid_item:hover {
    background-color: #1b2d4f;
    color: #fff !important;
}

.grid_item:hover a {
    color: #fff !important;
}

.grid_item:hover h3 {
    color: #fff !important;
}

.traja {
    grid-column: span 2;
}



.pin {
    position: absolute;
    top: 0;
    z-index: 500;
    left: 0;
    background-color: #cc282e;
    border-top-left-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;

}

.grid_item img {
    width: 100%;
    height: 100%;
    max-height: 352.1px;
    object-fit: cover;

}

.grid_item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    line-height: 0;
    transition: .5s all;
}

.grid_item_info {}

.grid_item p {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 400;
}

.grid_item a {
    text-decoration: none;
    font-weight: 600;
    color: #0f1e3a;


}

.grid_item_img {
    line-height: 0;
    overflow: hidden;
    border-radius: 8px;

}

.grid_item h3 {
    font-size: 25px !important;
    line-height: 1.1em !important;
    transition: .5s all;
    margin: 0 !important;
}

.objava h3 {
    font-size: 18px !important;

    line-height: 1.2em !important;
    color: #fff !important;
    margin: 0 !important;
}

.traja h3 {
    font-size: 25px !important;
}

.grid_item:hover img {
    transform: scale(1.1);

}

.grid_item small {
    display: block;
}

.show_all {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;

}

.contact-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;

}

.contact-list h6 {
    flex-basis: 100%;
    font-size: 1.3em;
    color: #044c5a;
    margin-bottom: 15px;
}

.contact_item {

    width: 48%;
    float: left;
    display: flex;


    transition: .5s all;
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 8px;
    margin: 5px 0;
    flex-direction: column;


}

.conimg {
    display: flex;
    align-items: center;
}

.conimg img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.p_info {
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
    width: calc(100% - 80px);
}

.conimg span {
    font-size: .9em;
    line-height: 1.2em;
    display: block;
    color: #1b2d4f;
}

.contact_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact_item h4 {
    margin: 0 0 8px 0;
    font-size: 1em !important;
}

.contact_details_card {
    margin-top: 10px;

}

.contact_icon a {
    text-decoration: none;
    font-weight: 600;
}


.contact_icon i {
    margin-right: 8px;
}

blockquote {
    float: left;
    width: 100%;
    background-color: #1b2d4f;
    color: #fff;
    font-size: 1em;
    padding: 25px 25px 25px 70px;
    margin: 25px 0;
    position: relative;
    border-radius: 8px;
}

blockquote:before {
    content: "\f05a";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    position: absolute;
    margin-right: 25px;
    font-size: 40px;
    left: 10px;
    top: calc(50% - 15px);
    transform: rotate(-20deg);
}

.ambSel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}



.ambSel .card_icon>div {
    display: inline-block;
    width: 180px;
    font-size: .9em;
    font-weight: 600;
}

.a_icons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;

    margin-bottom: 80px;

}

.amb_icon {
    display: flex;
    align-items: center;
    width: 33.3%;
    color: #000;
    font-size: 1em;
}

.w5 {
    width: 50%;
}

.amb_icon i {

    font-size: 20px;
    color: #fff;
}

.amb_icon span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b2d4f;
    margin-right: 15px;
}

.amb_icon b {
    font-size: 1.1em;
    color: #1b2d4f;
}

.row {
    float: left;
    width: 100%;

}

.mt80 {
    margin-top: 80px;
}

.row h2 {
    padding: 15px;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
   

    background-color: #1b2d4f;
    color: #fff;
    margin: 20px  0 !important;
    transition: .5s all;
    border-radius: 8px;
    font-size: 1.5em;
}

.row h4 {
    margin: 20px 0;
    color: #1b2d4f;
}

.opcRow {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #1b2d4f;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.odd {
    background-color: #fff;

}

.oddCas {
    background-color: #f2f2f2;
    font-weight: 600;
}


.opcijaTd {
    width: 33.3%;
}

.osebjeJust {
    display: flex;
    align-items: center;
}

.wx {

    font-size: .9em;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    padding-right: 20px;

}

.va {
    line-height: 1em;
}

.opcijaTd i {

    color: #1b2d4f;
    margin-right: 8px;
}

.oddelek_split {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

.odd_img {
    width: 48%;
    line-height: 0;
}

.odd_img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.odd_info {
    width: 48%;
}

.odd_info .contact-list {
    flex-direction: column;
}

.odd_info .contact_item {
    width: 100% !important;
}

.odd_info .a_icons {
    margin: 0;
    flex-direction: column;
    font-size: .9em;
}

.odd_icon {
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    line-height: 1.3em;
    font-size: 14px;
    margin-bottom: 20px;
}

.odd_icon i {

    font-size: 20px;
    color: #fff;
}

.odd_icon span {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b0cc;
    margin-right: 15px;
}

.odd_icon b {
    font-size: 16px;
    color: #82b0cc;
}

.sub-show-resp {
    display: none;
}

.zdravniki_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
}

.zdravniki_list a {
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #f2f2f2;
    line-height: 1.2em;
    background-color: #fff;
}

.zdravniki_list h1 {
    grid-column: -1 / 1;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #13232f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px 0;

}

.zdravnik_mesto {
    font-size: 1em !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    color: #0d0d33 !important;

}

.zdravnik_mesto a {
    color: #0d0d33;
}

.zdravniki_show {}

.hid_zd {
    position: absolute;
    width: 340px;
    right: 0;
    height: auto;
    padding: 15px;
    z-index: 20;
    margin-top: 5px;
    background-color: #fff;
    margin-left: -25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #f2f2f2;
    color: #000;
    font-size: .9em;
    display: none;
    cursor: default;
}

.hid_zd p {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 1.2em;
    padding-bottom: 8px;
    margin-bottom: 8px;

}

.zdravniki_hide {
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;

}

.zdravniki_hide i {
    color: #439ec5;
    margin: 0;
    font-size: 25px;
}

.show_zd {
    display: block;
}

.narocilo {
    display: flex;
    width: 100%;
    align-items: flex-start;
    font-size: .9em;
    line-height: 1.2em;
    padding: 8px 5px;
    border-bottom: 1px solid #ddd;
}

.even {
    background-color: #f2f2f2;
}

.narocilo_datum {
    padding-right: 20px;
}

.narocilo_izpis h3 {
    margin: 15px 0;
    font-size: 1.2em;
}


.panel {
    display: block;
}

.panel .lan {
    width: 100%;
    margin-bottom: 35px;
}

.panel {

    z-index: 10001;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 420px;
    top: 130px;
    background-color: #1b2d4f;
    border-left: 1px solid #0f1e3a;
    min-height: 100vh;
    height: 100vh;
    padding-bottom: 250px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    right: -500px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #fff;
}



.sFlex {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px
}


.panelVis {

    right: 0;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    overflow-y: scroll;
    overflow-x: hidden
}

.flex-nav {
    display: flex;
    color: #242331;
    flex-direction: column;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.closeP {
    font-size: 30px;
    cursor: pointer;

}

.m-navi {

    width: 340px;
}


.mid-navi .fElement {
    width: 100%;
}


.mid-navi {
    margin: 25px 0 0 0;
    line-height: 1.9em;
    height: auto;
    font-size: .9em;
    font-weight: 500;
    padding-top: 0;
    order: 2;
    width: 340px;

}

.c2 {
    width: 100%;
    line-height: 0;
    display: flex;
    margin: 20px 0
}

.c2 a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    background-color: #306A5E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0
}

.frNavi {
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
}

.panel-contact>a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.panel-contact img {
    height: 15px;
    margin-right: 10px
}

.c2 img {
    width: 15px;
    margin: 0
}


.panel-fav {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 20px
}

.panel-fav img {
    height: 15px;
    margin-right: 8px
}


.end-navi {
    font-size: .9em
}

.end-navi a {
    color: #242331 !important
}

.panel ul {
    margin: 0;
    padding: 0;
    width: auto;
    width: auto
}

.subRole {
    display: none;
}

.rNav li {
    margin: 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.3em;

    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #0f1e3a;
}

.rNav li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 80%;
    padding: 15px 0;
    text-align: left;

}

.rNav li a:hover {
    color: #fccb06;
}

.mainRole {}

.mainRole img {
    height: 15px;
    margin-right: 10px;
    margin-top: 5px !important;
}

.pX {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}

.pX .logo img {
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.subRole li {
    width: 95%;
    float: right;
}

.subRole li a {
    font-size: 15px !important;
    font-weight: 500;
    color: #fccb06 !important;
    display: block;
    width: 80%;
}

.subRole li:last-child {
    border-bottom: none;
}

.rNav li :hover a {
    color: #fccb06 !important;
    text-decoration: none
}

.rNav a:link,
.rNav a:visited {
    color: #fff
}

.rwdMore {
    width: 40px !important;
    overflow: hidden;

    cursor: pointer;
    margin-left: auto;
    text-align: right;

    color: #fccb06;

}

.rNav li div:first-child {

    text-align: left;
    height: auto
}

.rwdMore img {}

.subRole {
    height: 0;
    overflow: hidden;
}

.shown {
    display: block;
    height: auto;
    margin-bottom: 1.2em;
    flex-basis: 100%;
}

.finRole {

    margin-left: 0 !important;
    margin-top: 0 !important;

    padding: 10px 10px !important;
}

.finRole a {
    display: block;
    font-weight: 300;
    margin: 0 0;
    padding-left: 0;
    font-size: 14px !important;
}


.catalog_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 30px;
}

.catalog_item {

    background-color: white;
    border: 1px solid #ddd;

    position: relative;
    transition: .5s all;
}

.catalog_item h2 {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
    color: #426274;
    margin: 0;
    padding: 0 15px;
    height: 60px;
}

.catalog_item a {
    color: #426274;
}

.cat_item_img {
    line-height: 0;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_item_img img {
    max-width: 100%;
    max-height: 150px;
}

.zaloga {
    padding-left: 15px;

    font-size: 13px;
    line-height: 17px;
}

.takoj {
    background-color: #ddf1db !important;

}

.ci_add {
    display: flex;
}

.catalog_item_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f1f5f7;
}

.catalog_item_price {
    width: 100%;
    margin: 0;
    font-size: 20px;
    color: #426274;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin: 0 0;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.catalog_item_price p {
    font-size: 13px;
    font-weight: 400;
}

.old-price {
    text-decoration: line-through;

    font-size: 15px;
    font-weight: 500;
}

.ci-qty {
    width: 50px !important;
    height: 50px;
    border: 0px solid #ddd;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    font-weight: 700 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.ci_add_btn {
    height: 50px;
    width: 50px !important;
    padding: 0;
    margin: 0;

    font-size: 20px;
    line-height: 0;
    background-color: #1b2d4f;
    border: 0px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 700 !important;
    padding: 0 10px 0 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;


}

.ci_add_btn:hover {
    color: #fccb06;
}

.catalog_item_discount {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;


    background-color: #ed1b2f;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
}

.catalog_item_discount p {}

.brand_img {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.brand_img img {
    max-height: 20px;
    max-width: 60%;
}

.tyre_info {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 13px;
}

.tyre_info i {
    margin-right: 5px;
}

.lastnost {
    width: 100%;

    padding: 10px 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    font-size: .9em;
}

.lastnost i {
    width: 30px;
    color: #1b2d4f;
}

.catalog_details_description .lastnost:nth-child(even) {
    background-color: #f1f5f7;
}

.lastnost span {
    font-weight: 400;
}

.motorji table {
    width: 100% !important;
    font-size: .9em;
    border-spacing: 0;
}

.motorji table td {
    padding: 8px;
}

.motorji td:nth-child(1) {
    width: 150px;
    font-weight: 400;
}

.motorji td:nth-child(2) {

    font-weight: 600;
}

.motorji tr:nth-child(even) {
    background: #f2f2f2;
}

.details_split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalog_details_image {
    width: 40%;
    line-height: 0;
    text-align: center;
}

.catalog_details_image img {
    max-width: 100%;
    max-height: 400px;
}

.catalog_details_info {
    width: 50%;
    position: relative;
}

.catalog_details_info .tyre_info {
    margin-top: 20px;
    padding: 0;
}

.catalog_details_info .brand_img {

    padding: 0;
}

.catalog_details_info .catalog_item_price {
    padding: 10px 0;
}

.searcher {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;


}

.sx .marg{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.iskalnik_sklop {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.hitro_iskanje {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #0f1e3a;
    width: 100%;
}

.iskalnik_sklop .src-input {
    height: 60px;
    font-size: 1em;

}

.inputIskalnik {
    height: 60px;
    width: 80px;
    border-radius: 8px;
    font-weight: 700 !important;
    padding: 20px 20px 20px 10px;
    background-color: #fff;
    margin: 1px;
    background-image: url("../images/_body/select.svg");
    background-size: 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

 
.second {
    width: 150px;
}

.srcBtn {
    background-color: #fccb06;
    color: white;
    font-weight: 600 !important;
    font-size: 1.1em;
    margin: 1px;
    width: 60px;
    height: 60px;
    padding: 20px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/_body/search-b.svg");
    background-size: 30px;
    border-radius: 8px;
    position: relative;

}

.search-box {
    position: relative;
}

.filter_place {

    display: flex;
}

.filters {
    display: flex;
    margin-bottom: 35px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.filter_item {
    display: flex;
    font-size: 13px;
    flex-direction: column;
    margin-right: 25px;
    font-weight: 500;
}

.active_filter {
    color: #EE6969;
}

.active_filter i {
    color: #EE6969 !important;
}

.filter_item i {
    margin-right: 5px;
    color: #1b2d4f;
}

.filter_select {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 5px;
    padding: 5px !important;
height: 25px;
line-height: 12px;

    width: 80px;
   
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/_body/select.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    color: #000 !important;

}

.row,.sto {
    float: left;
    width: 100%;
    height: auto;
}

.col {
    float: left;
    width: 100%;
    padding: 10px;
}

.col25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.plat {
    padding: 10px;
    font-size: 14px;
    position: relative;
}

.bord {
    border: 1px solid #ddd;
  
}

.platImg {
    float: left;
    width: 100%;
    text-align: center;
    height: 140px;
}

.platImg img {
    max-width: 50%;
    max-height: 140px;
}

.platBrand {
    float: left;
}

.platIcons {
    float: left;
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-top: 20px;
}

.platIcon {
    float: right;
    margin-bottom: 2px;
    height: 30px;
    clear: right;
}

.platInfo {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.platInfo span {
    display: inline-block;
    width: 70px;
    color: #999;
}

.noBord {
    border: none;
}

.platInfo h4 {
    font-weight: 500;
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.platInfo small {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    padding-top: 3px;
}

.tipV {
    font-weight: 500;
    margin: 8px 0 10px 0;
}

.typBtn {
    display: inline-block;
    background-color: #1b2d4f;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    margin-bottom: 2px;
}
.typBtn:hover{
    color:#fccb06;
}



.infoCard {
    float: left;
    width: 100%;
  
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.popustFln {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e21e23;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -mozborder-radius: 50%;
    text-align: center;
    padding-top: 8px !important;
    right: 150px;
    margin-top: -35px;
    line-height: inherit;
}

.platInfoPrice {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: right;
    padding-bottom: 0;
}

.platInfoPrice span {
    float: left;
    width: auto;
    text-align: left;
    font-size: 14px;
    color: #999;
}
.navLinks {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #ccc;
}

.navLinks a {
    color: #333;
}
.car .inputIskalnik{
    border-radius: 0px;
    width: auto !important;
    padding: 20px !important;
    border: 2px solid #1b2d4f;
    min-width: 200px;
    font-size: 16px;
}