@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..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: 'Quicksand', sans-serif;
    color: #1d3461;
    height: 100%;
    width: 100%;
    font-weight: 400;
    background-color: #f4f8f9;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

strong,
b {
    font-weight: 600;
}

ul {
    margin: 1em 1em;
}

ul li {
    margin: .5em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
    font-family: 'Quicksand', sans-serif;
    outline: none;
    font-weight: 400 !important;

    padding: 1em;
    font-size: .8em;
}

a {
    color: #403F41;
    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: #403F41;
    text-decoration: none;
}

/*HEADER*/
header {
    width: 100%;
    background-color: #fff;
    padding: 0 0;
    display: flex;

    position: fixed !important;
    top: 0 !important;
    z-index: 10;
    will-change: transform;
    box-shadow: rgba(149, 157, 165, .2) 0 1px 15px;
}

header .marg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 0;
    max-width: 1200px;
}

.logo {
    width: auto;
    line-height: 0;
    padding: 20px 0;
}

.logo img {
    height: 50px;
    transition: .5s all;
}

.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    text-shadow: none;
    background-color: #000;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    padding: 20px 40px;
    line-height: 0;
    text-decoration: none;
    margin-top: 20px;
    overflow: hidden;
    transition: .5s all;
border-radius: 15px;
    position: relative;

}

.back-btn {
    padding: 10px 20px;
    background-color: #292929;
}


.btn::before {
    content: '';
    position: absolute;
    top: 0;

    left: -96%;
    width: 100%;
    height: 100%;
    background-color: #162A55;
    transition: left 0.4s;
    z-index: -1;


}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: #fff;
    background-color: #000 !important;
}

.btn i {
    transition: .5s all;
}

.btn i {
    padding-left: 8px;
}

.btn:hover i {
    padding-left: 8px;
}

.back-btn {
    display: inline-block;
    padding: 1em 1.5em;
    margin-top: 25px;
    border: 1px solid #403F41;
    background-color: #fff;
    color: #403F41;

}

.back-btn:hover {
    background-color: #403F41;
    color: white !important;
}
.headLink{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #162A55;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    font-size: 13px;
}
.headLink:hover{
    color: #fff;
    background-color: #000;
}
.inputF {
    width: 100%;
    height: 50px;
    background-color: #e3edef;
    border: 0px solid #ddd;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 0 0 0 10px;
    border-radius: 0;
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
}

.selectF {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #1d3461;
    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: #e3edef;
    border: 0px solid #ddd;
    font-size: .9em;
    padding: 10px 0 0 10px;
    height: 150px;
    border-radius: 0;
}

.prijava_place {
    display: flex;
    width: 100%;
    max-width: 680px;
    justify-content: center;
    padding: 25px;
    margin: 0 auto;
    color: #000;

    box-shadow: rgba(149, 157, 165, .2) 0 30px 24px;
   
}

.prijava_place a {
    color: #000 !important;
}

.prijava_place label {
    margin: 8px 0;
    display: block;
    font-size: .8em;
}

.prijava_place label b {
    font-weight: 400;
}

.iLabel {
    margin: 8px 0 !important;
    font-size: .8em;
    line-height: 1.1em;
    height: 20px;
    display: flex !important;
    align-items: center;
    color: #000;

}

.prijava_place #fKontakt {
    width: 100%;
    max-width: 650px;

}

.prijava_place .inputF {}

.prijava_place a {
    color: #1d3461;
}

.prijava_info {
    flex-basis: 100% !important;
    color: #1d3461;
}




.form-place {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
    padding: 0 20px;
    justify-content: space-between;
    position: relative;
}

.error_dat {
    color: #f00;
    margin-top: 10px;
    width: 100%;
    font-size: 13px;

}

.form-place label {
    color: #1d3461;
    margin: 0 0 0 0;
    line-height: 1em;

}

.prijava_place .form-place>div {
    flex-basis: 48%;
    padding: 0;

}

.full_r {
    flex-basis: 100% !important;
}

.prijava_place h3 {
    font-size: 2em !important;
    margin: 0 0 25px 0 !important;
    font-weight: 700 !important;
    color: #1d3461 !important;
    text-align: center;
}

.vmesni {
    margin: 15px 0 !important;
    color: #403F41 !important;
    font-size: 1.2em !important;
}

