@font-face {
  font-family: "Platform";
  src: local("Platform Medium"), local("Platform-Medium"),
    url("../fonts/Platform-Medium.woff2") format("woff2"),
    url("../fonts/Platform-Medium.woff") format("woff"),
    url("../fonts/Platform-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Platform Regular";
  src: url("../fonts/Platform-Regular-Web.woff2") format("woff2"),
    url("../fonts/Platform-Regular-Web.woff") format("woff"),
    url("../fonts/Platform-Regular-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Platform Regular Italic";
  src: url("../fonts/Platform-Regular Italic-Web.woff2") format("woff2"),
    url("../fonts/Platform-Regular Italic-Web.woff") format("woff"),
    url("../fonts/Platform-Regular Italic-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --f7-text-color: #000;
  --f7-popup-tablet-border-radius: 0px;
  --f7-popup-tablet-width: 880px;
  --f7-popup-tablet-height: 485px;
  --swiper-navigation-size: 74px;
}

h1 {
  font-family: "Platform";
}

h2 {
  font-family: "Platform Regular";
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

h3 {
  font-family: "Platform Regular";
  font-size: 95px;
  line-height: 95px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-80 {
  margin-right: 80px;
}

.img-border {
  border-radius: 0px;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Platform";
}

.popup-backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.lang {
  height: 20px;
}

.active {
  color: #fff;
}

.header {
  margin-top: -15px;
}

.header .link {
  display: inline;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

.nav {
  /*width: 500px;*/
}

.nav li {
  border-bottom: 4px solid black;
}

.nav .list {
  margin-top: 8px;
}

.nav .list-button {
  text-transform: uppercase;
  text-align: left;
  font-size: 34px !important;
  line-height: 60px;
  padding-left: 0px;
  color: #000;
}

.img-size {
  height: 400px;
}

.nav .list-button:hover {
  color: #fff;
}

/* spacing */

.home-page .mjesecne-donacije {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-page .quote {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-page .zato {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-page .kako-pomoci {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-page .pet-po-pet {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-page .vijesti {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-page .social-container,
.donirajte-page .social-container,
.mmps-page .social-container,
.uvjeti-poslovanja-page .social-container,
.kontakt-forma-page .social-container,
.vijesti-page .social-container,
.vijest-page .social-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-page .pokrovitelji-container,
.donirajte-page .pokrovitelji-container,
.mmps-page .pokrovitelji-container,
.uvjeti-poslovanja-page .pokrovitelji-container,
.kontakt-forma-page .pokrovitelji-container,
.vijesti-page .pokrovitelji-container,
.vijest-page .pokrovitelji-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.donirajte-page .donirajte {
  margin-top: 60px;
}

.donirajte-page .quote {
  margin-top: 80px;
  margin-bottom: 80px;
}

.donirajte-page .svaka-vasa {
  margin-top: 60px;
  margin-bottom: 60px;
}

.donirajte-page .pet-po-pet {
  margin-top: 60px;
  margin-bottom: 60px;
}

.donirajte-page .footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mmps-page .donirajte-kako-radimo {
  margin-top: 60px;
}

.mmps-page .kako-pomoci {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.mmps-page .slider {
  margin-top: 100px;
  margin-bottom: 60px;
}

.mmps-page .quote {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mmps-page .o-udruzi {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mmps-page .container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.mmps-page .mjesecne-donacije {
  margin-top: 80px;
}

.mmps-page .vijesti {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mmps-page .footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mmps-page .pokrovitelji {
  margin-bottom: 40px;
}

/* end spacing */

.mjesecne-donacije .border {
  border: 8px solid #000;
  position: relative;
}

.bg-color-orange {
  --f7-theme-color-bg-color: #ff9500;
}

.logo a:hover {
  filter: invert();
  transition: all 0.5s ease;
}

.mmps-logo {
  width: 370px;
}

.home-page .mmps-hand {
  height: 547px;
  margin-top: -203px;
  margin-left: 550px;
}

.mmps-page .mmps-hand {
  height: 445px;
  margin-top: -101px;
  margin-left: 590px;
}

.section-title {
  font-size: 55px;
  line-height: 50px;
}

.section-text {
  margin-top: 40px;
  font-size: 30px;
  line-height: 40px;
}

.donacije-1 {
  padding: 34px !important;
}

.donacije-1 .section-text {
  line-height: 34px;
}

.donacije-2 {
  position: absolute;
  pointer-events: none;
  bottom: 0px !important;
}
.donacije-2 img {
  display: block;
}

.donacije-3 {
  text-align: left;
  padding: 34px;
  margin-top: auto;
  z-index: 100;
  /*padding-left: 52%;*/
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.donacije-3-inner {
  /*max-width: 325px;*/
  max-width: 240px;
  font-size: 22px;
  line-height: 26px;
}

.donacije-3 .list-button,
.donacije-1 .list-button {
  text-transform: uppercase;
  font-size: 50px !important;
  color: #000;
  transition: all 0.5s ease;
}
.donacije-1 .list-button {
  padding-left: 0px;
}
.donacije-4 {
  margin-top: 35px;
}

.donacije-3 .list-button:hover,
.donacije-1 .list-button:hover {
  color: #fff;
}

.quote-text {
  font-family: "Platform Regular Italic";
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
}

.section-content {
  margin-left: auto;
  margin-right: auto;
}

.zato .section-text {
}

.vijesti a {
  text-decoration: underline;
}

.kako-pomoci img {
  position: absolute;
  width: 560px;
  right: 0px;
  top: 1982px;
}

.home-page .kako-pomoci .section-title {
  margin-top: 70px;
}

.home-page .kako-pomoci .section-text {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 36px;
}

.home-page .pet-po-pet .podrska {
  margin-top: 80px;
}

.kako-pomoci ul li {
  line-height: 36px;
  padding-bottom: 10px;
}

.slider-img {
  width: 900px;
}

.pet-po-pet .section-title {
  font-family: "Platform Regular";
  font-size: 88px;
  line-height: 88px;
  /*margin-bottom: 40px;*/
}

.pet-po-pet .section-text {
  font-size: 30px;
  line-height: 32px;
  width: 80%;
}

.pet-po-pet .grid-2 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  /* Adjust column sizes here */
  grid-gap: 0px;
  /* Adjust the gap between columns */
  align-items: center;
  /*max-width: 1140px;*/
  margin: 20px auto;
  /* Top and bottom margin */
  padding: 0 20px;
  /* Padding for smaller screens */
}

.pet-po-pet .center-column {
  margin-left: 26vw;
  width: 52vw;
}

.pet-po-pet li {
  margin-bottom: 20px;
}

.pet-po-pet .list-button {
  font-family: "Platform Regular";
}

.pet-po-pet .hand-1 {
  position: absolute;
  left: 0px;
}

.pet-po-pet .hand-2 {
  position: absolute;
  right: 0px;
}

.vijesti .grid {
  gap: 60px;
}

.annot {
  font-size: 20px;
  line-height: 26px;
}

hr {
  height: 4px;
  color: #fff;
  background-color: #fff;
  border: none;
}

.pet-po-pet .podrska {
  font-family: "Platform Regular";
  font-size: 88px;
  line-height: 90px;
}

.donirajte-btn {
  margin-top: 100px;
  margin-bottom: 40px;
}

.pet-po-pet .list-button {
  width: fit-content;
  font-family: "Platform Regular";
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #ffffff;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-transform: uppercase;
  font-size: 70px !important;
  color: #fff;
  transition: all 0.5s ease;
}

.pet-po-pet .list-button:hover {
  filter: invert(1);
}

.vijesti .title {
  font-size: 22px;
  line-height: 26px;
  height: 52px;
}

.vijesti .title a {
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*.vijesti .post-img {
  height: 240px;
  overflow: hidden;
}*/

.vijesti .text {
  height: 104px;
  font-size: 22px;
  line-height: 26px;
  overflow: hidden;
}

.vijesti .date {
  font-size: 14px;
}

.vijesti a,
.social a,
.vijest a {
  color: #000;
  transition: all 0.5s ease;
}

.social a {
  font-size: 20px;
}

.social .uvjeti-poslovanja {
  text-align: right;
}

.vijesti a:hover,
.social a:hover {
  color: #fff;
}

.postignuca .text {
  font-size: 36px;
}

.home-page .zato .left {
  margin-right: 60px;
}

.mmps-page .donirajte-kako-radimo .section-title {
}

.mmps-page .left {
  margin-right: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.full-width {
  width: 100%;
  display: block;
}

.max-width {
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px;
}

.orange-bg {
  background-color: #ff9500;
  /* Adjust the color to match the exact orange */
}

.white-bg {
  background-color: #ffffff;
}

.center {
  background: antiquewhite;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center-el {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.sticky-button {
  /*width: 46px;
  height: 210px;*/
  width: auto;
  height: 46px;
  position: fixed;
  right: -3px;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 3px solid #fff;
  border-radius: 0px;
  background: #ff9500;
  transform-origin: bottom right;
  transform: rotate(-90deg) !important;
  padding-left: 16px;
  padding-right: 16px;
}

.rotated-text {
  font-family: "Platform Regular";
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  white-space: nowrap;
  /*transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  bottom: -9px;
  left: 5px;*/
  /*transform: rotate(-90deg) translateX(-50%);
  transform-origin: center;
  white-space: nowrap;
  margin-top: -166px;*/
}

.donirajte .mmps-hand {
  height: 560px;
  margin-top: -116px;
  margin-left: 612px;
  pointer-events: none;
}

.donirajte-svaka-vasa-text {
  font-size: 50px;
  line-height: 54px;
  margin-right: 20px;
}

.donirajte-pokazujem-img {
  position: absolute;
  margin-top: -188px;
  right: 0px;
  width: 560px;
}

.donirajte .donacije-3 .list-button {
}

.svaka-vasa .section-text {
  font-size: 38px;
  line-height: 40px;
}

.svaka-vasa .section-link {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
}

.donacije-frame .mmps-logo {
  width: 90%;
}

.popup .navbar {
  display: none;
}

.popup .page-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.popup .title {
  font-size: 36px;
}

.under-construction {
  width: 300px;
  filter: drop-shadow(2px 35px 56px #999);
}

.iframe-style {
  border-width: 0px;
  width: 50%;
  height: 401px;
}

.popup-hvala-na-podrsci {
  font-size: 30px;
}

.popup .mmps-hand {
  position: absolute;
  height: 430px;
  margin-top: -430px;
  margin-bottom: 0px;
  margin-left: 318px;
}

.kako-radimo-img {
  width: calc(1128px * 0.43);
  height: calc(1540px * 0.43);
}

.svaka-vasa-img {
  width: calc(1128px * 0.43);
  height: calc(1002px * 0.43);
}

.donirajte-page .mmps-hand {
  height: 560px;
  margin-top: -116px;
  margin-left: 550px;
}

.swiper-button-prev {
  background-image: url(../assets/img/swiper_left.png) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.swiper-button-next {
  background-image: url(../assets/img/swiper_right.png) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.uvjeti-poslovanja .section-text,
.vijest-page .vijest-txt {
  font-family: "Platform Regular";
  font-size: 24px;
  line-height: 32px;
}

/*.uvjeti-poslovanja .cards-img {
  height: 40px;
}*/

.uvjeti-poslovanja h4 {
  font-family: "Platform";
  margin-bottom: 0px;
  font-size: 25px;
}

.transaction .page-content {
  background: #5c3600;
}

.transaction .section {
  width: 880px;
  height: 510px;
  background: #fff;
}

.transaction .section-content {
  width: 100%;
}

.transaction .mmps-hand {
  height: 450px;
  margin-top: -458px;
  margin-left: 280px;
}

.transaction .section-title {
  font-size: 38px;
  line-height: 36px;
}

.transaction .section-text {
  font-size: 30px;
  line-height: 32px;
}

.transaction .left {
  width: 300px;
  height: 470px;
}

.transaction .right {
  width: 100%;
  height: 470px;
}

.transaction .button {
  font-family: "Platform Regular";
  border: 4px solid #000;
  padding: 24px;
  border-radius: 0px;
  font-size: 28px;
  color: #000;
}

.transaction .org {
  font-family: "Platform Regular";
  border: none;
  padding: 24px;
  border-radius: 0px;
  font-size: 38px;
  color: #fff;
  background: #ff9500;
  width: fit-content;
  height: 70px;
  text-transform: uppercase;
}

.transaction .mmps-logo {
  width: 275px;
  height: auto;
}

.pokrovitelji-group {
  margin-top: 8px;
  /*margin-left: 150px;*/
  display: flex;
}
.pokrovitelji-container-2 {
  flex-wrap: wrap;
}
.pokrovitelji-container-2 > div:not(:last-child) {
  margin-right: 50px;
}

.jgl-logo {
  margin-top: 4px;
}

.uvjeti-poslovanja-cards-1 {
  /*width: 400px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}

.uvjeti-poslovanja-cards-2 {
  /*width: 900px;*/
  margin-top: 30px;
  margin-bottom: 40px;
}
.uvjeti-poslovanja-cards-1 > *:not(:last-child),
.uvjeti-poslovanja-cards-2 > *:not(:last-child) {
  margin-right: 50px;
}

.uvjeti-poslovanja-page a:hover,
.kontakt-forma-page a:hover,
.vijest-page a:hover {
  color: #ff9500 !important;
  filter: none;
}

.kontakt-forma {
  margin-top: 60px;
}

.kontakt-forma-page .section-title {
  font-size: 40px;
  margin-bottom: 40px;
}

.kontakt-forma-page .form-container {
  width: 400px;
}

.kontakt-forma-page input[type="text"],
.kontakt-forma-page input[type="email"],
.kontakt-forma-page input[type="tel"] {
  font-family: "Platform Regular";
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 3px solid #000;
  box-sizing: border-box;
  font-size: 20px;
  color: #000;
}

.kontakt-forma-page input[type="checkbox"] {
  margin-right: 10px;
  margin-left: 0px;
  border: 2px solid #000;
}

.kontakt-forma-page .submit-button {
  font-family: "Platform Regular";
  font-size: 30px;
  width: 240px;
  margin-top: 40px;
  padding: 10px;
  background-color: #fff;
  border: 4px solid #ff9500;
  color: #ff9500;
  cursor: pointer;
}

.kontakt-forma-page .submit-button:hover {
  background-color: #ff9500;
  color: #fff;
  transition: all 0.5s ease;
}

.kontakt-forma-page .suglasnost {
  line-height: 16px;
}

.kontakt-forma-page .submit-button:disabled {
  background-color: #ff9500;
  color: #fff;
  cursor: not-allowed;
}

.vijesti-page .section-title,
.vijest-page .vijest {
  margin-top: 60px;
}

.vijesti-page .vijesti {
  margin-top: 50px;
}

.vijesti-page .separator {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vijesti-page .pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
}

.vijest-page .pagination {
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 30px;
}

.vijest-container {
  margin-right: 100px;
}

.vijest-container .section-date {
  margin-top: 40px;
}

@media screen and (max-width: 1400px) {
  .section-content {
    width: 95%;
  }

  .mmps-hand {
    height: 610px;
    margin-top: -102px;
    margin-left: 265px;
  }

  .donacije-1 {
    z-index: 2;
  }
  /*.donacije-3 {
    font-size: 28px;
  }*/
}

@media screen and (min-width: 1400px) and (max-width: 1900px) {
  .donirajte-svaka-vasa-text {
    font-size: 50px;
    line-height: 54px;
    margin-right: 90px;
  }

  .mmps-page .mmps-hand {
    height: 445px;
    margin-top: -135px;
    margin-left: 640px;
  }

  .donirajte-page .mmps-hand {
    height: 560px;
    margin-top: -200px;
    margin-left: 604px;
  }

  .kako-pomoci img {
    position: absolute;
    width: 560px;
    right: 0px;
    top: 1892px;
  }

  .home-page .mmps-hand {
    height: 547px;
    margin-top: -237px;
    margin-left: 610px;
  }

  .pet-po-pet .center-column {
    margin-left: 7vw;
    width: 60vw;
  }

  .pet-po-pet .grid-2 {
    max-width: 870px;
  }

  .section-content {
    width: 1370px;
  }
}

@media screen and (min-width: 1900px) {
  .section-content {
    width: 1400px;
  }

  .kako-pomoci img {
    top: 1897px;
  }

  .home-page .mmps-hand {
    height: 547px;
    margin-top: -237px;
    margin-left: 620px;
  }

  .mmps-page .mmps-hand {
    height: 445px;
    margin-top: -135px;
    margin-left: 660px;
  }

  .pet-po-pet .grid-2 {
    max-width: none;
  }

  .pet-po-pet .center-column {
    margin-left: 7vw;
    width: 52vw;
  }

  .donirajte-page .mmps-hand {
    height: 507px;
    margin-top: -147px;
    margin-left: 642px;
  }
}

.social.social-desktop {
  display: block;
}
.social.social-mobile {
  display: none;
}

/*@media only screen and (max-width: 600px) {*/
@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 42px;
    line-height: 1 !important;
  }
  .section-text,
  .home-page .kako-pomoci .section-text,
  .pet-po-pet .section-text {
    font-size: 25px;
    line-height: 1.25 !important;
  }
  .donacije-3 .list-button,
  .donacije-1 .list-button {
    font-size: 31px !important;
    line-height: 1;
  }

  .donacije-3-inner {
    font-size: 20px;
    max-width: 235px;
  }

  .quote-text {
    font-size: 42px;
    line-height: 1;
  }
  .donirajte-svaka-vasa-text {
    font-size: 25px;
    line-height: 1;
  }
  .popup .title {
    margin-top: 30px !important;
    font-size: 36px;
    line-height: 34px;
  }

  ul {
    padding-left: 17px;
  }

  .iframe-style {
    border-width: 0px;
    width: 100%;
    height: 426px;
    margin-top: 20px;
  }

  .mmps-logo {
    width: 348px;
    max-width: 100%;
  }

  h3 {
    font-size: 70px;
    line-height: 66px;
  }

  .section-content {
    width: 90%;
  }

  .home-page .kako-pomoci .section-text {
    margin-top: 30px;
  }

  .header .list a {
    line-height: 30px;
    padding-top: 20px;
  }

  .home-page .mmps-hand,
  .donirajte .mmps-hand,
  .mmps-page .mmps-hand {
    display: block;
    height: auto !important;
    width: 250px !important;
    margin-top: unset;
    margin-left: unset;
  }
  .transaction .mmps-hand {
    display: block;
    height: 250px !important;
    width: auto !important;
    margin-top: unset;
    margin-left: unset;

    position: absolute;
    bottom: 0px;
    padding: 0px !important;
  }

  .mmps-hand {
    display: none;
  }

  .nav {
    margin-top: 20px;
  }

  .nav li {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .nav .list-button {
    text-transform: uppercase;
    text-align: left;
    font-size: 30px !important;
    line-height: 30px;
    padding-left: 0px;
    color: #000;
  }
  .nav .list {
    margin-top: 25px;
  }

  .home-page .mjesecne-donacije {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-page .kako-pomoci,
  .home-page .kako-pomoci .section-content > .grid {
    margin-bottom: 0px;
  }

  .home-page .kako-pomoci .section-title {
    margin-top: 0px;
    line-height: 50px;
  }

  .home-page .kako-pomoci .section-text {
    margin-bottom: 20px;
  }

  .home-page .pet-po-pet {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-page .pet-po-pet .section-title,
  .donirajte-page .pet-po-pet .section-title {
    font-size: 42px;
  }

  .home-page .pet-po-pet .center-column,
  .donirajte-page .pet-po-pet .center-column {
    margin-left: 0px !important;
    width: calc(100vw - 60px);
  }

  .home-page .pet-po-pet .podrska {
    margin-top: 20px;
    font-size: 42px;
    line-height: 1.1;
  }

  .donirajte-btn {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .home-page .pet-po-pet .list-button,
  .donirajte-page .pet-po-pet .list-button {
    display: flex;
    border: 4px solid #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 42px !important;
    padding: 8px !important;
  }
  .home-page .pet-po-pet .list-button img {
    width: 38px;
    height: auto;
  }
  hr.mb-80.bg-color-black {
    margin-bottom: 60px;
  }
  .home-page .vijesti {
    margin-bottom: 40px !important;
  }
  hr.mb-40.mt-80.bg-color-black {
    margin-top: 40px !important;
  }

  .postignuca .text {
    font-size: 30px;
    line-height: 1;
  }

  .pet-po-pet .grid-2,
  .pet-po-pet .grid-2 .section-text {
    margin-top: 5px;
  }

  .mmps-page .donirajte-kako-radimo .section-title {
    margin-bottom: 20px;
  }

  .mmps-page .container {
    width: 100%;
  }

  h3 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 1;
  }

  .pet-po-pet .grid-2 {
    padding: 0px;
  }

  .pet-po-pet .section-text {
    width: 100%;
  }

  .mmps-page .donirajte-kako-radimo {
    margin-top: 20px;
  }

  .mmps-page .o-udruzi {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mmps-page .mjesecne-donacije {
    margin-top: 40px;
  }

  .social .uvjeti-poslovanja {
    text-align: left;
  }

  .section.social .grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .social.social-desktop {
    display: none;
  }
  .social.social-mobile {
    display: block;
  }

  .pokrovitelji-group {
    margin-top: 20px;
    margin-left: 0px;
  }

  .donacije-1 {
    width: initial;
    padding: 14px !important;
  }

  .home-page .quote,
  .donirajte-page .quote,
  .mmps-page .quote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-page .zato .left,
  .donirajte-page .left,
  .mmps-page .left {
    margin-right: 0px;
  }

  .donirajte-page .donirajte {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .donirajte-page .svaka-vasa {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .donirajte-pokazujem-img {
    display: none;
  }

  .donirajte-page .pet-po-pet .podrska {
    margin-top: 20px;
    font-size: 42px;
    line-height: 1.1;
  }

  .kako-pomoci .section-title {
    padding-top: 20px;
  }

  .kako-pomoci img {
    display: none;
  }

  .kako-pomoci ul li {
    padding-bottom: 16px;
    line-height: 1.25 !important;
  }

  .mmps-page .kako-pomoci {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mmps-page .kako-pomoci .section-text {
    margin-top: 0px;
  }
  .mmps-page .slider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mmps-page .kako-pomoci .section-content .grid > div:first-child {
    border-bottom: 3px solid #ff9500;
  }

  .pet-po-pet .hand-1,
  .pet-po-pet .hand-2 {
    display: none;
  }

  .pet-po-pet .grid-2 {
    display: block;
  }

  .pet-po-pet .section-title {
    margin-bottom: 20px;
  }

  .donacije-2 {
    bottom: 0px !important;
  }
  .donacije-3 {
    margin-bottom: 10px;
    margin-top: 55px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 90px;
  }

  .slider-img {
    width: -webkit-fill-available;
  }

  .swiper {
    height: auto;
    line-height: 36px;
  }

  .group-img {
    width: 95%;
    height: auto;
  }

  /*.uvjeti-poslovanja {
    margin-top: 20px;
  }*/

  .uvjeti-poslovanja-cards-1 {
    width: auto;
    flex-wrap: wrap;
  }

  .uvjeti-poslovanja-cards-2 {
    width: auto;
    /*height: 160px;*/
    flex-wrap: wrap;
  }

  .kontakt-forma {
    margin-top: 0px;
  }

  .kontakt-forma-img {
    display: none;
  }

  .kontakt-forma-page .form-container {
    width: 100%;
  }

  .donacije-frame {
    flex-direction: column;
  }
  .donacije-frame > div:first-child {
    width: auto !important;
    order: 2;
  }
  .donacije-frame > div:nth-child(2) {
    order: 1;
    width: auto !important;
  }
  .donacije-frame .popup-hvala-na-podrsci {
    display: none;
  }
  .popup-close {
    display: block !important;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .popup-close a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    color: #ff9500;
    font-weight: bold;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .pokrovitelji-container-2 .index img {
    height: 30px;
  }
  .pokrovitelji-container-2 .jgl img {
    height: 35px;
  }
  .pokrovitelji-container-2 .pokrovitelji img:first-child {
    height: 35px;
    width: auto;
  }
  .pokrovitelji-container-2 .pokrovitelji img:nth-child(2) {
    width: 252px;
    height: 35px;
  }
  .section.pokrovitelji.mb-40 {
    margin-bottom: 20px !important;
  }

  .pokrovitelji-container-2 .index {
    order: 1;
  }
  .pokrovitelji-container-2 .jgl {
    order: 2;
  }
  .pokrovitelji-container-2 .pokrovitelji {
    order: 3;
  }
  .pokrovitelji-group {
    flex-direction: column;
  }
  .pokrovitelji-group img {
    margin-bottom: 25px;
    margin-left: 0px !important;
    margin-right: 0px;
  }

  .vijest-container {
    margin-right: 0px !important;
  }
  .vijesti-page .section-title,
  .vijest-page .vijest {
    margin-top: 20px;
  }
  .vijesti-page .vijesti {
    margin-top: 0px;
  }
  .vijest-container .section-date {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .vijest-page .pagination {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .vijest-1-img-mobile {
    display: block !important;
  }
  .vijest-1-img-desktop {
    display: none;
  }
  .vijesti-page .vijesti .grid {
    gap: 20px;
  }
  .vijesti-page .pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .transaction .left {
    width: unset;
    order: 2;
    flex: 1;
    z-index: 10;
  }
  .transaction .right {
    order: 1;
    height: auto;
    align-items: flex-start !important;
  }
  .transaction .section {
    width: auto;
    height: auto;
    margin-top: 0px;
    min-height: 100dvh;
  }
  .transaction .section .section-content .grid {
    min-height: calc(100dvh - 32px);
    display: flex;
    flex-direction: column;
  }
  .transaction .section-content {
    position: relative;
  }
  .transaction .section-text {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .transaction .section-text.text-color-white,
  .transaction .section-text.text-color-black {
    display: none;
  }
  .transaction .section-title {
    font-size: 30px;
    line-height: 1.25 !important;
    margin-top: 40px;
  }
  .transaction .btn-container {
    text-align: right;
    margin-top: 90px;
  }
  .transaction a.link.button {
    display: inline-block;
    padding: 8px;
    height: auto;
    line-height: 1;
    white-space: normal;
    text-transform: uppercase;
  }
  .center {
    height: 100%;
  }
  .title-mobile {
    display: inline !important;
  }
  /*.transaction .justify-content-space-between {
    justify-content: normal !important;
  }*/
  .link-wrap {
    word-break: break-all;
  }
  .uvjeti-poslovanja.mt-60 {
    margin-top: 20px;
  }
  .uvjeti-poslovanja-cards-2 > *:not(:last-child) {
    margin-right: 15px !important;
  }
}

.title-mobile {
  display: none;
}

.link.external {
  color: black;
  text-decoration: underline;
}
/*.large-title {
  font-size: 50px;
  line-height: 54px;
}*/

.popup-close {
  display: none;
}
.vijest-1-img-mobile {
  display: none;
}

.ilustracije .post-img {
  line-height: 0px !important;
  border: 4px solid black;
}
.ilustracije .title {
  font-size: 25px;
  line-height: 30px;
  text-decoration: underline;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.ilustracije .text {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 1000px) {
  .section.header > .section-content {
    display: flex;
  }
  .section.header > .section-content > .logo {
    flex: 7;
  }
  .section.header > .section-content > .nav {
    flex: 5;
  }
}

@media (min-width: 768px) {
  .zato.ilustratori > .section-content > .grid,
  .ilustracije-buy > .section-content > .grid {
    grid-template-columns: 6fr 1fr 5fr;
  }
}

.ilustracije-form select,
.ilustracije-form input {
  width: 100%;
  border-width: 4.5px;
  border-style: solid;
  border-color: black;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 28px;
  line-height: 28px;
  font-family: "Platform Regular";
  margin-bottom: 25px;
  display: block;
}
.ilustracije-form select {
  padding-right: 60px;
}
.ilustracije-form button {
  border-width: 4.5px;
  border-style: solid;
  border-color: black;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 28px;
  line-height: 28px;
  font-family: "Platform Regular";
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 40%;
  background-color: transparent;
  text-align: left;
}
.ilustracije-form .checkbox {
  font-size: 20px;
  line-height: 25px;
  padding-left: 40px;
  margin-bottom: 25px;
  position: relative;
}
.ilustracije-form .select-container {
  position: relative;
}
.ilustracije-form .select-container:before {
  content: "";
  position: absolute;
  background-image: url("../assets/img/drop-arrow.svg") !important;
  right: 18px;
  top: 0px;
  bottom: 0px;
  width: 40px;

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.ilustracije-form .checkbox:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 4px solid black;
}
.ilustracije-form .checkbox input:checked ~ .checkbox-mark {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: black;
}
.ilustracije-form input::placeholder {
  color: black;
}

.shake {
  /*animation-name: shake;
  animation-duration: 0.5s;
  transform-origin: 50% 50%;
  animation-iteration-count: 1;*/
}
.error,
.checkbox.error:before {
  border-color: red !important;
}

@keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
