@keyframes hero_ludzik_move {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.2) rotate(3deg);
  }
}
.mt24 {
  margin-top: 24px;
}

.mt48 {
  margin-top: 48px;
}

body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  color: #2c2c2c;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
body.fadeout {
  opacity: 0;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body .nakladka {
  display: none;
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: #2c2c2c;
}
body.block {
  overflow: hidden;
}
body.popup_lekarze_open {
  overflow: hidden;
}

.popup_lekarze {
  width: 100%;
  height: 100%;
  padding: 24px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(44, 44, 44, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.popup_lekarze[hidden] {
  display: none;
}
.popup_lekarze_active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup_lekarze_box {
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  padding: 48px;
  overflow: auto;
  background-color: #fff;
  color: #2c2c2c;
  box-shadow: 0 24px 96px 0 rgba(44, 44, 44, 0.2);
}
@media (max-width: 767px) {
  .popup_lekarze_box {
    padding: 32px 24px;
  }
}
.popup_lekarze_logo {
  display: block;
  width: auto;
  height: 20px;
  margin-bottom: 24px;
}
.popup_lekarze_tresc {
  margin-bottom: 24px;
}
.popup_lekarze_tresc * {
  overflow-wrap: break-word;
}
.popup_lekarze_tresc a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.popup_lekarze_tresc p {
  margin-bottom: 24px;
}
.popup_lekarze_tresc p,
.popup_lekarze_tresc h1,
.popup_lekarze_tresc h2,
.popup_lekarze_tresc h3,
.popup_lekarze_tresc h4,
.popup_lekarze_tresc h5,
.popup_lekarze_tresc ol,
.popup_lekarze_tresc ul,
.popup_lekarze_tresc blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.popup_lekarze_tresc strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.popup_lekarze_tresc h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.popup_lekarze_tresc h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .popup_lekarze_tresc h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .popup_lekarze_tresc h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .popup_lekarze_tresc h1 {
    font-size: 32px;
  }
}
.popup_lekarze_tresc h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.popup_lekarze_tresc h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .popup_lekarze_tresc h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .popup_lekarze_tresc h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .popup_lekarze_tresc h2 {
    font-size: 28px;
  }
}
.popup_lekarze_tresc h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.popup_lekarze_tresc h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .popup_lekarze_tresc h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .popup_lekarze_tresc h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .popup_lekarze_tresc h3 {
    font-size: 20px;
  }
}
.popup_lekarze_tresc h4, .popup_lekarze_tresc h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.popup_lekarze_tresc h4 strong, .popup_lekarze_tresc h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .popup_lekarze_tresc h4, .popup_lekarze_tresc h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc h4, .popup_lekarze_tresc h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .popup_lekarze_tresc h4, .popup_lekarze_tresc h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .popup_lekarze_tresc h4, .popup_lekarze_tresc h5 {
    font-size: 18px;
  }
}
.popup_lekarze_tresc ol {
  margin: 0 0 24px 0;
}
.popup_lekarze_tresc ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.popup_lekarze_tresc ol ol,
.popup_lekarze_tresc ol ul {
  padding-left: 12px;
}
.popup_lekarze_tresc a:not(.button) {
  position: relative;
  color: #cf151a;
}
.popup_lekarze_tresc a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.popup_lekarze_tresc a:not(.button):hover:before {
  width: 0;
}
.popup_lekarze_tresc ul {
  margin: 0 0 24px 0;
}
.popup_lekarze_tresc ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.popup_lekarze_tresc ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.popup_lekarze_tresc ul li ol {
  padding-left: 12px;
}
.popup_lekarze_tresc ul li ol li::before {
  display: none;
}
.popup_lekarze_tresc ul li ul {
  padding-left: 15px;
}
.popup_lekarze_tresc img {
  max-width: 100%;
  height: auto;
}
.popup_lekarze_tresc img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.popup_lekarze_tresc img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.popup_lekarze_tresc img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.popup_lekarze_tresc img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.popup_lekarze_tresc iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .popup_lekarze_tresc iframe {
    height: 450px;
  }
}
.popup_lekarze_tresc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .popup_lekarze_tresc table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .popup_lekarze_tresc table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.popup_lekarze_tresc table tr {
  border-bottom: solid 1px #cf151a;
}
.popup_lekarze_tresc table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.popup_lekarze_tresc table tr td, .popup_lekarze_tresc table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .popup_lekarze_tresc table tr td, .popup_lekarze_tresc table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .popup_lekarze_tresc table tr td, .popup_lekarze_tresc table tr th {
    font-size: 10px;
  }
}
.popup_lekarze_tresc table tr td:first-child, .popup_lekarze_tresc table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .popup_lekarze_tresc table tr td:first-child, .popup_lekarze_tresc table tr th:first-child {
    width: auto;
  }
}
.popup_lekarze_tresc table tr td:last-child, .popup_lekarze_tresc table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.popup_lekarze_tresc table tr td:last-child a, .popup_lekarze_tresc table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.popup_lekarze_tresc table tr td:last-child a::before, .popup_lekarze_tresc table tr th:last-child a::before {
  display: none;
}
.popup_lekarze_tresc table tr td:last-child a:hover, .popup_lekarze_tresc table tr th:last-child a:hover {
  color: #2c2c2c;
}
.popup_lekarze_tresc h2, .popup_lekarze_tresc h3, .popup_lekarze_tresc h4 {
  font-size: 24px;
}
.popup_lekarze_tresc *:last-child {
  margin-bottom: 0;
}
.popup_lekarze_zamknij {
  padding: 12px 48px;
  border: 0;
  background-color: #cf151a;
  color: #fff;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.popup_lekarze_zamknij:hover, .popup_lekarze_zamknij:focus {
  background-color: #2c2c2c;
}
.popup_lekarze_zamknij:focus {
  outline: 2px solid #cf151a;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 24px;
    max-width: unset;
  }
}

