.mb-1-2 {
  margin-bottom: 0.1rem !important;
}

.header.open .text-white.border-0 {
  border: 0 !important;
}

.header.open .text-white.border-0:hover {
  border: 0 !important;
}

.filter-gold.icon-xmd {
  filter: invert(76%) sepia(82%) saturate(668%) hue-rotate(357deg)
    brightness(99%) contrast(105%);
  padding-bottom: 4px !important;
  margin-right: 4px;
}
.button {
  text-transform: uppercase;
}

.visibility-hidden {
  visibility: hidden !important;
}
.custom-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-list ul li {
  position: relative;
  padding-left: 28px; /* razmak da stane ikonica */
}

/* IKONICA PRE LISTE */
.custom-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em; /* malo ga spusti da bude u liniji sa tekstom */
  width: 18px;
  height: 18px;
  background: url("/images/cta-checker/prolom-voda-alkalna-mineralna-decija-igraonica.svg")
    no-repeat center center;
  background-size: contain;
}

.custom-list ul {
  padding-left: 0.5rem !important;
}

.sticky-map.bg-p-image::before {
  background: linear-gradient(
    180deg,
    rgba(243, 242, 236, 0) 2%,
    rgba(243, 242, 236, 0) 25%,
    rgba(243, 242, 236, 0.79) 95%,
    rgba(243, 242, 236, 1) 98%
  ) !important;
  background: linear-gradient(
    180deg,
    rgba(243, 242, 236, 0) 50%,
    rgba(243, 242, 236, 0) 7%,
    rgba(243, 242, 236, 0.75) 100%,
    rgba(243, 242, 236, 1) 0%
  ) !important;
  pointer-events: none !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

element.style {
  position: relative;
  overflow: hidden;
}

#map.full-map {
  height: calc(100vh - var(--margin-top-fixed));
}

#map {
  display: block;
  width: 100%;
  height: 650px;
}

.sticky-map {
  position: sticky !important;
  top: var(--margin-top-fixed) !important;
}

.automove .swiper-wrapper {
  transition-timing-function: linear !important;
}
.word-break {
  word-break: break-all !important;
}
.full-height {
  min-height: fit-content;
  height: 100svh;
}

.white-box {
  background-color: #ffffffce;
  margin-left: 15px !important;
}

.sticky-top.timeline-nav {
  top: var(--margin-top-fixed) !important;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020 !important;
  height: unset !important;
  overflow-y: initial !important;
}

.form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}

.form-with-icon input::placeholder {
  color: var(--text-primary);
  opacity: 1; /* da ne posvetli u nekim browserima */
}

.form-with-icon {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--text-primary);
  padding-left: 2.5rem;
  outline: none !important;
}
.social-circle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
}
.white-line {
  height: 60px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.773);
}
.button.small {
  width: 43px !important;
}
.swiper-controls-below {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.carousel-item {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.carousel-bg-video,
.carousel-bg-video * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  z-index: 1;
  object-fit: cover;
}

.player * {
  height: 100vh !important;
  width: 100vw !important;
}

.carousel-caption {
  position: absolute;
  z-index: 2;
  top: unset !important;
  bottom: 0 !important;
  left: 50% !important;
  right: unset !important;
  transform: translateX(-50%);
}

.container-fluid {
  padding-left: 6svw;
  padding-right: 6svw;
}

.cta-bef-aft::before,
#carouselFullScreen .carousel-item::before {
  pointer-events: none;
  user-select: none;
  display: block;
  clear: both;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 6.7%,
    rgba(0, 0, 0, 0.2) 13%,
    rgba(0, 0, 0, 0) 26%
  );
}

.card-single::after,
.cta-bef-aft::after,
#carouselFullScreen .carousel-item::after {
  pointer-events: none;
  user-select: none;
  display: block;
  clear: both;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.25) 73%,
    rgba(0, 0, 0, 0.4) 80%,
    rgba(0, 0, 0, 0.7) 95%,
    rgba(0, 0, 0, 0.95) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.border-link {
  color: var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  display: inline-flex;
  line-height: 1.1;
}

.border-link:hover {
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}

.header .nav-link.no-border-link {
  color: var(--text-primary) !important;
  transition: all 0.3s ease-out !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.header .nav-tabs .nav-link {
  text-transform: initial !important;
}
.header .nav-link.no-border-link:hover {
  background-color: var(--primary-lighter);
  color: var(--text-secondary) !important;
}

.abs-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray) !important;
  width: 10%;
  height: 100%;
  z-index: -1;
}

.banja-nav {
  bottom: 3rem;
  right: 3rem;
}

.banja-carousel .banja-img {
  object-fit: cover;
  min-height: 260px;
}

.banja-carousel .banja-box {
  min-height: 260px;
}

/* tekstualni indikatori */
.banja-indicator {
  border: 0;
  background: transparent;
  padding: 0 0 0.25rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #555;
  /* zameni sa var(--text-s) ako imaš */
  cursor: pointer;
}

.banja-indicator.active,
.banja-indicator:hover {
  color: var(--pink);
  /* tvoja primarna */
  border-bottom: 2px solid var(--pink);
}

/* strelice */
.banja-arrow {
  border: 0 !important;
  background: var(--primary);
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  opacity: 1 !important;
}

.banja-arrow:hover {
  background: var(--pink);
  color: #fff;
}

.abs-center,
.icon-absolute,
.overlay {
  position: absolute;
}

.link-in-text a:hover,
.text-p,
body {
  color: var(--text-primary);
}

.blog-gallery-img,
.box-gallery,
.box-gallery-img,
.object-cover {
  object-fit: cover;
}

#carouselFullScreen .h-100.object-cover {
  pointer-events: none;
  user-select: none;
}

.text-ellipsis,
.webkit {
  text-overflow: ellipsis;
}

#multi-carousel-cards .multi-carousel-item img,
textarea.form-control {
  max-height: unset !important;
}

.chtl-input-form-bock .chtl-btn-primary {
  text-transform: uppercase !important;
}

.button.large-height {
  height: 50px !important;
}

.form-control.text-muted.no-right {
  border-right: 0 !important;
}

.button,
.cursor-pointer,
.nav-close-button {
  cursor: pointer;
}

.text-not-last p:last-child,
.text-not-last p:last-of-type {
  margin-bottom: 0 !important;
}

.button.button-extra,
.button.larger,
.min-fit {
  min-width: fit-content !important;
}

@font-face {
  font-family: Ivy-Presto-Display;
  font-display: swap;
  src: url(fonts/Ivy/Ivy-Presto-Headline-Light.otf) format("opentype");
}

@font-face {
  font-family: Ivy-Presto-Display-Semi;
  font-display: swap;
  src: url(fonts/Ivy/Ivy-Presto-Headline-Semi-Bold.otf) format("opentype");
}

@font-face {
  font-family: FuturaLight;
  font-display: swap;
  src: url(fonts/Futura/futura-book-bt.ttf?v=3) format("truetype");
}

@font-face {
  font-family: FuturaMedium;
  font-display: swap;
  src: url(fonts/Futura/FuturaStd-Book.otf?v=3) format("truetype");
}

.ff-futura-medium {
  font-family: FuturaMedium, sans-serif;
}

