*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul,
ol,
li {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.container-wrap-pages {
  margin: 0 auto;
  width: 1136px;
  max-width: 100%;
}

@media only screen and (max-width: 1224px) {
  .container-wrap-pages {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nis-logo-image {
  cursor: pointer;
}

.header-languages {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.header-languages_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ml-icon {
  margin-left: 5px;
}

.header-languages_icon {
    cursor: pointer;
    /*display: block;*/
}

.nis-link-text {
  color: black;
}

.nis-link-text:hover {
  text-decoration: none;
}

.sr-text {
  cursor: pointer;
}

.sr-text:hover {
  color: #0078c1;
}

.header-menu {
    background-color: #f2f2f2;
    height: 40px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.header-menu_item {
  margin-top: 7px;
  position: relative;

  padding-bottom: 5px;
}

.header-menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu_item-text {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;

  color: #828282;
  cursor: pointer;
}

.vr-line {
  margin-top: 10px;
  height: 16.5px;
  width: 1px;
  background-color: #e0e0e0;
}

.drop-button {
  color: white;
  border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  z-index: 10;
  margin-left: -25px;
  padding-top: 10px;
}

.dropdown-content-link {
  border-bottom: 0.5px solid #e0e0e0;
}

.dropdown-content a {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  padding: 10px;
  width: 215px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.drop-button:hover .dropdown-content {
  display: block;
}

.hr-line-menu {
  height: 1px;
  background-color: #e0e0e0;
  width: 90%;
  margin-left: 10px;
}

.blue-line-active {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #5ec2ff;
  top: 30px;
}

@media only screen and (max-width: 960px) {
  .header-menu-desktop {
    display: none;
  }

  .header-menu-mobile {
    display: block;
    background-color: #f2f2f2;
    height: 40px;
  }
}

.header-menu-mobile {
  display: none;
  background-color: #f2f2f2;
  height: 40px;
}

@media only screen and (max-width: 960px) {
  .header-menu-mobile {
    display: block;
    background-color: #f2f2f2;
    height: 40px;
  }
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #f2f2f2;
  color: white;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.topnav {
  overflow: hidden;
  z-index: 20;
  background-color: #f2f2f2;
  position: relative;
}

.topnav #menu-links {
  display: none;
}

.topnav a {
  padding: 7px 0;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #f2f2f2;
  display: block;
  position: absolute;
  right: 10px;
  top: -2px;
}

.active {
  color: white;
  visibility: hidden;
}

.active-menu {
  outline: none;
}

.menu-icon-set {
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 5px 0;
}

button:focus {
  outline: none;
}

.sidenav a,
.dropdown-btn {
  padding: 18px 10px 17px 10px;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #828282;
  display: flex;
  justify-content: space-between;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  border-bottom: 0.5px solid #e0e0e0;
}

.no-border {
  border-bottom: none;
}

.sidenav a:hover,
.dropdown-btn:hover {
  background-color: #e8e8e8;
}

.dropdown-container {
  display: none;
  background-color: #f2f2f2;
  padding-left: 8px;
}

.accordion-menu {
  background-color: #f2f2f2;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #828282;
  cursor: pointer;
  padding: 18px 10px 17px 10px;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #e0e0e0;
  text-align: left;
  outline: none;
}

.active,
.accordion-menu:hover {
  background-color: #e8e8e8;
}

.accordion-menu:after {
  display: block;
  content: "\25BC";
  color: black;
  float: right;
  margin-left: 5px;
  font-size: 10px;
}

.active-acc:after {
  content: "\25B2";
  font-size: 10px;
  vertical-align: middle;
}

.panel {
  padding-left: 20px;
  background-color: #f2f2f2;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.full-gradient {
  /*margin-top: 25px;*/ /* Delete when breadcrumb is added */
  background: linear-gradient(90deg, #0078c1 0%, #5ec2ff 100%);
  height: 130px;
  display: flex;
}

.full-gradient_container {
  margin: 0 auto;
  width: 1140px;
  max-width: 100%;
  display: flex;
}

@media only screen and (max-width: 1224px) {
  .full-gradient_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-gradient_content {
  display: flex;
  align-items: center;
}

.full-gradient_text {
  color: white;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
}

.border-blue-bottom {
  border-bottom: 5px solid #4290c4;
}

.div-width-blue {
  width: 117px;
  border-bottom: 2px solid #5ec2ff;
  margin-top: 15px;
}

.panorama-image {
    margin-top: 35px;
    width: 100%;
    max-height: 500px;
}

.panorama-info-text {
  background: linear-gradient(90deg, #0078c1 0%, #5ec2ff 100%);
  padding: 25px;
  color: white;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.panorama-info-bottom {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .panorama-info-bottom {
    flex-direction: column;
  }
  .panorama-info-bottom-cookie {
        flex-direction: column;
  }
}

.info-text_left {
  width: 50%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .info-text_left {
    width: 100%;
    padding-left: 0;
  }
}

.info-text_right {
  width: 30%;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}

@media only screen and (max-width: 1024px) {
  .info-text_right {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .info-text_right {
    width: 100%;
    margin-top: 35px;
  }
}

.info-text_item {
  display: flex;
  align-items: center;
}

.info-text-item_text {
  margin-left: 15px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 49px;
  color: #828282;
  text-decoration: none;
}

.info-text-item_icon{
    height: 13px;
}

.pitanja-image {
  margin-top: 35px;
  width: 100%;
}

.nis-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

.nis-tabs {
  margin-top: 75px;
  overflow: hidden;
  margin-bottom: 120px;
}

.nis-tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Arial;
  font-style: normal;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  color: #0078c1;
  border-bottom: 1px solid #c5c5c5;
  align-items: center;
}

.tab-label::after {
  content: url("/images/accordion-image-icon-plus.svg");
}

.tab-content {
  max-height: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: Arial;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  color: #828282;
  width: 85%;
}

@media only screen and (max-width: 960px) {
  .tab-content {
    width: 100%;
  }
}

.nis-input {
    visibility: hidden;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  color: black;
  cursor: pointer;
}

.nis-input:checked + .tab-label::after {
    content: url("/images/accordion-image-icon-minus.svg");
}

.nis-input:checked ~ .tab-content {
    max-height: 100vh;
    padding-top: 20px;
}

.tab-text {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .tab-text {
    width: 90%;
  }
}

.kontakt-image {
  margin-top: 35px;
  width: 100%;
}

.text-item-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .text-item-wrap {
    flex-direction: column;
  }
}

.text-items-left {
  width: 30%;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .text-items-left {
    width: 100%;
    padding-left: 0;
  }
}

.text-items-right {
  width: 30%;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .text-items-right {
    width: 100%;
    padding-right: 0;
    padding-bottom: 80px;
  }
}

.text-item_title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #0078c1;
  padding-top: 15px;
}

.text-item_text {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #828282;
}

.bold-text {
  padding-top: 15px;
  font-weight: bold;
}

.mt-87 {
  margin-top: 87px;
}

@media only screen and (max-width: 768px) {
  .mt-87 {
    margin-top: 25px;
  }
}

.mt-23 {
  margin-top: 23px;
}

.p-15 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.border-text {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  padding-top: 15px;
}

.image-logo-wrap {
  overflow: hidden;
  width: 180%;
}

.nis-logo-bg {
  margin-top: 35px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 768px) {
  .nis-logo-bg {
    display: none;
  }
}

.light-text {
  color: #bababa;
  font-weight: bold;
}

.struktura-image {
  margin-top: 35px;
  width: 100%;
}

.struktura-info-text {
  background: linear-gradient(90deg, #0078c1 0%, #5ec2ff 100%);
  padding: 25px;
  color: white;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.struktura-svg-image {
  margin: 105px auto 45px auto;
  width: 85%;
}

.nabavka-materijala-title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #0078c1;
}

.nabavka-text_title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-top: 60px;
  color: #0078c1;
}

.nabavka-image {
  margin-top: 20px;
}

.nabavka-text {
  padding-left: 40px;
}

@media only screen and (max-width: 960px) {
  .nabavka-text {
    padding-left: 0;
  }
}

.nabavka-list {
  padding: 0;
}

.nabavka-list li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.nabavka-text-list {
  display: flex;
  margin-top: 40px;
  font-family: Arial;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}

@media only screen and (max-width: 960px) {
  .nabavka-text-list {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 660px) {
  .nabavka-text-list {
    flex-direction: column;
  }
}

.nabavka-bold-text {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nabavka-list-right {
  margin-left: 85px;
  width: 25%;
}

@media only screen and (max-width: 960px) {
  .nabavka-list-right {
    margin-left: 15px;
    width: unset;
  }
}

@media only screen and (max-width: 660px) {
  .nabavka-list-right {
    margin-left: 0;
    margin-top: 15px;
    width: unset;
  }
}

.pt-20 {
  padding-top: 20px;
}

.mt-87 {
  margin-top: 87px;
}

.pb-80 {
  padding-bottom: 80px;
}





/* Accordion */


.accordion-pitanja {
    position: relative;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: white;
    padding: 18px 15px 18px 0;
    text-decoration: none;
    font-family: Arial;
    font-style: normal;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    color: #0078c1;
    border-bottom: 1px solid #ddd;
}

    .accordion-pitanja:after {
        content: "\002B";
        float: right;
        width: 23px;
        height: 23px;
        font-size: 20px;
        font-family: inherit;
        font-weight: normal;
        background-color: #61c3fd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

.active-accordion:after {
    content: "\2212";
}

.panel-pitanja {
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.accordion-pitanje {
    width: 75%;
    display: inline-block;
}

.panel-odgovor {
    margin-top: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    display: flex;
    align-items: flex-end;
    color: #828282;
    width: 90%;
}

.acc-first{
    margin-top: 70px;
}

.acc-last {
    margin-bottom: 70px;
}

.info-text_left-cookie {
    width: 90%;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #828282;
    padding-left: 40px;
}

.panorama-info-bottom-cookie {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    /*padding-bottom: 55px;*/
}

@media only screen and (max-width: 768px) {
    .panorama-info-bottom-cookie {
        flex-direction: column;
    }
}

#cookie-reset {
    margin-bottom:30px; 
    margin-top:15px;
}


@media only screen and (max-width: 768px) {
    #cookie-reset {
        flex-direction: column;
    }

}

.panorama-info-bottom-uk {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .panorama-info-bottom-uk {
        flex-direction: column;
    }
}

.div-width-blue-uk {
    width: 200px;
    border-bottom: 2px solid #5ec2ff;
    /*margin-top: 15px;*/
}

/* HSE UPITNIK */

.hse-upitnik_text {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-top: 20px;
}

.bold-text {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hse-upitnik_flex {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1030px) {
    .hse-upitnik_flex {
        flex-direction: column;
    }
}

.hse-upitnik_flex-right-up-text {
    color: white;
    text-decoration: none;
}

.hse-upitnik_flex-right-down-text {
    color: #828282;
    text-decoration: none;
}

.mt20px {
    margin-top: 20px;
}

.hse-upitnik_flex-right-up-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36b2fe;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.no-border {
    border: none;
}

.hse-upitnik_flex-right-up-content {
    padding: 10px 30px;
}

.hse_icon {
    width: 30px;
}

.hse-upitnik_flex-right {
    margin-top: 20px;
    background-color: #5ec2ff;
    height: 300px;
    width: 100%;
    margin-left: 50px;
    color: white;
    border-radius: 0px 26px 0px 0px;
}

.hse-upitnik_flex-right-rus {
    margin-top: 20px;
    background-color: #5ec2ff;
    height: 320px;
    width: 100%;
    margin-left: 50px;
    color: white;
    border-radius: 0px 26px 0px 0px;
}

@media only screen and (max-width: 1030px) {
    .hse-upitnik_flex-right,
    .hse-upitnik_flex-right-rus {
        margin-left: 0;
        margin-top: 30px;
    }
}

.hse-upitnik_flex-right-down {
    background-color: #ebebeb;
    margin-top: 30px;
    width: 100%;
    color: #828282;
    border-radius: 0px 0px 0px 26px;
}

@media only screen and (max-width: 1030px) {
    .hse-upitnik_flex-right-down {
        margin-top: 40px;
    }
}

.no-padding {
    padding-bottom: 0;
}

/*svetlana*/
.hse-upitnik_second-part {
    margin-top: 30px;
    width: 100%;
}

.hse-upitnik_second-part_text,
.hse-upitnik_second-part_text2 {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-top: 20px;
}

.hse-upitnik_table {
    border: none;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hse-upitnik_table-zaglavlje{
    width: 25%;
    padding: 10px;
}

/*.prekvalifikacija {
    background-image: linear-gradient(#0078c1, #248ace);
    color: white;
    text-align: center;
    font-weight: bold;
}

.izbor-izvodjaca {
    background-image: linear-gradient(#248ace, #3da1e1);
    color: white;
    text-align: center;
    font-weight: bold;
}

.izvodjenje-radova {
    background-image: linear-gradient(#3da1e1, #5ec2ff);
    color: white;
    text-align: center;
    font-weight: bold;
}

.ocena-rada {
    background-image: linear-gradient(#5ec2ff, #7bc0ea);
    color: white;
    text-align: center;
    font-weight: bold;
}*/

.prekvalifikacija {
    background-image: linear-gradient(#0078c1, #1f86ca);
    color: white;
    text-align: center;
    font-weight: bold;
}

.izbor-izvodjaca {
    background-image: linear-gradient(#1f86ca, #2c92d4);
    color: white;
    text-align: center;
    font-weight: bold;
}

.izvodjenje-radova {
    background-image: linear-gradient(#2c92d4, #4dafed);
    color: white;
    text-align: center;
    font-weight: bold;
}

.ocena-rada {
    background-image: linear-gradient(#4dafed, #5ec2ff);
    color: white;
    text-align: center;
    font-weight: bold;
}

.hse-upitnik_table-broj-reda {
    text-align: center;
    font-weight: bold;
    height: 20px;
    width: 10%;

}
.pocetak-tabele{
    padding-top: 10px;
}

.hse-upitnik_table-red {
}

.prvi-red {
    border-top: 1px solid #5ec2ff;
    padding-top: 10px;
}

.hse-upitnik_kontakt {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    /*margin-top: 20px;*/
}

@media only screen and (max-width: 1024px) {
    .hse-upitnik_second-part_text {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    .hse-upitnik_second-part_text2 {
        margin-top: 50px;
    }
}


/* hse upitnik end*/