.prijava_info p {
    font-size: .9em;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.radioOptions label {
    display: inline-block;
    margin-right: 15px;
}

.default-form-btn {
    background-color: #00bc5b;
    color: #fff;
    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;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1em;
    padding: 0.5em .5em;
    
    font-weight: 600 !important;
    -webkit-appearance: button;

}

.default-form-btn:hover {
    background-color: #1d3461;
}

main {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 70px;
    /*transition: .1s all;   animation: fadeInAnimation ease .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/

}

.split {
    display: flex;
    margin: 0 0 1em 0;
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    color: #1d3461;
    margin-left: 50px;

}

.line {

    position: relative;
}

.line_c::before,
.line_l::before,
.line_r::before {
    position: absolute;
    font-family: 'FontAwesome';
    margin-left: -50px;
    width: 50px;
    height: 50px;
    content: "\f550";
    font-size: 20px;
    z-index: 4;
    color: #1d3461;
}

.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%;
    padding: 0 0;
}

.user_container {
    margin: 0 auto;
    width: 96%;
    max-width: 1400px;
    background-color: #fff;
}

.marg {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1450px;
}

.content_read {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    padding: 0 20px;
    margin-top: 40px;

}

.zMarg {}

h1 {
    margin: 0 0 1em 0;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 400;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
}

.user_style ul {
    position: relative;
    padding-left: 25px
}

.user_style li {
    margin: 0;
    margin-bottom: 8px;
    list-style: none;

}

.user_style li::before {
    content: "\f101";
    display: inline-block;
    height: 15px;
    width: 15px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    color: #1d3461;
    background-repeat: no-repeat
}

.user_style h1 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 500;
    color: #162A55;
    position: relative;
    margin: 0 0 35px 0;

}

.user_style iframe {
    width: 100%;
    max-width: 640px;

}


.user_style h2 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #162A55;
}

.user_style h3 {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #162A55;
}

.user_style h4 {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #162A55;
}

h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2em;
    font-weight: 700;
    margin: 120px 0 40px 0;
    line-height: 1.2em;
    position: relative;
    color:#162A55;
}

h5 small {
    font-size: 20px;
    letter-spacing: 3px;
    color: #1d3461;
    font-weight: 400;
}


.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: #1d3461;
    color: #fff;
    padding: 10px;
    font-size: 14px;

    text-align: left;
    font-weight: 600;
}

.user_style tr:nth-child(even) {
    background-color: #fff;
}

.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%;
}


/*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;
}




.bsk {
    position: relative;
}

.bItems {
    position: absolute;
    top: -5px;
    right: 0;
    color: #1d3461;
    font-size: 12px;
    transition: .5s all;
}

.vsb .bItems {
    color: #1d3461 !important;
}

.headIcon {
    width: 85px;
    height: 70px;
    border-right: 1px solid #fff;
    background-color: #e3edef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    text-align: center;
}

.headIcon:hover {
    color: initial;
}

.ln {

    margin-left: 0;
}

.b2b {
    background-color: #1d3461 !important;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.b2b i {
    color: #fff !important;
}

.b2b {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}

.b2b:hover {
    color: #fff;
}


.start-nav {
    cursor: pointer;
    background-color: #162A55;
    margin-left: 20px;
    display: none;
}

.headIcon i {
    min-width: 30px;
    margin-bottom: 5px;
    color: #162A55;
    font-size: 18px;
    transition: .5s all;
}

.sn i {
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
}


.headIcon p {}

.headIcon img {
    height: 20px;
}



.cOut .marg {
    justify-content: space-between;
    padding: 25px 0;
}

.cOut a {
    color: #fff;
}

.cOut i {
    color: #1d3461;
    margin-right: 10px;
}

.cOut a:hover {
    color: #1d3461;
}

.mrA {
    margin-left: auto;
}


.hInfo {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

header a {
    text-decoration: none;
    font-weight: 500;
}

header a:hover {}






.haedRight {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.main-navi {
    margin:0 50px;
    position: relative;
  
   
}

.navigation {
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    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 .act a {
    color: #fff;
    background-color: #162A55;

}

.navigation li a {
    color: #1d3461;
    text-decoration: none;
    letter-spacing: 0px;
    height: auto;
    padding: 0 20px;
    height: 40px;
     
    display: flex;
    align-items: center;
    transition: .5s all;
    font-weight: 600;
}

.navigation li:hover a {
    color: #fff;
    background-color: #162A55;

}

.navigation li :hover a {
    color: #1d3461;
}

.navigation .act li:hover {
    color: #1d3461;

}

.navitation li:hover a {
    color: #1d3461;
}


.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: 51d3461;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;

}
.submenuHover {
    width: 270px;
    margin: 0 0 0 0;
    height: auto;
    background-color: #162A55;
    box-sizing: border-box;
    margin-top: 0 !important;
    
}
.submenuHover li:last-child a{
    border-bottom: none !important;
}

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 15px 0 0 !important;
    font-size: 1em;
    color: #fff !important;
    height: auto !important;
    width: 100%; 
}
.submenuHover i{
    width: 18px;
}
.submenuHover li:hover {
    transition: all 0.5s;
    color: #000 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover li a:hover {
    color: #fff !important;
    opacity: .8;
   
}

.submenuHover a {
    font-size: 14px;
    background-color: transparent !important;
    border-radius: unset !important;
    color: #fff !important;
    text-decoration: none;
    float: left;
    width: 100%;
    height: auto !important;
    padding: 15px 0 !important;
    border: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #fff !important;
    box-sizing: border-box;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;text-transform: initial !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: #1d3461;

}

.sFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close {
    height: 15px;
    cursor: pointer;
    margin-left: 40px;
}

.foot_btn {

    padding: 10px 15px 10px 0;

    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: 18px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.foot_btn i {

    color: #fff;
    width: 35px;

}

.foot_btn:hover {
    background-color: transparent;
    color: #fff !important;
}

.lanSelect {
    margin: 0 20px 0 0;
    line-height: 0;
   margin-left: auto;
   display: flex;
   align-items: center;


}

.lanSelect a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid #ddd;
    margin: 0 3px;
    font-weight: 600;
}


.white {
    background-color: #1d3461 !important;
    color: #fff;

}
.white:hover{
    color: #fff !important;
}
.eNarocanje {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px;
    background-image: none;
    height: 50px;
    background-color: #403F41;
    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;
}

#loadMoreBtn {
    padding: 20px;
    background-color: #1d3461;
    color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

#loadMoreBtn:hover {
    background-color: #1d3461;
}

#loadMoreBtn i {
    font-size: 20px;
    margin-right: 10px;
}

.fCall a {
    color: inherit;
    text-decoration: none;
}



.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;
}


.izpoSub {
    width: 100%;
    display: flex;
    align-items: center;

    margin: 0 0;
    flex-wrap: wrap;

}

.izpoSubImg {
    width: 50%;
    height: 600px;
    line-height: 0;
    position: relative !important;
    box-shadow: rgba(114, 120, 127, 0.2) 0 30px 24px;

}

.izpoSubImg img {
    width: 100%;
    height: 600px;
    position: absolute;
    object-fit: cover;
}

.izpoTxt {
    flex: 1;
    padding: 35px 100px;
    text-align: left;
}

.cont_split .izpoSub {
    margin: 0 0 !important;
    padding: 0 0;

}

.cont_split .izpoSubImg {
    height: 450px;
}

.cont_split .izpoSubImg img {
    width: 100%;
    height: 450px;
    position: absolute;
    object-fit: cover;

    border-bottom-right-radius: 0;
}

.cont_split .izpoTxt {
    padding: 35px 20px;

    background-color: #e3edef;

}

.rev .izpoTxt {

    border-top-right-radius: 0;
}

.rev .izpoSubImg img {
    border-bottom-left-radius: 0;

}

.section .izpoTxt {
    padding: 35px 150px;
}

.izpoTxt h2,
.extra_item h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #1d3461;


}

.izpoTxt h2 {
    font-size: 30px;
}

.rev .izpoTxt {
    order: 1;
    text-align: left !important;

}

.rev .izpoSubImg {
    order: 2;
}

.rev .izpoImg {
    order: 2;
}







/*DEFAULT*/

.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;
}


.paralax {
    display: flex;
    width: 100%;
   
    height: 500px;
    padding-top: 100px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;
    margin: 0 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

}



.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);

}