:root {
  --primary: #2fa6de;
  --primary-light: #efedf5;
  --primary-lighter: #fbfafc;
  --primary-darker: #220f3d;
  --secondary: #2fa6de;
  --secondary-light: #111111;
  --secondary-dark: #111111;
  --tertiary: #3b6f9d;
  --tertiary-light: #222222;
  --tertiary-lighter: #222222;
  --gray: #f4fafd;
  --gray-light: #e9e9e9;
  --gray-lighter: #f4fafd;
  --white: #ffffff;
  --black: #000000;
  --pink: #2fa6de;
  --text-primary: #212121;
  --text-secondary: #2fa6de;
  --text-tertiary: #aeb2b9;
  --text-gray: gray;
  --text-white: white;
  --border-primary: #ccc;
  --border-secondary: #8d94a0;
  --border-tertiary: #333333;
  --border-gray: #e8e8e8;
  --border-gray-light: #e9e9e9;
  --border-gray-lighter: #f3f3f3;
  --border-white: #ffffff;
  --border-black: #000000;
  --font-text: 16px;
  --font-family: FuturaLight, sans-serif;
  --filter-primary: invert(71%) sepia(32%) saturate(6225%) hue-rotate(168deg)
    brightness(93%) contrast(86%);
  --filter-primary: invert(71%) sepia(32%) saturate(6225%) hue-rotate(168deg)
    brightness(93%) contrast(86%);
  --filter-tertiary: invert(10%) sepia(95%) saturate(2717%) hue-rotate(260deg)
    brightness(95%) contrast(96%);
  --filter-gray: invert(92%) sepia(7%) saturate(28%) hue-rotate(316deg)
    brightness(81%) contrast(84%);
  --filter-white: brightness(0) invert(1);
  --filter-black: invert(0%);
  --filter-pink: invert(36%) sepia(28%) saturate(2915%) hue-rotate(311deg)
    brightness(93%) contrast(90%);
  --transition-all: all 0.3s ease-out;
  --transition-color: color 0.3s ease-out;
  --transition-margin: margin 0.3s ease-out;
  --transition-transform: transform 0.3s ease-out;
  --transition-height: height 0.3s ease-out;
  --margin-top: 125px;
  --margin-top-fixed: 80px;
  --margin-top-mobile: 80px;
  --margin-top-mobile-fixed: 60px;
  --box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  --box-shadow-bottom: rgb(0 0 0 / 6%) 0px 5px 9px;
  --rounded: 3px;
  --rounded-large: 8px;
  --rounded-larger: 16px;
  --overlay: rgba(0, 0, 0, 0.65);
  --mdb-body-font-size: 16px;
}

.accord .accordion-button:not(.collapsed):after,
.filter-b-to-p:hover,
.filter-g-to-p:hover,
.filter-p,
.filter-p-to-b,
.filter-p-to-g,
.filter-p-to-q,
.filter-p-to-s,
.filter-p-to-t,
.filter-p-to-w,
.filter-s-to-p:hover,
.filter-t-to-p:hover,
.filter-w-to-p:hover {
  filter: var(--filter-primary);
}

.m-top,
.m-top.fixed {
  transition: var(--transition-margin);
}

html {
  font-size: var(--font-text);
  overscroll-behavior: none;
}

.gm-style-iw-d,
body.modal-open {
  overflow: hidden !important;
}

#modalVideo,
.header-top,
.webkit {
  overflow: hidden;
}

body {
  font-family: var(--font-family);
  line-height: 1.9;
  overflow: auto !important;
  padding-right: 0 !important;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 991px) {
  ::-webkit-scrollbar {
    width: 5px;
    scrollbar-color: var(--primary);
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: var(--primary);
  }
}

.h-33 {
  height: 33rem;
}

.h-29 {
  height: 29rem;
}

.h-16 {
  height: 16rem;
}

