/* Ubuntu fonts */
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-300.051c44a7425b.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-300italic.26b96e75a9ba.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-regular.d61f6afe052d.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-italic.b5065983e2b7.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-500.a9c9e049d92b.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-500italic.d9dbfa20a066.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-700.4d8d508ae476.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-v21-latin_latin-ext-700italic.ff10bf9b714e.woff2")
    format("woff2");
}

* {
  font-family: "Ubuntu", sans-serif;
}

body {
  font-weight: 400;
  line-height: 1.5;
}

body .text-center {
  color: #505050;
}

.navireo-body {
  font-weight: 400;
}

p,
li {
  font-size: 15px;
  color: #505050;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.main-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.font-weight-bold-600 {
  font-weight: 600;
}

.none {
  display: none !important;
}

.box-shadow {
  box-shadow: 0px 3px 6px #0000000d;
}

.subtitle-container {
  padding: 67px 0 !important;
}

.wizyta__opinions {
  margin-bottom: 50px;
}

.bar,
.bar-text,
.text-btn {
  color: white !important;
}

.subtitle {
  margin-bottom: 1px;
}

.slick-dots {
  cursor: pointer;
}

.slick-dots li {
  margin: 5px !important;
}

.simple-banner h1 {
  line-height: 1.67;
}

h2,
h3,
h4,
a {
  line-height: 1.67;
}

h4 p {
  line-height: 1.67;
}

.color-base-gray {
  color: #505050;
}

.color-title {
  color: #303030;
}

.color-medium-gray {
  color: #686868;
}

.color-darkblue {
  color: #273252 !important;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

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

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

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

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

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

.font-size-40 {
  font-size: 40px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-54 {
  font-size: 54px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-72 {
  font-size: 72px;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.img-container img {
  max-height: 104px;
}

.img-wrapper-link img {
  width: 100%;
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.footer {
  font-size: 0.9rem;
}

.footer-content {
  background-color: #f5f5f5;
  min-height: 261.6px;
}

.footer-content-mobile {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #f5f5f5;
}

.pointer {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .margin-for-header {
    margin-top: 58.5px !important;
  }
}

@media only screen and (max-width: 826px) {
  .tablet-none-banner {
    display: none !important;
  }

  .tablet-block-banner {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer-content {
    padding-bottom: 1rem !important;
  }

  .justify-content-center-mobile {
    justify-content: center !important;
    display: flex;
  }

  .tablet-none {
    display: none !important;
  }

  .tablet-block {
    display: block !important;
  }
}

@media only screen and (max-width: 576px) {
  .main-footer-mobile {
    background-color: #ffffff !important;
  }

  .mobile-none {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  .mobile-block-title p {
    text-align: left !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    color: #303030 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
  }

  .mobile-flex {
    display: flex !important;
  }

  .width-100-mobile {
    width: 100%;
  }

  .subtitle-container {
    padding: 30.5px 0 !important;
  }

  .social-media-container {
    position: relative;
    top: -34px;
  }

  .footer {
    font-size: 0.8rem;
  }

  .image-zoom.pointer {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1220px !important;
  }
}

/* Banner */
.banner img {
  min-height: 540px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-img__desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img__responsive {
  width: 100%;
  height: auto;
}

.banner-text {
  position: fixed;
  top: 20%;
  z-index: 99;
  left: 64px;
  margin-left: 145px;
}

.banner-title {
  width: 690px;
  font-weight: 600;
  font-size: 32px;
  color: white;
  line-height: 42px;
}

.banner-title-margin {
  margin-bottom: 20px;
}

.banner-subtitle {
  width: 600px;
}

.banner-subtitle p,
.banner-subtitle {
  font-size: 16px !important;
  color: #fff !important;
}

.banner-subtitle__text {
  width: 600px;
  line-height: 1.7;
}

.banner-subtitle--small p,
.banner-subtitle--small {
  font-size: 15px !important;
  color: #fff !important;
}

.banner-endtext p {
  font-size: 13px !important;
  color: #fff !important;
}

.banner-edntext--grey p {
  font-size: 12px !important;
  color: #686868 !important;
}

.banner-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Banner Navigation */
.banner-nav-wrapper {
  display: flex;
  min-height: 33px;
  background-color: #f8f9fa;
  position: relative;
  margin-bottom: 0;
  padding: 5px 10px;
}

.banner-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-dots .slick-dots {
  position: static;
  margin: 0;
  padding: 0;
  display: flex !important;
  justify-content: center !important;
}

.banner-links {
  display: flex;
  justify-content: right;
  width: 100%;
  gap: 24px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 10px;
}

.banner-links a {
  color: #273252;
  font-size: 15px;
  line-height: 22.5px;
}

/* Modifier for mobile/tablet: links below dots */
.banner-nav-wrapper.links-below {
  flex-direction: column;
  height: auto;
}

.banner-nav-wrapper.links-below .banner-links {
  margin-right: 0;
  justify-content: center;
  background-color: #f8f9fa;
}

.banner-nav-wrapper.links-below .banner-dots {
  position: static;
  transform: none;
  left: auto;
}

.checklist-item {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}

.checklist-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/static/zarezerwuj/images/check_white.dfd3ded5ef27.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width: 1800px) {
  .banner img {
    min-height: 100%;
    max-height: 100%;
  }
}

@media (min-width: 1250px) {
  .banner-responsive {
    display: none !important;
  }
}

@media (max-width: 1249px) {
  .banner-desktop {
    display: none !important;
  }

  .banner-img__responsive {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 1200px) {
  .banner-text {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 826px) {
  .tablet-banner-margin {
    top: 19% !important;
    margin-left: -50px !important;
  }

  .banner img {
    height: 540px;
  }

  .banner::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .banner-title {
    width: 356px;
  }

  .banner img {
    object-fit: cover;
    object-position: right;
  }

  .banner-links {
    white-space: normal;
  }
}

@media only screen and (max-width: 576px) {
  .banner img {
    max-height: 256px;
    min-height: 128px;
  }

  .mobile-banner {
    padding: 10px 20px 20px;
  }

  .responsive-design {
    padding: 0;
  }

  .tablet-block-banner {
    display: none !important;
  }

  .banner-title {
    font-size: 25px;
    color: #303030;
    text-align: left;
  }

  .banner::after {
    background: none !important;
  }

  .banner-links {
    justify-content: center;
  }

  .box-shadow {
    box-shadow: none;
  }

  .checklist-item {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 3px;
    margin-left: 0;
    text-align: left;
  }

  .checklist-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-image: url("/static/zarezerwuj/images/check_green.b10132bcb0ae.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/* End banner */

/* Richtext text colors */
.text-color-teal {
  color: #169a92;
}

.text-color-blue {
  color: #007bff;
}

.text-color-yellow {
  color: #eca114;
}

a:has(.text-color-teal),
a:hover:has(.text-color-teal) {
  color: #169a92;
}

a:has(.text-color-blue),
a:hover:has(.text-color-blue) {
  color: #007bff;
}

a:has(.text-color-yellow),
a:hover:has(.text-color-yellow) {
  color: #eca114;
}

a:has(span[style*="color: #169a92"]),
a:hover:has(span[style*="color: #169a92"]) {
  color: #169a92;
}

a:has(span[style*="color: #007bff"]),
a:hover:has(span[style*="color: #007bff"]) {
  color: #007bff;
}

a:has(span[style*="color: #eca114"]),
a:hover:has(span[style*="color: #eca114"]) {
  color: #eca114;
}
/* End richtext text colors */