.centered {
    align-items: center;
    text-align: center;
}

.iCont small {
    flex-basis: auto;
    width: auto;
    font-size: 20px;
    color: #fff;
    font-weight: 600;

    margin-bottom: 10px;
    padding-bottom: 10px;
    text-shadow: 0 0 5px black;
    letter-spacing: 1px;

}

.iCont p,
.captionSummary p {

    font-size: 24px;
    line-height: 1.3;
    margin: 15px 0 0 0;
    letter-spacing: 1px;

}

.extra {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.extra_item {
    width: 25%;
    padding: 80px 30px 0 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.item_icon {
    width: 70px;
    height: 70px;

    background-color: #162A55;
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.ei {
    font-size: 30px;
    color: #fff;

}

.extra_item a {
    font-size: 14px;
    padding: 20px 20px;
}


.t_just {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.t_left {
    flex-basis: 250px;
}

.t_right {
    flex-basis: calc(100% - 290px);
}

.cCats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0 0;



}

.minGap {
    gap: 10px;
}

.cCats a {

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

    padding: 10px 20px;
    background-color: #f0f3f5;

    color: #403F41;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    position: relative;
}


.cCats h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;

}

.cCats a:hover h3 {
    color: #1d3461;
}

.pages {
    text-align: center;
    font-size: .9em;
    margin: 0 0 40px 0;
    padding: 2em 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.pages a {
    text-decoration: none;
    color: #3d4350;
    display: inline-block;
    padding: 0 .5em;
    font-weight: 600;
}

.pages a.act {
    color: #1d3461;
    font-size: 18px;
}



.counters {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 0;


    margin-top: 30px;
}

.flexItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.izpo25 {
    flex-basis: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3edef;
    color: #1d3461;
    padding: 15px 0;
}

.izpo25 i {
    font-size: 40px;
    color: #1d3461;
}

.no {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 40px;
    font-weight: 300;
    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: 500;
    margin-top: 5px;
    color: #1d3461;
    letter-spacing: 1px;
}


.pg_end {
    width: 100%;

    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    color: #1d3461;
    font-size: .9em;
}

.pg_end a {
    color: #1d3461;
    text-decoration: none;
}

.w4 {
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.w4 img {
    width: 105% !important;

}

.inx a {
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-top: 8px;

}


footer {
    display: flex;
    justify-content: center;
    width: 100%;
   
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #000;
    background-color: #fff;


}


.foot-cont {
    width: 100%;
   max-width: 1200px;
    padding: 50px 20px 50px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
  flex-wrap: wrap;
    line-height: 30px;
}
.foot-cont img{
    height: 60px;
}
.scl {
    display: flex;
}
.f_con{
    line-height: 22px;
}
.f_con a{
    font-size: 14px;
    color: #fff;
}

.foot-cont a {
    color: #162A55;
    text-decoration: none;
}

.foot-cont a:hover {
    color: #162A55 !important;
    text-decoration: none;

}


.f_navi {
    margin: 0 0;
    padding: 0 0;

}

.f_navi a {
    color: #162A55 !important;
}

.page_end {
   font-size: 12px;
   line-height: 22px;
   text-align: right;
}

.page_end a {
    color: #162A55;
    text-decoration: none;
}

.page_end a:hover {
    color: #162A55 !important;
}

.moto {
    letter-spacing: 1px;
    font-size: 14px;
    float: left;
    width: auto;
    clear: both;
    line-height: 30px;
    text-align: left;
   
}

.moto a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}

.moto a:hover {
    color: #fff !important;
}

.foot-cont h5 {
    font-size: 1.2em;
    margin-bottom: 0;
    align-items: flex-start;
    margin-top: 0 !important;
    color: #162A55 !important;
}

.social {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.social a {
   width: 45px;
   height: 45px;

   border-radius: 50%;
   border: 1px solid #fff;
   
   
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;

}


.social i {}


.social a:hover {
    background-color: #000;
}


.fbr {
    margin-left: auto !important;
}

.fbl {
    margin-right: 8px;
}

.nav_links a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color: #1d3461;
}

.nav_links a:hover {
    color: #1d3461;
    text-decoration: none;
}

.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(4, 1fr);
    gap: 1px;
    width: 100%;
}

.userGgallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid #f2f2f2;

}

.thank-you-page {
    margin: 90px auto;
    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;
    text-align: center;
    background-color: #fff;
}

.thank-you-page h1 {
    font-weight: 600;
}


.lost-links a {
    display: inline-block;
    margin: .5em;
}

.vSlid {

    width: 100%;
    line-height: 0;
}

.vid-cont {
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    display: flex;
    z-index: 9;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


#myVideo {
    width: 100%;
    height: 400px;
    line-height: 0;

}

video {
    object-fit: cover;
}

.user_style video {
    width: 100%;
    height: 500px;
    margin: 20px 0;
}

.provider_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 0;
    background-color: #fff;

}