.h-13 {
  height: 14rem;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.white-normal,
.white-space-normal {
  white-space: normal !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.z-100 {
  z-index: 100;
}

.z-10 {
  z-index: 10;
}

.z-1 {
  z-index: 1;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
}

.abs-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w-fit {
  width: fit-content !important;
}

.text-align-last-center,
.text-align-last-mobile-center p {
  text-align-last: center !important;
}

.text-justify {
  text-align: justify;
}

.border-divider {
  background-color: var(--border-gray-lighter);
  width: 100%;
  height: 1px;
}

.ls-none {
  list-style: none;
}

.ls-dist {
  list-style-type: disc;
}

.m-top {
  margin-top: var(--margin-top);
}

.m-top.fixed {
  margin-top: var(--margin-top-fixed);
}

.icon-hover,
.link-border:after {
  transition: var(--transition-transform);
}

.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.webkit-1 {
  -webkit-line-clamp: 1;
}

.webkit-2 {
  -webkit-line-clamp: 2;
}

.webkit-3 {
  -webkit-line-clamp: 3;
}

.webkit-4 {
  -webkit-line-clamp: 4;
}

.webkit-5 {
  -webkit-line-clamp: 5;
}

.webkit-6 {
  -webkit-line-clamp: 6;
}

.webkit-7 {
  -webkit-line-clamp: 7;
}

.webkit-8 {
  -webkit-line-clamp: 8;
}

.ff-p-bold,
.ff-p-light,
.ff-p-regular {
  font-family: FuturaLight, sans-serif;
}

.ff-p-medium,
.ff-s-bold,
.ff-s-light,
.ff-s-medium,
.ff-s-regular {
  font-family: Ivy-Presto-Display, sans-serif;
}

.ff-p-semi {
  font-family: OpenSans-SemiBold, sans-serif;
}

.ff-s-semi {
  font-family: Ivy-Presto-Display-Semi, sans-serif;
}

.fs-4xl {
  font-size: 82px;
  line-height: 98px;
}

.fs-xxxl {
  font-size: 49px !important;
  line-height: 69px !important;
}

.fs-3xl-custom {
  font-size: 42px;
  line-height: 58px;
}

.fs-3xl {
  font-size: 47px;
  line-height: 58px;
}

.fs-xxl {
  font-size: 37px;
  line-height: 47px;
}

.fs-xl {
  /* font-size: 32px;
  line-height: 38px; */
  font-size: 30px;
  line-height: 37px;
}

.title-in-text h1,
.title-in-text h2,
.title-in-text h3,
.title-in-text h4,
.title-in-text h5,
.title-in-text h6 {
  font-size: 27px;
  line-height: 37px;
  font-family: Ivy-Presto-Display, sans-serif !important;
  color: var(--text-secondary) !important;
  margin-top: 1rem !important;
}

.title-in-text h1 b,
.title-in-text h1 strong,
.title-in-text h2 b,
.title-in-text h2 strong,
.title-in-text h3 b,
.title-in-text h3 strong,
.title-in-text h4 b,
.title-in-text h4 strong,
.title-in-text h5 b,
.title-in-text h5 strong,
.title-in-text h6 b,
.title-in-text h6 strong {
  font-weight: unset !important;
}
.fs-lg-custom {
  font-size: 27px;
  line-height: 34px;
}

.fs-lg {
  font-size: 24px;
  line-height: 36px;
}

.fs-md {
  font-size: 21px !important;
  line-height: 27px !important;
}

.fs-sm,
.fs-sml,
.fs-xmd {
  line-height: 31px !important;
}

.fs-xmd {
  font-size: 17px !important;
}

.fs-sm,
.fs-sml {
  font-size: 16px !important;
}

.fs-xsm {
  font-size: 15px !important;
  line-height: 27px !important;
}

.fs-2xsm {
  font-size: 14px !important;
  line-height: 18px !important;
}

.fs-xxsm {
  font-size: 12px;
  line-height: 18px;
}

.bg-p,
.bg-p-to-s,
.form-check-input[type="checkbox"]:checked {
  background-color: var(--primary) !important;
}

.bg-p-to-s:hover,
.bg-pink {
  background-color: var(--pink) !important;
}

.bg-p-light {
  background-color: var(--primary-light) !important;
}

.bg-p-lighter {
  background-color: var(--primary-lighter) !important;
}

.bg-s {
  background-color: var(--secondary) !important;
}

.bg-s-light {
  background-color: var(--secondary-light) !important;
}

.bg-s-lighter {
  background-color: var(--secondary-lighter) !important;
}

.bg-t {
  background-color: var(--tertiary) !important;
}

.bg-t-light {
  background-color: var(--tertiary-light) !important;
}

.bg-t-lighter {
  background-color: var(--tertiary-lighter) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-gray.bg-gray-to-p:hover {
  background-color: var(--primary) !important;
}

.bg-gray-light {
  background-color: var(--gray-light) !important;
}

.bg-gray-lighter {
  background-color: var(--gray-lighter) !important;
}

#carouselFullScreen .carousel-indicator,
.bg-white {
  background-color: var(--white) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.link-p-to-s:hover,
.link-s-to-p,
.link-s-to-t,
.link-t-to-s:hover,
.link-w-to-s:hover,
.text-s {
  color: var(--text-secondary) !important;
}

.text-t {
  color: var(--text-tertiary);
}

.text-g {
  color: var(--text-gray);
}

.link-w-to-q,
.text-w {
  color: var(--text-white);
}

.icon-absolute {
  top: 50%;
  transform: translateY(-50%);
  right: 1rem !important;
}

.icon-absolute.rotate-90 {
  transform: rotate(90deg) translateX(-50%) !important;
}

.icon-10xl {
  width: 250px;
}

.icon-9xl {
  width: 220px;
}

.icon-8xl {
  width: 177px;
}

.icon-7xl {
  width: 180px;
}

.icon-6xl {
  width: 150px;
}

.icon-5xl {
  width: 120px;
}

.icon-4xl {
  width: 90px;
}

.icon-3xl {
  width: 72px;
}

.icon-2xl {
  width: 48px;
}

.icon-xl {
  width: 34px;
}

.icon-lg {
  width: 24px;
}

.icon-md {
  width: 20px;
  height: auto !important;
}

.icon-sm {
  width: 16px;
}

.icon-xmd {
  width: 18px;
}

.icon-xsm {
  width: 14px;
}

.close-icon,
.icon-xxsm {
  width: 12px;
}

.icon-3xsm {
  width: 8px;
}

.icon-hover {
  transform: scale(1) translateZ(0);
}

.icon-hover-minus:hover {
  transform: scale(0.95) translateZ(0);
}

.icon-hover-plus:hover {
  transform: scale(1.03) translateZ(0);
}

.border-t {
  border-top: 1px solid;
}

.border-e {
  border-right: 1px solid;
}

.border-b {
  border-bottom: 1px solid;
}

.border-s {
  border-left: 1px solid;
}

.border-color-b-to-p:hover,
.border-color-g-to-p:hover,
.border-color-p,
.border-color-p-to-b,
.border-color-p-to-g,
.border-color-p-to-s,
.border-color-p-to-t,
.border-color-p-to-w,
.border-color-s-to-p:hover,
.border-color-t-to-p:hover,
.border-color-w-to-p:hover {
  border-color: var(--border-primary);
}

.border-color-b-to-s:hover,
.border-color-g-to-s:hover,
.border-color-p-to-s:hover,
.border-color-s,
.border-color-s-to-b,
.border-color-s-to-g,
.border-color-s-to-p,
.border-color-s-to-t,
.border-color-s-to-w,
.border-color-t-to-s:hover,
.border-color-w-to-s:hover {
  border-color: var(--border-secondary);
}

.border-color-b-to-t:hover,
.border-color-g-to-t:hover,
.border-color-p-to-t:hover,
.border-color-s-to-t:hover,
.border-color-t,
.border-color-t-to-b,
.border-color-t-to-g,
.border-color-t-to-p,
.border-color-t-to-s,
.border-color-t-to-w,
.border-color-w-to-t:hover {
  border-color: var(--border-tertiary);
}

.border-color-b-to-g:hover,
.border-color-g,
.border-color-g-to-b,
.border-color-g-to-p,
.border-color-g-to-s,
.border-color-g-to-t,
.border-color-g-to-w,
.border-color-p-to-g:hover,
.border-color-s-to-g:hover,
.border-color-t-to-g:hover,
.border-color-w-to-g:hover {
  border-color: var(--border-gray);
}

.border-color-b-to-w:hover,
.border-color-g-to-w:hover,
.border-color-p-to-w:hover,
.border-color-s-to-w:hover,
.border-color-t-to-w:hover,
.border-color-w,
.border-color-w-to-b,
.border-color-w-to-g,
.border-color-w-to-p,
.border-color-w-to-q,
.border-color-w-to-s,
.border-color-w-to-t {
  border-color: var(--border-white);
}

.header.open .border-color-b-to-w:hover,
.header.open .border-color-g-to-w:hover,
.header.open .border-color-p-to-w:hover,
.header.open .border-color-s-to-w:hover,
.header.open .border-color-t-to-w:hover,
.header.open .border-color-w,
.header.open .border-color-w-to-b,
.header.open .border-color-w-to-g,
.header.open .border-color-w-to-p,
.header.open .border-color-w-to-q,
.header.open .border-color-w-to-s,
.header.open .border-color-w-to-t,
.header.fixed .border-color-b-to-w:hover,
.header.fixed .border-color-g-to-w:hover,
.header.fixed .border-color-p-to-w:hover,
.header.fixed .border-color-s-to-w:hover,
.header.fixed .border-color-t-to-w:hover,
.header.fixed .border-color-w,
.header.fixed .border-color-w-to-b,
.header.fixed .border-color-w-to-g,
.header.fixed .border-color-w-to-p,
.header.fixed .border-color-w-to-q,
.header.fixed .border-color-w-to-s,
.header.fixed .border-color-w-to-t {
  border-color: var(--border-black);
}

.border-color-b,
.border-color-b-to-g,
.border-color-b-to-p,
.border-color-b-to-s,
.border-color-b-to-t,
.border-color-b-to-w,
.border-color-g-to-b:hover,
.border-color-p-to-b:hover,
.border-color-s-to-b:hover,
.border-color-t-to-b:hover,
.border-color-w-to-b:hover {
  border-color: var(--border-black);
}

.border-s-to-q {
  border-color: var(--primary);
}

.border-color-w-to-q:hover,
.border-s-to-q:hover,
.border-w-to-q:hover {
  border-color: var(--pink);
}

.border-w-to-q,
.link-border-w:after {
  border-color: var(--white);
}

.border-color-g-light {
  border-color: var(--border-gray-light);
}

.border-color-g-lighter {
  border-color: var(--border-gray-lighter);
}

.rounded-p {
  border-radius: var(--rounded);
}

.rounded-s {
  border-radius: var(--rounded-large);
}

.rounded-t {
  border-radius: var(--rounded-larger);
}

.link-in-text a {
  transition: var(--transition-all);
  color: var(--text-secondary);
  border-bottom: 1px solid var(--text-secondary);
}

.link-in-text a:hover {
  border-color: black;
}

.link-in-text-s a {
  transition: var(--transition-all);
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}

.link-in-text-s a:hover {
  color: var(--text-secondary);
  border-color: var(--text-secondary);
}

.breadcrumb-item a,
.link-p-to-q,
.link-p-to-s,
.link-p-to-t,
.link-t-to-p:hover,
.link-w-to-p:hover {
  color: var(--text-primary) !important;
}

.breadcrumb-capitalize {
  text-transform: lowercase;
}

.breadcrumb-capitalize::first-letter {
  text-transform: uppercase;
}

.pdf-div:hover img {
  filter: var(--filter-primary);
}

.link-p-to-q:hover,
.link-s-to-p:hover {
  color: var(--pink) !important;
}

.link-p-to-t:hover,
.link-s-to-t:hover,
.link-t-to-p,
.link-t-to-s,
.link-w-to-t:hover {
  color: var(--text-tertiary) !important;
}

.link-p-to-w:hover {
  color: var(--text-primary) !important;
  color: var(--text-white) !important;
}

.link-s-to-q {
  color: var(--text-secondary);
}

.link-in-text a:hover,
.link-s-to-q:hover,
.link-w-to-q:hover {
  color: black !important;
}

.link-q-to-p {
  color: var(--pink);
}

.link-q-to-p:hover {
  color: var(--text-primary);
}

.link-s-to-w:hover {
  color: var(--text-secondary) !important;
  color: var(--text-white) !important;
}

.link-t-to-w:hover {
  color: var(--text-tertiary) !important;
  color: var(--text-white) !important;
}

.link-w-to-p,
.link-w-to-s,
.link-w-to-t {
  color: var(--text-white) !important;
}

.link-border {
  display: inline-block;
}

.link-border:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}

.button,
.header .nav-link {
  display: flex;
  justify-content: center;
}

.button,
.button-primary,
.header,
.header.fixed {
  transition: var(--transition-all);
}

.header.white,
.header.fixed {
  box-shadow: var(--box-shadow-bottom) !important;
}

/* .header.open.white {
  box-shadow: var(--box-shadow);
} */

.link-border:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.link-border-p:after {
  border-color: var(--text-primary);
}

.link-border-s:after {
  border-color: var(--text-secondary);
}

.link-border-t:after {
  border-color: var(--text-tertiary);
}

.filter-b-to-s:hover,
.filter-g-to-s:hover,
.filter-p-to-s:hover,
.filter-s,
.filter-s-to-b,
.filter-s-to-g,
.filter-s-to-p,
.filter-s-to-t,
.filter-s-to-w,
.filter-t-to-s:hover,
.filter-w-to-s:hover {
  filter: var(--filter-primary);
}

.filter-b-to-t:hover,
.filter-g-to-t:hover,
.filter-p-to-t:hover,
.filter-s-to-t:hover,
.filter-t,
.filter-t-to-b,
.filter-t-to-g,
.filter-t-to-p,
.filter-t-to-s,
.filter-t-to-w,
.filter-w-to-t:hover {
  filter: var(--filter-tertiary);
}

.filter-p-to-q:hover,
.filter-w-to-q:hover {
  filter: var(--filter-pink);
}

.filter-p-to-w:hover {
  filter: var(--white);
}

.filter-b,
.filter-b-to-g,
.filter-b-to-p,
.filter-b-to-s,
.filter-b-to-t,
.filter-b-to-w,
.filter-g-to-b:hover,
.filter-p-to-b:hover,
.filter-s-to-b:hover,
.filter-t-to-b:hover,
.filter-w-to-b:hover {
  filter: var(--filter-black);
}

.filter-g,
.filter-g-to-b,
.filter-g-to-p,
.filter-g-to-s,
.filter-g-to-t,
.filter-g-to-w,
.filter-p-to-g:hover,
.filter-s-to-g:hover,
.filter-t-to-g:hover {
  filter: var(--filter-gray);
}

.filter-b-to-w:hover,
.filter-g-to-w:hover,
.filter-s-to-w:hover,
.filter-t-to-w:hover,
.filter-w,
.filter-w-to-b,
.filter-w-to-g,
.filter-w-to-p,
.filter-w-to-q,
.filter-w-to-s,
.filter-w-to-t {
  filter: var(--filter-white);
}

.box-gallery-img,
.box-gallery:hover .blog-gallery-img,
.grayscale-100 {
  filter: grayscale(100%);
}

.button {
  align-items: center;
  align-self: center;
  width: 150px;
  padding: 0.5rem;
  border-radius: var(--rounded);
  font-family: var(--font-family);
  border: 1px solid;
  letter-spacing: 0.64px;
  height: 43px !important;
  border-radius: 0;
}

.button.larger {
  width: 185px;
}

.button.button-extra {
  width: 180px;
}

.button.extra.larger {
  width: 250px !important;
}

.button-primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.button-primary:hover,
.multi-buttons .carousel-control-next:hover,
.multi-buttons .carousel-control-prev:hover {
  background-color: var(--white);
  color: var(--pink);
  border-color: var(--pink);
  transition: var(--transition-all);
}

.button-secondary {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
  transition: var(--transition-all);
}

.button-secondary:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.button-white {
  background: var(--white);
  color: var(--text-primary);
  border-color: var(--white);
}

.button-white-2:hover,
.button-white:hover {
  background-color: var(--pink);
  color: var(--text-white);
  border-color: var(--pink);
}

.header.open .button-white,
.header.fixed .button-white {
  background-color: var(--pink);
  color: var(--text-white);
  border-color: var(--pink);
}

.header.open .button-white:hover,
.header.fixed .button-white:hover {
  background-color: var(--white);
  color: var(--primary);
  border-color: var(--primary);
}

.box-shadow {
  box-shadow: var(--box-shadow);
}

.box-shadow-b {
  box-shadow: var(--box-shadow-bottom);
}

.box-shadow-none {
  box-shadow: none;
}

.header {
  padding-right: 0 !important;
}

/* .header.fixed {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
} */

.header-top {
  height: 45px;
  transition: height 0.3s ease-out;
}

.header.fixed .header-top {
  height: 0;
}

.header-bottom {
  height: 80px;
  background: #ffffff60;
}

.header.open .header-bottom,
.header.fixed .header-bottom {
  background: white !important;
}

.header.open .header-top {
  background-color: var(--gray) !important;
}

.header.fixed .icon-hover,
.header.open .icon-hover {
  filter: unset !important;
}

.header.open .link-w-to-p {
  color: var(--text-primary) !important;
}

.blog-gallery-img,
.box-gallery-img,
.image-overlay {
  height: 100%;
  transition: var(--transition-all);
}

.header .nav-link {
  align-items: center;
}

.header.open .text-white,
.header.fixed .text-white {
  color: var(--text-primary) !important;
  border-bottom: 1px solid transparent !important;
}

.header.open .text-white:hover,
.header.fixed .text-white:hover {
  color: var(--text-primary) !important;
  border-bottom: 1px solid var(--text-primary) !important;
}

.header.fixed .arrow-down,
.header.open .arrow-down {
  filter: invert(53%) sepia(5%) saturate(2612%) hue-rotate(148deg)
    brightness(93%) contrast(93%) !important;
  filter: invert(11%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(102%)
    contrast(95%) !important;
}

.header.open .text-white:focus,
.header.fixed .text-white:focus {
  color: var(--text-primary) !important;
}

.header.open .dropdown-toggle.show .text-white:focus,
.header.fixed .dropdown-toggle.show .text-white:focus {
  color: var(--text-primary) !important;
}

.header.open .dropdown-toggle.show .text-white:hover,
.header.fixed .dropdown-toggle.show .text-white:hover {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary) !important;
}

.header.open .dropdown-toggle.show .text-white:focus,
.header.open .dropdown-toggle.show .text-white,
.header.fixed .dropdown-toggle.show .text-white {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary) !important;
}

.header.open .dropdown-toggle.show .arrow-down,
.header.open .dropdown-toggle.show .arrow-down {
  filter: invert(53%) sepia(5%) saturate(2612%) hue-rotate(148deg)
    brightness(93%) contrast(93%) !important;
}

.image-overlay,
.ratio-yt::before {
  display: none !important;
}

.header .nav-link {
  border-bottom: 1px solid transparent;
}

.header .nav-link:hover {
  border-bottom: 1px solid var(--primary-lighter);
}

.header .nav-link:focus,
.header .nav-link:hover {
  color: var(--white) !important;
}

.header .dropdown-menu {
  box-shadow: 0 3px 6px #00000029;
  position: fixed !important;
  width: 100vw !important;
  transform: translate(0, 125px) !important;
  border-radius: 0 !important;
  top: 0 !important;
  transition: 0.3s ease-out;
}

.header.fixed .dropdown-menu {
  transform: translate(0, 79px) !important;
}

.header .nav-tabs .nav-link {
  border: none !important;
  color: var(--text-primary) !important;
}

.header .nav-tabs .nav-link.active,
.header .nav-tabs .nav-link:hover {
  background-color: var(--primary-lighter);
  color: var(--text-secondary) !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.dropdown-toggle-custom:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 6px;
  border: none !important;
  width: 11px;
  height: 7px;
  background: url("/images/icons/prolom-voda-alkalna-mineralna-strelica-dole.svg")
    0 0/100% no-repeat;
  transform: rotateX(0);
  transition: transform 0.3s ease-out;
}

.dropdown-hover:hover .dropdown-toggle-custom:after {
  background-size: 100%;
  transform: rotateX(180deg);
  transition: transform 0.3s ease-out;
}

#carouselFullScreen .carousel-inner {
  height: 100svh !important;
}

/* .carousel-caption {
  left: 9rem !important;
  top: 9rem !important;
  max-width: 40vw;
} */

.box-gallery {
  max-height: 500px;
}

.box-gallery:hover .image-overlay {
  opacity: 0;
}

.blog-gallery-img,
.box-gallery:hover .box-gallery-img {
  filter: grayscale(0%);
}

.lh-21 {
  line-height: 21px !important;
}

.abs-center-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(64, 64, 64, 0.8), rgba(192, 192, 192, 0.8));
  pointer-events: none;
}

