@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../fonts/oswald-v35-latin-ext_latin-300.woff2") format("woff2"),
    url("../fonts/oswald-v35-latin-ext_latin-300.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/oswald-v35-latin-ext_latin-regular.woff2") format("woff2"),
    url("../fonts/oswald-v35-latin-ext_latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("../fonts/oswald-v35-latin-ext_latin-500.woff2") format("woff2"),
    url("../fonts/oswald-v35-latin-ext_latin-500.woff") format("woff");
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Oswald";
  outline-color: #2e9444;
}
::selection {
  color: white;
  background-color: #2e9444;
}
html {
  font-size: 62.5%;
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
strong {
  font-weight: 500;
}

p {
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 300;
  color: #868686;
}
.service_divider{
  margin-bottom: 40px;
}
@media (min-width: 1920px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  p {
    font-size: 14px;
  }
}
a {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #565656;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  outline: none;
  position: relative;
}
@media (min-width: 1920px) {
  a {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  a {
    font-size: 14px;
  }
}
a:hover,
a:focus {
  color: #63aec5;
}
h1 {
  font-size: calc(27px + (55 - 27) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
  font-weight: 500;
  color: #2e9444;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 27px;
  }
}
h2 {
  font-size: calc(27px + (55 - 27) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
  font-weight: 700;
  color: #2e9444;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 27px;
  }
}
h3 {
  font-size: calc(20px + (34 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
  font-weight: 500;
}
@media (min-width: 1920px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 320px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
  font-weight: 500;
}
@media (min-width: 1920px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
  font-weight: 500;
}
@media (min-width: 1920px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  h5 {
    font-size: 16px;
  }
}
.container-fluid {
  height: max-content;
  width: 100%;
  position: relative;
}
.container {
  height: max-content;
  width: calc(300px + (1280 - 300) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 320px) {
  .container {
    width: 300px;
  }
}
.bg-img-cc {
  background-position: center;
  background-size: cover;
}
.bg-img-tc {
  background-position: top;
  background-size: cover;
}
.bg-img-bc {
  background-position: bottom;
  background-size: cover;
}
.hmc {
  height: max-content;
}
.wrapper {
  height: max-content;
  width: max-content;
}
.d-none {
  display: none !important;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-btns {
  height: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
  width: calc(150px + (250 - 150) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  outline: none;
  border-radius: 10px;
}
@media (min-width: 1920px) {
  .all-btns {
    height: 50px;
  }
}
@media (max-width: 320px) {
  .all-btns {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .all-btns {
    width: 250px;
  }
}
@media (max-width: 320px) {
  .all-btns {
    width: 150px;
  }
}
@media (min-width: 1920px) {
  .all-btns {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .all-btns {
    font-size: 14px;
  }
}
.full-btn {
  background-color: #2e9444;
  color: white;
  border: none;
}
.full-btn:hover,
.full-btn:focus {
  background-color: white;
  color: #2e9444;
}
.full-btn:active {
  background-color: #2e9444;
  color: white;
}
.empty-btn {
  border: solid 2px #2e9444;
  background: transparent;
  color: #2e9444;
}
.empty-btn:hover,
.empty-btn:focus {
  background-color: #2e9444;
  color: white;
}
.empty-btn:active {
  background: transparent;
  color: #2e9444;
}
.line {
  width: calc(35px + (50 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: 3px;
}
@media (min-width: 1920px) {
  .line {
    width: 50px;
  }
}
@media (max-width: 320px) {
  .line {
    width: 35px;
  }
}
.show-burger {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .show-burger {
    display: block !important;
    z-index: 9;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #5290a3;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #5290a3;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  background-color: #5290a3;
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  background-color: #5290a3;
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-1-bg {
  background-image: url("../images/nav-bg.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.nav-1-bg .container {
  margin-left: auto;
  margin-right: auto;
}
.nav-2-bg {
  background: #2e9444;
}
.nav-2-bg .container {
  margin-left: auto;
  margin-right: auto;
}
.nav-1 {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.nav-1 a {
  text-transform: capitalize;
}
.nav-1 a.active {
  color: #63aec5;
}
.nav-1 .separate-line {
  height: 14px;
  width: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #565656;
}
.nav-1 .social-wrapper {
  width: max-content;
  height: max-content;
  position: relative;
  display: flex;
}
.nav-1 .social-link {
  margin-left: 8px;
  margin-right: 8px;
  height: max-content;
  width: max-content;
}
.nav-1 .social-link:hover,
.nav-1 .social-link:focus {
  color: #2e9444;
}
.nav-1 .social-link svg {
  height: 35px;
}
.nav-1 .language {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.nav-1 .language a {
  text-transform: uppercase;
  font-weight: 500;
}
.nav-1 .language a.active {
  color: #63aec5;
}
.nav-1 .logo-wrapper {
  display: none;
}
@media only screen and (max-width: 992px) {
  .nav-1 {
    display: flex;
    position: fixed;
    width: 50vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 8;
    transition: all 0.2s ease-in-out;
    transform: translateX(50vw);
    background: linear-gradient(to bottom, #ebebeb, silver);
    padding: 60px 10px;
    overflow: auto;
  }
  .nav-1.open-menu {
    opacity: 1;
    transform: translateX(0);
  }
  .nav-1 a {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .nav-1 .separate-line {
    display: none;
  }
  .nav-1 .language {
    margin-bottom: 15px;
  }
  .nav-1 .language a {
    margin-bottom: 0;
  }
  .nav-1 .language .separate-line {
    display: block;
  }
  .nav-1 .logo-wrapper {
    display: flex;
    margin-top: 25px;
    width: 100%;
    justify-content: center;
    order: 5;
  }
  .nav-1 .logo-wrapper img {
    max-width: 46%;
    object-fit: contain;
    margin: 0 2%;
  }
  .nav-1 .social-wrapper {
    order: 3;
  }
}
.nav-1-logos {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-1-logos .logo {
  height: calc(60px + (80 - 60) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}
@media (min-width: 1920px) {
  .nav-1-logos .logo {
    height: 80px;
  }
}
@media (max-width: 320px) {
  .nav-1-logos .logo {
    height: 60px;
  }
}
.nav-1-logos .logo img {
  height: 100%;
  max-height: max-content;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .nav-1-logos .logo-wrapper {
    display: none;
  }
}
.logo-wrapper {
  display: flex;
  align-items: center;
  height: max-content;
  width: max-content;
}
.logo-wrapper img {
  height: calc(60px + (80 - 60) * ((100vw - 320px) / (1920 - 320)));
  width: auto;
  margin-left: 20px;
}
@media (min-width: 1920px) {
  .logo-wrapper img {
    height: 80px;
  }
}
@media (max-width: 320px) {
  .logo-wrapper img {
    height: 60px;
  }
}
.logo-wrapper .bfc-logo {
  max-height: 50px;
}
.nav-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.nav-2 a {
  text-transform: uppercase;
  color: #373736;
  font-weight: 500;
}
.nav-2 a:hover,
.nav-2 a:focus,
.nav-2 a.active {
  color: white;
}
.nav-2 .input-wrapper {
  height: max-content;
  width: 25%;
  position: relative;
  color: white;
}
.nav-2 .input-wrapper button {
  color: white;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
}
.nav-2 .input-wrapper button svg {
  height: 40%;
  transition: 0.2s ease-in-out;
}
.nav-2 .input-wrapper button:hover svg,
.nav-2 .input-wrapper button:focus svg {
  height: 50%;
}
.nav-2 .input-wrapper input {
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #245a30;
  color: white;
  padding: 10px 40px 10px 20px;
  font-weight: 300;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .nav-2 .input-wrapper input {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .nav-2 .input-wrapper input {
    font-size: 14px;
  }
}
.nav-2 .input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .nav-2 .input-wrapper input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .nav-2 .input-wrapper input::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .nav-2 .input-wrapper {
    width: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-2 {
    flex-wrap: wrap;
  }
  .nav-2 .input-wrapper {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .nav-2 .input-wrapper input {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .nav-2 {
    display: flex;
    position: fixed;
    width: 50vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 8;
    transition: all 0.2s ease-in-out;
    transform: translateX(-50vw);
    background-color: #2e9444;
    padding: 60px 10px;
    overflow: auto;
  }
  .nav-2.open-menu {
    opacity: 1;
    transform: translateX(0);
  }
  .nav-2 a {
    text-align: center;
    margin-bottom: 15px;
  }
  .nav-2 .input-wrapper {
    width: 70%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .nav-2 .input-wrapper input {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .nav-2 .input-wrapper {
    width: 100%;
  }
}
.nav-line {
  height: 10px;
  background: linear-gradient(to bottom, #63aec5, #5290a3);
}
.home-baner .tns-nav {
  width: calc(300px + (1280 - 300) * ((100vw - 320px) / (1920 - 320)));
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1920px) {
  .home-baner .tns-nav {
    width: 1280px;
  }
}
@media (max-width: 320px) {
  .home-baner .tns-nav {
    width: 300px;
  }
}
.home-baner .tns-nav button {
  outline: none;
  border: none;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 7px;
  transition: 0.2s ease-in-out;
}
.home-baner .tns-nav button:hover,
.home-baner .tns-nav button:focus,
.home-baner .tns-nav button.tns-nav-active {
  background: white;
}
@media only screen and (max-width: 992px) {
  .home-baner .tns-nav {
    display: none;
  }
}
.home-carousel {
  height: max-content;
  width: 100%;
  position: relative;
}
.home-carousel .items {
  min-height: calc(470px + (670 - 470) * ((100vw - 320px) / (1920 - 320)));
  padding: 70px 0 230px 0;
  height: max-content;
  width: 100%;
  position: relative;
}
@media (min-width: 1920px) {
  .home-carousel .items {
    min-height: 670px;
  }
}
@media (max-width: 320px) {
  .home-carousel .items {
    min-height: 470px;
  }
}
.home-carousel .items img {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
.home-carousel .item-text-box {
  height: max-content;
  width: calc(200px + (380 - 200) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 10px;
  background-color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1920px) {
  .home-carousel .item-text-box {
    width: 380px;
  }
}
@media (max-width: 320px) {
  .home-carousel .item-text-box {
    width: 200px;
  }
}
.home-carousel .item-text-box h1 {
  font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .home-carousel .item-text-box h1 {
    font-size: 48px;
  }
}
@media (max-width: 320px) {
  .home-carousel .item-text-box h1 {
    font-size: 28px;
  }
}
.home-carousel .item-text-box h4 {
  color: #565656;
  font-weight: 400;
}
.home-carousel .item-text-box h5 {
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #63aec5;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .home-carousel .item-text-box h5 {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .home-carousel .item-text-box h5 {
    font-size: 18px;
  }
}
.home-carousel .item-text-box .line {
  background-color: #2e9444;
  margin: 20px 0;
}
main {
  color: white;
}
footer {
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  min-height: 600px;
}
.container-home {
  display: flex;
  flex-wrap: wrap;
}
.container-home h1 {
  width: 100%;
  text-transform: initial;
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .container-home h1 {
    margin-bottom: 40px;
  }
}
.container-home h4 {
  color: #2e9444;
  margin-bottom: 30px;
}
.container-home p {
  margin-bottom: 20px;
}
.main-side {
  height: max-content;
  width: 70%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 4;
}
.main-side .map {
  width: 100%;
  height: 40vw;
  max-height: 800px;
  min-height: 400px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.main-side .toggle-menu {
  display: flex;
  height: max-content;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.main-side .toggle-menu button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  color: #565656;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background: transparent;
  margin-bottom: 30px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 1px #565656;
}
@media (min-width: 1920px) {
  .main-side .toggle-menu button {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .main-side .toggle-menu button {
    font-size: 14px;
  }
}
.main-side .toggle-menu button:nth-last-child(1) {
  border-right: none;
}
.main-side .toggle-menu button:hover,
.main-side .toggle-menu button:focus,
.main-side .toggle-menu button.active {
  color: #2e9444;
}
@media only screen and (max-width: 992px) {
  .main-side .toggle-menu button {
    min-width: 33.33%;
    padding: 0 10px;
    margin-right: 0;
  }
  .main-side .toggle-menu button:nth-child(3n) {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-side .toggle-menu button {
    width: 50%;
    text-align: center;
  }
  .main-side .toggle-menu button:nth-child(3n) {
    border-right: solid 1px #565656;
  }
  .main-side .toggle-menu button:nth-child(2n) {
    border-right: none;
  }
}
.main-side .toggle-box {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.main-side .toggle-box img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-position: center;
  object-fit: cover;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .main-side .toggle-box img {
    height: 250px;
  }
}
@media only screen and (max-width: 576px) {
  .main-side .toggle-box img {
    height: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-side {
    width: 100%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 576px) {
  .main-side {
    margin-right: 0;
  }
}
.main-card {
  height: max-content;
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px silver;
}
.main-card h4 {
  margin-bottom: 0;
}
.main-card .img-container {
  height: 190px;
  width: 190px;
  position: relative;
  border-radius: 10px;
  margin-right: 30px;
  padding: 5px;
  border: solid 2px transparent;
  transition: 0.2s ease-in-out;
}
.main-card .img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.main-card .image-fit img{
  object-fit: contain !important;
  width: 100%;
  height: auto!important;
}
.main-card .text-container {
  width: calc(100% - 230px);
}
.main-card .text-container h4 {
  color: #2e9444;
}
.main-card .text-container p {
  margin-bottom: 25px;
}
.main-card .text-container a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.main-card:hover .img-container,
.main-card:focus .img-container {
  border: solid 2px #63aec5;
}
@media only screen and (max-width: 576px) {
  .main-card {
    flex-wrap: wrap;
  }
  .main-card .img-container {
    width: 100%;
    margin-right: 0;
  }
  .main-card .text-container {
    width: 100%;
    margin-top: 15px;
  }
}
.contact-main-info-box {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: solid 2px #ebebeb;
  margin-bottom: 20px;
}
.contact-main-info-box .text-wrapper {
  height: max-content;
  width: 60%;
  display: flex;
  flex-direction: column;
}
.contact-main-info-box .text-wrapper h4 {
  margin-bottom: 10px;
}
.contact-main-info-box .text-wrapper p {
  margin-bottom: 30px;
}
.contact-main-info-box .text-wrapper a {
  width: max-content;
  max-width: 100%;
}
.contact-main-info-box .text-wrapper a svg {
  height: 14px;
  margin-right: 10px;
}
.contact-main-info-box .logo-wrapper {
  width: 40%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.contact-main-info-box .logo-wrapper img {
  width: 90%;
  height: auto;
  max-width: max-content;
}
.contact-other-info {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.contact-other-info .sides {
  width: 50%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-other-info .sides h4 {
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .contact-other-info .sides h4 {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .contact-other-info .sides h4 {
    font-size: 14px;
  }
}
.contact-other-info .sides h5 {
  color: #565656;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 540;
}
@media (min-width: 1920px) {
  .contact-other-info .sides h5 {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .contact-other-info .sides h5 {
    font-size: 14px;
  }
}
.contact-other-info .sides a {
  font-weight: 300;
}
.contact-other-info .sides p {
  margin-bottom: 0;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .contact-other-info .sides {
    width: 100%;
    padding-right: 0;
  }
}
.contact-other-info .box-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  margin-bottom: 30px;
}
.paggination {
  width: 100%;
  height: max-content;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.paggination button {
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 30px 0 0;
  color: silver;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.2s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .paggination button {
    width: 40px;
  }
}
@media (max-width: 320px) {
  .paggination button {
    width: 30px;
  }
}
@media (min-width: 1920px) {
  .paggination button {
    height: 40px;
  }
}
@media (max-width: 320px) {
  .paggination button {
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .paggination button {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .paggination button {
    font-size: 14px;
  }
}
.paggination button svg {
  height: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .paggination button svg {
    height: 17px;
  }
}
@media (max-width: 320px) {
  .paggination button svg {
    height: 14px;
  }
}
.paggination button:hover,
.paggination button:focus,
.paggination button.active {
  background: #2e9444;
  color: white;
}
@media only screen and (max-width: 576px) {
  .paggination button {
    margin-right: 12px;
  }
}
.right-side {
  height: max-content;
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .right-side {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.side-card {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.side-card-custom{
  height: 205px;
}
.side-card h5 {
  font-weight: 300;
}
.side-card .hvr-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #565656;
  transition: 0.2s ease-in-out;
}
.side-card .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 100%;
  position: relative;
}
.side-card .text-box .svg-box {
  width: 40px;
  height: max-content;
  position: relative;
  color: white;
}
.side-card .text-box .svg-box svg {
  width: 100%;
}
.side-card .text-box .text {
  display: flex;
  flex-direction: column;
  height: max-content;
  width: calc(100% - 40px);
  padding-left: 20px;
}
.side-card .text-box .text h5 {
  text-transform: uppercase;
  color: white;
}
.side-card:nth-child(odd):hover .hvr-box,
.side-card:nth-child(odd):focus .hvr-box {
  opacity: 0.7;
  background-color: #2e9444;
}
.side-card:nth-child(even):hover .hvr-box,
.side-card:nth-child(even):focus .hvr-box {
  opacity: 0.7;
  background-color: #63aec5;
}
@media only screen and (max-width: 1200px) {
  .side-card {
    height: 160px;
    width: 48%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 576px) {
  .side-card {
    width: 100%;
    margin-right: 0;
  }
}
.reklamni-baner {
  height: 260px;
  background-color: #565656;
}
.reklamni-baner p {
  color: white;
}
.reklamni-baner .text {
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .reklamni-baner {
    width: 48%;
    margin-right: 2%;
    height: 160px;
  }
}
@media only screen and (max-width: 576px) {
  .reklamni-baner {
    width: 100%;
    margin-right: 0;
    height: 200px;
  }
}
.svg-border-top {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 3;
}
.svg-border-bottom {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
  z-index: 3;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  z-index: 4;
  padding-top: 100px;
  overflow: hidden;
}
.footer-container h5 {
  color: #2e9444;
  margin-bottom: 30px;
}
.footer-container a {
  margin-bottom: 7px;
  width: max-content;
  max-width: 90%;
}
.footer-container p {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 7px;
  width: max-content;
  max-width: 85%;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .footer-container p {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .footer-container p {
    font-size: 14px;
  }
}
.footer-container p a {
  font-weight: 500;
  margin-bottom: 0;
}
.footer-container p:hover a,
.footer-container p:focus a {
  color: #63aec5;
}
.footer-container .footer-main-side {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  position: relative;
}
.footer-container .lokalna-samouprava a{
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .footer-container .footer-main-side {
    width: 50%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container .footer-main-side {
    width: 45%;
  }
}
@media only screen and (max-width: 576px) {
  .footer-container .footer-main-side {
    width: 100%;
  }
}
.footer-container .lokalna-samouprava {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .footer-container .lokalna-samouprava {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-container .vazni-telefoni {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-container .vazni-telefoni h5 svg {
  display: none;
}
.footer-container .vazni-telefoni .phones {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
}
.footer-container .vazni-telefoni .phones svg {
  height: 0;
}
@media only screen and (max-width: 992px) {
  .footer-container .vazni-telefoni {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-container .vazni-telefoni {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    background: transparent;
    transition: 0.2s ease-in-out;
    flex-direction: row;
    border-radius: 10px;
    padding: 15px;
    transform: translateX(75%);
  }
  .footer-container .vazni-telefoni .phones {
    width: 60%;
  }
  .footer-container .vazni-telefoni .phones svg {
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #565656;
  }
  .footer-container .vazni-telefoni h5 {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-right: 10%;
    margin-bottom: 0;
    justify-content: center;
    border-right: solid 1px transparent;
    transition: 0.2s ease-in-out;
  }
  .footer-container .vazni-telefoni h5 svg {
    display: inline-block;
    height: 50px;
    margin-bottom: 20px;
    width: 50px;
    cursor: pointer;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 100%;
  }
  .footer-container .vazni-telefoni h5 span {
    text-transform: uppercase;
    margin-top: 5px;
  }
  .footer-container .vazni-telefoni.show-phones {
    background: white;
    transform: translateX(0);
  }
  .footer-container .vazni-telefoni.show-phones h5 {
    border-right: solid 1px silver;
  }
  .footer-container .vazni-telefoni.show-phones h5 svg {
    animation: none;
  }
}
.footer-container .footer-right-side {
  width: 30%;
  position: relative;
  margin-left: 10%;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .footer-container .footer-right-side {
    margin-left: 5%;
    width: 35%;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .footer-container .footer-right-side {
    margin-left: 5%;
    width: 45%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container .footer-right-side {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .footer-container .footer-right-side {
    width: 100%;
    margin-left: 0;
  }
}
.footer-container .green-box {
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 100%;
  min-height: 500px;
  height: max-content;
  background-color: #2e9444;
  border-radius: 10px 10px 0 0;
  padding: 40px 30px 150px 30px;
  position: relative;
}
.footer-container .green-box h3 {
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
.footer-container .green-box h5 {
  color: white;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 1400px) {
  .footer-container .green-box {
    padding: 40px 20px 150px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-container .green-box {
    min-height: max-content;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 40px 30px 10px 30px;
  }
}
.footer-container .logo-container {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-container .logo-container img {
  width: 100%;
  max-width: max-content;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .footer-container .logo-container {
    width: 48%;
    margin-right: 2%;
    height: auto;
  }
}
.footer-container .text-box {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .footer-container .text-box {
    width: 50%;
    height: auto;
    justify-content: center;
  }
}
.footer-container .social-box {
  height: max-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.footer-container .social-box a {
  height: max-content;
  width: max-content;
  position: relative;
  color: #245a30;
  margin-right: 15px;
}
.footer-container .social-box a svg {
  height: 40px;
}
.footer-container .social-box a:hover,
.footer-container .social-box a:focus {
  color: white;
}
@media only screen and (max-width: 1400px) {
  .footer-container .social-box a {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-container .social-box {
    width: 50%;
    height: auto;
  }
}
.footer-container .copyrights {
  width: 100%;
  height: 120px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-container .copyrights p {
  color: white;
  margin-bottom: 0;
  text-align: center;
  cursor: default;
}
.footer-container .copyrights p a {
  color: white;
  font-weight: 300;
}
.footer-container .copyrights p a:hover,
.footer-container .copyrights p a:focus {
  color: #245a30;
}
.footer-container .copyrights .link-btn {
  height: 40px;
  width: 40px;
  background: #2e9444;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  cursor: pointer;
}
.footer-container .copyrights .link-btn svg {
  height: 50%;
  transition: 0.2s ease-in-out;
}
.footer-container .copyrights .link-btn:hover svg,
.footer-container .copyrights .link-btn:focus svg {
  height: 60%;
}
@media only screen and (max-width: 576px) {
  .footer-container .copyrights {
    width: 50%;
    position: relative;
  }
  .footer-container .copyrights .link-btn {
    left: 100%;
  }
}
.footer-container .grana {
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateX(-50%);
  height: 300px;
  width: auto;
  user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .footer-container .grana {
    top: 50%;
    height: 250px;
    transform: translateX(-60%);
  }
}
@media only screen and (max-width: 576px) {
  .footer-container .grana {
    top: 0;
    left: 40%;
    transform: translate(-10%, -80%) rotate(60deg);
  }
}
.footer-line {
  height: 10px;
  background: linear-gradient(to bottom, #63aec5, #5290a3);
  position: absolute;
  bottom: 0;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(-28deg);
  }
  15% {
    transform: rotate(34deg);
  }
  20% {
    transform: rotate(-32deg);
  }
  25% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(-28deg);
  }
  35% {
    transform: rotate(26deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  45% {
    transform: rotate(22deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  55% {
    transform: rotate(18deg);
  }
  60% {
    transform: rotate(-16deg);
  }
  65% {
    transform: rotate(14deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  85% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  95% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.baner {
  
}
.baner img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.other-pages h1 {
  text-transform: initial;
}
.other-pages h2 {
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #2e9444;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .other-pages h2 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .other-pages h2 {
    font-size: 18px;
  }
}
.left-side {
  height: max-content;
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 5%;
}
.left-side ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
}
.left-side ul li {
  list-style-type: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 300;
  height: max-content;
  padding: 20px 0;
  color: #565656;
  text-align: start;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .left-side ul li {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .left-side ul li {
    font-size: 14px;
  }
}
.left-side ul li:hover,
.left-side ul li:focus,
.left-side ul li.active {
  color: #2e9444;
}
.left-side ul.main li {
  border-bottom: solid 1px silver;
  text-transform: uppercase;
  font-weight: 500;
}
.left-side ul.main li:nth-last-child(1) {
  border-bottom: none;
}
@media only screen and (max-width: 1200px) {
  .left-side {
    width: 100%;
    padding-right: 0;
  }
  .left-side ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .left-side ul li {
    width: 45%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 576px) {
  .left-side ul li {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
}
.main-side-other-pages {
  display: flex;
  flex-direction: column;
  width: 70%;
  height: max-content;
  position: relative;
}
.main-side-other-pages img {
  width: 100%;
  height: calc(200px + (320 - 200) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 25px;
  border-radius: 10px;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 1920px) {
  .main-side-other-pages img {
    height: 320px;
  }
}
@media (max-width: 320px) {
  .main-side-other-pages img {
    height: 200px;
  }
}
.main-side-other-pages h4 {
  width: 100%;
  color: #2e9444;
  margin-bottom: 30px;
}
.main-side-other-pages h5 {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 20px;
  color: #565656;
}
@media (min-width: 1920px) {
  .main-side-other-pages h5 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .main-side-other-pages h5 {
    font-size: 15px;
  }
}
.main-side-other-pages a {
  width: max-content;
  max-width: 100%;
}
.main-side-other-pages a span {
  color: #565656;
  font-weight: 300;
}
.main-side-other-pages a:hover span,
.main-side-other-pages a:focus span {
  color: #565656;
}
.main-side-other-pages ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  margin-bottom: 20px;
}
.main-side-other-pages .info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.main-side-other-pages .info-people-img {
  border-radius: 10px;
  width: 200px;
  height: 250px;
  object-position: center;
  object-fit: cover;
  margin-right: 30px;
}
.main-side-other-pages .info-details-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 230px);
}
@media only screen and (max-width: 576px) {
  .main-side-other-pages .info-details-text {
    width: 100%;
    margin-top: 20px;
  }
}
.main-side-other-pages .opis {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  position: relative;
  margin-bottom: 50px;
}
.main-side-other-pages .opis ul {
  padding-left: 28px;
}
.main-side-other-pages .opis ul li {
  padding-left: 15px;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 300;
  color: #565656;
}
@media (min-width: 1920px) {
  .main-side-other-pages .opis ul li {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .main-side-other-pages .opis ul li {
    font-size: 14px;
  }
}
.main-side-other-pages .kontakt {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  width: 100%;
  position: relative;
}
.main-side-other-pages .kontakt h5 {
  width: 100%;
}
.main-side-other-pages .kontakt .kontakt-info {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.main-side-other-pages .kontakt .kontakt-info input {
  width: 95%;
  height: 50px;
  font-size: 14px;
  color: #565656;
  transition: 0.2s ease-in-out;
  border: solid 1px #565656;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.main-side-other-pages .kontakt .kontakt-info input:hover,
.main-side-other-pages .kontakt .kontakt-info input:focus {
  border-color: #63aec5;
}
.main-side-other-pages .kontakt textarea {
  width: 50%;
  height: auto;
  font-size: 14px;
  color: #565656;
  transition: 0.2s ease-in-out;
  border: solid 1px #565656;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 5px;
  resize: none;
}
.main-side-other-pages .kontakt textarea:hover,
.main-side-other-pages .kontakt textarea:focus {
  border-color: #63aec5;
}
.main-side-other-pages .kontakt button {
  margin-left: auto;
  margin-top: 10px;
  font-weight: 400;
  background: #63aec5;
  border: solid 1px transparent;
}
.main-side-other-pages .kontakt button:hover,
.main-side-other-pages .kontakt button:focus {
  color: #63aec5;
  background: white;
  border-color: #63aec5;
}
@media only screen and (max-width: 992px) {
  .main-side-other-pages .kontakt .kontakt-info {
    width: 100%;
  }
  .main-side-other-pages .kontakt .kontakt-info input {
    width: 100%;
  }
  .main-side-other-pages .kontakt textarea {
    width: 100%;
    height: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-side-other-pages {
    width: 100%;
    margin-top: 30px;
  }
}
.obrasci-i-zatjevi {
  width: 100%;
  height: max-content;
  transition: 0.2s ease-in-out;
  position: relative;
}
.obrasci-i-zatjevi h5 {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  width: 100%;
  height: max-content;
  transition: 0.2s ease-in-out;
  border-bottom: solid 1px silver;
  cursor: pointer;
  color: #565656;
  padding: 10px 40px 10px 0;
  position: relative;
}
@media (min-width: 1920px) {
  .obrasci-i-zatjevi h5 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .obrasci-i-zatjevi h5 {
    font-size: 15px;
  }
}
.obrasci-i-zatjevi h5 svg {
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #565656;
  transition: 0.2s ease-in-out;
}
.obrasci-i-zatjevi h5:hover,
.obrasci-i-zatjevi h5:focus {
  color: #2e9444;
}
.obrasci-i-zatjevi h5.active {
  color: #2e9444;
  border-bottom: solid 1px transparent;
}
.obrasci-i-zatjevi h5.active svg {
  transform: translateY(-50%) rotate(180deg);
}
.obrasci-i-zatjevi .toggleBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.obrasci-i-zatjevi .toggleBox.open {
  height: max-content;
  padding-bottom: 20px;
}
.aktuelnosti-detalji-img {
  width: 100%;
  height: calc(200px + (320 - 200) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 10px;
  object-position: center;
  object-fit: cover;
  margin: 20px 0 30px 0;
}
@media (min-width: 1920px) {
  .aktuelnosti-detalji-img {
    height: 320px;
  }
}
@media (max-width: 320px) {
  .aktuelnosti-detalji-img {
    height: 200px;
  }
}
.back-and-share-box {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.back-and-share-box a {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .back-and-share-box a {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .back-and-share-box a {
    font-size: 16px;
  }
}
.back-and-share-box a svg {
  height: 14px;
  margin-right: 10px;
}
.back-and-share-box .share-wrapper {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
}
.back-and-share-box .share-wrapper a {
  height: max-content;
  width: max-content;
  margin-right: 15px;
}
.back-and-share-box .share-wrapper a svg {
  height: 40px;
}
.back-and-share-box .share-wrapper p {
  margin-bottom: 20px;
  margin-right: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .back-and-share-box .share-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.container-nabavke-saradnja-odluke {
  display: flex;
  flex-direction: column;
}
.container-nabavke-saradnja-odluke h1 {
  text-transform: initial;
  margin-bottom: 70px;
}
.container-nabavke-saradnja-odluke h2 {
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #2e9444;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .container-nabavke-saradnja-odluke h2 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .container-nabavke-saradnja-odluke h2 {
    font-size: 18px;
  }
}
.container-nabavke-saradnja-odluke a {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .container-nabavke-saradnja-odluke a {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .container-nabavke-saradnja-odluke a {
    font-size: 16px;
  }
}
.container-nabavke-saradnja-odluke a:hover,
.container-nabavke-saradnja-odluke a:focus {
  color: #2e9444;
}
.container-nabavke-saradnja-odluke p {
  margin-bottom: 20px;
}
.container-nabavke-saradnja-odluke.spisak a, .privreda-box a {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .container-nabavke-saradnja-odluke.spisak a, .privreda-box a {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .container-nabavke-saradnja-odluke.spisak a, .privreda-box a {
    font-size: 15px;
  }
}
.container-nabavke-saradnja-odluke.spisak a svg, .privreda-box a svg {
  height: 15px;
  width: 0;
  object-fit: contain;
  transition: 0.2s ease-in-out;
  margin-right: 0;
}
.container-nabavke-saradnja-odluke.spisak a svg path, .privreda-box a svg path {
  fill: #63aec5;
}
.container-nabavke-saradnja-odluke.spisak a:hover,
.container-nabavke-saradnja-odluke.spisak a:focus,, .privreda-box a:hover, .privreda-box a:focus {
  color: #63aec5;
}
.container-nabavke-saradnja-odluke.spisak a:hover svg,
.container-nabavke-saradnja-odluke.spisak a:focus svg, .privreda-box a:hover svg, .privreda-box a:focus svg {
  width: 20px;
  margin-right: 5px;
}
.container-nabavke-saradnja-odluke.spisak .paggination {
  margin: 30px 0;
}
.container-nabavke-saradnja-odluke.spisak ol {
  margin-bottom: 30px;
}
.container-nabavke-saradnja-odluke.spisak ol li {
  font-weight: 500;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #565656;
  list-style-position: inside;
}
@media (min-width: 1920px) {
  .container-nabavke-saradnja-odluke.spisak ol li {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .container-nabavke-saradnja-odluke.spisak ol li {
    font-size: 14px;
  }
}
.container-galerija-slika {
  padding: 30px 0;
}
.container-galerija-slika h1 {
  margin-bottom: 30px;
}
.container-galerija-slika .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: max-content;
  position: relative;
}
.container-galerija-slika .flex-wrapper .kartice {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
  height: max-content;
  cursor: pointer;
}
.container-galerija-slika .flex-wrapper .kartice p {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  transition: 0.2s ease-in-out;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .container-galerija-slika .flex-wrapper .kartice p {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .container-galerija-slika .flex-wrapper .kartice p {
    font-size: 15px;
  }
}
.container-galerija-slika .flex-wrapper .kartice .img-box {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 10px;
  border: solid 2px transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 10px;
  transition: 0.2s ease-in-out;
}
.container-galerija-slika .flex-wrapper .kartice .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.container-galerija-slika .flex-wrapper .kartice:hover p,
.container-galerija-slika .flex-wrapper .kartice:focus p {
  color: #63aec5;
}
.container-galerija-slika .flex-wrapper .kartice:hover .img-box,
.container-galerija-slika .flex-wrapper .kartice:focus .img-box {
  border-color: #63aec5;
}
@media only screen and (max-width: 1400px) {
  .container-galerija-slika .flex-wrapper .kartice {
    width: 31.33%;
  }
}
@media only screen and (max-width: 992px) {
  .container-galerija-slika .flex-wrapper .kartice {
    width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  .container-galerija-slika .flex-wrapper .kartice {
    width: 100%;
    margin-right: 0;
  }
}
.pitajte-predsjednika .info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.pitajte-predsjednika .info-people-img {
  border-radius: 10px;
  width: 200px;
  height: 250px;
  object-position: center;
  object-fit: cover;
  margin-right: 30px;
}
.pitajte-predsjednika .info-details-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 230px);
}
@media only screen and (max-width: 576px) {
  .pitajte-predsjednika .info-details-text {
    width: 100%;
    margin-top: 20px;
  }
}
.pitajte-predsjednika .kontakt {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  width: 100%;
  position: relative;
  padding-top: 30px;
  margin: 20px 0;
  border-top: solid 1px silver;
}
.pitajte-predsjednika .kontakt h5 {
  width: 100%;
}
.pitajte-predsjednika .kontakt .kontakt-info {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.pitajte-predsjednika .kontakt .kontakt-info input {
  width: 95%;
  height: 50px;
  font-size: 14px;
  color: #565656;
  transition: 0.2s ease-in-out;
  border: solid 1px #565656;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.pitajte-predsjednika .kontakt .kontakt-info input:hover,
.pitajte-predsjednika .kontakt .kontakt-info input:focus {
  border-color: #63aec5;
}
.pitajte-predsjednika .kontakt textarea {
  width: 50%;
  height: auto;
  font-size: 14px;
  color: #565656;
  transition: 0.2s ease-in-out;
  border: solid 1px #565656;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 5px;
  resize: none;
}
.pitajte-predsjednika .kontakt textarea:hover,
.pitajte-predsjednika .kontakt textarea:focus {
  border-color: #63aec5;
}
.pitajte-predsjednika .kontakt button {
  margin-left: auto;
  margin-top: 10px;
  font-weight: 400;
  background: #63aec5;
  border: solid 1px transparent;
}
.pitajte-predsjednika .kontakt button:hover,
.pitajte-predsjednika .kontakt button:focus {
  color: #63aec5;
  background: white;
  border-color: #63aec5;
}
@media only screen and (max-width: 992px) {
  .pitajte-predsjednika .kontakt .kontakt-info {
    width: 100%;
  }
  .pitajte-predsjednika .kontakt .kontakt-info input {
    width: 100%;
  }
  .pitajte-predsjednika .kontakt textarea {
    width: 100%;
    height: 150px;
  }
}
.pitajte-predsjednika img {
  width: 100%;
  height: calc(200px + (320 - 200) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 25px;
  border-radius: 10px;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 1920px) {
  .pitajte-predsjednika img {
    height: 320px;
  }
}
@media (max-width: 320px) {
  .pitajte-predsjednika img {
    height: 200px;
  }
}
.pitajte-predsjednika h4 {
  width: 100%;
  color: #2e9444;
  margin-bottom: 30px;
}
.pitajte-predsjednika ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  margin-bottom: 20px;
}
.pitajte-predsjednika h5 {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 20px;
  color: #565656;
}
@media (min-width: 1920px) {
  .pitajte-predsjednika h5 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .pitajte-predsjednika h5 {
    font-size: 15px;
  }
}
.pdf-link-box {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.pdf-link-box a {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .pdf-link-box a {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .pdf-link-box a {
    font-size: 15px;
  }
}
.pdf-link-box a svg {
  height: 15px;
  width: 0;
  object-fit: contain;
  transition: 0.2s ease-in-out;
  margin-right: 0;
}
.pdf-link-box a svg path {
  fill: #63aec5;
}
.pdf-link-box a:hover,
.pdf-link-box a:focus {
  color: #63aec5;
}
.pdf-link-box a:hover svg,
.pdf-link-box a:focus svg {
  width: 20px;
  margin-right: 5px;
}
.main-other h2 {
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #2e9444;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .main-other h2 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .main-other h2 {
    font-size: 18px;
  }
}
.privreda-box {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: solid 1px silver;
  margin-bottom: 20px;
}
.privreda-box h2 {
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #565656;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1920px) {
  .privreda-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .privreda-box h2 {
    font-size: 18px;
  }
}
.privreda-box:hover h2,
.privreda-box:focus h2 {
  color: #2e9444;
}
.kontakti-link-big {
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  color: #565656;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1920px) {
  .kontakti-link-big {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .kontakti-link-big {
    font-size: 18px;
  }
}
.kontakti-link-big:hover,
.kontakti-link-big:focus {
  color: #2e9444;
}
.links-to-details-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  position: relative;
  margin-bottom: 30px;
}
.links-to-details-box a {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .links-to-details-box a {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .links-to-details-box a {
    font-size: 16px;
  }
}
.links-to-details-box a:hover,
.links-to-details-box a:focus {
  color: #2e9444;
}
.modal-bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal-bg .modal-body {
  height: max-content;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px 60px;
  position: relative;
}
.modal-bg .modal-body .close-modal-btn {
  height: 40px;
  width: 40px;
  background: white;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 5px;
  right: 5px;
  color: silver;
}
.modal-bg .modal-body .close-modal-btn svg {
  height: 80%;
}
.modal-bg .modal-body .close-modal-btn:hover,
.modal-bg .modal-body .close-modal-btn:focus {
  color: #63aec5;
}
.modal-bg .modal-carousel-wrapper {
  width: 100%;
  height: 100%;
}
.modal-bg .modal-carousel-wrapper .modal-carousel {
  height: max-content;
}
.modal-bg .modal-carousel-wrapper .modal-carousel .img-wrapper {
  max-height: calc(80vh - 60px);
  height: 60vw;
  position: relative;
}
.modal-bg .modal-carousel-wrapper .modal-carousel .img-wrapper img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (min-width: 1920px) {
  .modal-bg .modal-carousel-wrapper .modal-carousel .img-wrapper {
    height: 1200px;
  }
}
.modal-bg .modal-carousel-wrapper .modal-carousel-nav {
  width: 100%;
  height: max-content;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.modal-bg .modal-carousel-wrapper .modal-carousel-nav button {
  height: 40px;
  width: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  border: none;
  outline: none;
  background: transparent;
  color: silver;
  cursor: pointer;
}
.modal-bg .modal-carousel-wrapper .modal-carousel-nav button svg {
  height: 80%;
}
.modal-bg .modal-carousel-wrapper .modal-carousel-nav button:hover,
.modal-bg .modal-carousel-wrapper .modal-carousel-nav button:focus {
  color: #63aec5;
}
.show-modal {
  display: flex !important;
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.42857%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.info-details-text span,
li font span,
.info-details-text div,
.opis span,
.info-details-text span font,
.toggle-box span,
.main-side,
.spisak span font,
.spisak span font,
.spisak span font span,
.spisak {
  font-size: 17px !important;
  font-weight: 300 !important;
  color: #868686 !important;
  font-family: "Oswald" !important;
}
.container h1,
.main-side h1 {
  margin-top: 30px;
}
.privreda-smaller h2{
  margin-bottom: 8px;
}
.privreda-smaller h2{
  font-size: 19px;
}
.pdf-link-box-smaller a{
  font-size: 16px;
}

.title_holder{
  text-align:center;
  width: 100%;
}
.title_holder h1{
  font-size: 55px;
line-height: 63px;
color: #2f763e;
font-weight: 500;
font-family: "Oswald";
}
.privreda_nav{
   display: flex;
   flex-direction: row;
   justify-content: center;
   width: 100%;
}
.privreda_nav span{
  font-size: 18px;
letter-spacing: 0px;
color: #252525;
font-weight: 300;
font-family: "Oswald";
border-radius: 8px;
border: 1px solid #b7b7b7;
width: 327px;
padding: 10px 0px;
text-align: center;
margin-left: 5px;
margin-right: 5px;
transition: all .4s ease;
cursor: pointer;
}
.privreda_nav span.active, .privreda_nav span:hover{
  background-color: #2f763e;
  color: white;
  transition: all .4s ease;
}
.privreda_content{
  width: 100%;
  margin-top: 28px;
  display: none;
}
.privreda_content.active{
  display: block;
}
.privreda_content img{
  width: 100%;
  height: 411px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.privreda_content_title h2{
   margin-top: 30px;
   font-size: 55px;
line-height: 63px;
color: #2f763e;
font-weight: 500;
font-family: "Oswald";
}
.privreda_content_files{
  width:100%;
  margin-top: 50px;
}

.privreda-box-title h5{
  font-size: 20px;
  letter-spacing: 1px;
  color: #505050;
  font-weight: 500;
  font-family: "Oswald";
  margin-bottom: 15px;
}
.privreda-box-links a{
  font-size: 17px!important;
}
@media(max-width: 500px){
  .privreda_nav{
    flex-direction: column;
  }
}
.contact-other-info .sides{
   font-family: "Oswald" !important;
}
.contact-other-info .sides font u{
   color: #2e9444 !important;
   font-weight: 500 !important;
   font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320))) !important;
   text-decoration: none !important;

}
/*# sourceMappingURL=style.css.map */