.p3 {
    grid-template-columns: repeat(3, 1fr);
}

.provider_item {
    width: 100%;
    height: auto;
    padding: 20px;
    transition: .5s all;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #f2f2f2;
    font-size: 15px;
    position: relative;

}

.provider_item:hover {

    transition: .5s all;


}

.provider_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #d8ffed;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.provider_icon img {
    height: 18px;
}

.provider_item h3 {
    color: #1d3461;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.provider_list h2 {

    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.1em;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    margin-bottom: 10px;
    width: 100%;

}

.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 #1d3461;

}

.from_zd {
    color: #1d3461;
}

.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;
}

.stevilke .provider_details_card {
    padding-bottom: 0;
    margin-bottom: 0;

    display: flex;
    font-size: .9em;
    margin-right: 0;
    flex-direction: row;
    justify-content: space-between;
}

.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;
}

.provider_details_card {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    font-size: .9em;
    margin-right: 10px;
    flex-direction: column;
}

.provider_item .provider_details_card {
    margin-right: 0;
    border-bottom: none;
    margin: 10px 0 0 0;
}

.lastnosti {
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.iLight {
    color: #1d3461;
}

.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: #403F41;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green {}



.red {
    background-color: #403F41 !important;
}

.orange {
    background-color: #403F41 !important;
}

.card_icon span i {
    color: #fff;
}

.card_icon p {
    display: inline-block;
    width: 130px;
    font-weight: 400;
    color: #BEA57E;
}

.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: 0px;
    margin: 15px 0 15px 0 !important;
}

.check_container p {

    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: #1d3461
}

.check_container:hover input~.checkmark {
    background-color: #1d3461
}

.check_container input:checked~.checkmark {
    background-color: #1d3461
}

.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;
    margin: 20px 0;
    background-color: #fff;
  
}
.logos img{
    height: 70px;
    margin: 10px;
}

.logo_slider {
    display: flex;
    padding: 0;
    animation: cambio 20s infinite linear;

}

.logo_slider:hover {}


.logo_slider img {
    height: 50px;
    margin: 0px 8px;
    padding: 10px;
    transition: .5s all;
    outline: none;
    filter: grayscale(100%);

}

.logo_slider img:hover {
    filter: none;

}

@keyframes cambio {
    from {
        margin-left: 0%
    }

    to {
        margin-left: -100%
    }
}

.imgCover {
    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: #403F41;
}

.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: #403F41 !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: #403F41 !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: #403F41;
    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: #403F41;
}

.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: #403F41;
    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: #403F41;
    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: #403F41;
}

.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 #403F41;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 0;
}

.narocilo_btn {
    background-color: #00bc5b;
    color: white;
    font-weight: 600 !important;
    width: 100%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    letter-spacing: 1px;
    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: 40px;
}

.narocilo_btn:hover {
    background-color: #403F41;

}

.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;
}

.bread {
    background-color: #1d3461;
    margin-top: 0 !important;
    margin-bottom: 35px;
}

.breadCrumbs {
    width: 100%;
    font-size: 13px;
    font-weight: 500 !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    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: #403F41;
}

.elementSubAct {
    float: right;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    border-bottom: 1px solid #b6d1d6;
}

.elementSub a {
    color: #1d3461;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSub a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #403F41;
}

.elementSubAct a {
    color: #403F41;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 15px;
}

.elementSubAct a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #403F41;
}

.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: #403F41;
}

.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;

}

.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;
}

.imgDef img {
    max-width: 100%;
    max-height: 200px;
}