#multi-carousel-cards .carousel-control-next,
#multi-carousel-cards .carousel-control-prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}

#multi-carousel-cards .carousel-control-prev {
  margin-right: 10px;
}

.carousel-indicators.hero-slider {
  bottom: 30svh !important;
  margin-left: unset !important;
  margin-right: unset !important;
  justify-content: start !important;
  max-width: 40vw;
  left: 9rem;
}

.hero-content {
  min-height: 70px;
}

#carouselFullScreen .carousel-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: var(--transition-all);
  text-transform: uppercase;
  line-height: 1;
  border-radius: 50%;
  opacity: 1 !important;
  font-size: 18px !important;
  text-indent: unset !important;
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
  background-clip: unset !important;
}

#carouselFullScreen .carousel-indicator.active,
#carouselFullScreen .carousel-indicator:hover,
.button.active {
  border-color: var(--pink) !important;
  background-color: var(--pink) !important;
}

.text-ellipsis {
  overflow-x: hidden;
}

.text-ellipsis a {
  white-space: nowrap;
}

.breadcrumb-background {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.breadcrumb-background.smaller {
  height: 70px !important;
}

.card-1 .image-1 {
  opacity: 1;
  transition: 0.3s ease-out;
}

.card-1 .image-2 {
  transition: 0.3s ease-out;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0 !important;
  z-index: 10;
}

.card-1:hover .image-2,
.modal-backdrop {
  opacity: 1 !important;
}

.accordion-button.our-team:after {
  background-image: url(/images/icons/estetska-plasticna-hirurgija-royal-arrow-left.svg) !important;
  filter: invert(54%) sepia(96%) saturate(7264%) hue-rotate(190deg)
    brightness(92%) contrast(94%);
  transform: rotate(270deg) !important;
  filter: invert(0) brightness(0);
  position: absolute;
  right: var(--mdb-accordion-btn-padding-x);
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease-out;
  right: 1.25rem;
}

.accordion-button.our-team:not(.collapsed):after {
  background-image: var(--mdb-accordion-btn-active-icon);
  transform: rotate(90deg) !important;
}

.breadcrumb-item.active {
  color: var(--primary) !important;
}

.form-control {
  height: 55px !important;
  font-size: 14px !important;
}

.form-outline .form-control ~ .form-notch div {
  border-color: #e8e8e8 !important;
  border-radius: 0 !important;
}

.form-outline
  .form-control.select-input:focus
  ~ .form-notch
  .form-notch-leading,
.form-outline
  .form-control.select-input:focus
  ~ .form-notch
  .form-notch-trailing,
.form-outline
  .form-control.select-input:hover
  ~ .form-notch
  .form-notch-leading,
.form-outline
  .form-control.select-input:hover
  ~ .form-notch
  .form-notch-trailing,
.form-outline .form-control:focus ~ .form-notch .form-notch-leading,
.form-outline .form-control:focus ~ .form-notch .form-notch-middle,
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing,
.form-outline .form-control:hover ~ .form-notch .form-notch-leading,
.form-outline .form-control:hover ~ .form-notch .form-notch-middle,
.form-outline .form-control:hover ~ .form-notch .form-notch-trailing {
  box-shadow: none !important;
  border-color: var(--secondary) !important;
}

.form-outline .form-control.select-input:focus ~ .select-label,
.form-outline .form-control ~ .form-label,
.select-input.focused ~ .select-label {
  color: var(--text-primary) !important;
  padding: 0 !important;
  font-family: FuturaLight, sans-serif !important;
  font-size: 14px !important;
}

.form-outline .form-control.active ~ .form-label,
.form-outline .form-control.select-input.focused:focus ~ .select-label,
.form-outline .form-control.select-input:focus ~ .select-label,
.form-outline .form-control:focus ~ .form-label {
  top: -50% !important;
  background: white;
  z-index: 10;
  transform: translateY(50%) scale(0.8) !important;
  color: var(--text-primary) !important;
  font-size: var(--font-text) !important;
}

.form-control.select-input.active + .form-label,
.form-outline .form-control ~ .form-label {
  top: 50%;
  transform: translateY(-50%);
}

.form-control.select-input,
.form-outline
  .form-control.select-input:focus
  ~ .form-notch
  .form-notch-leading,
.form-outline
  .form-control.select-input:focus
  ~ .form-notch
  .form-notch-trailing,
.select-input.focused ~ .form-notch .form-notch-leading,
.select-input.focused ~ .form-notch .form-notch-middle,
.select-input.focused ~ .form-notch .form-notch-trailing {
  box-shadow: none !important;
}

.invalid-feedback {
  width: auto;
  color: #2fa6de;
  margin-top: 0 !important;
  top: unset !important;
  font-size: 11px !important;
  bottom: -20px !important;
}

.select-arrow {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px !important;
  right: 15px !important;
}

.select-arrow:before {
  content: "";
  position: absolute;
  top: 0 !important;
  right: 0;
  border: none !important;
  width: 23px;
  height: 23px;
  background: url(/images/icons/prolom-voda-alkalna-mineralna-strelica-dole.svg)
    0 0/100% no-repeat;
  transform: rotateX(0);
  transition: transform 0.3s ease-out;
}

.modal-image-box:after,
.modal-image-box:before {
  content: "";
  height: 345px;
  width: min(275px, calc((0.03107) * 100vw + (215.34951) * 1px));
  position: absolute;
  right: 0;
  top: 0;
}

.modal-header {
  border-bottom: 0 !important;
}

textarea.form-control {
  min-height: 7rem !important;
  height: unset !important;
}

.form-outline textarea.form-control ~ .form-label,
textarea.form-control.select-input.active + .form-label {
  top: 15% !important;
}

.form-outline .form-control {
  padding: 0.75rem 2rem 0.75rem 0.75rem !important;
  background-color: var(--white) !important;
}

.form-check-input:checked,
.form-check-input:checked:focus,
.form-control-custom:focus,
.form-control-custom:hover,
.modal .form-control:focus,
.modal .form-control:hover,
.contact-form .form-control:focus,
.contact-form .form-control:hover {
  border-color: var(--primary) !important;
}

.form-check-input[type="radio"]:checked:after {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
}

.form-check-input:checked:focus:before {
  box-shadow: 0 0 0 13px var(--primary) !important;
}

.select-option-text {
  font-size: 14px !important;
}

.nav-pills.menu-sidebar .nav-link.active,
.nav-pills.menu-sidebar .show > .nav-link {
  border-color: var(--primary) !important;
  font-weight: unset !important;
  color: var(--primary) !important;
  background-color: var(--primary-light) !important;
}

.nav-pills .nav-link {
  border-left: 2px solid var(--white);
}

.modal-image-box:before {
  background: url(/images/icons/prolom-voda-alkalna-mineralna-modal.svg)
    top/100% no-repeat;
}

.modal-image-box:after {
  background: url(https://www.theaestheticsociety.org/themes/custom/d8comp/assets/svg/beauty-mark-consultation-line.svg)
    top/100% no-repeat;
}

.modal-image {
  z-index: 1;
  padding: 2rem 100px;
}

.modal-image-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    transparent 0,
    transparent 61%,
    #2fa6de 61%,
    #2fa6de 100%
  );
}