section {
  position: relative;
}
section .container {
  position: relative;
  z-index: 2;
}
section .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section_bg img,
section .section_bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
section .section_bg_onlywideo {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
}
section .section_bg_onlywideo video {
  height: auto;
  object-fit: unset;
}
section .section_anchor {
  position: absolute;
  top: -96px;
  left: 0;
}
@media (max-width: 991px) {
  section .section_anchor {
    top: -120px;
  }
}

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

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.ladowanie {
  width: 100%;
  padding: 64px 0;
  background-color: #cf151a;
  text-align: center;
  border-bottom: solid 1px #fff;
  margin-bottom: 96px;
}
@media (max-width: 1399px) {
  .ladowanie {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .ladowanie {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .ladowanie {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .ladowanie {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .ladowanie {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .ladowanie {
    padding: 48px 0;
  }
}
.ladowanie p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ladowanie p {
    font-size: 16px;
  }
}
.ladowanie .loader {
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@media (max-width: 767px) {
  .ladowanie .loader {
    width: 36px;
    height: 36px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  padding-top: 192px;
  padding-bottom: 192px;
}
@media (max-width: 1399px) {
  .hero {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding-top: 112px;
  }
}
@media (max-width: 1399px) {
  .hero {
    padding-bottom: 176px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-bottom: 144px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 128px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding-bottom: 112px;
  }
}
.hero .container {
  z-index: 2;
  position: relative;
  padding-top: 96px;
  padding-bottom: 48px;
}
@media (max-width: 1399px) {
  .hero .container {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .hero .container {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .hero .container {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .hero .container {
    padding-top: 56px;
  }
}
@media (max-width: 1399px) {
  .hero .container {
    padding-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .hero .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .hero .container {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .hero .container {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-bottom: 0;
  }
}
.hero_ludzik {
  display: block;
  width: 65%;
  height: auto;
  object-fit: cover;
  object-position: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5%;
  margin: auto;
  opacity: 0.25;
  transform-origin: 50% 50%;
  animation: hero_ludzik_move 10s ease-in-out infinite alternate;
}
@media (max-width: 1599px) {
  .hero_ludzik {
    width: 70%;
  }
}
@media (max-width: 1399px) {
  .hero_ludzik {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .hero_ludzik {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .hero_ludzik {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .hero_ludzik {
    width: 120%;
    right: -20%;
  }
}
@media (max-width: 575px) {
  .hero_ludzik {
    width: 140%;
    right: -30%;
  }
}
.hero_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.hero_h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.hero_h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .hero_h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .hero_h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .hero_h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero_h1 {
    font-size: 32px;
  }
}
.hero_h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.hero_logo {
  margin-bottom: 96px;
  width: 50%;
  max-width: 600px;
}
@media (max-width: 1399px) {
  .hero_logo {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .hero_logo {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero_logo {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .hero_logo {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .hero_logo {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .hero_logo {
    margin-bottom: 24px;
    width: 60%;
  }
}

.menu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu::before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(to bottom, #2c2c2c, rgba(44, 44, 44, 0));
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
}
.menu_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.menu_inside_left {
  display: block;
  width: 224px;
  height: 30px;
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .menu_inside_left {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .menu_inside_left {
    width: 160px;
  }
}
.menu_inside_left_logo {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.menu_inside_left_logo_light, .menu_inside_left_logo_dark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  top: 0;
  left: 0;
  position: absolute;
}
.menu_inside_left_logo_dark {
  opacity: 0;
}
.menu_inside_left_logo_light {
  opacity: 1;
}
.menu_inside_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  width: calc(100% - 224px);
}
@media (max-width: 1199px) {
  .menu_inside_right {
    gap: 20px;
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .menu_inside_right {
    width: auto;
    gap: 16px;
  }
}
@media (max-width: 399px) {
  .menu_inside_right {
    position: static;
    gap: 0;
  }
}
.menu_inside_lista {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .menu_inside_lista {
    gap: 12px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .menu_inside_lista {
    gap: 8px;
    font-size: 12px;
  }
}
@media (max-width: 891px) {
  .menu_inside_lista {
    gap: 8px;
    font-size: 11px;
  }
}
@media (max-width: 860px) {
  .menu_inside_lista {
    gap: 6px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .menu_inside_lista {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px);
    padding: 12px 0 24px;
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 15px;
  }
}
@media (max-width: 399px) {
  .menu_inside_lista {
    max-height: none;
    bottom: 0;
    padding-bottom: 88px;
  }
}
.menu_inside_lista_item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .menu_inside_lista_item {
    height: auto;
    display: block;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: right;
    padding: 0 36px 0 12px;
    transform: translate3d(0, -8px, 0);
  }
}
.menu_inside_lista_item a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .menu_inside_lista_item a {
    height: auto;
    width: auto;
    display: inline-block;
    padding: 12px 0;
    color: #2c2c2c;
  }
}
.menu_inside_lista_item a::before {
  width: 0;
  height: 2px;
  background-color: #cf151a;
  content: "";
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: absolute;
}
@media (max-width: 767px) {
  .menu_inside_lista_item a::before {
    bottom: 4px;
    right: auto;
    margin: 0;
  }
}
.menu_inside_lista_item:hover a::before, .menu_inside_lista_item_current a::before {
  width: 100%;
}
.menu_inside_sociale {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 991px) {
  .menu_inside_sociale {
    gap: 6px;
  }
}
@media (max-width: 399px) {
  .menu_inside_sociale {
    width: 100%;
    height: 64px;
    padding: 0 36px 0 12px;
    justify-content: flex-end;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: transparent;
    transform: translate3d(0, 8px, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
}
.menu_inside_sociale_link {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (max-width: 399px) {
  .menu_inside_sociale_link {
    color: #2c2c2c;
  }
}
.menu_inside_sociale_icon,
.menu_inside_sociale svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu_inside_sociale svg path {
  fill: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu_inside_sociale svg path:hover {
  fill: #cf151a;
}
.menu_inside_burger {
  display: none;
  width: 48px;
  height: 48px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu_inside_burger {
    display: block;
  }
}
.menu_inside_burger span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7px;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: auto;
}
.menu_inside_burger span:nth-child(1) {
  bottom: 12px;
}
.menu_inside_burger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu_inside_burger span:nth-child(3) {
  top: 12px;
}
.menu_scroll {
  background-color: #fff;
}
.menu_scroll::before {
  opacity: 0;
}
.menu_scroll .menu_inside_left_logo_light {
  opacity: 0;
}
.menu_scroll .menu_inside_left_logo_dark {
  opacity: 1;
}
.menu_scroll .menu_inside_lista_item a {
  color: #2c2c2c;
}
.menu_scroll .menu_inside_burger span {
  background-color: #2c2c2c;
}
.menu_scroll .menu_inside_sociale_link {
  color: #2c2c2c;
}
.menu_scroll .menu_inside_sociale svg path {
  fill: #cf151a;
}
.menu_scroll .menu_inside_sociale svg path:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(1) {
    transition-delay: 0ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(2) {
    transition-delay: 45ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(3) {
    transition-delay: 90ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(4) {
    transition-delay: 135ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(5) {
    transition-delay: 180ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(6) {
    transition-delay: 225ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(7) {
    transition-delay: 270ms;
  }
}
@media (max-width: 767px) {
  .menu_open .menu_inside_lista_item:nth-child(8) {
    transition-delay: 315ms;
  }
}
.menu_open .menu_inside_burger span {
  background-color: #2c2c2c;
}
.menu_open .menu_inside_burger span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.menu_open .menu_inside_burger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu_open .menu_inside_burger span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 399px) {
  .menu_open .menu_inside_sociale {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .menu-is-open {
    overflow: hidden;
  }
}

.logotypy {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .logotypy {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .logotypy {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .logotypy {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .logotypy {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .logotypy {
    padding-bottom: 56px;
  }
}
.logotypy .row {
  justify-content: center;
}
.logotypy_glowna {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .logotypy_glowna {
    margin-top: -48px;
  }
}
@media (max-width: 575px) {
  .logotypy_glowna {
    margin-top: -36px;
  }
}
.logotypy_naglowek {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}
.logotypy_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .logotypy_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .logotypy_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .logotypy_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .logotypy_naglowek {
    font-size: 28px;
  }
}
.logotypy_galeria {
  display: flex;
  margin: -12px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .logotypy_galeria {
    margin: -6px;
  }
}
.logotypy_galeria_item {
  height: 96px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  background-color: #fff;
  margin: 12px;
}
@media (max-width: 1199px) {
  .logotypy_galeria_item {
    width: calc(100% / 6 - 24px);
  }
}
@media (max-width: 991px) {
  .logotypy_galeria_item {
    width: calc(100% / 5 - 24px);
  }
}
@media (max-width: 767px) {
  .logotypy_galeria_item {
    width: calc(100% / 5 - 24px);
    height: 72px;
  }
}
@media (max-width: 575px) {
  .logotypy_galeria_item {
    width: calc(100% / 3 - 12px);
    height: 56px;
    margin: 6px;
    padding: 16px;
  }
}
@media (max-width: 399px) {
  .logotypy_galeria_item {
    padding: 12px;
  }
}
.logotypy_galeria_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tekst * {
  overflow-wrap: break-word;
}
.tekst a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst p {
  margin-bottom: 24px;
}
.tekst p,
.tekst h1,
.tekst h2,
.tekst h3,
.tekst h4,
.tekst h5,
.tekst ol,
.tekst ul,
.tekst blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.tekst strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.tekst h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.tekst h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .tekst h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .tekst h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tekst h1 {
    font-size: 32px;
  }
}
.tekst h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.tekst h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .tekst h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .tekst h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tekst h2 {
    font-size: 28px;
  }
}
.tekst h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tekst h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .tekst h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tekst h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tekst h3 {
    font-size: 20px;
  }
}
.tekst h4, .tekst h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tekst h4 strong, .tekst h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst h4, .tekst h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .tekst h4, .tekst h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tekst h4, .tekst h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tekst h4, .tekst h5 {
    font-size: 18px;
  }
}
.tekst ol {
  margin: 0 0 24px 0;
}
.tekst ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.tekst ol ol,
.tekst ol ul {
  padding-left: 12px;
}
.tekst a:not(.button) {
  position: relative;
  color: #cf151a;
}
.tekst a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst a:not(.button):hover:before {
  width: 0;
}
.tekst ul {
  margin: 0 0 24px 0;
}
.tekst ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.tekst ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.tekst ul li ol {
  padding-left: 12px;
}
.tekst ul li ol li::before {
  display: none;
}
.tekst ul li ul {
  padding-left: 15px;
}
.tekst img {
  max-width: 100%;
  height: auto;
}
.tekst img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.tekst img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.tekst img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.tekst img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.tekst iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .tekst iframe {
    height: 450px;
  }
}
.tekst table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .tekst table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .tekst table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.tekst table tr {
  border-bottom: solid 1px #cf151a;
}
.tekst table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.tekst table tr td, .tekst table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .tekst table tr td, .tekst table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .tekst table tr td, .tekst table tr th {
    font-size: 10px;
  }
}
.tekst table tr td:first-child, .tekst table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .tekst table tr td:first-child, .tekst table tr th:first-child {
    width: auto;
  }
}
.tekst table tr td:last-child, .tekst table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.tekst table tr td:last-child a, .tekst table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst table tr td:last-child a::before, .tekst table tr th:last-child a::before {
  display: none;
}
.tekst table tr td:last-child a:hover, .tekst table tr th:last-child a:hover {
  color: #2c2c2c;
}
.tekst_404 {
  padding-top: 192px;
}
@media (max-width: 1399px) {
  .tekst_404 {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .tekst_404 {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .tekst_404 {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .tekst_404 {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .tekst_404 {
    padding-top: 112px;
  }
}

.mapa {
  display: block;
  width: 100%;
  height: 384px;
  margin-bottom: 96px;
}
@media (max-width: 1399px) {
  .mapa {
    height: 352px;
  }
}
@media (max-width: 1199px) {
  .mapa {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .mapa {
    height: 288px;
  }
}
@media (max-width: 767px) {
  .mapa {
    height: 256px;
  }
}
@media (max-width: 575px) {
  .mapa {
    height: 224px;
  }
}
@media (max-width: 1399px) {
  .mapa {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .mapa {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .mapa {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .mapa {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .mapa {
    margin-bottom: 56px;
  }
}
.mapa iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.tekst_fotolewo,
.tekst_fotoprawo {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .tekst_fotolewo,
.tekst_fotoprawo {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo,
.tekst_fotoprawo {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo,
.tekst_fotoprawo {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo,
.tekst_fotoprawo {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo,
.tekst_fotoprawo {
    padding-bottom: 56px;
  }
}
.tekst_fotolewo_naglowek,
.tekst_fotoprawo_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
}
.tekst_fotolewo_naglowek strong,
.tekst_fotoprawo_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst_fotolewo_naglowek,
.tekst_fotoprawo_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_naglowek,
.tekst_fotoprawo_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_naglowek,
.tekst_fotoprawo_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_naglowek,
.tekst_fotoprawo_naglowek {
    font-size: 20px;
  }
}
.tekst_fotolewo_naglowek_glowna,
.tekst_fotoprawo_naglowek_glowna {
  text-align: center;
}
.tekst_fotolewo_tekst *,
.tekst_fotoprawo_tekst * {
  overflow-wrap: break-word;
}
.tekst_fotolewo_tekst a,
.tekst_fotoprawo_tekst a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst_fotolewo_tekst p,
.tekst_fotoprawo_tekst p {
  margin-bottom: 24px;
}
.tekst_fotolewo_tekst p,
.tekst_fotolewo_tekst h1,
.tekst_fotolewo_tekst h2,
.tekst_fotolewo_tekst h3,
.tekst_fotolewo_tekst h4,
.tekst_fotolewo_tekst h5,
.tekst_fotolewo_tekst ol,
.tekst_fotolewo_tekst ul,
.tekst_fotolewo_tekst blockquote,
.tekst_fotoprawo_tekst p,
.tekst_fotoprawo_tekst h1,
.tekst_fotoprawo_tekst h2,
.tekst_fotoprawo_tekst h3,
.tekst_fotoprawo_tekst h4,
.tekst_fotoprawo_tekst h5,
.tekst_fotoprawo_tekst ol,
.tekst_fotoprawo_tekst ul,
.tekst_fotoprawo_tekst blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.tekst_fotolewo_tekst strong,
.tekst_fotoprawo_tekst strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.tekst_fotolewo_tekst h1,
.tekst_fotoprawo_tekst h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.tekst_fotolewo_tekst h1 strong,
.tekst_fotoprawo_tekst h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst_fotolewo_tekst h1,
.tekst_fotoprawo_tekst h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst h1,
.tekst_fotoprawo_tekst h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst h1,
.tekst_fotoprawo_tekst h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst h1,
.tekst_fotoprawo_tekst h1 {
    font-size: 32px;
  }
}
.tekst_fotolewo_tekst h2,
.tekst_fotoprawo_tekst h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.tekst_fotolewo_tekst h2 strong,
.tekst_fotoprawo_tekst h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst_fotolewo_tekst h2,
.tekst_fotoprawo_tekst h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst h2,
.tekst_fotoprawo_tekst h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst h2,
.tekst_fotoprawo_tekst h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst h2,
.tekst_fotoprawo_tekst h2 {
    font-size: 28px;
  }
}
.tekst_fotolewo_tekst h3,
.tekst_fotoprawo_tekst h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tekst_fotolewo_tekst h3 strong,
.tekst_fotoprawo_tekst h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst_fotolewo_tekst h3,
.tekst_fotoprawo_tekst h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst h3,
.tekst_fotoprawo_tekst h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst h3,
.tekst_fotoprawo_tekst h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst h3,
.tekst_fotoprawo_tekst h3 {
    font-size: 20px;
  }
}
.tekst_fotolewo_tekst h4, .tekst_fotolewo_tekst h5,
.tekst_fotoprawo_tekst h4,
.tekst_fotoprawo_tekst h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tekst_fotolewo_tekst h4 strong, .tekst_fotolewo_tekst h5 strong,
.tekst_fotoprawo_tekst h4 strong,
.tekst_fotoprawo_tekst h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .tekst_fotolewo_tekst h4, .tekst_fotolewo_tekst h5,
.tekst_fotoprawo_tekst h4,
.tekst_fotoprawo_tekst h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst h4, .tekst_fotolewo_tekst h5,
.tekst_fotoprawo_tekst h4,
.tekst_fotoprawo_tekst h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst h4, .tekst_fotolewo_tekst h5,
.tekst_fotoprawo_tekst h4,
.tekst_fotoprawo_tekst h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst h4, .tekst_fotolewo_tekst h5,
.tekst_fotoprawo_tekst h4,
.tekst_fotoprawo_tekst h5 {
    font-size: 18px;
  }
}
.tekst_fotolewo_tekst ol,
.tekst_fotoprawo_tekst ol {
  margin: 0 0 24px 0;
}
.tekst_fotolewo_tekst ol li,
.tekst_fotoprawo_tekst ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.tekst_fotolewo_tekst ol ol,
.tekst_fotolewo_tekst ol ul,
.tekst_fotoprawo_tekst ol ol,
.tekst_fotoprawo_tekst ol ul {
  padding-left: 12px;
}
.tekst_fotolewo_tekst a:not(.button),
.tekst_fotoprawo_tekst a:not(.button) {
  position: relative;
  color: #cf151a;
}
.tekst_fotolewo_tekst a:not(.button):before,
.tekst_fotoprawo_tekst a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst_fotolewo_tekst a:not(.button):hover:before,
.tekst_fotoprawo_tekst a:not(.button):hover:before {
  width: 0;
}
.tekst_fotolewo_tekst ul,
.tekst_fotoprawo_tekst ul {
  margin: 0 0 24px 0;
}
.tekst_fotolewo_tekst ul li,
.tekst_fotoprawo_tekst ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.tekst_fotolewo_tekst ul li:before,
.tekst_fotoprawo_tekst ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.tekst_fotolewo_tekst ul li ol,
.tekst_fotoprawo_tekst ul li ol {
  padding-left: 12px;
}
.tekst_fotolewo_tekst ul li ol li::before,
.tekst_fotoprawo_tekst ul li ol li::before {
  display: none;
}
.tekst_fotolewo_tekst ul li ul,
.tekst_fotoprawo_tekst ul li ul {
  padding-left: 15px;
}
.tekst_fotolewo_tekst img,
.tekst_fotoprawo_tekst img {
  max-width: 100%;
  height: auto;
}
.tekst_fotolewo_tekst img.emoji,
.tekst_fotoprawo_tekst img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.tekst_fotolewo_tekst img.aligncenter,
.tekst_fotoprawo_tekst img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.tekst_fotolewo_tekst img.alignleft,
.tekst_fotoprawo_tekst img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.tekst_fotolewo_tekst img.alignright,
.tekst_fotoprawo_tekst img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.tekst_fotolewo_tekst iframe,
.tekst_fotoprawo_tekst iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst iframe,
.tekst_fotoprawo_tekst iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst iframe,
.tekst_fotoprawo_tekst iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .tekst_fotolewo_tekst iframe,
.tekst_fotoprawo_tekst iframe {
    height: 450px;
  }
}
.tekst_fotolewo_tekst table,
.tekst_fotoprawo_tekst table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst table,
.tekst_fotoprawo_tekst table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .tekst_fotolewo_tekst table,
.tekst_fotoprawo_tekst table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.tekst_fotolewo_tekst table tr,
.tekst_fotoprawo_tekst table tr {
  border-bottom: solid 1px #cf151a;
}
.tekst_fotolewo_tekst table tr:first-child th,
.tekst_fotoprawo_tekst table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.tekst_fotolewo_tekst table tr td, .tekst_fotolewo_tekst table tr th,
.tekst_fotoprawo_tekst table tr td,
.tekst_fotoprawo_tekst table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst table tr td, .tekst_fotolewo_tekst table tr th,
.tekst_fotoprawo_tekst table tr td,
.tekst_fotoprawo_tekst table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .tekst_fotolewo_tekst table tr td, .tekst_fotolewo_tekst table tr th,
.tekst_fotoprawo_tekst table tr td,
.tekst_fotoprawo_tekst table tr th {
    font-size: 10px;
  }
}
.tekst_fotolewo_tekst table tr td:first-child, .tekst_fotolewo_tekst table tr th:first-child,
.tekst_fotoprawo_tekst table tr td:first-child,
.tekst_fotoprawo_tekst table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .tekst_fotolewo_tekst table tr td:first-child, .tekst_fotolewo_tekst table tr th:first-child,
.tekst_fotoprawo_tekst table tr td:first-child,
.tekst_fotoprawo_tekst table tr th:first-child {
    width: auto;
  }
}
.tekst_fotolewo_tekst table tr td:last-child, .tekst_fotolewo_tekst table tr th:last-child,
.tekst_fotoprawo_tekst table tr td:last-child,
.tekst_fotoprawo_tekst table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.tekst_fotolewo_tekst table tr td:last-child a, .tekst_fotolewo_tekst table tr th:last-child a,
.tekst_fotoprawo_tekst table tr td:last-child a,
.tekst_fotoprawo_tekst table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tekst_fotolewo_tekst table tr td:last-child a::before, .tekst_fotolewo_tekst table tr th:last-child a::before,
.tekst_fotoprawo_tekst table tr td:last-child a::before,
.tekst_fotoprawo_tekst table tr th:last-child a::before {
  display: none;
}
.tekst_fotolewo_tekst table tr td:last-child a:hover, .tekst_fotolewo_tekst table tr th:last-child a:hover,
.tekst_fotoprawo_tekst table tr td:last-child a:hover,
.tekst_fotoprawo_tekst table tr th:last-child a:hover {
  color: #2c2c2c;
}
.tekst_fotolewo_cta,
.tekst_fotoprawo_cta {
  padding: 12px 48px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  background-color: #cf151a;
}
.tekst_fotolewo_cta:hover::before,
.tekst_fotoprawo_cta:hover::before {
  top: 0;
  right: 0;
}
.tekst_fotolewo_cta:hover,
.tekst_fotoprawo_cta:hover {
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  color: #cf151a;
}
.tekst_fotolewo_media,
.tekst_fotoprawo_media {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .tekst_fotolewo_media,
.tekst_fotoprawo_media {
    height: auto;
    margin-top: 24px;
  }
}
.tekst_fotolewo_media img, .tekst_fotolewo_media video,
.tekst_fotoprawo_media img,
.tekst_fotoprawo_media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .tekst_fotolewo_media img, .tekst_fotolewo_media video,
.tekst_fotoprawo_media img,
.tekst_fotoprawo_media video {
    object-fit: unset;
    height: auto;
  }
}

.tekst_fotolewo_cta {
  margin-left: 36px;
}
@media (max-width: 991px) {
  .tekst_fotolewo_cta {
    margin-left: 0;
  }
}
.tekst_fotolewo_tekst, .tekst_fotolewo_naglowek {
  padding-left: 36px;
}
@media (max-width: 991px) {
  .tekst_fotolewo_tekst, .tekst_fotolewo_naglowek {
    padding-left: 0;
  }
}

.tekst_fotoprawo_cta {
  margin-right: 36px;
}
@media (max-width: 991px) {
  .tekst_fotoprawo_cta {
    margin-right: 0;
  }
}
.tekst_fotoprawo_tekst, .tekst_fotoprawo_naglowek {
  padding-right: 36px;
}
@media (max-width: 991px) {
  .tekst_fotoprawo_tekst, .tekst_fotoprawo_naglowek {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .tekst_fotolewo .row {
    flex-direction: column-reverse;
  }
}

.baner {
  margin-bottom: 96px;
}
@media (max-width: 1399px) {
  .baner {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .baner {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .baner {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .baner {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .baner {
    margin-bottom: 56px;
  }
}
.baner_foto {
  display: block;
  width: 100%;
  height: auto;
}

.liczby {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 1399px) {
  .liczby {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .liczby {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .liczby {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .liczby {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .liczby {
    padding-top: 56px;
  }
}
@media (max-width: 1399px) {
  .liczby {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .liczby {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .liczby {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .liczby {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .liczby {
    padding-bottom: 56px;
  }
}
@media (max-width: 1399px) {
  .liczby {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .liczby {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .liczby {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .liczby {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .liczby {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .liczby {
    background-attachment: unset;
  }
}
.liczby_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
.liczby_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .liczby_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .liczby_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .liczby_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .liczby_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .liczby_naglowek {
    margin-bottom: 0;
  }
}
.liczby_lista {
  justify-content: center;
}
.liczby_item {
  padding: 24px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .liczby_item {
    padding: 12px;
  }
}
.liczby_wartosc {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.liczby_wartosc strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .liczby_wartosc {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .liczby_wartosc {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .liczby_wartosc {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .liczby_wartosc {
    font-size: 20px;
  }
}
.stopka {
  background-color: #f4f4f4;
  padding-top: 48px;
  padding-bottom: 12p;
}
@media (max-width: 1399px) {
  .stopka {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .stopka {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .stopka {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .stopka {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .stopka {
    padding-top: 28px;
  }
}
.stopka_ue {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .stopka_ue {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .stopka_ue {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .stopka_ue {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .stopka_ue {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .stopka_ue {
    padding-bottom: 56px;
  }
}
.stopka_ue_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.stopka_ue_inside_tekst {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.stopka_ue_inside_tekst strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .stopka_ue_inside_tekst {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .stopka_ue_inside_tekst {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .stopka_ue_inside_tekst {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .stopka_ue_inside_tekst {
    font-size: 20px;
  }
}
.stopka_ue_inside_tekst:hover {
  color: #cf151a;
}
@media (max-width: 767px) {
  .stopka_ue_inside_tekst {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
.stopka_ue_inside_grafika {
  display: block;
  width: 50%;
}
.stopka_ue_inside_grafika img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .stopka_ue_inside_grafika {
    width: 100%;
  }
}
.stopka_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .stopka_inside {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .stopka_inside {
    justify-content: center;
  }
}
.stopka_col {
  display: block;
  width: auto;
  margin-bottom: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}
.stopka_col * {
  overflow-wrap: break-word;
}
.stopka_col a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.stopka_col p {
  margin-bottom: 24px;
}
.stopka_col p,
.stopka_col h1,
.stopka_col h2,
.stopka_col h3,
.stopka_col h4,
.stopka_col h5,
.stopka_col ol,
.stopka_col ul,
.stopka_col blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.stopka_col strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.stopka_col h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.stopka_col h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .stopka_col h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .stopka_col h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .stopka_col h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .stopka_col h1 {
    font-size: 32px;
  }
}
.stopka_col h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.stopka_col h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .stopka_col h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .stopka_col h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .stopka_col h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .stopka_col h2 {
    font-size: 28px;
  }
}
.stopka_col h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.stopka_col h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .stopka_col h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .stopka_col h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .stopka_col h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .stopka_col h3 {
    font-size: 20px;
  }
}
.stopka_col h4, .stopka_col h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.stopka_col h4 strong, .stopka_col h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .stopka_col h4, .stopka_col h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .stopka_col h4, .stopka_col h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .stopka_col h4, .stopka_col h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .stopka_col h4, .stopka_col h5 {
    font-size: 18px;
  }
}
.stopka_col ol {
  margin: 0 0 24px 0;
}
.stopka_col ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.stopka_col ol ol,
.stopka_col ol ul {
  padding-left: 12px;
}
.stopka_col a:not(.button) {
  position: relative;
  color: #cf151a;
}
.stopka_col a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.stopka_col a:not(.button):hover:before {
  width: 0;
}
.stopka_col ul {
  margin: 0 0 24px 0;
}
.stopka_col ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.stopka_col ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.stopka_col ul li ol {
  padding-left: 12px;
}
.stopka_col ul li ol li::before {
  display: none;
}
.stopka_col ul li ul {
  padding-left: 15px;
}
.stopka_col img {
  max-width: 100%;
  height: auto;
}
.stopka_col img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.stopka_col img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.stopka_col img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.stopka_col img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.stopka_col iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .stopka_col iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .stopka_col iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .stopka_col iframe {
    height: 450px;
  }
}
.stopka_col table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .stopka_col table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .stopka_col table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.stopka_col table tr {
  border-bottom: solid 1px #cf151a;
}
.stopka_col table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.stopka_col table tr td, .stopka_col table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .stopka_col table tr td, .stopka_col table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .stopka_col table tr td, .stopka_col table tr th {
    font-size: 10px;
  }
}
.stopka_col table tr td:first-child, .stopka_col table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .stopka_col table tr td:first-child, .stopka_col table tr th:first-child {
    width: auto;
  }
}
.stopka_col table tr td:last-child, .stopka_col table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.stopka_col table tr td:last-child a, .stopka_col table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.stopka_col table tr td:last-child a::before, .stopka_col table tr th:last-child a::before {
  display: none;
}
.stopka_col table tr td:last-child a:hover, .stopka_col table tr th:last-child a:hover {
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .stopka_col {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .stopka_col {
    max-width: unset;
    width: auto;
    padding: 0 12px;
    text-align: center;
  }
}
.stopka_col:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .stopka_col:first-child {
    max-width: unset;
    padding: 0 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stopka_col:nth-child(2) {
    padding: 0 12px;
  }
}
.stopka_col h2 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
.stopka_col h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .stopka_col h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .stopka_col h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .stopka_col h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .stopka_col h2 {
    font-size: 20px;
  }
}
.stopka_col p {
  margin-bottom: 6px;
}
.stopka_sociale {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .stopka_sociale {
    gap: 12px;
  }
}
.stopka_sociale_link {
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  .stopka_sociale_link {
    width: 24px;
    height: 24px;
  }
}
.stopka_sociale_icon,
.stopka_sociale svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stopka_sociale svg path {
  fill: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.stopka_sociale svg path:hover {
  fill: #cf151a;
}
.stopka_logo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 24px;
}
.stopka_logo::before {
  width: calc(100% - 192px - 24px);
  height: 2px;
  background-color: #cf151a;
  content: "";
  top: 35%;
  right: 0;
  display: block;
  position: absolute;
}
@media (max-width: 991px) {
  .stopka_logo::before {
    width: calc(100% - 128px - 24px);
  }
}
.stopka_logo img {
  width: 192px;
  height: auto;
}
@media (max-width: 991px) {
  .stopka_logo img {
    width: 128px;
  }
}
.stopka_lista {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -12px 12px -12px;
}
.stopka_lista_item {
  margin: 0 12px 12px 12px;
}
.stopka_lista_item a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.stopka_lista_item a:hover {
  color: #cf151a;
}
.stopka_lista_item_current a {
  color: #cf151a;
}
.stopka_tojekmek {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 12px;
  opacity: 0.1;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.stopka_tojekmek:hover {
  opacity: 1;
}

.cta {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
@media (max-width: 1399px) {
  .cta {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .cta {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .cta {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .cta {
    padding-top: 56px;
  }
}
@media (max-width: 1399px) {
  .cta {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .cta {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .cta {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .cta {
    padding-bottom: 56px;
  }
}
@media (max-width: 1399px) {
  .cta {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .cta {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .cta {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .cta {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .cta {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cta {
    background-attachment: unset;
  }
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta_nakladka {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #2c2c2c;
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.cta_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
.cta_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .cta_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .cta_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .cta_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cta_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta_naglowek {
    margin-bottom: 0;
  }
}
.cta_lista {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cta_lista {
    flex-direction: column;
    align-items: center;
  }
}
.cta_lista_item {
  margin: 24px 48px;
  display: block;
  position: relative;
  padding-left: 72px;
}
@media (max-width: 767px) {
  .cta_lista_item {
    padding-left: 36px;
    margin: 24px 12px 0 12px;
  }
}
.cta_lista_item span {
  font-size: 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 991px) {
  .cta_lista_item span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .cta_lista_item span {
    font-size: 18px;
  }
}
.cta_lista_item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: right;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cta_lista_item img {
    width: 24px;
    height: 24px;
  }
}
.cta_lista_item:hover span {
  color: #cf151a;
}

.filmy {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .filmy {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .filmy {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .filmy {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .filmy {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .filmy {
    padding-bottom: 56px;
  }
}
.filmy_naglowek {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
}
.filmy_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .filmy_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .filmy_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .filmy_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .filmy_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .filmy_naglowek {
    margin-bottom: 0;
  }
}
.filmy_lista {
  justify-content: center;
}
.filmy_link {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.filmy_link img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.filmy_link:hover img {
  opacity: 0.25;
}

.sociale_right_filmy {
  overflow: hidden;
}
.sociale_right_filmy_film {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.sociale_right_filmy_film img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sociale_right_filmy_film:hover img {
  opacity: 0.25;
}

.oferta {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .oferta {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .oferta {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .oferta {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .oferta {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .oferta {
    padding-bottom: 56px;
  }
}
.oferta_naglowek {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
}
.oferta_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .oferta_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .oferta_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .oferta_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .oferta_naglowek {
    font-size: 28px;
  }
}
.oferta_item {
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.oferta_item img {
  display: block;
  width: auto;
  height: 150px;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1599px) {
  .oferta_item img {
    height: 128px;
  }
}
@media (max-width: 1399px) {
  .oferta_item img {
    height: 112px;
  }
}
@media (max-width: 1199px) {
  .oferta_item img {
    height: 96px;
  }
}
@media (max-width: 991px) {
  .oferta_item img {
    height: 80px;
  }
}
@media (max-width: 767pxpx) {
  .oferta_item img {
    height: 64px;
  }
}
.oferta_item h3 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  z-index: 2;
}
.oferta_item h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .oferta_item h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .oferta_item h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .oferta_item h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oferta_item h3 {
    font-size: 18px;
  }
}
.oferta_item:hover h3 {
  color: #cf151a;
}
.oferta .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .oferta .mt48 {
    margin-top: 24px;
  }
}

.oferta_podkategorie {
  padding-bottom: 96px;
  padding-top: 48px;
}
@media (max-width: 1399px) {
  .oferta_podkategorie {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .oferta_podkategorie {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .oferta_podkategorie {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .oferta_podkategorie {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .oferta_podkategorie {
    padding-bottom: 56px;
  }
}
@media (max-width: 1399px) {
  .oferta_podkategorie {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .oferta_podkategorie {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .oferta_podkategorie {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .oferta_podkategorie {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .oferta_podkategorie {
    padding-top: 28px;
  }
}
.oferta_podkategorie_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
.oferta_podkategorie_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .oferta_podkategorie_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .oferta_podkategorie_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .oferta_podkategorie_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .oferta_podkategorie_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oferta_podkategorie_naglowek {
    margin-bottom: 0;
  }
}
.oferta_podkategorie_box {
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
  background-color: #fff;
  position: relative;
  border-bottom: solid 1px #cf151a;
}
.oferta_podkategorie_box h3 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .oferta_podkategorie_box h3 {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .oferta_podkategorie_box h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .oferta_podkategorie_box h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .oferta_podkategorie_box h3 {
    font-size: 16px;
  }
}
.oferta_podkategorie_box h3:hover {
  color: #cf151a;
}
.oferta_podkategorie_box ol {
  display: block;
  list-style: decimal;
  list-style-position: inside;
  border-top: solid 1px #f4f4f4;
  margin-top: 12px;
}
.oferta_podkategorie_box ol li {
  border-bottom: solid 1px #cf151a;
  display: block;
}
.oferta_podkategorie_box ol li:first-child {
  margin-top: 12px;
}
.oferta_podkategorie_box ol li:last-child {
  border-bottom: none;
}
.oferta_podkategorie_box ol li:last-child a {
  padding-bottom: 0;
}
.oferta_podkategorie_box ol li a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 6px 32px 6px 0;
  position: relative;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
}
.oferta_podkategorie_box ol li a::after {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-image: url("../images/ico_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.oferta_podkategorie_box ol li a:hover {
  color: #cf151a;
}

.oferta_produkty {
  padding-bottom: 96px;
  padding-top: 48px;
}
@media (max-width: 1399px) {
  .oferta_produkty {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .oferta_produkty {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .oferta_produkty {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .oferta_produkty {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .oferta_produkty {
    padding-bottom: 56px;
  }
}
@media (max-width: 1399px) {
  .oferta_produkty {
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .oferta_produkty {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .oferta_produkty {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .oferta_produkty {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .oferta_produkty {
    padding-top: 28px;
  }
}
.oferta_produkty_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
  text-align: center;
}
.oferta_produkty_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .oferta_produkty_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .oferta_produkty_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .oferta_produkty_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .oferta_produkty_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .oferta_produkty_naglowek {
    margin-bottom: 0;
  }
}
.oferta_produkty_produkt {
  padding: 24px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.oferta_produkty_produkt img {
  display: block;
  width: 100%;
  height: auto;
}
.oferta_produkty_produkt p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 1399px) {
  .oferta_produkty_produkt p {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .oferta_produkty_produkt p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .oferta_produkty_produkt p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .oferta_produkty_produkt p {
    font-size: 16px;
  }
}
.oferta_produkty_produkt:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
}
.oferta_produkty_produkt:hover p {
  color: #cf151a;
}

.produkt_wstep {
  padding-top: 192px;
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .produkt_wstep {
    padding-top: 176px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep {
    padding-top: 144px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep {
    padding-top: 128px;
  }
}
@media (max-width: 575px) {
  .produkt_wstep {
    padding-top: 112px;
  }
}
@media (max-width: 1399px) {
  .produkt_wstep {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .produkt_wstep {
    padding-bottom: 56px;
  }
}
.produkt_wstep_logo {
  display: block;
  width: auto;
  height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .produkt_wstep_logo {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_logo {
    height: 24px;
  }
}
.produkt_wstep_h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-left: 24px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-left: solid 8px #cf151a;
  margin-bottom: 24px;
  padding-right: 24px;
}
.produkt_wstep_h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_wstep_h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep_h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_h1 {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  .produkt_wstep_h1 {
    border-width: 7px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_h1 {
    border-width: 6px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep_h1 {
    border-width: 5px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_h1 {
    border-width: 4px;
  }
}
.produkt_wstep_opis * {
  overflow-wrap: break-word;
}
.produkt_wstep_opis a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.produkt_wstep_opis p {
  margin-bottom: 24px;
}
.produkt_wstep_opis p,
.produkt_wstep_opis h1,
.produkt_wstep_opis h2,
.produkt_wstep_opis h3,
.produkt_wstep_opis h4,
.produkt_wstep_opis h5,
.produkt_wstep_opis ol,
.produkt_wstep_opis ul,
.produkt_wstep_opis blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.produkt_wstep_opis strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.produkt_wstep_opis h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.produkt_wstep_opis h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_wstep_opis h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_opis h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep_opis h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_opis h1 {
    font-size: 32px;
  }
}
.produkt_wstep_opis h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.produkt_wstep_opis h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_wstep_opis h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_opis h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep_opis h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_opis h2 {
    font-size: 28px;
  }
}
.produkt_wstep_opis h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.produkt_wstep_opis h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_wstep_opis h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_opis h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep_opis h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_opis h3 {
    font-size: 20px;
  }
}
.produkt_wstep_opis h4, .produkt_wstep_opis h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.produkt_wstep_opis h4 strong, .produkt_wstep_opis h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_wstep_opis h4, .produkt_wstep_opis h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_opis h4, .produkt_wstep_opis h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .produkt_wstep_opis h4, .produkt_wstep_opis h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .produkt_wstep_opis h4, .produkt_wstep_opis h5 {
    font-size: 18px;
  }
}
.produkt_wstep_opis ol {
  margin: 0 0 24px 0;
}
.produkt_wstep_opis ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.produkt_wstep_opis ol ol,
.produkt_wstep_opis ol ul {
  padding-left: 12px;
}
.produkt_wstep_opis a:not(.button) {
  position: relative;
  color: #cf151a;
}
.produkt_wstep_opis a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.produkt_wstep_opis a:not(.button):hover:before {
  width: 0;
}
.produkt_wstep_opis ul {
  margin: 0 0 24px 0;
}
.produkt_wstep_opis ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.produkt_wstep_opis ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.produkt_wstep_opis ul li ol {
  padding-left: 12px;
}
.produkt_wstep_opis ul li ol li::before {
  display: none;
}
.produkt_wstep_opis ul li ul {
  padding-left: 15px;
}
.produkt_wstep_opis img {
  max-width: 100%;
  height: auto;
}
.produkt_wstep_opis img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.produkt_wstep_opis img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.produkt_wstep_opis img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.produkt_wstep_opis img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.produkt_wstep_opis iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .produkt_wstep_opis iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_opis iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .produkt_wstep_opis iframe {
    height: 450px;
  }
}
.produkt_wstep_opis table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .produkt_wstep_opis table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .produkt_wstep_opis table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.produkt_wstep_opis table tr {
  border-bottom: solid 1px #cf151a;
}
.produkt_wstep_opis table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.produkt_wstep_opis table tr td, .produkt_wstep_opis table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .produkt_wstep_opis table tr td, .produkt_wstep_opis table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .produkt_wstep_opis table tr td, .produkt_wstep_opis table tr th {
    font-size: 10px;
  }
}
.produkt_wstep_opis table tr td:first-child, .produkt_wstep_opis table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .produkt_wstep_opis table tr td:first-child, .produkt_wstep_opis table tr th:first-child {
    width: auto;
  }
}
.produkt_wstep_opis table tr td:last-child, .produkt_wstep_opis table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.produkt_wstep_opis table tr td:last-child a, .produkt_wstep_opis table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.produkt_wstep_opis table tr td:last-child a::before, .produkt_wstep_opis table tr th:last-child a::before {
  display: none;
}
.produkt_wstep_opis table tr td:last-child a:hover, .produkt_wstep_opis table tr th:last-child a:hover {
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .produkt_wstep_opis {
    padding-right: 0;
  }
}
.produkt_wstep_thumb {
  display: block;
  width: 100%;
  height: auto;
  position: sticky;
  top: 100px;
}
.produkt_wstep_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.produkt_dlaczego {
  padding-bottom: 96px;
  text-align: center;
}
@media (max-width: 1399px) {
  .produkt_dlaczego {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .produkt_dlaczego {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .produkt_dlaczego {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .produkt_dlaczego {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .produkt_dlaczego {
    padding-bottom: 56px;
  }
}
.produkt_dlaczego_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.produkt_dlaczego_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_dlaczego_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .produkt_dlaczego_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_dlaczego_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .produkt_dlaczego_naglowek {
    font-size: 20px;
  }
}
.produkt_dlaczego_lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.produkt_dlaczego_lista_powod {
  display: block;
  width: 25%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .produkt_dlaczego_lista_powod {
    width: 50%;
  }
}
@media (max-width: 399px) {
  .produkt_dlaczego_lista_powod {
    width: 100%;
  }
}
.produkt_dlaczego_lista_powod img {
  display: block;
  width: auto;
  height: 96px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .produkt_dlaczego_lista_powod img {
    height: 88px;
  }
}
@media (max-width: 1199px) {
  .produkt_dlaczego_lista_powod img {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .produkt_dlaczego_lista_powod img {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .produkt_dlaczego_lista_powod img {
    height: 64px;
  }
}
@media (max-width: 575px) {
  .produkt_dlaczego_lista_powod img {
    height: 56px;
  }
}
.produkt_dlaczego_lista_powod h3 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 12px 0;
}
@media (max-width: 1399px) {
  .produkt_dlaczego_lista_powod h3 {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .produkt_dlaczego_lista_powod h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .produkt_dlaczego_lista_powod h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .produkt_dlaczego_lista_powod h3 {
    font-size: 16px;
  }
}
.produkt_dlaczego_lista_powod p {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.produkt_dane {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .produkt_dane {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .produkt_dane {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .produkt_dane {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .produkt_dane {
    padding-bottom: 56px;
  }
}
.produkt_dane_naglowek {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
}
.produkt_dane_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_dane_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_dane_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .produkt_dane_naglowek {
    font-size: 20px;
  }
}
.produkt_dane_tabelki * {
  overflow-wrap: break-word;
}
.produkt_dane_tabelki a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.produkt_dane_tabelki p {
  margin-bottom: 24px;
}
.produkt_dane_tabelki p,
.produkt_dane_tabelki h1,
.produkt_dane_tabelki h2,
.produkt_dane_tabelki h3,
.produkt_dane_tabelki h4,
.produkt_dane_tabelki h5,
.produkt_dane_tabelki ol,
.produkt_dane_tabelki ul,
.produkt_dane_tabelki blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.produkt_dane_tabelki strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.produkt_dane_tabelki h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.produkt_dane_tabelki h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_dane_tabelki h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_dane_tabelki h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_dane_tabelki h1 {
    font-size: 32px;
  }
}
.produkt_dane_tabelki h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.produkt_dane_tabelki h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_dane_tabelki h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .produkt_dane_tabelki h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .produkt_dane_tabelki h2 {
    font-size: 28px;
  }
}
.produkt_dane_tabelki h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.produkt_dane_tabelki h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_dane_tabelki h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_dane_tabelki h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .produkt_dane_tabelki h3 {
    font-size: 20px;
  }
}
.produkt_dane_tabelki h4, .produkt_dane_tabelki h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.produkt_dane_tabelki h4 strong, .produkt_dane_tabelki h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .produkt_dane_tabelki h4, .produkt_dane_tabelki h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki h4, .produkt_dane_tabelki h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .produkt_dane_tabelki h4, .produkt_dane_tabelki h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .produkt_dane_tabelki h4, .produkt_dane_tabelki h5 {
    font-size: 18px;
  }
}
.produkt_dane_tabelki ol {
  margin: 0 0 24px 0;
}
.produkt_dane_tabelki ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.produkt_dane_tabelki ol ol,
.produkt_dane_tabelki ol ul {
  padding-left: 12px;
}
.produkt_dane_tabelki a:not(.button) {
  position: relative;
  color: #cf151a;
}
.produkt_dane_tabelki a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.produkt_dane_tabelki a:not(.button):hover:before {
  width: 0;
}
.produkt_dane_tabelki ul {
  margin: 0 0 24px 0;
}
.produkt_dane_tabelki ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.produkt_dane_tabelki ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.produkt_dane_tabelki ul li ol {
  padding-left: 12px;
}
.produkt_dane_tabelki ul li ol li::before {
  display: none;
}
.produkt_dane_tabelki ul li ul {
  padding-left: 15px;
}
.produkt_dane_tabelki img {
  max-width: 100%;
  height: auto;
}
.produkt_dane_tabelki img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.produkt_dane_tabelki img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.produkt_dane_tabelki img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.produkt_dane_tabelki img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.produkt_dane_tabelki iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .produkt_dane_tabelki iframe {
    height: 450px;
  }
}
.produkt_dane_tabelki table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .produkt_dane_tabelki table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .produkt_dane_tabelki table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.produkt_dane_tabelki table tr {
  border-bottom: solid 1px #cf151a;
}
.produkt_dane_tabelki table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.produkt_dane_tabelki table tr td, .produkt_dane_tabelki table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .produkt_dane_tabelki table tr td, .produkt_dane_tabelki table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .produkt_dane_tabelki table tr td, .produkt_dane_tabelki table tr th {
    font-size: 10px;
  }
}
.produkt_dane_tabelki table tr td:first-child, .produkt_dane_tabelki table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .produkt_dane_tabelki table tr td:first-child, .produkt_dane_tabelki table tr th:first-child {
    width: auto;
  }
}
.produkt_dane_tabelki table tr td:last-child, .produkt_dane_tabelki table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.produkt_dane_tabelki table tr td:last-child a, .produkt_dane_tabelki table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.produkt_dane_tabelki table tr td:last-child a::before, .produkt_dane_tabelki table tr th:last-child a::before {
  display: none;
}
.produkt_dane_tabelki table tr td:last-child a:hover, .produkt_dane_tabelki table tr th:last-child a:hover {
  color: #2c2c2c;
}

.wpisyblogowe {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .wpisyblogowe {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .wpisyblogowe {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .wpisyblogowe {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .wpisyblogowe {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .wpisyblogowe {
    padding-bottom: 56px;
  }
}
.wpisyblogowe_wpis {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 12px;
  position: relative;
}
.wpisyblogowe_wpis::before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #cf151a;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpisyblogowe_wpis_thumb {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.wpisyblogowe_wpis_data {
  position: relative;
  padding-left: 16px;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpisyblogowe_wpis_data::before {
  position: absolute;
  width: 12px;
  height: 2px;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #cf151a;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wpisyblogowe_wpis_nazwa {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .wpisyblogowe_wpis_nazwa {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .wpisyblogowe_wpis_nazwa {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpisyblogowe_wpis_nazwa {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .wpisyblogowe_wpis_nazwa {
    font-size: 16px;
  }
}
.wpisyblogowe_wpis:hover::before {
  width: 0;
}
.wpisyblogowe_wpis:hover .wpisyblogowe_wpis_data {
  padding-left: 0;
}
.wpisyblogowe_wpis:hover .wpisyblogowe_wpis_data::before {
  width: 0;
}

.sociale {
  position: relative;
  margin-bottom: 96px;
}
@media (max-width: 1399px) {
  .sociale {
    margin-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .sociale {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .sociale {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .sociale {
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .sociale {
    margin-bottom: 56px;
  }
}
.sociale_left {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .sociale_left {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .sociale_left {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .sociale_left {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .sociale_left {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .sociale_left {
    padding-top: 56px;
  }
}
@media (max-width: 1399px) {
  .sociale_left {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .sociale_left {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .sociale_left {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .sociale_left {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .sociale_left {
    padding-bottom: 56px;
  }
}
@media (max-width: 991px) {
  .sociale_left {
    height: auto;
    padding-bottom: 24px;
  }
}
.sociale_left_naglowek {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 24px;
}
.sociale_left_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .sociale_left_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .sociale_left_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sociale_left_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sociale_left_naglowek {
    font-size: 18px;
  }
}
.sociale_left_lista {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767px) {
  .sociale_left_lista {
    gap: 12px;
  }
}
.sociale_left_lista_link {
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
}
@media (max-width: 1399px) {
  .sociale_left_lista_link {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .sociale_left_lista_link {
    width: 24px;
    height: 24px;
  }
}
.sociale_left_lista_icon,
.sociale_left_lista svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sociale_left_lista svg path {
  fill: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sociale_left_lista svg path:hover {
  fill: #cf151a;
}
.sociale_right {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .sociale_right {
    padding-top: 88px;
  }
}
@media (max-width: 1199px) {
  .sociale_right {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .sociale_right {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .sociale_right {
    padding-top: 64px;
  }
}
@media (max-width: 575px) {
  .sociale_right {
    padding-top: 56px;
  }
}
@media (max-width: 1399px) {
  .sociale_right {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .sociale_right {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .sociale_right {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .sociale_right {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .sociale_right {
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .sociale_right {
    padding-top: 0;
  }
}
.sociale_right_naglowek {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #2c2c2c;
  margin-bottom: 24px;
}
.sociale_right_naglowek strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .sociale_right_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .sociale_right_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sociale_right_naglowek {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sociale_right_naglowek {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sociale_right_naglowek {
    color: #fff;
  }
}
.sociale_right_naglowek strong {
  color: #cf151a;
}
@media (max-width: 767px) {
  .sociale_right_naglowek strong {
    color: #fff;
  }
}
.sociale_right_filmy {
  width: 100%;
  overflow: hidden;
}
.sociale_right_filmy .swiper-wrapper {
  display: flex;
}
.sociale_right_filmy .swiper-slide {
  flex-shrink: 0;
  height: auto;
}
.sociale_right_filmy_film {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.sociale_right_filmy_film img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sociale_right_filmy_film:hover img {
  opacity: 0.25;
}
.sociale_bg {
  width: calc(50% - 1340px / 2 + 1340px * 4 / 12 - 12px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .sociale_bg {
    width: calc(50% - 1140px / 2 + 1140px * 4 / 12 - 12px);
  }
}
@media (max-width: 1199px) {
  .sociale_bg {
    width: calc(50% - 960px / 2 + 960px * 4 / 12 - 12px);
  }
}
@media (max-width: 991px) {
  .sociale_bg {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .sociale_bg {
    width: 100%;
  }
}
.sociale_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.danekontaktowe {
  padding-bottom: 96px;
}
@media (max-width: 1399px) {
  .danekontaktowe {
    padding-bottom: 88px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .danekontaktowe {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .danekontaktowe {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .danekontaktowe {
    padding-bottom: 56px;
  }
}
.danekontaktowe_item {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .danekontaktowe_item {
    margin-top: 24px;
  }
}
.danekontaktowe_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 216px;
}
@media (max-width: 767px) {
  .danekontaktowe_box {
    grid-template-columns: 1fr;
  }
}
.danekontaktowe_mapa {
  min-height: 216px;
  background-color: rgba(207, 21, 26, 0.08);
}
.danekontaktowe_mapa iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 216px;
  border: 0;
}
.danekontaktowe_tresc {
  padding-left: 24px;
  line-height: 2;
}
@media (max-width: 767px) {
  .danekontaktowe_tresc {
    padding: 24px 0 0 0;
  }
}
.danekontaktowe_naglowek {
  font-size: 20px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #cf151a;
  color: #2c2c2c;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .danekontaktowe_naglowek {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_naglowek {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .danekontaktowe_naglowek {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .danekontaktowe_naglowek {
    font-size: 16px;
  }
}
.danekontaktowe_opis {
  font-size: 14px;
  line-height: 2;
}
.danekontaktowe_opis * {
  overflow-wrap: break-word;
}
.danekontaktowe_opis a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.danekontaktowe_opis p {
  margin-bottom: 24px;
}
.danekontaktowe_opis p,
.danekontaktowe_opis h1,
.danekontaktowe_opis h2,
.danekontaktowe_opis h3,
.danekontaktowe_opis h4,
.danekontaktowe_opis h5,
.danekontaktowe_opis ol,
.danekontaktowe_opis ul,
.danekontaktowe_opis blockquote {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.danekontaktowe_opis strong {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.danekontaktowe_opis h1 {
  font-size: 56px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #cf151a;
}
.danekontaktowe_opis h1 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .danekontaktowe_opis h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_opis h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .danekontaktowe_opis h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .danekontaktowe_opis h1 {
    font-size: 32px;
  }
}
.danekontaktowe_opis h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.danekontaktowe_opis h2 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .danekontaktowe_opis h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_opis h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .danekontaktowe_opis h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .danekontaktowe_opis h2 {
    font-size: 28px;
  }
}
.danekontaktowe_opis h3 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.danekontaktowe_opis h3 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .danekontaktowe_opis h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_opis h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .danekontaktowe_opis h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .danekontaktowe_opis h3 {
    font-size: 20px;
  }
}
.danekontaktowe_opis h4, .danekontaktowe_opis h5 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.danekontaktowe_opis h4 strong, .danekontaktowe_opis h5 strong {
  color: #cf151a;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1399px) {
  .danekontaktowe_opis h4, .danekontaktowe_opis h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_opis h4, .danekontaktowe_opis h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .danekontaktowe_opis h4, .danekontaktowe_opis h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .danekontaktowe_opis h4, .danekontaktowe_opis h5 {
    font-size: 18px;
  }
}
.danekontaktowe_opis ol {
  margin: 0 0 24px 0;
}
.danekontaktowe_opis ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.danekontaktowe_opis ol ol,
.danekontaktowe_opis ol ul {
  padding-left: 12px;
}
.danekontaktowe_opis a:not(.button) {
  position: relative;
  color: #cf151a;
}
.danekontaktowe_opis a:not(.button):before {
  background-color: #cf151a;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.danekontaktowe_opis a:not(.button):hover:before {
  width: 0;
}
.danekontaktowe_opis ul {
  margin: 0 0 24px 0;
}
.danekontaktowe_opis ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.danekontaktowe_opis ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #cf151a;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.danekontaktowe_opis ul li ol {
  padding-left: 12px;
}
.danekontaktowe_opis ul li ol li::before {
  display: none;
}
.danekontaktowe_opis ul li ul {
  padding-left: 15px;
}
.danekontaktowe_opis img {
  max-width: 100%;
  height: auto;
}
.danekontaktowe_opis img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  margin: 0 0.08em;
  vertical-align: -0.12em;
}
.danekontaktowe_opis img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.danekontaktowe_opis img.alignleft {
  margin: 0;
  display: block;
  float: left;
}
.danekontaktowe_opis img.alignright {
  margin: 0;
  display: block;
  float: right;
}
.danekontaktowe_opis iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .danekontaktowe_opis iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_opis iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .danekontaktowe_opis iframe {
    height: 450px;
  }
}
.danekontaktowe_opis table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 48px;
  line-height: 1.45;
  border-left: solid 1px #cf151a;
  border-top: solid 1px #cf151a;
}
@media (max-width: 991px) {
  .danekontaktowe_opis table {
    margin-bottom: 24px;
  }
}
@media (max-width: 1px) {
  .danekontaktowe_opis table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.danekontaktowe_opis table tr {
  border-bottom: solid 1px #cf151a;
}
.danekontaktowe_opis table tr:first-child th {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(207, 21, 26, 0.1);
}
.danekontaktowe_opis table tr td, .danekontaktowe_opis table tr th {
  padding: 12px 16px;
  border-right: solid 1px #cf151a;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 767px) {
  .danekontaktowe_opis table tr td, .danekontaktowe_opis table tr th {
    padding: 6px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .danekontaktowe_opis table tr td, .danekontaktowe_opis table tr th {
    font-size: 10px;
  }
}
.danekontaktowe_opis table tr td:first-child, .danekontaktowe_opis table tr th:first-child {
  width: 32%;
}
@media (max-width: 767px) {
  .danekontaktowe_opis table tr td:first-child, .danekontaktowe_opis table tr th:first-child {
    width: auto;
  }
}
.danekontaktowe_opis table tr td:last-child, .danekontaktowe_opis table tr th:last-child {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.danekontaktowe_opis table tr td:last-child a, .danekontaktowe_opis table tr th:last-child a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.danekontaktowe_opis table tr td:last-child a::before, .danekontaktowe_opis table tr th:last-child a::before {
  display: none;
}
.danekontaktowe_opis table tr td:last-child a:hover, .danekontaktowe_opis table tr th:last-child a:hover {
  color: #2c2c2c;
}
.danekontaktowe_opis p {
  margin-bottom: 6px;
}

.aos-element {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aos-delay, 0ms);
  will-change: opacity, transform;
}

.aos-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .aos-element {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
body.cookieyes_pending,
body.cookieyes_open {
  overflow: hidden;
}

.cky-consent-container,
.cky-modal {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cky-consent-container:not(.cky-hide) {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  inset: 0 !important;
  padding: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: rgba(44, 44, 44, 0.45) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto !important;
  z-index: 10000 !important;
}

.cky-consent-bar {
  width: 100% !important;
  max-width: 720px !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 24px 0 rgba(44, 44, 44, 0.12) !important;
  padding: 32px !important;
}
.cky-consent-bar:before {
  content: "";
  display: block;
  width: 160px;
  height: 22px;
  margin-bottom: 20px;
  background-image: url("../images/logo_varimed.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.cky-title {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2c2c2c !important;
}

.cky-notice-des,
.cky-preference-content-wrapper,
.cky-accordion-header-des,
.cky-gpc-wrapper .cky-gpc-desc {
  color: #2c2c2c !important;
}

.cky-btn {
  border-radius: 0 !important;
  padding: 12px 24px !important;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.cky-btn-accept,
.cky-btn-preferences,
.cky-btn-reject {
  border-color: #cf151a !important;
}

.cky-btn-accept {
  background-color: #cf151a !important;
  color: #fff !important;
}

.cky-btn-preferences,
.cky-btn-reject {
  background-color: #fff !important;
  color: #cf151a !important;
}