.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: 100%;
    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: #fff;
    margin-bottom: 1px;
    transition: .5s all;


}

.files a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-weight: 500 !important;

}

.files a:hover {
    background-color: #162A55;
    color: #fff;
}

.fileDownload:hover {
    background-color: #162A55;
}

.fileDownload:hover::before {
    color: #fff;
}

.fileDownload::before {
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 25px;
    color: #162A55;
    background-repeat: no-repeat;
    width: 35px;
    transition: .5s all;
    content: "\f15b";
}

.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: #403F41;
    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: #403F41;
}

.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 {
    display: flex;
    background-color: #cc282e;
    color: #fff;
    padding: 15px 15px;
    margin: 1px 0;
    position: relative;

    width: 100%;

    text-align: center;

}

.obvestilo a {
    color: #cc282e;
    padding: 4px 8px;
    background-color: #fff;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-size: .9em;
    border: 1px solid #fff;
    font-weight: 600;
}

.obvestilo h3 {
    margin-bottom: 10px;
}

.obvestilo a:hover {
    background-color: transparent;
    color: white !important;
}

.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: 11d34611;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
    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: #fff;
    padding: 25px;
    color: #000;
    text-align: left;
    display: flex;
    align-items: center;

    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: #1d3461;
}

.success {
    background-color: #fff
}

.error {
    background-color: #fff
}

.warning {
    background-color: #fff
}

.message_cont a {
    background-color: #1d3461;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
    color: #fff !important;
    font-size: 12px;
    color: inherit;
}

.message_cont a:hover {
    background-color: #000;
}

.closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #cc282e;
    font-weight: 600;
    float: right;
    font-size: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #1d3461
}

.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: #1d3461 !important;
    border-radius: 0;
}

.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: auto;
}

.src-input {
    background-color: #fff;
    padding: 10px 10px 10px 30px;
    width: 150px;
    font-size: 14px;
    color: #000;
    font-weight: 500 !important;
    border-radius: 0;
    border: 1px solid #fff;
    position: relative;
}

.src {
    position: relative;
    height: 41px;
}

.src::before {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    color: #1d3461;
    z-index: 5;
    top: 8px;
    left: 8px;
}

.src-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
    font-weight: 500;
    /* Firefox */
}

.src-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.src-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #403F41 !important;
}

#slider {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;



}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 750px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 8;
    flex-wrap: wrap;
    background-position: center;
    background-size: cover;
}


.slide.active {
    opacity: 1;
    z-index: 9;
}

.slide img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;

}

.caption {

    width: 100%;
    padding: 35px 0;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    height: 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);
}

.caption .marg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 50px;
    position: relative;
}

.captionTitle {
    width: 100%;
    text-align: center;
}

.captionTitle h2,.paralax h2  {
    font-size: 2.2em;
    color: #fff;
font-weight: 500;
    line-height: 1.1em;

    text-shadow: 0 0 5px black;
}

.captionSummary {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 15px;
    width: 100%;
    text-align: center;

}

#slideNav {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: calc(50% - 55px);
    display: flex;
}

#prevBtn,
#nextBtn {
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .5s all;
    margin:0 5px 0 5px;
    border-radius: 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #1d3461;
    border-color: #fff;

}

.bread {
    color: #fff;
}

.splitsec {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap:25px;
   
   
   
    margin: 50px 5%;

}
.mIzpo{
    flex: 1;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.mIzpo h2{
    font-weight: 500;
}
.spec{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 8px;
    background-color: #162A55;
    margin: 20px 0;
    color: #fff;
    font-size: 20px;
}
.exp {
    background-color: transparent;
    align-items: center;

}

.cta {
    background-color: transparent;
    padding: 35px 0;
    border-bottom: 1px solid #e3edef;
    align-items: center;
}

.cta a {
    background-color: #00bc5b;
    color: #fff;
    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;

    width: auto;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1em;
    padding: 15px 25px;
    border-radius: 30px !important;
    font-weight: 600 !important;
    -webkit-appearance: button;
}

.jq {
    display: flex;
    justify-content: space-between;
}

.jq ul {
    flex: 1;
}

.exp>div:last-child {
    background-color: transparent;
    padding: 25px;
}

.section2 {
    float: left;
    width: 100%;
    margin-top: 0;

    padding: 50px;
}

.section {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.section .marg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.mt40 {
    margin-top: 35px;
}

.mt40 .other-list {
    margin-top: 0 !important;
}


.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: #403F41;
    border: 1px solid #403F41;
    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;
    margin-bottom: 120px;
}

.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: #1d3461;
    font-size: 30px;
}

.f2 {
    font-size: 15px !important;
    margin: 10px 0 10px 15px !important;
    color: #1d3461 !important;
    line-height: 1.2em;
    font-weight: 400 !important;
}

.f2:hover {
    color: #1d77a7 !important;
}

.j1 {
    width: 30%;
    background-color: #403F41;
    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 #403F41;
}

.centerH {
    text-align: center;
    margin: 0 0 30px 0 !important;
    font-size: 2em !important;
}

.centerH i {
    margin-right: 20px;
}


.j2 {
    width: 100%;
}

.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: 80px 0;
}

.content_read .other-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
}