#modalVideo .btn-close {
  position: absolute;
  right: 0;
  z-index: 100;
  filter: invert(1);
}

.video-yt:hover .video-yt-img {
  filter: grayscale(100%) !important;
}

#modalVideo {
  padding-right: 0 1rem !important;
}

#modalVideo .modal-dialog {
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#modalVideo .modal-content {
  background-color: transparent !important;
}

.ratio {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.accordion-flush .accordion-button:not(.collapsed),
.page-item.active .page-link {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.accordion-flush .accordion-collapse {
  background: var(--primary-light) !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: initial !important;
}

.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
  margin-bottom: 0 !important;
}

.select-option-group-label {
  font-family: FuturaLight-Regular, sans-serif !important;
  color: var(--text-secondary) !important;
  background: var(--primary-light);
  line-height: 1 !important;
  text-transform: uppercase;
}

.invalid-feedback-radio {
  margin: 0 !important;
  left: 0 !important;
  white-space: nowrap !important;
}

.form-check-input.is-invalid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--text-primary) !important;
}

.form-check-input.is-invalid,
.form-check-input.is-valid,
.was-validated .form-check-input:invalid,
.was-validated .form-check-input:valid {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.nav-pills.menu-sidebar .nav-item-custom .nav-link.active,
.nav-pills.menu-sidebar .nav-item-custom .show > .nav-link {
  background: rgb(159 28 120 / 20%) !important;
  border-color: #9f1c78 !important;
}

.nav-pills.menu-sidebar .nav-item-custom .nav-link {
  color: #9f1c78 !important;
}

.sticky-top {
  height: calc(100vh - 200px);
  overflow-y: scroll;
}

.sticky-top-custom {
  height: calc(100svh - 1.5rem - var(--margin-top)) !important;
  overflow-y: auto !important;
  top: var(--margin-top) !important;
}

.form-control-custom {
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 4px !important;
}

.icon-search {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.page-item .page-link {
  font-family: Ivy-Presto-Display, sans-serif !important;
  border-radius: 0 !important;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.nav-close-button {
  width: 30px;
  height: 30px;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc(6vw + 4px);
  top: 25px;
  z-index: 11111111;
  outline: 0 !important;
}

.nav-circle,
span.border {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
}

.nav-close-button.absolute {
  position: absolute;
  right: 15px !important;
  top: 15px !important;
}

span.border {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.nav-circle circle {
  stroke-dasharray: 92;
  stroke-dashoffset: 92;
  stroke: var(--primary);
  stroke-width: 1px;
  transition: 0.5s ease-out;
  fill: none;
}

.modal-header.filter .nav-circle circle {
  stroke: #fff;
}

.nav-close-button:hover .nav-circle circle {
  stroke-dashoffset: 0;
  transition: 0.5s ease-out;
}

#form_message,
.dropdown-toggle:after,
.form-check-input:focus:before,
.form-content.hidden {
  display: none;
}

.icon-xxxsm {
  width: 11px;
}

.pointer-none {
  pointer-events: none !important;
}

.contact-form .form-control,
.modal .form-control {
  height: 50px !important;
  box-shadow: none !important;
  transition: var(--primary-transition);
  border-color: var(--black) !important;
}

.contact-form textarea.form-control,
.modal textarea.form-control {
  height: 120px !important;
}

.blok-text {
  width: 135px !important;
}

.text-container {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s;
}

.text-container.show {
  max-height: 2000px;
  padding-bottom: 50px;
}

.gradient::before {
  content: "";
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(251, 250, 252, 0) 0, #fbfafc 70%);
  transition: height 0.3s ease-out;
}

.show.gradient::before {
  height: 50px;
}

.nav .show-btn::after,
.show-btn::after,
.show-more-btn::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/images/icons/estetska-plasticna-hirurgija-royal-strelica-dole.svg);
  background-position: center;
  top: 50%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.show-btn,
.show-more-btn {
  bottom: 0;
  background-color: transparent !important;
  height: 60px;
  border: none;
  position: absolute;
  width: 100%;
}

.show-btn::after,
.show-more-btn::after {
  filter: invert(12%) sepia(44%) saturate(5550%) hue-rotate(260deg)
    brightness(87%) contrast(95%);
  right: 50%;
  transform: translate(50%, -50%);
  transition: transform 0.3s ease-out;
  transform-origin: center center;
}

.nav .show-btn::after {
  filter: invert(100%);
  right: 0;
  transform: translate(-35%, -50%) rotate(270deg);
}

.accord .accordion-button:after,
.accord .accordion-button:not(.collapsed):after {
  background-image: url("/images/icons/prolom-voda-alkalna-mineralna-arrow-down-thin.svg");
  background-size: 16px;
  background-position: right center;
}

.show-btn.rotate::after,
.show-more-btn.rotate::after {
  transform: translate(50%, -50%) rotate(180deg);
}

.pre-i-posle-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  background-color: #2fa6deb2;
  color: var(--white);
  text-align: center;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#form_message.shown,
#map,
.checkmark {
  display: block;
}

.gradient-right::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(251, 250, 252, 0) 0,
    rgba(251, 250, 252, 0.95) 70%
  );
  transition: width 0.3s ease-out;
}

.timeline-section .link-in-text a {
  color: var(--secondary) !important;
  transition: var(--transition-all);
  border-bottom: 1px solid var(--secondary);
}

.timeline-section .link-in-text a:hover {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary);
}

