.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.second.suye {
  padding-bottom: 100px;
}

.container.container-brown {
  background-color: #452829;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-nav {
  background-color: #0000;
}

.nav-link {
  color: #fff;
  font-size: 16px;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #c19e9f;
}

.nav-link.dropdown {
  color: #fff;
  font-size: 16px;
}

.navbar {
  background-color: #000000db;
  border-bottom: 1px solid #fff;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.column {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-btn {
  background-color: #452829;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 140px;
  padding: 10px 20px;
  font-size: 18px;
  transition: all .3s;
}

.contact-btn:hover {
  background-color: #45282900;
}

.contact-btn.call-btn {
  margin-top: 20px;
  margin-left: 0;
}

.contact-btn.call-btn.kontakt {
  background-color: #1b211a;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-btn.call-btn.kontakt:hover {
  background-color: #452829;
}

.contact-btn.mobile {
  display: none;
}

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

.body {
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 22px;
}

.hero-section {
  color: #fff;
  text-align: left;
  background-image: url('../images/0.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 200px;
  text-decoration: none;
  display: block;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading {
  margin-top: 0;
  font-size: 48px;
  line-height: 60px;
}

.hero-p {
  font-size: 20px;
  line-height: 28px;
}

.pre-call-btn {
  background-color: #090909;
  border-radius: 10px;
  margin-top: 40px;
  padding: 10px 20px;
  transition: all .3s;
}

.pre-call-btn:hover {
  background-color: #0909096b;
}

.call-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-2 {
  display: block;
}

.posebna-ponuda {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2 {
  text-align: center;
  text-transform: uppercase;
}

.h2.h2-black {
  color: #000;
}

.h2.h2-white {
  color: #fff;
}

.h2.posebne {
  color: #452829;
}

.posebna-ponuda-p {
  text-align: center;
  font-weight: 700;
}

.bold-text {
  text-align: center;
}

.posebna-ponuda-div {
  mix-blend-mode: normal;
  background-color: #b7b7b763;
  border: 2px solid #707070;
  border-radius: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 10px 10px 3px -6px #000;
}

.pp-text-block {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.column-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.columns-3 {
  margin-top: 40px;
  display: flex;
}

.column-4 {
  overflow: hidden;
}

.usluge-section {
  background-color: #452829;
  padding-top: 40px;
  padding-bottom: 0;
}

.usluga-div {
  color: #452829;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 200px;
  padding: 10px 20px;
  display: flex;
  box-shadow: -1px 6px 7px 5px #0003;
}

.usluga-div.last {
  background-color: #341e1f;
}

.h3 {
  color: #452829;
  text-transform: uppercase;
}

.h3.h3-white {
  color: #000;
  margin-right: 10px;
  font-size: 20px;
  line-height: 28px;
}

.usluga-p {
  color: #452829;
  margin-top: 10px;
  margin-bottom: 0;
}

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

.image {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bold-text-2 {
  text-transform: uppercase;
}

.column-6 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.column-7 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.columns-4 {
  margin-top: 60px;
}

.quick-stack {
  margin-top: 40px;
}

.sahrane-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sahrane-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.sahrane-p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.sahrane-p.sahrane-p1 {
  color: #452829;
}

.pratece-pogrebne-usluge-section {
  background-color: #353535;
  border-top: 1px solid #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pratece-pogrebne-usluge-section.kontakt {
  padding-top: 20px;
}

.footer {
  background-color: #1b211a;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.column-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.end-footer {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.cell {
  font-size: 14px;
}

.column-10 {
  padding-left: 0;
}

.faq-item-title {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.faq-item-body {
  margin-top: 20px;
}

.faq {
  background-color: #fff;
  border-radius: 30px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.image-2 {
  cursor: pointer;
  margin-top: 10px;
}

.faq-p {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-p.fag-p-black {
  color: #000;
}

.cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-2 {
  margin-top: 40px;
}

.kontakt-paragraph {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.kontakt-btns-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  font-size: 16px;
}

.dropdown-toggle:hover {
  color: #c19e9f;
}

.dropdown-link {
  color: #fff;
  background-color: #000;
}

.dropdown-link:hover {
  color: #c19e9f;
}

.dropdown-link:active {
  color: #fff;
}

.dropdown-link.w--current {
  color: #c19e9f;
}

.body-2 {
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 22px;
}

.hero2 {
  background-color: #fff;
  padding: 140px 0 0;
}

.h1-2 {
  color: #452829;
  text-align: center;
  font-size: 36px;
}

.parag-2 {
  color: #452829;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1px;
  padding-bottom: 0;
}

.parag-2.white {
  color: #fff;
}

.parag-2.restoran-paragraf {
  padding-bottom: 100px;
}

.h2-2 {
  color: #452829;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
}

.h2-2.white {
  color: #fff;
}

.h2-2.white.restoran-h2 {
  color: #452829;
  margin-bottom: 40px;
}

.h3-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.mask {
  max-width: 33%;
}

.image-3 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}

.zts-slider-1801-swiper {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.zts-slider-1801-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-slider-1801-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 60%;
  padding: 40px 20px;
  display: flex;
}

.image-4 {
  object-fit: cover;
}

.zts-slider-1801-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-slider-1801-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-slider-1801-navigation-next-button:hover {
  background-color: #222c;
}

.zts-slider-1801-pagination-bullet {
  opacity: .5;
  background-color: #222;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.zts-slider-1801-pagination-bullet.zts-slider-1801-pagination-bullet-active {
  background-color: #f5f5f5cc;
}

.zts-slider-1801-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-slider-1801-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-slider-1801 {
  color: #a3a3a3;
  margin: 10px;
  position: relative;
}

.zts-slider-1801-pagination {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 100%;
  min-height: 14px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.zts-slider-1801-slide-2, .zts-slider-1801-slide-3 {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.gallery-section {
  padding-top: 112px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.gallery-wrapper {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-title {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}

.cms-slider {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.prev_next {
  display: flex;
  position: absolute;
  inset: 6px 0% auto auto;
}

.prev {
  cursor: pointer;
  background-color: #f2f2f2;
  border: 2px solid #fd665e;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: flex;
}

.prev:hover {
  background-color: #fd665e70;
}

.next {
  cursor: pointer;
  background-color: #f2f2f2;
  border: 2px solid #fd665e;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.next:hover {
  background-color: #fd665e70;
}

.swiper-pagination-bullet-active {
  background-color: #00000080;
  border-radius: 4px;
  width: 16px;
  height: 8px;
  position: relative;
}

.swiper-button-resume {
  cursor: pointer;
  display: none;
}

.swiper-controls {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.container-2 {
  max-width: 932px;
  padding-left: 16px;
  padding-right: 16px;
}

.block-wrapper {
  margin-bottom: 24px;
}

.swiper-pagination-bullet {
  background-color: #00000080;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  transition: width .3s;
  position: relative;
  overflow: hidden;
}

.swiper-button {
  color: #000;
  background-color: #00000026;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: background-color .2s;
  display: flex;
}

.swiper-button:hover {
  background-color: #00000040;
}

.slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e4e4e4;
  flex-flow: column;
  height: auto;
  padding: 32px;
  display: flex;
}

.swiper-button-start {
  cursor: pointer;
  display: none;
}

.swiper-navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-pagination-bullet-indicator {
  background-color: #000;
  border-radius: 4px;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper-button-pause {
  cursor: pointer;
}

.hidden {
  display: none;
}

.swiper-pagination {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-heading {
  margin-bottom: 48px;
}

.swiper-wrapper {
  align-items: stretch;
}

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

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.swiper-slide.is-static {
  flex: none;
  width: 33.5%;
}

.swiper-slide.is-cms {
  flex: none;
  width: 50%;
}

.swiper-slide.is-scroll {
  flex: none;
  width: 33.5%;
}

.nav_fixed {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #dd23bb;
  width: 100px;
  height: 100%;
}

.swiper-scrollbar {
  border: 1px solid #534f4fcc;
  border-radius: 1rem;
  width: 100%;
  height: 16px;
  overflow: hidden;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.slider-component {
  background-color: #ccc;
  border-radius: 1rem;
  height: 20rem;
  padding: 2rem;
}

.swiper-bullet {
  cursor: pointer;
  background-color: #dd23bb;
  border-radius: .25rem;
  width: .75rem;
  min-width: .75rem;
  height: .75rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.swiper-bullet.is-active {
  background-color: #2d62ff;
}

.text-align-center {
  text-align: center;
}

.swiper-button-prev-2 {
  color: #d9e5ff;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.swiper-wrapper-2.is-static {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.swiper-wrapper-2.is-cms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.swiper-wrapper-2.is-scroll {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.swiper-button-next-2 {
  color: #d9e5ff;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.swiper-pagination-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  padding-top: 5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav_button {
  padding: 1rem;
}

.slider-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  overflow: hidden;
}

.follow-me-text {
  color: #fff;
  text-decoration: underline;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.spacer-large {
  padding-top: 3rem;
}

.nav_logo {
  width: 10rem;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.u-text-bg-green {
  color: #fff;
  background-color: #125a66;
  border-radius: .5rem;
  padding: .1rem 1rem;
  display: inline-block;
  transform: rotate(4deg);
}

.u-container-l {
  max-width: 100rem;
}

.slider01_slide {
  background-color: #0000;
  width: 100%;
  height: 50%;
  min-height: 50%;
  margin-right: 2rem;
}

.default-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.slider01_mask {
  background-color: #fff0;
  width: 33.33%;
  min-height: 100%;
  overflow: visible;
}

.custom-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.section-2 {
  color: #564a4a;
  margin-top: 20px;
  padding-top: 40px;
  overflow: hidden;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.section_inner {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432829;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.img-slider {
  object-fit: fill;
}

.bold-text-3 {
  color: #fff;
}

.bold-text-3.brown {
  color: #452829;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block {
  text-align: center;
}

.line-notch {
  background-color: #452829;
  min-width: 100%;
  height: 1px;
  max-height: 1px;
  margin-top: 40px;
}

.section-3 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nadgrobno-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-14 {
  -webkit-text-stroke-color: #fbfafd;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.pogrebni-krstovi {
  background-color: #452829;
  padding-left: 0;
  padding-right: 0;
}

.img-wrapper, .code-embed {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.navbar-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.dropdown {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .columns {
    display: flex;
  }

  .column {
    display: block;
  }

  .contact-btn.call-btn {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-btn.mobile {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #000;
  }

  .heading {
    font-size: 44px;
    line-height: 56px;
  }

  .hero-p {
    font-size: 18px;
    line-height: 26px;
  }

  .pre-call-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .posebna-ponuda {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2.h2-black, .h2.h2-white, .h2.posebne {
    margin-top: 0;
  }

  .usluga-div {
    height: 250px;
  }

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

  .h3.h3-white {
    font-size: 18px;
    line-height: 26px;
  }

  .usluga-p {
    font-size: 14px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 20px;
  }

  .end-footer {
    font-size: 10px;
    line-height: 18px;
  }

  .faq-p.fag-p-black {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link {
    background-color: #000;
  }

  .h1-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .parag-2.restoran-paragraf {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .zts-slider-1801-slide, .zts-slider-1801-slide-2, .zts-slider-1801-slide-3 {
    width: 50%;
    height: 100%;
  }

  .gallery-section {
    padding-top: 100px;
  }

  .section-title {
    margin-top: 0;
    margin-left: 0%;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .slider01_mask {
    width: 50%;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    display: none;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open, .dropdown-list {
    background-color: #000;
  }

  .icon {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 160px;
  }

  .heading {
    font-size: 38px;
    line-height: 44px;
  }

  .posebna-ponuda {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2.h2-black {
    font-size: 28px;
    line-height: 34px;
  }

  .posebna-ponuda-div {
    max-width: 90%;
  }

  .column-2 {
    display: none;
  }

  .column-3 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .columns-3 {
    display: block;
  }

  .column-4 {
    display: none;
  }

  .usluga-div {
    height: 200px;
  }

  .h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-5 {
    margin-top: 20px;
  }

  .image {
    width: 160px;
  }

  .ribbon-img {
    width: 100px;
  }

  .columns-4 {
    margin-top: 20px;
    display: flex;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .sahrane-p.sahrane-p1 {
    font-size: 14px;
    line-height: 20px;
  }

  .pratece-pogrebne-usluge-section.kontakt {
    padding-top: 40px;
  }

  .footer-link {
    text-align: center;
  }

  .column-10 {
    padding-right: 0;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .kontakt-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .zts-slider-1801-slide, .zts-slider-1801-slide-2, .zts-slider-1801-slide-3 {
    width: 76.92%;
    height: 100%;
  }

  .gallery-section {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }

  .prev_next {
    width: 100%;
    inset: auto 0% -75px auto;
  }

  .prev, .next {
    width: 50%;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }

  .cell-14 {
    color: #fff;
  }

  .menu-button {
    background-color: #0000;
  }

  .columns-5 {
    display: flex;
  }

  .image-5 {
    max-width: 80%;
  }

  .column-13 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.second.suye {
    padding-bottom: 10px;
  }

  .container.cont-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.dropdown {
    box-sizing: border-box;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .contact-btn.mobile {
    margin-bottom: 0;
    padding: 5px 10px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section {
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/0.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .heading {
    text-align: left;
    min-width: 100%;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
  }

  .hero-p {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .h2.h2-black, .h2.h2-white, .h2.posebne {
    font-size: 26px;
    line-height: 32px;
  }

  .column-4 {
    display: none;
  }

  .usluga-div {
    height: 200px;
  }

  .h3.h3-white {
    font-size: 16px;
    line-height: 24px;
  }

  .usluga-p {
    margin-top: 0;
  }

  .image {
    width: 80px;
  }

  .ribbon-img {
    width: 70px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .sahrane-div {
    margin-top: 40px;
  }

  .footer-link {
    text-align: center;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
  }

  .faq-item-body {
    margin-top: 10px;
  }

  .quick-stack-2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .kontakt-btns-wrapper {
    flex-flow: column;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link {
    color: #000;
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link:active {
    color: #000;
  }

  .dropdown-link.w--current {
    color: #000;
    background-color: #fff;
  }

  .dropdown-link.black {
    color: #000;
  }

  .hero2 {
    padding-top: 100px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .parag-2, .parag-2.white {
    font-size: 14px;
    line-height: 20px;
  }

  .parag-2.restoran-paragraf {
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .h2-2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .h2-2.white {
    display: block;
    overflow: hidden;
  }

  .h2-2.white.restoran-h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .prev, .next {
    width: 50%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider01_slide {
    margin-right: 1rem;
    overflow: visible;
  }

  .slider01_mask {
    width: 95%;
    overflow: visible;
  }

  .slider01_comp {
    overflow: visible;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_pagination {
    display: none;
  }

  .bold-text-3.brown {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .columns-5 {
    flex-flow: column;
  }

  .column-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 70px;
  }

  .text-block-3 {
    display: block;
  }

  .text-block-4 {
    vertical-align: baseline;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-13 {
    display: none;
  }

  .image-6 {
    width: 100px;
    margin-top: 10px;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    width: 100px;
  }

  .image-13, .image-14 {
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .image-15 {
    object-fit: fill;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

#w-node-e97ec719-1e1c-ca4a-ac3a-c3118cedfd88-ea650b9d {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c76e7327-70da-0fb7-d26f-bf26724eccdc-ea650b9d {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be3ee936-4ec9-50b7-4ad3-ce7f967f6195-a8283f46 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7c15953a-6fe1-2fcf-c845-9de18fcaca09-a8283f46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7c15953a-6fe1-2fcf-c845-9de18fcaca09-a8283f46 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e97ec719-1e1c-ca4a-ac3a-c3118cedfd88-ea650b9d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c76e7327-70da-0fb7-d26f-bf26724eccdc-ea650b9d {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-be3ee936-4ec9-50b7-4ad3-ce7f967f6195-a8283f46 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c15953a-6fe1-2fcf-c845-9de18fcaca09-a8283f46 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