.parent_cats {

    width: 100%;
    margin-top: 120px;
    border-top: 1px solid #1d3461;
    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: 0px;
    transition: .5s all;
    background-color: #162A55;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;



}

.intro_item h3 {

    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 !important;
    transition: .5s all;
}

.intro_icon {

    color: #403F41;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;

    margin-right: 10px;
    transition: .5s all;
}

.intro_item h3 {
    color: #fff !important;
}

.intro-list a {
    color: #fff !important;
    text-decoration: none;
}

.intro_item:hover {
    background-color: #1d3461;
    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: #1d3461;
    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: #162A55;
    padding: 5px 0;
    font-weight: 600;
    text-decoration: underline;

}

.oSum {
    margin: 10px 0;
    color: #1d3461;
    line-height: 1.5em;
    font-weight: 500;
}

.other_item i {
    width: 35px;
    margin-right: 0;
    color: #403F41;



}

.prov img {
    display: none;
}

.zapisi-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.zapis_item {

    padding: 0 0;

    color: #1d3461;
    transition: .5s all;

}

.zapis_item:hover {}

.inverse {
    background-color: #fff;
}

.zapis_item a {
    color: #1d3461;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.zapis_item img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    transition: .5s all;
}

.zapis_item_info {
    width: calc(100%);
}

.zapis_item small {
    display: block;
    margin: 10px 0;
    line-height: 1.4em;
    color: #1d3461;
}

.zapis_item_info h2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
    color: #1d3461 !important;
    letter-spacing: 1px;
}

.zapis_item p {
    color: #5b5b5b;
    font-size: 14px;
}


.izpo {
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding-top: 100px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

}


.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;
}
.paralax .iCont .marg{
    padding-bottom: 30px;
}
.centered {
    align-items: center;
    text-align: center;
}

.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;
    text-shadow: 0 0 5px black;

}

.iCont h1 {
    font-size: 30px;
    line-height: 1em;
    text-shadow: 0 0 5px black;
    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: 11d3461;
    top: 85px;
    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-top: none;
}

.st_hover {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.sub_storitve {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.s_col {
    flex-basis: 19%;
    padding: 15px 0 15px 0;

}

.wide_s {
    flex-basis: 38%;

}

.wide_s .dejavnost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.wide_s h4 {
    flex-basis: 100%;
}

.wide_s .kategorije {
    width: 48%;
}

.wide_s {}

.s_col h4 {
    color: #1d3461;
    margin: 0 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid #1d3461;
    padding-bottom: 8px;
    font-weight: 700 !important;
}

.s_col h4 a {
    text-decoration: none;
    color: #1d3461;
    font-weight: 700 !important;
}


.dejavnost {
    margin-bottom: 15px;
}

.kategorije a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-left: 20px;

    font-weight: 600;
    line-height: 16px;
    margin: 15px 0;
    color: #1d3461;
    position: relative;
}

.kategorije a::before {
    content: "\f35a";
    display: inline-block;
    height: 10px;
    width: 10px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #1d3461;
    background-repeat: no-repeat
}

.kategorije_sub a::before {
    content: "\f35a";
    display: inline-block;
    height: 10px;
    width: 10px;
    font-family: FontAwesome;
    background-size: 100%;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #bebebe;
    background-repeat: no-repeat
}

.kategorije a:hover {
    color: #1d3461;
}

.kategorije_sub {
    width: calc(100% - 20px);
    margin-left: 10px;
}

.kategorije_sub a {
    position: relative;
    display: block;
    line-height: 15px;
    text-decoration: none;
    font-size: 13px;
    background-image: none;
    color: #1d3461;
    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: #1d3461;
    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: #403F41;
}

.dezurstva_izpis h4 a {
    text-decoration: none;
    cursor: default;
    color: inherit;
}

.important {
    background-color: #162A55 !important;
    top: 150px !important;
    color: #FFF;
    z-index: 9 !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;
    line-height: 1.3em;
    z-index: 5;
    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: 55px;
    height: 55px;
    background-color: #403F41;

    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    right: 240px;
    z-index: 5;
    top: 220px;

    box-shadow: -2px 2px 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .5s all;
}

.tgl i {
    margin-left: 10px;
    font-size: 20px;
}

.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;
}

.intro_grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;


}

.intro_grid>div {
    background-color: #fff;
}

.g1 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;

}

.g1 h2 {
    color: #cc282e !important;
}

.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: #1d3461;
    width: 100%;
    float: left;

}

.min_amb h2 {
    font-size: 20px !important;
    margin: 25px 0 0 0 !important;
    color: #1d3461 !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: #1d3461 !important;
}

.iLink {
    justify-content: space-between;
    display: flex;
    align-items: center;
    line-height: 1.2em;

}


.grid-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;

}

.sub-list {
    grid-template-columns: repeat(4, 1fr);
    margin: 50px 0;
}




.grid_item {
    position: relative;
    transition: .5s all;
    height: 300px;
    line-height: 0;
    overflow: hidden;


}

.grid_item h2 {
    font-size: 20px !important;
    line-height: 1.2em;
    font-weight: normal !important;
    padding: 20px;
    margin: 0 !important;
    text-shadow: 0 0 5px black;
    font-weight: 700 !important;
    transition: .5s all;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .15);

}

.grid_item:hover img {
    transform: scale(1.2);
}