.img-usluge {
  height: 70px;
}

.container.narrow {
  max-width: 700px !important;
}
.container.narrow.larger {
  max-width: 900px !important;
}

.absolute-img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.ponude .nav-tabs .nav-link {
  border: 0 !important;
  background-color: transparent !important;
  color: #000000 !important;
}
.ponude .link-border:hover:after,
.ponude .link-border.active:after {
  transform: scaleX(1) !important;
  transform-origin: 0% 50% !important;
}
.form-control {
  border: 1px solid !important;
  border-radius: 0 !important;
  width: 100%;
  padding: 0 0.5rem !important;
}
.form-control.reservation-input {
  height: 41px !important;
  line-height: 41px !important;
  outline: none !important;
  box-shadow: none !important;
}
.decr {
  position: absolute;
  left: 1px;
  width: 39px;
  height: 39px;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.inc {
  position: absolute;
  right: 1px;
  width: 39px;
  height: 39px;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.icon-sm-bread {
  width: 10px !important;
}
.more-absolute-link {
  bottom: 2rem !important;
  left: 50%;
  transform: translateX(-50%);
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-left: 52px !important;
}

.iti.iti--allow-dropdown {
  min-width: 100% !important;
}

.pointer-none,
.user-none {
  user-select: none !important;
}

.datepicker-cell.selected .datepicker-cell-content {
  background-color: var(--pink) !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }
  .container.small {
    max-width: 1000px !important;
  }
}

@media (min-width: 992px) {
  .w-fit-center,
  .w-fit-end,
  .w-fit-start {
    width: fit-content !important;
  }

  .section-before-after::after,
  .section-before-after::before,
  .section-doctor::after,
  .section-doctor::before {
    position: absolute;
    content: "";
    right: 0;
  }

  .webkit-4-desktop {
    -webkit-line-clamp: 4 !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .w-fit-end {
    margin-left: auto !important;
  }

  .w-fit-center {
    margin: 0 auto !important;
  }

  .w-fit-start {
    margin-right: auto !important;
  }

  #multi-carousel-cards {
    margin-left: -12px;
    margin-right: -12px;
  }

  .hero-content {
    max-width: 850px;
  }

  .section-before-after::before {
    top: 0;
    width: min(671px, calc((0.30485) * 100vw + (85.67961) * 1px));
    height: min(701px, calc((0.31133) * 100vw + (103.25243) * 1px));
    background: url(/images/icons/prolom-voda-alkalna-mineralna-hero-background.svg)
      0 0/100% no-repeat;
  }

  .section-before-after::after {
    top: min(40px, calc((0.01618) * 100vw + (8.93204) * 1px));
    width: min(196px, calc((0.09191) * 100vw + (19.53398) * 1px));
    height: min(635px, calc((0.29773) * 100vw + (63.34951) * 1px));
    background: url(/images/icons/prolom-voda-alkalna-mineralna-hero-line.svg) 0
      0/100% no-repeat;
  }

  .section-doctor::before {
    top: 0;
    width: min(671px, calc((0.30485) * 100vw + (85.67961) * 1px));
    height: min(701px, calc((0.31133) * 100vw + (103.25243) * 1px));
    background-size: 100%;
  }

  .section-doctor::after {
    bottom: min(30px, calc((0.01294) * 100vw + (5.14563) * 1px));
    width: min(1085px, calc((0.54693) * 100vw + (34.90291) * 1px));
    height: min(258px, calc((0.12945) * 100vw + (9.45631) * 1px));
    background-position-x: right;
    background-position-y: center;
    background: url(/images/icons/prolom-voda-alkalna-mineralna-pitaj-doktora-linija.svg)
      no-repeat;
  }
}

@media (min-width: 1200px) {
  .nav-close-button.desktop {
    right: 3rem !important;
    top: 3rem !important;
    transform: translateY(20%) !important;
  }
  .h-100-desktop.button.button-primary.larger {
    height: 100% !important;
  }
  .modal-xl {
    max-width: 1460px !important;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }

  .container-fluid.smaller {
    padding-left: min(140px, calc((0.07508) * 100vw + (-4.15534) * 1px));
    padding-right: min(140px, calc((0.07508) * 100vw + (-4.15534) * 1px));
  }

  .container-fluid.smaller-2 {
    padding-left: min(160px, calc((1) * 100vw + (-3.53104) * 1px));
    padding-right: min(160px, calc((1) * 100vw + (-3.53104) * 1px));
  }

  .container.narrow {
    max-width: 990px;
  }

  .container.narrow.extra {
    max-width: 750px;
  }

  .container.narrow-3 {
    max-width: 880px;
  }

  .container-fluid.container-landing {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media (max-width: 1400px) {
  .carousel-item {
    height: min(980px, calc((0.24595) * 100vw + (507.76699) * 1px));
  }

  .carousel-item img {
    height: 100%;
    object-fit: cover;
  }

  .carousel-caption h2 {
    font-size: min(80px, calc((0.0246) * 100vw + (32.7767) * 1px));
    line-height: 1;
  }

  .carousel-caption {
    left: 1.5rem !important;
    top: min(195px, calc((0.03236) * 100vw + (132.86408) * 1px)) !important;
    max-width: min(825px, calc((0.36246) * 100vw + (129.07767) * 1px));
  }

  .carousel-caption p {
    font-size: min(20px, calc((0.00259) * 100vw + (15.02913) * 1px)) !important;
  }

  .carousel-indicators.hero-slider {
    left: 1.5rem !important;
    bottom: 25svh !important;
  }
}

@media (max-width: 1200px) {
  .text-white.text-primary-mobile {
    color: var(--text-primary) !important;
  }
  .carousel-caption {
    padding-top: 0 !important;
  }

  .navbar {
    box-shadow: none;
  }

  .fs-3xl {
    font-size: 37px;
    line-height: 47px;
  }

  .fs-breadcrumb {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }

  .fs-xxl {
    font-size: 34px;
    line-height: 42px;
  }

  .fs-mobile-3xl,
  .fs-mobile-xxl,
  .fs-xl {
    font-size: 23px;
    line-height: 29px;
  }

  .webkit.webkit-6 {
    -webkit-line-clamp: 5 !important;
  }

  .fs-md {
    font-size: 18px !important;
  }

  .fs-md.not {
    font-size: 21px !important;
  }

  .fs-lg {
    font-size: 20px;
    line-height: 28px;
  }

  .button,
  .button.larger {
    font-size: 14px !important;
  }

  .button {
    width: 160px;
  }

  .mobile-navigation,
  .navbar-collapse {
    position: fixed;
    left: 0;
    background-color: var(--white);
    width: 100vw;
  }

  .button.larger {
    width: 200px !important;
    min-width: fit-content !important;
  }

  #menu-button span,
  #menu-button span:after,
  #menu-button span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: var(--pink);
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    transition: var(--transition-all);
  }

  #menu-button span:before {
    top: -8px;
  }

  #menu-button span:after {
    top: 8px;
  }

  #menu-button:not(.collapsed) span {
    background-color: transparent !important;
  }

  #menu-button:not(.collapsed) span:after,
  #menu-button:not(.collapsed) span:before {
    top: 0;
  }

  #menu-button:not(.collapsed) span:before {
    transform: rotate(135deg);
  }

  #menu-button:not(.collapsed) span:after {
    transform: rotate(-135deg);
  }

  .mobile-navigation {
    top: 0;
    height: calc(100vh - 87px);
    transform: translateX(100vw);
    transition: transform 0.3s ease-out;
    z-index: 99;
  }

  .fixed .mobile-navigation,
  .fixed .navbar-collapse,
  .navbar-collapse {
    height: calc(100vh - 50px);
  }

  .mobile-navigation.active {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
  }

  .fixed .mobile-navigation,
  .fixed .navbar-collapse,
  .navbar-collapse,
  .navbar-collapse.collapse.show {
    transition: var(--transition-all);
  }

  .navbar-collapse {
    border-top: 1px solid var(--gray-light);
    top: 107px;
    transform: translateY(100vh);
    display: flex !important;
  }

  .fixed .navbar-collapse {
    top: 59px;
  }

  .mobile-navigation-content {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }

  .navbar-collapse.collapse.show {
    transform: translateY(0);
  }

  .mobile-navigation-back-link,
  .mobile-navigation-gray-link,
  .mobile-navigation-item,
  .mobile-navigation-list-link {
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: var(--mdb-gutter-x, 1rem);
    padding-left: var(--mdb-gutter-x, 1rem);
    position: relative;
    border-bottom: 1px solid var(--gray-light);
  }

  .mobile-navigation-gray-link span {
    border-bottom: 1px solid;
    padding: 1rem 0 !important;
  }

  .mobile-navigation-back-link .text-uppercase {
    color: var(--pink) !important;
  }

  .mobile-navigation-back-link .arrow img {
    filter: var(--filter-primary) !important;
  }

  .mobile-navigation-gray-link {
    border-bottom: 0 !important;
  }

  .mobile-navigation-back-link {
    justify-content: flex-start !important;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
  }

  .arrow {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-navigation-back-link .arrow {
    transform: scale(-1, 1);
    margin-right: 3px;
  }

  .active > .mobile-navigation-transform,
  .mobile-navigation-transform {
    transform-origin: left center 0px;
    transition: opacity 1s ease-out, transform 0.75s ease-out;
  }

  .arrow,
  .mobile-navigation-back-link span,
  .mobile-navigation-item span,
  span {
    pointer-events: none !important;
  }

  .mobile-nav-link,
  .mobile-nav-link:hover {
    color: var(--text-primary);
  }

  .mobile-navigation-transform {
    opacity: 0;
    transform: matrix(1, 1, 0, 1, 0, 0);
  }

  .active > .mobile-navigation-transform {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  .carousel-indicators.hero-slider {
    bottom: 15svh !important;
    left: 1.5rem !important;
  }
}

@media (max-width: 991px) {
  .bg-gray.bg-white-mobile {
    background-color: white !important;
  }
  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3,
  .carousel-caption h4,
  .carousel-caption h5,
  .carousel-caption h6 {
    font-family: Ivy-Presto-Display, sans-serif !important;
  }

  .title-in-text h1,
  .title-in-text h2,
  .title-in-text h3,
  .title-in-text h4,
  .title-in-text h5,
  .title-in-text h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .icon-5xl {
    width: 90px !important;
  }
  .carousel-caption {
    left: 1rem !important;
    right: 1rem !important;
    transform: initial !important;
  }

  .fs-xxxl {
    font-size: 32px;
    line-height: 38px;
  }

  .webkit-5-mobile {
    -webkit-line-clamp: 5;
  }

  .webkit-mobile {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .banja-nav.mobile {
    position: static !important;
    justify-content: center !important;
  }

  .header {
    background-color: white;
  }

  .section-mobile {
    margin-top: var(--margin-top-mobile);
  }

  #carouselFullScreen .carousel-inner {
    height: auto !important;
  }

  .hero-content {
    min-height: auto;
  }

  .carousel-caption h2 {
    position: relative !important;
    z-index: 100;
  }

  .carousel-caption .hero-content {
    position: relative !important;
    z-index: 100;
  }

  .full-height {
    height: auto !important;
  }

  .full-height .position-absolute {
    position: static !important;
    background: var(--white);
  }

  .full-height .white-box {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .overflow-x-scroll-mobile {
    overflow-x: scroll !important;
  }

  .header-top {
    background-color: var(--gray) !important;
  }

  .m-top-mobile {
    margin-top: var(--margin-top-mobile);
  }
  .text-align-last-center-mobile {
    text-align-last: center !important;
  }
  .m-top,
  .m-top.fixed {
    transition: var(--transition-margin);
  }

  .footer .active .arrow-wrapper .arrow::after,
  .footer .arrow::before {
    transform: rotate(45deg);
  }

  .contact-form .form-control,
  .modal .form-control {
    height: 45px !important;
  }

  .fs-xsm-m {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .breadcrumb-custom .fs-xmd,
  .button,
  .button span {
    font-size: 14px !important;
  }

  .breadcrumb-custom .icon-lg {
    width: 20px !important;
  }

  .h-29 {
    height: 25rem !important;
  }

  .m-top {
    margin-top: var(--margin-top-mobile);
  }

  .m-top.fixed {
    margin-top: var(--margin-top-mobile-fixed);
  }

  .webkit-mobile-4 {
    -webkit-line-clamp: 4 !important;
  }

  .border-no-mobile {
    border-bottom: none !important;
  }

  .multi-carousel .multi-carousel-inner .multi-carousel-item {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .multi-carousel .multi-carousel-inner .multi-carousel-item.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile-fixed-nav.fixed {
    transform: translateY(0);
  }

  .mobile-fixed-nav {
    transition: var(--transition-all);
    transform: translateY(70px);
  }

  .footer-bottom {
    padding-bottom: 80px !important;
  }
  .aspect-mobile-1-1 {
    aspect-ratio: 1/1 !important;
  }

  .footer .mobile-item {
    width: 100% !important;
  }

  .footer .mobile-link,
  .footer .mobile-link:not(:last-of-type) {
    border-bottom: 1px solid var(--primary) !important;
  }

  .footer .arrow-wrapper {
    width: 15px;
    position: relative;
  }

  .footer .arrow::before {
    left: -4px;
    transition: 0.3s ease-out;
  }

  .footer .arrow::after {
    right: 3px;
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
  }

  .footer .active .arrow-wrapper .arrow::before {
    transform: rotate(-45deg);
  }

  .footer .arrow::after,
  .footer .arrow::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: var(--primary) !important;
    content: "";
  }

  .footer .mobile-list {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
  }

  .footer .mobile-list.visible {
    max-height: 700px;
  }

  .text-align-last-center-pre-mobile {
    text-align-last: center !important;
  }

  .container-mobile {
    max-width: 720px !important;
  }

  #carouselFullScreen.mobile .carousel-inner {
    height: auto !important;
  }

  #carouselFullScreen .carousel-item::before,
  #carouselFullScreen .carousel-item::after {
    display: none !important;
  }

  .hero-content,
  .text-align-last-center-mobile {
    text-align-last: center !important;
  }

  .carousel-caption {
    position: static;
    background: var(--gray);
    width: 100% !important;
    max-width: 100vw !important;
    padding: 2rem 1.5rem !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
    flex-direction: column;
    transform: initial !important;
  }

  .white-line {
    height: 30px !important;
    display: none !important;
  }

  .carousel-caption h2 {
    display: flex;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: var(--text-secondary) !important;
  }

  .carousel-caption .hero-content {
    color: var(--text-primary) !important;
  }

  .carousel-caption p {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .container-mobile {
    max-width: 540px !important;
  }

  .multi-buttons.large-screen {
    bottom: 0;
    position: absolute !important;
    height: unset !important;
    left: 0;
    right: 0;
  }

  .carousel-indicators.hero-slider {
    bottom: 5svh !important;
  }

  .h-gallery {
    height: 70px !important;
    min-height: fit-content !important;
  }

  .breadcrumb-custom.gallery {
    height: unset !important;
  }
}

.bg-p.rounded-2 {
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-check {
  display: flex !important;
  align-items: start !important;
}

.form-check-input[type="checkbox"] {
  margin-top: 0.33rem !important;
}

@media (max-width: 576px) {
  .footer .active .arrow-wrapper .arrow::after,
  .footer .arrow::before {
    transform: rotate(45deg);
  }
  .video-div {
    padding-bottom: calc(100svh - 210px) !important;
  }
  .video-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100svh - 210px) * 16 / 9) !important;
    height: calc(100svh - 210px) !important;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .form-check {
    display: flex !important;
    align-items: start !important;
    margin-bottom: 0.75rem !important;
  }

  .form-check-input[type="checkbox"] {
    margin-top: -1px !important;
  }

  .nav-close-button {
    right: 1rem !important;
  }

  .gradient-right::before {
    background: linear-gradient(
      to right,
      rgba(251, 250, 252, 0) 0,
      rgba(251, 250, 252, 0.95) 10%
    );
  }

  .fs-xxl {
    font-size: 25px;
    line-height: 30px;
  }

  .bg-p.rounded-2 {
    width: 37px;
    height: 37px;
  }

  .multi-buttons {
    bottom: 0;
    position: absolute !important;
    height: unset !important;
    left: 0;
    right: 0;
  }

  .multi-buttons .carousel-control-next,
  .multi-buttons .carousel-control-prev {
    width: 49px !important;
    height: 49px !important;
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transition: var(--transition-all);
    opacity: 1 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: var(--rounded) !important;
  }

  .multi-buttons .carousel-control-next img,
  .multi-buttons .carousel-control-prev img {
    filter: var(--filter-white) !important;
  }

  .multi-buttons .carousel-control-next:hover,
  .multi-buttons .carousel-control-prev:hover {
    background-color: var(--pink);
    color: var(--white);
    border-color: var(--pink);
    transition: var(--transition-all);
  }

  .multi-carousel .button.larger {
    width: calc(100% - (2 * 49px) - 1.5rem) !important;
  }

  .box-gallery-img-square {
    height: calc(100svw - 3rem) !important;
    overflow: hidden;
    object-fit: cover;
  }

  .footer .mobile-item {
    width: 100% !important;
  }

  .footer .mobile-link,
  .footer .mobile-link:not(:last-of-type) {
    border-bottom: 1px solid var(--primary) !important;
  }

  .footer .arrow-wrapper {
    width: 15px;
    position: relative;
  }

  .footer .arrow::before {
    left: -4px;
    transition: 0.3s ease-out;
  }

  .footer .arrow::after {
    right: 2px;
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
  }

  .footer .active .arrow-wrapper .arrow::before {
    transform: rotate(-45deg);
  }

  .footer .arrow::after,
  .footer .arrow::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: var(--primary) !important;
    content: "";
  }

  .footer .mobile-list {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
  }

  .footer .mobile-list.visible {
    max-height: 700px;
  }

  .carousel-indicators.hero-slider {
    bottom: 0svh !important;
    margin: 1rem auto !important;
    justify-content: center !important;
    left: 0 !important;
    width: 100% !important;
  }

  .carousel-caption.page-404 h2,
  .carousel-caption.page-404 p {
    color: var(--white) !important;
  }

  .div-map-content h3 {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .div-map-content p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .hero-content {
    min-height: 60px;
  }

  .header-bottom {
    height: 60px;
  }

  .navbar-collapse {
    top: 80px;
  }

  .header-top {
    height: 20px;
  }

  .header-top h1 {
    font-size: 13px !important;
  }

  .carousel-inner {
    overflow: unset !important;
  }

  .carousel-item {
    height: unset !important;
  }

  .w-40 {
    max-width: 40%;
  }

  .fs-3xl,
  .fs-xxxl {
    font-size: 34px !important;
    line-height: 47px !important;
  }

  .col-lg-5.p-lg-0,
  .container,
  .container-fluid,
  .container-fluid.smaller,
  .container-fluid.smaller-2,
  .footer .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .container-fluid.p-0,
  .container-fluid.px-0,
  .container-fluid.smaller.p-0,
  .container-fluid.smaller.px-0,
  .container.p-0,
  .container.px-0,
  .multi-carousel .multi-carousel-inner .multi-carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 500px) {
  .h-mobile {
    height: 100svw !important;
    object-fit: cover !important;
  }
}

[data-mdb-target="#upitModal"] *,
a[href*="https://wa.me"] *,
a[href*="tel:"] *,
a[href*="viber://"] *
{
  pointer-events: none !important;
}

.gm-style-iw.gm-style-iw-c {
  box-shadow: none !important;
  border-radius: 0 !important;
}

#map {
  width: 100%;
  height: 700px;
}

.gm-ui-hover-effect {
  width: 30px !important;
  height: 30px !important;
  margin-left: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
}

.gm-ui-hover-effect span {
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
}

.gm-style-iw.gm-style-iw-c {
  padding: 1.5rem !important;
}

.gm-style-iw-ch {
  display: none !important;
}

.gm-ui-hover-effect {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

.link-white {
  border-bottom: 1px solid transparent !important;
}

.link-white:hover {
  border-bottom: 1px solid var(--white) !important;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: 1s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0 0 0 #7ac142;
  animation: 0.6s ease-in-out 0.6s forwards fill,
    0.5s ease-in-out 1.1s both scale;
  background-color: white !important;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) 1s forwards stroke;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #fff;
  }
}

.aspect-ratio-5-3-desktop {
  aspect-ratio: 50 / 33 !important;
}

@media (max-width: 650px) {
  .aspect-ratio-5-4-mobile {
    aspect-ratio: 50 / 40 !important;
  }
}

.header.white .filter-w.icon-sm,
.header.open .filter-w.icon-sm {
  filter: initial !important;
}
.accordion-button:after {
  margin-left: 1rem !important;
}

.filter-icon:hover img {
  filter: var(--filter-primary) !important;
}

.header-top-text {
  max-width: 0 !important;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.header-top-text.visible {
  max-width: 100% !important;
}

.modal-dialog.modal-xxl {
  max-width: 100vw !important;
  width: calc(100vw - 3rem) !important;
  margin: 1rem !important;
  height: calc(100vh - 2rem) !important;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .modal-dialog.modal-xxl .modal-body {
    height: 85vh;
    overflow-y: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .modal-dialog.modal-xxl {
    width: calc(100vw - 2rem) !important;
  }
}

@media (max-width: 768px) {
  .swiper-margin {
    margin-bottom: -67px !important;
  }

  .swiper-margin-button-width-minus {
    margin-top: 67px !important;
  }

  .swiper-margin-button-left,
  .swiper-margin-button-right {
    position: relative;
    z-index: 100;
  }

  .swiper-margin-button-left {
    left: 1rem;
  }

  .swiper-margin-button-right {
    right: 1rem;
  }

  .swiper-margin-button {
    visibility: hidden;
  }

  .swiper-controls-margin {
    justify-content: space-between !important;
  }
}

@media (max-width: 500px) {
  .swiper-margin .swiper-margin-button-width {
    width: calc(100% - (2 * 43px) - 1.5rem) !important;
    min-width: unset !important;
  }
}