.grid_item a {
    padding: 10px 15px;
    font-size: 13px;
}

.grid_item img {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s all;


}


.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;

}



.objava h3 {
    font-size: 18px !important;

    line-height: 1.2em !important;
    color: #fff !important;
    margin: 0 !important;
}

.traja h3 {
    font-size: 25px !important;
}


.show_all {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;

}

.contact-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    margin: 35px 0;


}

.contact-list h6 {
    flex-basis: 100%;
    font-size: 1.3em;
    color: #044c5a;
    margin-bottom: 15px;
}

.contact_item {


    display: flex;


    transition: .5s all;
    padding: 15px;
    background-color: #fff;

    margin: 5px 0;
    flex-direction: column;
    border: 1px solid #f2f2f2;
   background-color: #fff;

}

.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;
}

.conimg span {
    font-size: .9em;
    line-height: 1.2em;
    display: block;
    color: #403F41;
}

.contact_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact_item h4 {
    margin: 0 0 8px 0;
    font-size: 1em !important;
    color: #1d3461;
}

.contact_details_card {
    margin-top: 10px;

}

.contact_icon a {
    text-decoration: none;
    font-weight: 600;
}


.contact_icon i {
    margin-right: 8px;
    color: #1d3461;
}

blockquote {
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #162A55;
   padding: 15px;
    margin: 30px 0;
}



.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: #1d3461;
    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: #1d3461;
    margin-right: 15px;
}

.amb_icon b {
    font-size: 1.1em;
    color: #1d3461;
}

.row {
    float: left;
    width: 100%;

}

.mt80 {
    margin-top: 80px;
}

.row h2 {
    padding: 15px;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    position: relative;

    background-color: #1d3461;
    color: #fff;
    margin: 0 0 40px 0;
    transition: .5s all;
    border-radius: 8px;
    font-size: 1.5em;
}

.row h4 {
    margin: 20px 0;
    color: #1d3461;
}

.opcRow {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #403F41;
    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: #403F41;
    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: #1d3461;
    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: #1d3461;
    margin-right: 15px;
}

.odd_icon b {
    font-size: 16px;
    color: #1d3461;
}

.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: #1d3461 !important;

}

.zdravnik_mesto a {
    color: #1d3461;
}

.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: #1d3461;
    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: 11d3461;

}

.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 h3 {
    font-size: 15px;
    margin: 20px 0;
}

.panel .lan {
    width: 100%;
    margin-bottom: 35px;
}

.panel {

    z-index: 1000;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 420px;
    top: 70px;
    background-color: #162A55;

    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;
    box-shadow: -5px 12px 15px rgba(0, 0, 0, .2);
}



.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: #1d3461;
    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 #f2f2f2;
    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: #fff !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: 1em;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    flex-wrap: wrap;

}

.rNav li i {
    font-size: 1.5em;
}

.rNav li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: calc(100% - 40px);
    padding: 15px 0;
    text-align: left;
    letter-spacing: 1px;

}

.rNav li a:hover {
    color: #fff;
}

.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: #fff !important;
    display: block;
    width: 80%;
}

.subRole li:last-child {
    border-bottom: none;
}

.rNav li :hover a {
    color: #fff !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: #fff;

}

.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%;
}


.options {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.option {
    width: auto;
    height: auto;
    border: 1px solid #1d3461;
    margin-right: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1d3461;
    font-weight: 700;
    transition: .5s all;
}

.option a {

    color: inherit !important;
    text-decoration: none;
    padding: 3px 8px;
    width: auto;
}

.oNorm {
    width: auto;
    font-weight: 400;
}

.option:hover {
    background-color: #f2f2f2;
}

.current {
    background-color: #426274;
    color: #fff;
}

.current:hover {
    background-color: #426274;
    color: #fff;
}


.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: #ed1b2f;
    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 {
    background-color: #1d3461;
}



.brands {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.brands img {
    width: 132px;
    height: 120px;
    object-fit: cover;
    margin: 5px;
}

.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: #403F41;
}

.catalog_details_description {
    margin-bottom: 30px;
}

.catalog_details_description .lastnost:nth-child(even) {
    background-color: #f1f5f7;
}

.lastnost span {
    font-weight: 400;
}

.catalog_details_description p {
    display: block;
    margin: 15px 0;
    color: #ed1b2f;
}

.details_split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalog_details_image {
    width: 50%;
    line-height: 0;
}

.details .catalog_item_price {
    margin-left: 0;
    font-size: 16px;
    width: auto;
}

.details h2 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.details h3 {
    margin: 0 0 20px 0;
    color: #1d3461;
}

.catalog_details_image img {
    max-width: 90%;
    max-height: 400px;
}

.catalog_details_info {
    width: 50%;
    position: relative;
    font-size: 14px;
}

.catalog_details_info .tyre_info {
    margin-top: 20px;
    padding: 0;
}

.catalog_details_info .brand_img {

    padding: 0;
}



.searcher {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;


}

.iskalnik_sklop {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.hitro_iskanje {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #0f1e3a;
    width: 460px;
}

.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: #1d3461;
    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;

}



.fMain {
    margin-bottom: 35px;
}



.xMenu {
    background-image: url("../images/_body/select.svg");
    background-size: 15px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    width: auto;

    font-size: .9em;
    font-weight: 600 !important;
    background-color: #fff;
    height: 42px !important;

    color: #1d3461;
    padding-right: 35px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.filter_item {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    margin-right: 20px;
    font-weight: 500;
}

.active_filter {
    color: #ed1b2f;
}

.active_filter i {
    color: #ed1b2f !important;
}


.filter_select {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 0;
    padding: 2px 5px;

    width: 80px;
    line-height: 0;

}

.brand_img {
    width: 150px;
    height: auto;
    float: right;

}


.tIcons {
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
    background-color: #fff;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}


.iconSet {
    padding: 5px;
    background-color: #fff;
    margin: 5px 10px;
}

.tIcons img {
    max-height: 50px;
}

.main_icons img {
    max-height: 50px;
}


.filters {
    background-color: #1d3461;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25PX;
    align-items: center;
    padding: 20px;
}

.filters .inputF {
    height: 40px !important;
    font-size: 14px;

}

.loading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
}

.fade {
    opacity: .5;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1d3461;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.sMenu {
    background-image: url("../images/_body/select.svg");
    background-size: 15px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    width: auto;
    color: #000;
    padding-right: 35PX !important;
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #fff;
    font-weight: 500 !important;
    margin-right: 15px;
    width: 170px;
}


.catalog_item {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #fff;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.catalog_item:hover {
    border-bottom: 1px solid #1d3461;
    transition: .5s all;
}


.cat_right {
    margin-left: auto;
    display: flex;
    align-items: center;
}


.cat_item_img {
    line-height: 0;
    width: 80px;
    margin-right: 20px;
}

.cat_item_img img {

    width: 80px;
    height: 60px;
    object-fit: cover;
}

.catalog_item_info {
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.catalog_item h3 {
    font-size: 16px;
    margin: 0 0 0 0;
}

.catalog_item h4 {
    font-size: 14px;
    margin: 5px 0 8px 0;
}

.catalog_item_info small {
    margin-left: 10px;
}

.catalog_item_info a {
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    color: #1d3461;
    text-decoration: none;
}

.catalog_item_info a i {

    margin-right: 5px !important;
}

.catalog_item_price {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    text-align: right;
    width: 100px;
    margin-right: 25px;
}

.catalog_item_price i {
    color: #1d3461;
    font-size: 12px;
    margin-right: 5px;
}

.catalog_item_price small {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
}

.zalogaWiew {
    padding-right: 15px;
    font-size: .8em;
    width: 45px;
    text-align: right;
    display: flex;
    align-items: center;
}

.zalogaWiew i {
    color: #a7c957;
    font-size: 12px;
    margin-right: 5px;
}

.cFld_list {
    display: flex;
    align-items: center;
}

.product-qty {
    width: 45px !important;
    height: 38px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    font-weight: 600 !important;
    border-radius: 0;

}

.adToBasket {
    height: 38px;
    width: 45px !important;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 0;
    background-color: #1d3461;
    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: 600 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 10px;
    border-radius: 0;
    -webkit-appearance: none;
    position: relative;
}

.details_split {}

.iskalnik {
    width: 100%;
    background-color: #1d3461;
    padding: 50px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

}

.hide_dm {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 30px;
    display: none;
    cursor: pointer;
}

.mIsk {
    font-size: 2em;
    color: #fff;
    margin-right: 20px;
}

.iskalnik h2 {
    font-size: 3em;
    line-height: 2em;
    color: #fff;
}

.iskalnik_place {
    position: relative;
    width: 100%;
    max-width: 850px;
}

.iskalnik_place::before {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    color: #1d3461;
    font-size: 30px;
    z-index: 5;
    top: 25px;
    left: 15px;
}

.src-input-big {
    background-color: #fff;
    padding: 20px 0 20px 55px;
    width: 100%;
    font-size: 1.6em;
    color: #1b2d4f;
    font-weight: 600 !important;
    border-radius: 0px;
}

.src-input-big::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1b2d4f !important;
    opacity: 1;
    font-weight: 400;
    /* Firefox */
}

.src-input-big:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1b2d4f !important;
}

.src-input-big::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1b2d4f !important;
}


.section_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    width: 100%;

}

.pn_section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    width: 100% !important;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 !important;
    background-color: #f0f3f5;
}

.pn_section::-webkit-scrollbar {
    display: none;
}

.fCent {
    justify-content: center;
}

.sNav {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    font-weight: 600;
}

.dNav {
    width: 100%;
    display: flex;
    margin: 35px 0 75px 0;
}

.arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 5px;
    background-color: #1d3461;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;

}

.arrow img {
    height: 20px;
}

.arrow:hover {
    background-color: #1d3461;
}

.pn_item {
    flex: 0 0 auto;
    flex-basis: auto;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    transition: .5s all;
    line-height: 1.2em;
    align-items: center;

    box-sizing: border-box;
    text-align: center;


}

.pn_item h2 {
    font-size: 24px;
    line-height: 1.1em;
    margin: 10px 0px;
    font-weight: 600;
    color: #1d3461;
}

.pn_item a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-decoration: none;
    color: #000 !important;
    margin: 50px 0;
}

.scroll_icon {
    width: 50px;
    height: 50px;
    background-color: #1d3461;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pn_item p {
    font-size: .9em;

    opacity: .8;
}

