@charset "UTF-8";
body {
  color: #194b6c;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding: 0;
}

.custom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

table[border="0"],
table[border="0"] > tbody,
table[border="0"] > tbody > tr,
table[border="0"] > tbody > tr > td,
table[border="0"] > tbody > tr > th,
table[border="0"] > tfoot,
table[border="0"] > tfoot > tr,
table[border="0"] > tfoot > tr > td,
table[border="0"] > tfoot > tr > th,
table[border="0"] > thead,
table[border="0"] > thead > tr,
table[border="0"] > thead > tr > td,
table[border="0"] > thead > tr > th {
  border: none;
  border-width: 0;
}

table tbody, table td, table tfoot, table th, table thead, table tr, table[border="0"] tbody, table[border="0"] td, table[border="0"] tfoot, table[border="0"] th, table[border="0"] thead, table[border="0"] tr {
  border-width: 0;
}

table[border="1"] tbody, table[border="1"] td, table[border="1"] tfoot, table[border="1"] th, table[border="1"] thead, table[border="1"] tr,
table[border="2"] tbody,
table[border="2"] td,
table[border="2"] tfoot,
table[border="2"] th,
table[border="2"] thead,
table[border="2"] tr,
table[border="3"] tbody,
table[border="3"] td,
table[border="3"] tfoot,
table[border="3"] th,
table[border="3"] thead,
table[border="3"] tr,
table[border="4"] tbody,
table[border="4"] td,
table[border="4"] tfoot,
table[border="4"] th,
table[border="4"] thead,
table[border="4"] tr,
table[border="5"] tbody,
table[border="5"] td,
table[border="5"] tfoot,
table[border="5"] th,
table[border="5"] thead,
table[border="5"] tr,
table[border="6"] tbody,
table[border="6"] td,
table[border="6"] tfoot,
table[border="6"] th,
table[border="6"] thead,
table[border="6"] tr {
  border-width: initial;
}

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

.btn-primary {
  color: #ffffff !important;
  background-color: #194b6c;
  border-color: #194b6c;
}
.btn-primary:hover {
  text-decoration: none !important;
}

.form-group {
  margin: 30px 0;
}

.form-horizontal .control-label {
  margin-bottom: 0.5rem;
}
.form-horizontal .form-control {
  margin-bottom: 1rem;
}
.form-horizontal .checkbox > label > input {
  margin-right: 10px;
}
.form-horizontal .form-group.has-error label,
.form-horizontal .form-group.has-error .form-control {
  color: #a94442;
}

.btn-blue,
.btn-pink {
  display: inline-block;
  background-color: #194b6c;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 30px;
  border: 0;
  border-radius: 50px;
  min-width: 225px;
  text-align: center;
}
.btn-blue:hover,
.btn-pink:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.btn-blue .btn-arrow-right,
.btn-blue .btn-arrow-left,
.btn-pink .btn-arrow-right,
.btn-pink .btn-arrow-left {
  width: 13px;
}
.btn-blue .btn-arrow-right polygon,
.btn-blue .btn-arrow-right rect,
.btn-blue .btn-arrow-left polygon,
.btn-blue .btn-arrow-left rect,
.btn-pink .btn-arrow-right polygon,
.btn-pink .btn-arrow-right rect,
.btn-pink .btn-arrow-left polygon,
.btn-pink .btn-arrow-left rect {
  fill: #ffffff;
}
.btn-blue .btn-arrow-right,
.btn-pink .btn-arrow-right {
  margin: 0 0 4px 30px;
}
.btn-blue .btn-arrow-left,
.btn-pink .btn-arrow-left {
  margin: 0 30px 4px 0;
  transform: rotate(180deg);
}

.btn-pink {
  background-color: #dda6a3;
}

#calendar {
  width: 100%;
  position: relative;
  z-index: 8;
  background-color: #ffffff;
  border: 1px solid #b3b9b5;
}

.calendar__inner {
  margin: 0 auto;
  position: relative;
  z-index: 9;
  max-width: 70rem;
}
.calendar__tooltip {
  position: absolute;
  font-size: 14px;
  z-index: 9999;
  padding: 1rem;
  top: -1px;
  left: 0px;
  transform: translateX(-100%);
  width: 20rem;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid #b3b9b5;
}
.calendar__tooltip--right {
  left: unset;
  right: 0;
  transform: translateX(100%);
}
.calendar__tooltip-header {
  display: none;
}
.calendar__tooltip-item {
  margin-bottom: 1rem;
}
.calendar__tooltip-item:last-of-type {
  margin-bottom: 0;
}
.calendar__bcg {
  display: none;
}

.section.calendar .section__content.container-big {
  max-width: 1600px !important;
}

.calendar-filters {
  position: relative;
  z-index: 99;
}

#calendar {
  width: 100%;
  position: relative;
  z-index: 8;
  background-color: #ffffff;
  border: 1px solid #b3b9b5;
}

.choices {
  margin-bottom: 2.9rem !important;
  z-index: 9;
  position: relative;
  background-color: #ffffff !important;
  color: #000000;
}
.choices__inner {
  background: none;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Commissioner", sans-serif;
  font-style: italic;
  padding: 0 !important;
  border-radius: 0 !important;
  height: 5.1rem;
  border: 1px solid #b3b9b5;
}
.choices__list {
  padding: 0;
}
.choices__item {
  line-height: 1.3;
  display: flex;
  align-items: center;
  height: 5.1rem;
  padding-left: 2.5rem !important;
  transition: background-color 0.2s ease-out;
  will-change: background-color;
}
.choices__item svg {
  margin-right: 2.5rem;
}
.choices__item .stroke {
  stroke: #ffffff;
  transition: stroke 0.2s ease-out;
  will-change: stroke;
}
.choices__item .fill {
  fill: #ffffff;
  transition: fill 0.2s ease-out;
  will-change: fill;
}
.choices__item.culture, .choices__item.sport, .choices__item.deadline, .choices__item.other {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.choices__item.culture {
  background-color: #2b78be !important;
}
.choices__item.culture:hover {
  background-color: #ffffff !important;
  color: #2b78be;
}
.choices__item.culture:hover .fill {
  fill: #2b78be;
}
.choices__item.culture:hover .stroke {
  stroke: #2b78be;
}
.choices__item.sport {
  background-color: green;
}
.choices__item.sport:hover {
  background-color: #ffffff !important;
  color: green;
}
.choices__item.sport:hover .fill {
  fill: green;
}
.choices__item.sport:hover .stroke {
  stroke: green;
}
.choices__item.deadline {
  background-color: pink;
}
.choices__item.deadline:hover {
  background-color: #ffffff !important;
  color: pink;
}
.choices__item.deadline:hover .fill {
  fill: pink;
}
.choices__item.deadline:hover .stroke {
  stroke: pink;
}
.choices__item.other {
  background-color: darkgrey;
  border-bottom: none;
}
.choices__item.other:hover {
  background-color: #ffffff !important;
  color: darkgrey;
}
.choices__item.other:hover .fill {
  fill: darkgrey;
}
.choices__item.other:hover .stroke {
  stroke: darkgrey;
}

.choices__list--single .choices__item.culture:hover {
  background-color: #2b78be !important;
  color: #ffffff;
}
.choices__list--single .choices__item.culture:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.culture:hover .stroke {
  stroke: #ffffff;
}
.choices__list--single .choices__item.sport:hover {
  background-color: green !important;
  color: #ffffff;
}
.choices__list--single .choices__item.sport:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.sport:hover .stroke {
  stroke: #ffffff;
}
.choices__list--single .choices__item.deadline:hover {
  background-color: pink !important;
  color: #ffffff;
}
.choices__list--single .choices__item.deadline:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.deadline:hover .stroke {
  stroke: #ffffff;
}
.choices__list--single .choices__item.other:hover {
  background-color: darkgrey !important;
  color: #ffffff;
}
.choices__list--single .choices__item.other:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.other:hover .stroke {
  stroke: #ffffff;
}

.choices[data-type*=select-one]:after {
  border: none;
  content: "V";
  width: 4.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  margin: 0;
  color: #b3b9b5;
  border-left: 1px solid #b3b9b5;
}

.choices[data-type*=select-one].is-open:after {
  margin: 0;
}

.fc .fc-day--hovered {
  border: 1px solid #b3b9b5 !important;
  border-top: 1px solid #b3b9b5 !important;
  border-left: 1px solid #b3b9b5 !important;
}
.fc .fc-scrollgrid table {
  border-collapse: initial;
}
.fc td.fc-daygrid-day.fc-day {
  border-color: #eee;
}
.fc .fc-scroller-liquid-absolute,
.fc .fc-scroller-harness {
  overflow: visible !important;
}
.fc .fc-scroller {
  overflow: hidden;
}
.fc .fc-toolbar-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Commissioner, sans-serif;
}
.fc .fc-header-toolbar {
  padding: 1rem;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #b3b9b5;
}
.fc .fc-prev-button,
.fc .fc-next-button {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
}
.fc .fc-daygrid {
  padding: 0.5rem;
}
.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc .fc-col-header-cell-cushion {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0;
  line-height: 1;
  font-size: 1.4rem;
  text-decoration: none !important;
}
.fc .fc-col-header-cell .fc-scrollgrid-sync-inner {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  vertical-align: middle;
  border: 2px solid #ffffff;
  background-color: #b3b9b5;
  color: #ffffff;
}
.fc .fc-col-header-cell.fc-day-sat .fc-scrollgrid-sync-inner {
  background-color: #6fd3f7;
}
.fc .fc-col-header-cell.fc-day-sun .fc-scrollgrid-sync-inner {
  background-color: #ff999a;
}
.fc .fc-daygrid-day-frame {
  height: 4.5rem;
  display: flex;
  flex-direction: column;
}
.fc .fc-daygrid-day-top {
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  text-align: left;
  flex-direction: row;
}
.fc .fc-daygrid-day-top .fc-daygrid-day-number {
  padding: 2px 4px 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  height: 100%;
  min-height: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2px;
  padding-right: 2px;
  height: 4.2rem;
  margin-top: auto;
}
.fc .fc-event-title,
.fc .fc-event-time {
  display: none;
}
.fc .fc-daygrid-event-harness {
  width: 40%;
  margin: 2px 0 0 2px;
  height: 1.8rem;
}
.fc .fc-daygrid-event {
  height: 100%;
  border-radius: 0;
  margin: 0 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background: unset;
}

@media (max-width: 991px) {
  .calendar .section__content .row {
    margin: 0;
  }
  .calendar__tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90vw;
    transform: translate(-50%, -50%);
    padding-top: 4.5rem;
    z-index: 99;
  }
  .calendar__tooltip-close {
    display: block;
    background: none;
    border: none;
    padding: 1rem 0.5rem;
  }
  .calendar__tooltip-date {
    padding: 1rem;
  }
  .calendar__tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row-reverse;
  }
  .calendar__bcg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
  }
  .calendar-filters .col-md-6:first-of-type {
    padding-left: 0;
  }
  .calendar-filters .col-md-6:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fc .fc-daygrid-event-harness {
    height: 1.2rem;
  }
  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    height: 3rem;
  }
  .fc .fc-daygrid-day-top {
    font-size: 1.2rem;
  }
  .fc .fc-col-header-cell-cushion {
    font-size: 1rem;
  }
  .calendar-filters .col-md-6 {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 50px;
  }
}
.events {
  list-style: none;
  padding: 0;
}
.events__item {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.events__item-icon {
  margin-right: 1rem;
  width: 3.5rem;
}
.events__item-icon.my_scale_icon {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.events__item-content {
  width: 100%;
}
.events__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.events__date {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .events {
    margin-top: 2rem;
  }
}
.section-calendar a {
  color: #194b6c;
  text-decoration: none;
}
.section-calendar a.btn-blue {
  color: #ffffff;
  text-decoration: none;
}
.section-calendar__header {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 0 50px 0;
}
.section-calendar__content {
  padding: 0 15px 35px 15px;
}

@media (min-width: 500px) {
  .section-calendar__header {
    font-size: 36px;
  }
  .section-calendar__content {
    padding: 0 0 35px 0;
  }
}
@media (min-width: 768px) {
  .section-calendar__header {
    font-size: 36px;
  }
}
.lista_zakladki_tagi {
  margin-bottom: 35px;
}
.lista_zakladki_tagi > ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lista_zakladki_tagi > ul > li {
  margin: 0 10px 10px 0;
  padding: 0;
  display: inline-block;
}
.lista_zakladki_tagi > ul > li > a {
  display: block;
  color: #fff;
  background: #194b6c;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.lista_zakladki_tagi > ul > li.selected > a, .lista_zakladki_tagi > ul > li > a:hover {
  color: #194b6c;
  background: #ddd;
  text-decoration: none;
}

.lista_inwestorzy {
  margin: 20px 0;
}
.lista_inwestorzy .my_section_title {
  margin-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 5px;
}
.lista_inwestorzy .my_item {
  margin-bottom: 15px;
}
.lista_inwestorzy .my_frame {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px;
}
.lista_inwestorzy .my_title {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  padding-left: 15px;
}
.lista_inwestorzy .row {
  /*margin: 0 -15px !important;*/
}
.lista_inwestorzy .my_options > ul > li > span {
  font-weight: bold;
}
.lista_inwestorzy .my_city,
.lista_inwestorzy .my_trade {
  margin-bottom: 5px;
}
.lista_inwestorzy .my_options_more ul {
  list-style: none;
  margin: 0 0 10px 0px;
  padding: 0;
}
.lista_inwestorzy .my_options_more > ul > li > span {
  font-weight: bold;
}
.lista_inwestorzy .my_description_more .my_content {
  margin: 0 10px 10px 10px;
}
.lista_inwestorzy .my_title2 {
  font-size: 22px;
}
.lista_inwestorzy .my_header {
  margin-bottom: 20px !important;
}
.lista_inwestorzy .my_status {
  font-size: 22px;
  color: #0146ae;
}

.szukaj_inwestorzy {
  margin: 20px 0;
}

.oferty_wyszukiwarka {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 20px 0;
}
.oferty_wyszukiwarka .div_submit > input {
  width: 100%;
}
.oferty_wyszukiwarka .control-label {
  padding-top: 0px;
}

.szczegoly_oferty .my_img_big {
  max-width: 100%;
  border-radius: 5px;
}
.szczegoly_oferty .div_img_mini > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.szczegoly_oferty .div_img_mini > ul > li {
  margin: 10px 9px;
  display: inline-block;
}
.szczegoly_oferty .div_img_mini img {
  border-radius: 5px;
}
.szczegoly_oferty .my_params td > span {
  font-weight: bold;
}
.szczegoly_oferty .my_content {
  clear: both;
  margin: 20px 0;
}

.lista_kafelki {
  display: block;
  width: 100%;
  margin: 0 -10px;
}
.lista_kafelki .my_frame {
  position: relative;
}
.lista_kafelki .my_ribbon_wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}
.lista_kafelki .my_ribbon_red {
  background-color: #e13434;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}
.lista_kafelki .my_item {
  max-width: 320px;
  margin: 0 7px 30px 7px;
  display: inline-block;
  vertical-align: top;
}
.lista_kafelki .my_item_video {
  width: 100%;
  max-width: none;
}
.lista_kafelki .my_radio_16_9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.lista_kafelki .my_radio_16_9 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lista_kafelki .my_img {
  position: relative;
  height: 320px;
  vertical-align: middle;
  display: table-cell;
}
.lista_kafelki .my_img img {
  max-width: 100%;
}
.lista_kafelki .my_date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.lista_kafelki .my_date > span {
  display: block;
  padding: 5px;
  font-size: 14px;
}
.lista_kafelki .my_title {
  font-size: 18px;
  margin: 5px 0;
}
.lista_kafelki .my_text {
  font-size: 14px;
}

@media (min-width: 450px) {
  .lista_kafelki .my_item_video {
    width: 434px;
    max-width: none;
  }
}
.hr_dots {
  height: 1px;
  border-bottom: 1px dotted #ededed;
  margin: 10px 0;
  clear: both;
}

.pagination_menu {
  text-align: center;
}
.pagination_menu span,
.pagination_menu a {
  display: inline-block;
  padding: 3px;
  /*border: 1px solid #c8c8c8;*/
  margin: 3px;
}
.pagination_menu a.active {
  text-decoration: underline !important;
}

.lista_portrety {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.lista_portrety > li {
  display: inline-block;
  width: 290px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

.table_biura_podstref td {
  width: 50% !important;
}

@media (max-width: 992px) {
  .table_biura_podstref td {
    width: 100% !important;
  }
}
.form_register .form_error {
  font-size: 14px;
  color: #990000;
}

@media (min-width: 992px) {
  .ct-kontakt {
    border-left: 1px solid #085BA9;
    max-height: 120px;
    padding-left: 30px;
  }
}
/* tabela */
.div-table {
  display: table;
}

.div-table-row {
  display: table-row;
}

.div-table-col {
  display: table-cell;
  vertical-align: middle;
}

.header {
  padding-top: 24px;
  position: relative;
  height: auto;
}
.header.help_header {
  padding-top: 50px;
}
.header.msp_header {
  min-height: 100vh;
}
.header.ksse_header {
  min-height: 100vh;
  color: #ffffff;
  background-color: grey;
}
.header.ksse_header .logo_ksse polygon,
.header.ksse_header .logo_ksse path,
.header.ksse_header .logo_ksse rect,
.header.ksse_header .my_icon_fb polygon,
.header.ksse_header .my_icon_fb path,
.header.ksse_header .my_icon_fb rect,
.header.ksse_header .my_icon_yt polygon,
.header.ksse_header .my_icon_yt path,
.header.ksse_header .my_icon_yt rect,
.header.ksse_header .my_icon_tw polygon,
.header.ksse_header .my_icon_tw path,
.header.ksse_header .my_icon_tw rect,
.header.ksse_header .my_icon_in polygon,
.header.ksse_header .my_icon_in path,
.header.ksse_header .my_icon_in rect {
  fill: #ffffff;
}
.header.ksse_header .header-topbar ul li.my_lang a {
  color: #ffffff;
}
.header.ksse_header .navbar-custom .nav-link {
  color: #ffffff;
}
.header.ksse_header .navbar-custom .nav-link:hover > span.my_line::after, .header.ksse_header .navbar-custom .nav-link:focus > span.my_line::after, .header.ksse_header .navbar-custom .nav-link:active > span.my_line::after, .header.ksse_header .navbar-custom .nav-link.active > span.my_line::after {
  border-top: 7px solid #ffffff;
}
.header.ksse_header .navbar-custom .dropdown-menu {
  background-color: #e8edf0;
}
.header.ksse_header .navbar-custom .nav-link-topbar a {
  color: #ffffff;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__bg .my_image_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__bg .my_video_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__bg .my_image_shadow {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.header .header__swiper {
  height: 100%;
  min-height: 500px;
}
.header .header__swiper .swiper {
  height: 100%;
}
.header .header__swiper .swiper-slide {
  position: relative;
}
.header .header__swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(/_img/_templates7/filtr_foto.png) no-repeat center top;
  background-size: cover;
}
.header .header__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #194b6c;
  opacity: 1;
  margin: 0 6px;
}
.header .header__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dda6a3;
}
.header .header__swiper .header-slogan {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  font-size: 28px;
  font-weight: 300;
  transform: translateY(-40%);
  text-shadow: 0px 0px 10px #000000;
}
.header .header__swiper .header-slogan a {
  color: #ffffff;
  text-decoration: none;
}
.header__helpline {
  background: url(/_img/_templates7/telefon_gora.png) no-repeat left top;
  position: absolute;
  top: -24px;
  left: -272px;
  width: 265px;
  height: 128px;
  overflow: hidden;
}
.header__helpline p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 30px 0 30px;
}
.header__helpline p span,
.header__helpline p a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.header__helpbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #194b6c;
  z-index: 100;
  color: #ffffff;
}
.header__helpbar_wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__helpbar_info {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}
.header__helpbar_info a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.header__helpbar_row {
  display: inline-block;
}
.header__helpbar_lang {
  font-size: 18px;
}
.header__helpbar_lang a {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.header__helpbar_lang .active {
  text-decoration: underline;
  font-weight: 400;
}
.header__wrapper {
  position: relative;
  z-index: 10;
}
.header__slogan {
  font-size: 24px;
  font-weight: 400;
  color: #194b6c;
  text-align: center;
  margin: 30px 10px 20px 10px;
}
.header__video {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.header__video .my_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.header__video .my_wrapper iframe,
.header__video .my_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 370px) {
  .header__helpbar_info {
    font-size: 16px;
  }
  .header__helpbar_info a {
    font-size: 18px;
  }
}
@media (min-width: 500px) {
  .header__slogan {
    font-size: 28px;
  }
  .header .header__swiper .header-slogan {
    font-size: 36px;
  }
}
@media (min-width: 650px) {
  .header__helpbar_wrapper {
    display: block;
  }
  .header__helpbar_lang {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__slogan {
    font-size: 36px;
  }
  .header .header__swiper .header-slogan {
    font-size: 48px;
  }
}
@media (min-width: 1900px) {
  .header.help_header {
    padding-top: 24px;
  }
  .header__helpbar {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
  .header__helpbar_wrapper {
    background: url(/_img/_templates7/telefon_gora.png) no-repeat left top;
    position: absolute;
    top: -24px;
    left: -272px;
    width: 265px;
    height: 128px;
    overflow: hidden;
    padding: 0;
  }
  .header__helpbar_info {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 30px 0 30px;
  }
  .header__helpbar_row {
    display: block;
  }
  .header__helpbar a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
  }
}
.header-topbar {
  position: relative;
  z-index: 120;
  margin: 0 10px 0 0;
}
.header-topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.header-topbar ul li {
  display: inline-block;
  padding: 0 8px;
}
.header-topbar ul li.my_lang {
  display: none;
  padding: 0 20px 0 8px;
  font-size: 16px;
}
.header-topbar ul li.my_lang a {
  display: inline-block;
  color: #194b6c;
  font-weight: 300;
  text-decoration: none;
}
.header-topbar ul li.my_lang a.active {
  text-decoration: underline;
  font-weight: 400;
}
.header-topbar ul li .my_icon_fb {
  width: 21px;
}
.header-topbar ul li .my_icon_yt {
  width: 23px;
}
.header-topbar ul li .my_icon_tw {
  width: 25px;
}
.header-topbar ul li .my_icon_in {
  width: 18px;
}
.header-topbar .my_logo_ue {
  text-align: right;
  margin: 10px 0 0 0;
}
.header-topbar .my_icon_ue_mobile {
  max-width: 80px;
  height: auto;
  display: none;
}
.header-topbar .my_icon_ue_desktop {
  max-width: 155px;
  height: auto;
}

@media (min-width: 400px) {
  .header-topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-topbar .my_logo_ue {
    order: -1;
    margin: 0 10px 0 0;
  }
  .header-topbar .my_icon_ue_mobile {
    display: inline-block;
  }
  .header-topbar .my_icon_ue_desktop {
    display: none;
  }
}
@media (min-width: 500px) {
  .header-topbar .my_logo_ue {
    order: -1;
    margin: 0 20px 0 0;
  }
  .header-topbar .my_icon_ue_mobile {
    display: none;
  }
  .header-topbar .my_icon_ue_desktop {
    display: inline-block;
  }
}
@media (min-width: 650px) {
  .header-topbar ul li.my_lang {
    display: block;
  }
}
.navbar-custom {
  z-index: 100;
}
.navbar-custom .navbar-brand {
  margin-left: 0.5rem;
}
.navbar-custom .navbar-brand .logo_ksse {
  display: block;
  width: 140px;
  height: auto;
  margin-top: -42px;
}
.navbar-custom .navbar-toggler {
  border-color: #ffffff;
  color: #194b6c;
  background: #ffffff;
  margin-right: 20px;
  border-radius: 0;
  padding: 9px 5px 9px 10px;
  margin-top: 30px;
}
.navbar-custom .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-custom .navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #194b6c;
  width: 22px;
  transition: all 0.2s;
}
.navbar-custom .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-custom .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-custom .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-custom .navbar-toggler.collapsed {
  padding: 9px 10px;
}
.navbar-custom .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-custom .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-nav {
  position: relative;
}
.navbar-custom .nav-item {
  padding-right: 0.5rem !important;
  padding-left: 1.5rem !important;
}
.navbar-custom .nav-item.dropdown {
  position: initial;
}
.navbar-custom .nav-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #194b6c;
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}
.navbar-custom .nav-link:hover > span.my_line, .navbar-custom .nav-link:focus > span.my_line, .navbar-custom .nav-link:active > span.my_line, .navbar-custom .nav-link.active > span.my_line {
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.navbar-custom .nav-link:hover > span.my_line::after, .navbar-custom .nav-link:focus > span.my_line::after, .navbar-custom .nav-link:active > span.my_line::after, .navbar-custom .nav-link.active > span.my_line::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  border-top: 7px solid #194b6c;
  border-radius: 50px;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  padding: 11px 10px;
  width: 100%;
  margin-top: 5px;
}
.navbar-custom .dropdown-menu > .container-flex {
  padding: 5px 6px;
}
.navbar-custom .dropdown-menu .nav-lvl-2 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item {
  padding: 0.8rem 1.5rem;
  color: #194b6c;
  font-size: 18px;
  font-weight: 300;
  white-space: normal;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active {
  color: #194b6c;
  font-weight: normal;
  background-color: transparent;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span {
  display: inline-block;
  position: relative;
}
.navbar-custom .nav-link-topbar {
  padding: 10px 0 8px;
  font-size: 16px;
  text-align: center;
}
.navbar-custom .nav-link-topbar a {
  display: inline-block;
  color: #194b6c;
  font-weight: 300;
  text-decoration: none;
}
.navbar-custom .nav-link-topbar a.active {
  text-decoration: underline;
  font-weight: 400;
}

@media (min-width: 500px) {
  .navbar-custom .nav-link-topbar {
    display: none;
  }
}
.fixed-nav .header.help_header .navbar-custom > .custom-container {
  padding-top: 25px;
}
.fixed-nav .header__helpbar {
  position: fixed;
}
.fixed-nav .header.ksse_header {
  color: #194b6c;
}
.fixed-nav .header.ksse_header .logo_ksse polygon,
.fixed-nav .header.ksse_header .logo_ksse path,
.fixed-nav .header.ksse_header .logo_ksse rect,
.fixed-nav .header.ksse_header .my_icon_fb polygon,
.fixed-nav .header.ksse_header .my_icon_fb path,
.fixed-nav .header.ksse_header .my_icon_fb rect,
.fixed-nav .header.ksse_header .my_icon_yt polygon,
.fixed-nav .header.ksse_header .my_icon_yt path,
.fixed-nav .header.ksse_header .my_icon_yt rect,
.fixed-nav .header.ksse_header .my_icon_tw polygon,
.fixed-nav .header.ksse_header .my_icon_tw path,
.fixed-nav .header.ksse_header .my_icon_tw rect,
.fixed-nav .header.ksse_header .my_icon_in polygon,
.fixed-nav .header.ksse_header .my_icon_in path,
.fixed-nav .header.ksse_header .my_icon_in rect {
  fill: #194b6c;
}
.fixed-nav .header.ksse_header .header-topbar ul li.my_lang a {
  color: #194b6c;
}
.fixed-nav .header.ksse_header .navbar-custom .nav-link {
  color: #194b6c;
}
.fixed-nav .header.ksse_header .navbar-custom .nav-link:hover > span.my_line::after, .fixed-nav .header.ksse_header .navbar-custom .nav-link:focus > span.my_line::after, .fixed-nav .header.ksse_header .navbar-custom .nav-link:active > span.my_line::after, .fixed-nav .header.ksse_header .navbar-custom .nav-link.active > span.my_line::after {
  border-top: 7px solid #194b6c;
}
.fixed-nav .header.ksse_header .navbar-custom .dropdown-menu {
  background-color: #ffffff;
}
.fixed-nav .header__wrapper {
  padding-top: 110px;
}
.fixed-nav .navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 2px #e6e6e6;
}
.fixed-nav .navbar-custom .logo_ksse {
  width: 70px;
  margin-top: 0;
}

@media (min-width: 1900px) {
  .fixed-nav .header__helpbar {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #194b6c;
    z-index: 100;
  }
  .fixed-nav .header__helpbar_wrapper {
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2px 10px;
    width: 100%;
    height: auto;
  }
  .fixed-nav .header__helpbar_info {
    text-align: right;
    padding: 0;
  }
  .fixed-nav .header__helpbar_row {
    display: inline-block;
  }
}
.footer {
  background: #194b6c url(/_img/_templates7/tlo_stopka.png) no-repeat center top;
  background-size: cover;
  padding: 100px 10px 35px 35px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__address {
  padding-left: 50px;
  font-weight: 300;
  margin-bottom: 40px;
}
.footer__address .logo_ksse_footer {
  max-width: 136px;
  margin-bottom: 25px;
  margin-left: -50px;
  margin-top: -44px;
}
.footer__nav-col {
  padding-left: 20px;
}
.footer__nav-header {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-list li {
  margin-bottom: 15px;
}
.footer__nav-list li a {
  font-weight: 300;
  color: #a7b3be;
}
.footer__services_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 30px auto 0 auto;
  max-width: 825px;
  gap: 10px;
}
.footer__services_wrapper a {
  display: inline-block;
  margin-bottom: 20px;
}
.footer__services_wrapper img {
  max-height: 70px;
}
.footer__nav_bottom_wrapper {
  text-align: center;
  margin-top: 60px;
}
.footer__nav_bottom {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav_bottom li {
  display: inline-block;
}
.footer__nav_bottom li:first-of-type {
  padding: 0 15px;
}
.footer__nav_bottom li a {
  padding: 0 15px;
  text-transform: uppercase;
  border-left: 1px solid #ffffff;
}
.footer__social-icons {
  margin-top: 30px;
}
.footer__social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__social-icons ul li {
  display: inline-block;
  padding: 0 16px 8px 0;
}
.footer__social-icons ul li .my_icon_fb {
  width: 21px;
}
.footer__social-icons ul li .my_icon_yt {
  width: 23px;
}
.footer__social-icons ul li .my_icon_tw {
  width: 25px;
}
.footer__social-icons ul li .my_icon_in {
  width: 18px;
}
.footer__social-icons ul li svg path {
  fill: #ffffff;
}

@media (min-width: 768px) {
  .footer {
    padding: 110px 10px 35px 20px;
  }
  .footer__nav-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer__nav-col {
    padding-left: 12px;
  }
}
.section-investors {
  padding: 80px 0;
}
.section-investors__header {
  font-size: 36px;
  color: #194b6c;
  text-align: center;
}
.section-investors__swiper {
  position: relative;
  padding: 50px;
  overflow-x: hidden;
}
.section-investors .swiper {
  position: relative;
  list-style: none;
  overflow: visible;
  padding: 0;
  z-index: 1;
}
.section-investors .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  position: relative;
}
.section-investors .swiper-slide img {
  max-width: 90%;
  max-height: 100px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
}
.section-investors .swiper-button-prev {
  z-index: 1;
}
.section-investors .swiper-button-prev::after {
  content: "←";
  color: #194b6c;
}
.section-investors .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.section-investors .swiper-button-prev.swiper-button-disabled::after {
  color: #757575;
}
.section-investors .swiper-button-next {
  z-index: 1;
}
.section-investors .swiper-button-next::after {
  content: "→";
  color: #194b6c;
}
.section-investors .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.section-investors .swiper-button-next.swiper-button-disabled::after {
  color: #757575;
}
.section-investors .swiper-pagination-bullets {
  bottom: -30px;
}
.section-investors .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(25, 75, 108, 0.2);
}
.section-investors .swiper-pagination-bullet-active {
  color: #fff;
  background: #194b6c;
}

.section-news {
  background: #194b6c url(/_img/_templates7/tlo_stopka.png) no-repeat center top;
  background-size: cover;
  color: #ffffff;
  padding: 80px 10px 70px 10px;
}
.section-news__header {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.section-news__item {
  margin: 0 auto 30px auto;
  max-width: 350px;
}
.section-news__item .my_date {
  font-size: 16px;
  color: #a7b3be;
  margin: 0 6px 2px 6px;
}
.section-news__item .my_image {
  margin-bottom: 25px;
}
.section-news__item .my_image img {
  max-width: 100%;
}
.section-news__item .my_title {
  font-size: 18px;
  color: #ffffff;
}
.section-news__item .my_title a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.section-news__more {
  margin-top: 60px;
  text-align: center;
}

.section-contact {
  padding: 110px 10px 80px 10px;
}
.section-contact .custom-container {
  max-width: 1300px;
}
.section-contact__form-header {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}
.section-contact__form {
  margin: 0 auto 30px auto;
  max-width: 460px;
}
.section-contact__form ::-webkit-input-placeholder {
  color: #a7b3be;
}
.section-contact__form :-moz-placeholder {
  color: #a7b3be;
}
.section-contact__form ::-moz-placeholder {
  color: #a7b3be;
}
.section-contact__form :-ms-input-placeholder {
  color: #a7b3be;
}
.section-contact__form-select {
  border: none;
  border-bottom: 1px solid #194b6c;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-contact__form-input {
  border: none;
  border-bottom: 1px solid #194b6c;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-contact__form-textarea {
  border: 1px solid #194b6c;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-contact__accordion .accordion-item {
  border: 0;
  margin-bottom: 22px;
}
.section-contact__accordion .accordion-header .accordion-button {
  background-color: #194b6c;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  padding: 8px 12px;
}
.section-contact__accordion .accordion-header .accordion-button::before {
  flex-shrink: 0;
  width: 14px;
  height: 16px;
  margin-right: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M374.6 310.6l-160 160C208.4 476.9 200.2 480 192 480s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 370.8V64c0-17.69 14.33-31.1 31.1-31.1S224 46.31 224 64v306.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0S387.1 298.1 374.6 310.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 12px;
  transition: transform 0.2s ease-in-out, margin 2s ease-in-out;
}
.section-contact__accordion .accordion-header .accordion-button::after {
  content: none;
}
.section-contact__accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #dda6a3;
  font-weight: 400;
}
.section-contact__accordion .accordion-header .accordion-button:not(.collapsed)::before {
  margin-right: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M374.6 310.6l-160 160C208.4 476.9 200.2 480 192 480s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 370.8V64c0-17.69 14.33-31.1 31.1-31.1S224 46.31 224 64v306.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0S387.1 298.1 374.6 310.6z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.section-contact__adres {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.section-contact__person_list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.section-contact__person_item {
  text-align: center;
  margin: 25px 0;
  width: 100%;
}
.section-contact__person_item a {
  color: #194b6c;
  text-decoration: none;
}
.section-contact__person_item a:hover {
  text-decoration: underline;
}
.section-contact__person_item .my_image {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  overflow: hidden;
}
.section-contact__person_item .my_image .my_image_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.section-contact__person_item .my_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact__person_item .my_name {
  font-size: 18px;
  font-weight: bold;
}
.section-contact__person_item .my_info {
  font-size: 18px;
  font-weight: normal;
}

@media (min-width: 500px) {
  .section-contact__person_list {
    flex-wrap: nowrap;
  }
  .section-contact__person_item {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .section-contact__form {
    margin: 0 0 30px 0;
  }
  .section-contact__person_list {
    justify-content: space-between;
  }
}
.section-guide {
  background: #6ea2c7 url(/_img/_templates7/tlo_przewodnik.png) no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 25px 15px;
}
.section-guide__image_wrapper img {
  width: 100%;
}
.section-guide__info {
  display: block;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 0;
}

@media (min-width: 500px) {
  .section-guide__info {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .section-guide__info {
    font-size: 48px;
  }
}
.section-know.my_background_1 {
  background: #f5f7f9 url(/_img/_templates7/tlo_inwestor_glowna.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.section-know.my_background_2 {
  background: #ffffff url(/_img/_templates7/tlo_inwestor_glowna2.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.section-know.my_items_4 .section-know__list {
  flex-wrap: wrap;
}
.section-know.my_items_4 .section-know__list .my_title {
  margin: 0 auto;
}
.section-know.my_items_4 .section-know__list .my_item {
  width: 50%;
}
.section-know__header {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 0 50px 0;
}
.section-know__list {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.section-know__list .my_item {
  color: #194b6c;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
  text-decoration: none;
}
.section-know__list .my_image {
  width: 90px;
  margin: 0 auto 35px auto;
}
.section-know__list .my_image img,
.section-know__list .my_image svg {
  max-width: 100%;
}
.section-know__list .my_title {
  font-size: 18px;
  font-weight: 300;
}
.section-know__list .my_more {
  text-align: center;
}
.section-know__list .my_more_str {
  display: inline-block;
  margin-right: 10px;
}
.section-know__list .my_arrow {
  display: inline-block;
  vertical-align: -moz-middle-with-baseline;
  width: 13px;
  margin: 0 auto 15px auto;
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.section-know__list .my_arrow img,
.section-know__list .my_arrow svg {
  max-width: 100%;
}
.section-know__list .my_arrow img polygon,
.section-know__list .my_arrow svg polygon {
  fill: #194b6c;
}
.section-know__list .my_item.active {
  color: #dda6a3;
}
.section-know__list .my_item.active .my_image svg path,
.section-know__list .my_item.active .my_image svg rect {
  fill: #dda6a3;
}
.section-know__list .my_item.active .my_title {
  font-weight: bold;
}
.section-know__list .my_item.active .my_arrow {
  width: 24px;
  transform: rotate(90deg);
}
.section-know__list .my_item.active .my_arrow svg polygon {
  fill: #dda6a3;
}
.section-know__list .my_item.on_hover:hover {
  color: #dda6a3;
}
.section-know__list .my_item.on_hover:hover .my_image svg path,
.section-know__list .my_item.on_hover:hover .my_image svg rect,
.section-know__list .my_item.on_hover:hover .my_image svg polygon,
.section-know__list .my_item.on_hover:hover .my_image svg ellipse,
.section-know__list .my_item.on_hover:hover .my_arrow svg path,
.section-know__list .my_item.on_hover:hover .my_arrow svg rect,
.section-know__list .my_item.on_hover:hover .my_arrow svg polygon,
.section-know__list .my_item.on_hover:hover .my_arrow svg ellipse {
  fill: #dda6a3;
}
.section-know__list .my_item.on_hover:hover .my_title {
  font-weight: bold;
}
.section-know__list-detail {
  position: relative;
  background: #dda6a3 url(/_img/_templates7/tlo_czywiesz.png) no-repeat center top;
  background-size: cover;
  border-bottom: 5px solid #dda6a3;
}
.section-know__list-detail .my_container {
  display: none;
  color: #ffffff;
}
.section-know__list-detail .my_container.active {
  display: block;
}
.section-know__list-detail .my_image {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.section-know__list-detail .my_image img,
.section-know__list-detail .my_image svg {
  width: 100%;
  height: 100%;
}
.section-know__list-detail .my_image img path,
.section-know__list-detail .my_image img polygon,
.section-know__list-detail .my_image svg path,
.section-know__list-detail .my_image svg polygon {
  fill: #ffffff;
}
.section-know__list-detail .my_title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-know__list-detail .my_title_light {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-know__list-detail .my_subtitle {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-know__list-detail .my_number {
  font-size: 24px;
  font-weight: 400;
}
.section-know__list-detail .my_unit {
  font-size: 18px;
  font-weight: 400;
  margin-top: -10px;
}
.section-know__list-detail .my_arrow {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  margin: 0 0 0 10px;
}
.section-know__list-detail .my_arrow polygon {
  fill: #ffffff;
}
.section-know__list-detail .my_arrow.my_arrow_reverse {
  width: 18px;
  transform: rotate(180deg);
}
.section-know__list-detail .my_title_arrow {
  display: flex;
  align-items: center;
}
.section-know__list-detail .my_container_1 {
  padding: 65px 10px 55px 10px;
  text-align: center;
}
.section-know__list-detail .my_container_1 .my_wrapper_1 {
  max-width: 830px;
  margin: 0 auto;
}
.section-know__list-detail .my_container_1 .my_wrapper_1 .my_list {
  display: flex;
  justify-content: space-between;
}
.section-know__list-detail .my_container_1 .my_wrapper_2 {
  max-width: 1200px;
  margin: 40px auto 0;
}
.section-know__list-detail .my_container_1 .my_wrapper_2 .my_row {
  margin: 0 10px;
}
.section-know__list-detail .my_container_1 .my_wrapper_2 .my_col {
  padding: 35px 0 25px 20px;
}
.section-know__list-detail .my_container_1 .my_wrapper_2 .my_row2 {
  align-items: center;
}
.section-know__list-detail .my_container_2 {
  padding: 90px 10px 100px 10px;
  text-align: center;
}
.section-know__list-detail .my_container_2 .my_wrapper_1 {
  max-width: 1160px;
  margin: 0 auto;
}
.section-know__list-detail .my_container_2 .my_wrapper_1 .my_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.section-know__list-detail .my_container_3 {
  padding: 100px 10px 90px 10px;
  text-align: center;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 {
  max-width: 950px;
  margin: 0 auto;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_1 {
  display: flex;
  justify-content: space-evenly;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_2 {
  display: flex;
  justify-content: space-evenly;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_2b {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ffffff;
  border-radius: 3px;
  margin: 20px 4em 0;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_2b span {
  height: 20px;
  width: 2px;
  background: #ffffff;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 .my_row_3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
.section-know__list-detail .my_container_3 .my_wrapper_1 .my_row_3 span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin-left: 15px;
}

@media (min-width: 500px) {
  .section-know__header {
    font-size: 28px;
  }
  .section-know__list .my_image {
    width: 150px;
  }
  .section-know__list .my_title {
    font-size: 24px;
  }
  .section-know__list-detail .my_image {
    width: 100px;
    height: 100px;
  }
  .section-know__list-detail .my_title {
    font-size: 18px;
  }
  .section-know__list-detail .my_title_light {
    font-size: 16px;
  }
  .section-know__list-detail .my_subtitle {
    font-size: 14px;
  }
  .section-know__list-detail .my_number {
    font-size: 32px;
  }
  .section-know__list-detail .my_unit {
    font-size: 20px;
  }
  .section-know__list-detail .my_arrow {
    width: 24px;
    min-width: 24px;
    margin: 0 0 0 20px;
  }
  .section-know__list-detail .my_arrow.my_arrow_reverse {
    width: 24px;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_1 {
    justify-content: space-around;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_2 {
    justify-content: space-between;
    gap: 2em;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_row_3 {
    font-size: 28px;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_row_3 span {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .section-know__header {
    font-size: 36px;
  }
  .section-know__list .my_image {
    width: 200px;
  }
  .section-know__list .my_title {
    font-size: 26px;
  }
  .section-know__list-detail .my_image {
    width: 130px;
    height: 130px;
  }
  .section-know__list-detail .my_title {
    font-size: 18px;
  }
  .section-know__list-detail .my_title_light {
    font-size: 18px;
  }
  .section-know__list-detail .my_subtitle {
    font-size: 16px;
  }
  .section-know__list-detail .my_number {
    font-size: 48px;
  }
  .section-know__list-detail .my_unit {
    font-size: 22px;
  }
  .section-know__list-detail .my_arrow {
    width: 36px;
    min-width: 36px;
  }
  .section-know__list-detail .my_arrow.my_arrow_reverse {
    width: 36px;
  }
  .section-know__list-detail .my_container_1 .my_wrapper_2 {
    margin: 70px auto 0;
  }
  .section-know__list-detail .my_container_1 .my_wrapper_2 .my_col:first-of-type {
    border-right: 2px solid #ffffff;
    padding: 35px 70px 25px 0;
  }
  .section-know__list-detail .my_container_2 {
    padding: 140px 10px 160px 10px;
  }
  .section-know__list-detail .my_container_2 .my_wrapper_1 .my_list {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_1 {
    justify-content: space-between;
    gap: 10;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_list_2 {
    gap: 6em;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_row_3 {
    font-size: 36px;
  }
  .section-know__list-detail .my_container_3 .my_wrapper_1 .my_row_3 span {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .section-know.my_items_4 .section-know__list {
    flex-wrap: nowrap;
  }
  .section-know.my_items_4 .section-know__list .my_item {
    width: 100%;
  }
}
.section-charts {
  padding: 40px 0 10px;
}
.section-charts__swiper {
  position: relative;
  padding: 10px 10px;
  overflow: hidden;
  max-width: 1700px;
  margin: 0 auto;
  z-index: 1;
}
.section-charts__swiper .my_row {
  align-items: center;
}
.section-charts .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-charts .swiper-wrapper {
  align-items: center;
  padding-bottom: 30px;
}
.section-charts .swiper-slide {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  align-items: center;
  position: relative;
}
.section-charts .swiper-slide img,
.section-charts .swiper-slide canvas {
  max-width: 100%;
}
.section-charts .swiper-slide .my_row {
  margin: 0 2%;
}
.section-charts .swiper-slide .my_col_l,
.section-charts .swiper-slide .my_col_r {
  padding: 0 4%;
}
.section-charts .swiper-button-prev::after {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f177";
  color: #194b6c;
}
.section-charts .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.section-charts .swiper-button-prev.swiper-button-disabled::after {
  color: #757575;
}
.section-charts .swiper-button-next::after {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f178";
  color: #194b6c;
}
.section-charts .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.section-charts .swiper-button-next.swiper-button-disabled::after {
  color: #757575;
}
.section-charts .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(25, 75, 108, 0.2);
}
.section-charts .swiper-pagination-bullet-active {
  color: #fff;
  background: #dda6a3;
}

@media (min-width: 500px) {
  .section-charts .swiper-slide {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .section-charts__swiper {
    padding: 10px 50px;
  }
  .swiper-slide {
    font-size: 24px;
  }
}
.section-calculator {
  background: #f6f7f9 url(/_img/_templates7/tlo_kalkulator.png) no-repeat center top;
  padding: 100px 10px 60px 10px;
  text-align: center;
}
.section-calculator__header {
  font-size: 24px;
  font-weight: 300;
  color: #194b6c;
  margin-bottom: 50px;
}
.section-calculator__step {
  margin-bottom: 10px;
}
.section-calculator__step .my_label {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-calculator__step .my_max {
  color: #dda6a3;
}
.section-calculator__progress ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-calculator__progress ul li {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.section-calculator__progress ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  border-top: 2px solid #dda6a3;
  margin-top: 1px;
}
.section-calculator__progress ul li:first-of-type {
  padding-left: 0px;
}
.section-calculator__progress ul li:first-of-type::before {
  content: none;
}
.section-calculator__progress .my_circle,
.section-calculator__progress .my_circle_checked {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.section-calculator__progress .my_circle path,
.section-calculator__progress .my_circle_checked path {
  fill: #dda6a3;
}
.section-calculator__progress .my_circle_checked {
  display: none;
}
.section-calculator__progress .my_filled::before {
  border-top: 2px solid #194b6c;
}
.section-calculator__progress .my_filled path {
  fill: #194b6c;
}
.section-calculator__progress .my_active .my_circle {
  display: none;
}
.section-calculator__progress .my_active .my_circle_checked {
  display: inline-block;
}
.section-calculator__content {
  max-width: 1010px;
  margin: 75px auto 30px;
  border: 1px solid #a7b3be;
  border-radius: 1px;
  background-color: #ffffff;
  text-align: left;
  padding: 20px 20px;
}
.section-calculator__content .my_content {
  display: none;
}
.section-calculator__content .my_content.my_active {
  display: block;
}
.section-calculator__content .my_header {
  font-size: 24px;
  font-weight: 400;
  color: #194b6c;
  text-align: center;
  margin-bottom: 30px;
}
.section-calculator__content .my_footer {
  border-top: 1px dashed #d6dded;
  padding: 35px 0px 0 0px;
  margin-top: 30px;
}
.section-calculator__content .my_footer .my_required_info {
  text-align: center;
  margin-bottom: 10px;
}
.section-calculator__content .my_footer button {
  margin-bottom: 10px;
}
.section-calculator__content .my_form {
  font-size: 20px;
  font-weight: 400;
  color: #194b6c;
}
.section-calculator__content .my_form .my_label {
  margin-bottom: 20px;
}
.section-calculator__content .my_form .my_values {
  position: relative;
  margin-bottom: 20px;
}
.section-calculator__content .my_form .form-check {
  margin-bottom: 1.2rem;
}
.section-calculator__content .my_form .form-check-label {
  margin-left: 1em;
}
.section-calculator__content .my_form .form-check-input[type=radio] {
  border-color: #dda6a3;
}
.section-calculator__content .my_form .form-check-input:checked {
  background-color: #194b6c;
  border-color: #194b6c;
}
.section-calculator__content .my_form .form-check-label {
  color: #dda6a3;
}
.section-calculator__content .my_form .form-check-input:checked + .form-check-label {
  color: #194b6c;
}
.section-calculator .radio-text {
  margin-bottom: 10px;
}
.section-calculator .radio-text input[type=radio] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.section-calculator .radio-text input[type=radio]:checked ~ label {
  color: #194b6c;
}
.section-calculator .radio-text input[type=radio]:checked ~ label::before {
  will-change: transform, border-width, border-color;
  animation: bubble 1s ease-in;
}
.section-calculator .radio-text input[type=radio]:checked ~ label > span {
  will-change: transform;
  border: 0;
  z-index: 10;
  background: #194b6c;
  animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
.section-calculator .radio-text input[type=radio]:checked ~ label > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
}
.section-calculator .radio-text label {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 20px auto 0px;
  grid-gap: 20px;
  width: 320px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  font-weight: 300;
  transition: all 200ms ease-in;
  color: #dda6a3;
  width: 100%;
}
.section-calculator .radio-text label::before,
.section-calculator .radio-text label::after {
  position: absolute;
  left: 19px;
  border-radius: 50%;
  content: "";
}
.section-calculator .radio-text label::before {
  margin: -2rem;
  border: solid 2rem #dda6a3;
  width: 4rem;
  height: 4rem;
  transform: scale(0);
}
.section-calculator .radio-text label > span {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #dda6a3;
  background: #fff;
}
@keyframes radio {
  0%, 17.5% {
    transform: scale(0);
  }
}
@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: rgba(1, 70, 174, 0.15);
    border-width: 2rem;
  }
  30%, 100% {
    transform: scale(1);
    border-color: rgba(1, 70, 174, 0.15);
    border-width: 0;
  }
}
.section-calculator .radio-switch {
  display: flex;
  color: #666;
}
.section-calculator .radio-switch input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.section-calculator .radio-switch input[type=radio]:checked + label {
  color: #fff;
}
.section-calculator .radio-switch input[type=radio]:checked + label::before {
  transform: translateX(0);
}
.section-calculator .radio-switch label {
  background-color: #fff;
  color: #194b6c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid #ccc;
  transition: all 0.1s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  overflow: hidden;
  position: relative;
}
.section-calculator .radio-switch label:hover {
  cursor: pointer;
  background-color: rgba(1, 70, 174, 0.1);
}
.section-calculator .radio-switch label::before {
  content: "";
  background-color: #194b6c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.2s transform ease-in;
}
.section-calculator .radio-switch label:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.section-calculator .radio-switch label:first-of-type::before {
  transform: translateX(101%);
}
.section-calculator .radio-switch label:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.section-calculator .radio-switch label:last-of-type::before {
  transform: translateX(-101%);
}
.section-calculator .radio-switch label > span {
  position: relative;
  z-index: 10;
}
.section-calculator .form-group {
  margin: 30px 0;
}
.section-calculator .range-slider-wrapper {
  margin: 40px 0 50px;
}
.section-calculator #company_type_slider {
  margin-top: 13px;
  margin-bottom: 70px;
}
.section-calculator .range-slider {
  background-color: rgba(1, 70, 174, 0.1);
  border: none;
  box-shadow: none;
  height: 10px;
  border-radius: 10px;
}
.section-calculator .range-slider .noUi-connects {
  border-radius: 10px;
}
.section-calculator .range-slider .noUi-connect {
  background: #194b6c;
  border-radius: 10px;
  cursor: pointer;
}
.section-calculator .range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  border-radius: 20px;
  box-shadow: none;
  border: 0;
  background-color: #194b6c;
  border: 2px solid #e5ecf7;
  right: -12px !important;
  top: -7px;
  cursor: pointer;
}
.section-calculator .range-slider .noUi-handle::after {
  display: none;
}
.section-calculator .range-slider .noUi-handle::before {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}
.section-calculator .range-slider .noUi-marker-horizontal.noUi-marker {
  display: none;
}
.section-calculator .range-slider .noUi-pips-horizontal {
  height: 55px;
  padding: 4px 0;
  color: #dda6a3;
  overflow: hidden;
}
.section-calculator .range-slider .noUi-value {
  cursor: pointer;
  transition: color 0.2s ease-in;
  padding: 5px;
}
.section-calculator .range-slider .noUi-value.active {
  color: #194b6c;
  font-weight: normal;
  animation: activeText 0.3s ease-in forwards;
}
@keyframes activeText {
  50% {
    transform: translate(-50%, 50%) scale(1.3);
  }
  80% {
    transform: translate(-50%, 50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, 50%) scale(1.2);
  }
}

@media (min-width: 500px) {
  .section-calculator__header {
    font-size: 28px;
  }
  .section-calculator__progress ul li {
    padding-left: 50px;
  }
  .section-calculator__progress ul li::before {
    width: 50px;
  }
  .section-calculator__content {
    padding: 30px 40px;
  }
}
@media (min-width: 768px) {
  .section-calculator__header {
    font-size: 36px;
  }
  .section-calculator__progress ul li {
    padding-left: 100px;
  }
  .section-calculator__progress ul li::before {
    width: 100px;
  }
  .section-calculator__content {
    padding: 40px 60px;
  }
  .section-calculator__content .my_form .my_label {
    padding-right: 10%;
    text-align: right;
  }
  .section-calculator__content .my_footer {
    padding: 35px 10px 0 10px;
  }
  .section-calculator__content .my_footer .my_required_info {
    margin-bottom: -35px;
  }
  .section-calculator__content .my_footer button {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .section-calculator__progress ul li {
    padding-left: 140px;
  }
  .section-calculator__progress ul li::before {
    width: 140px;
  }
  .section-calculator__content {
    padding: 50px 80px;
  }
}
.section-image {
  position: relative;
}
.section-image .my_img {
  min-height: 200px;
  max-height: 380px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-image .my_title {
  background-color: #194b6c;
  font-size: 38px;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  padding: 10px 35px;
}

.section-statistics {
  background: #194b6c url(/_img/_templates7/tlo_liczby.png) no-repeat center top;
  background-size: cover;
  color: #ffffff;
  padding: 60px 15px 40px 15px;
}
.section-statistics__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-statistics__item {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.section-statistics__item .my_number {
  display: inline-block;
  font-size: 70px;
  font-weight: normal;
}
.section-statistics__item .my_unit {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 10px;
}
.section-statistics__item .my_title {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: -10px;
}

@media (min-width: 500px) {
  .section-statistics {
    padding: 90px 15px 70px 15px;
  }
  .section-statistics__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-statistics {
    padding: 110px 15px 90px 15px;
  }
  .section-statistics__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .section-statistics__item {
    width: 100%;
  }
}
.page_body {
  padding: 50px 15px;
}
.page_body__header {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.page_body__header h1 {
  font-size: 32px;
}
.page_body__row {
  display: block;
}
.page_body__col-nav {
  flex: 0 0 35%;
}
.page_body__col-content {
  flex: 1 1 auto;
}
.page_body__nav {
  position: relative;
  margin-bottom: 30px;
}
.page_body__nav__header {
  font-size: 22px;
  font-weight: bold;
  color: #194b6c;
  padding: 18px 15px;
}
.page_body__nav__button {
  cursor: pointer;
  float: right;
  height: 50px;
  width: 50px;
  padding: 0px 3px;
  margin: 10px 20px;
  outline: none;
  border: none;
  background: transparent;
}
.page_body__nav__button span {
  display: block;
  margin: 5px 0px;
  background: #194b6c;
  width: 100%;
  height: 5px;
  border-radius: 25%;
}
.page_body__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0px;
}
.page_body__nav ul li {
  margin: 0;
  padding: 0;
}
.page_body__nav .m1 {
  display: none;
}
.page_body__nav .m1 a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #194b6c;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.page_body__nav .m1 a:hover {
  text-decoration: underline;
}
.page_body__nav .m1 a.menuon {
  font-weight: bold;
}
.page_body__nav .m2,
.page_body__nav .m3,
.page_body__nav .m4 {
  margin: 30px 0px 40px 0;
}
.page_body__nav .m2 a,
.page_body__nav .m3 a,
.page_body__nav .m4 a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #194b6c;
  padding: 0.4rem 1rem;
  margin: 0.4rem 0;
  text-decoration: none;
}
.page_body__nav .m2 a:hover,
.page_body__nav .m3 a:hover,
.page_body__nav .m4 a:hover {
  text-decoration: underline;
}
.page_body__nav .m2 a.menuon,
.page_body__nav .m3 a.menuon,
.page_body__nav .m4 a.menuon {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #ffffff;
  background-color: #dda6a3;
  gap: 10px;
}
.page_body__nav .m2 a.menuon::after,
.page_body__nav .m3 a.menuon::after,
.page_body__nav .m4 a.menuon::after {
  content: url(/_img/_templates7/strzalka2_biala.svg);
  display: inline-block;
  width: 14px;
}
.page_body__nav .m2 a.menuon::after svg polygon,
.page_body__nav .m3 a.menuon::after svg polygon,
.page_body__nav .m4 a.menuon::after svg polygon {
  fill: #ffffff;
}
.page_body__nav .m3 {
  margin: 10px 0px 10px 10px;
}
.page_body__nav .m3 {
  margin: 10px 0px 10px 20px;
}
.page_body__content {
  font-size: 18px;
}
.page_body__content a {
  color: #194b6c;
  text-decoration: none;
}
.page_body__content a:hover {
  text-decoration: underline;
}
.page_body__content img {
  max-width: 100%;
  height: auto;
}
.page_body__content .my_header {
  margin-bottom: 20px;
}
.page_body__content .my_header h2 {
  font-size: 26px;
}

@media (min-width: 768px) {
  .page_body {
    padding: 80px 15px;
  }
  .page_body__header {
    text-align: center;
    font-size: 36px;
    margin-bottom: 100px;
  }
  .page_body__header h1 {
    font-size: 36px;
  }
  .page_body__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .page_body__nav {
    width: 280px;
    margin: 0 auto;
  }
  .page_body__nav__header, .page_body__nav__button {
    display: none;
  }
  .page_body__nav .m1 {
    display: block;
  }
}
@media (max-width: 992px) {
  .page_body__content table:not(.fc-scrollgrid, .fc-col-header, .fc-scrollgrid-sync-table),
  .page_body__content table:not(.fc-scrollgrid, .fc-col-header, .fc-scrollgrid-sync-table) * {
    display: block;
    max-width: 100%;
    height: auto !important;
  }
}
.podstrona_kontakt .section-contact__adres {
  margin-bottom: 0;
}
.podstrona_kontakt .section-contact__accordion .accordion-header .accordion-button:not(.collapsed)::before {
  margin-right: 15px;
}

.mfp-figure:after {
  background: #fff;
}

.custom-popup-block {
  padding: 30px 30px;
  text-align: left;
  margin: 0px auto;
  position: relative;
  max-width: 1250px;
}
.custom-popup-block .mfp-close {
  color: white;
  top: -10px;
  right: 15px;
}
.custom-popup-block img {
  max-width: 100%;
}

.accept_cookies {
  background: #dda6a3; /*url(/_img/_templates/tlo_cookies.png) repeat top left;*/
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
  padding: 5px;
  padding-right: 30px;
}
.accept_cookies_info {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto;
  padding: 12px 5px;
  text-align: center;
  max-width: 1000px;
  position: relative;
}
.accept_cookies_info td {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
}
.accept_cookies_close {
  margin: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.accept_cookies_yes, .accept_cookies_more, .accept_cookies_options {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
.accept_cookies_yes:hover, .accept_cookies_more:hover, .accept_cookies_options:hover {
  color: #FFFFFF;
  text-decoration: underline !important;
}

.m_calculator__summary {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 25px;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  padding: 15px 15px;
}
.m_calculator__summary .row {
  margin: 10px 0;
}
.m_calculator__form .radio-text {
  margin-bottom: 10px;
}
.m_calculator__form .radio-text input[type=radio] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.m_calculator__form .radio-text input[type=radio]:checked ~ label {
  color: #194b6c;
}
.m_calculator__form .radio-text input[type=radio]:checked ~ label::before {
  will-change: transform, border-width, border-color;
  animation: bubble 1s ease-in;
}
.m_calculator__form .radio-text input[type=radio]:checked ~ label > span {
  will-change: transform;
  border: 0;
  z-index: 10;
  background: #194b6c;
  animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
.m_calculator__form .radio-text input[type=radio]:checked ~ label > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
}
.m_calculator__form .radio-text label {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 20px auto 0px;
  grid-gap: 20px;
  width: 320px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  font-weight: 300;
  transition: all 200ms ease-in;
  color: #dda6a3;
  width: 100%;
}
.m_calculator__form .radio-text label::before,
.m_calculator__form .radio-text label::after {
  position: absolute;
  left: 19px;
  border-radius: 50%;
  content: "";
}
.m_calculator__form .radio-text label::before {
  margin: -2rem;
  border: solid 2rem #dda6a3;
  width: 4rem;
  height: 4rem;
  transform: scale(0);
}
.m_calculator__form .radio-text label > span {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #dda6a3;
  background: #fff;
}
@keyframes radio {
  0%, 17.5% {
    transform: scale(0);
  }
}
@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: rgba(1, 70, 174, 0.15);
    border-width: 2rem;
  }
  30%, 100% {
    transform: scale(1);
    border-color: rgba(1, 70, 174, 0.15);
    border-width: 0;
  }
}
.m_calculator__form .radio-switch {
  display: flex;
  color: #666;
}
.m_calculator__form .radio-switch input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.m_calculator__form .radio-switch input[type=radio]:checked + label {
  color: #fff;
}
.m_calculator__form .radio-switch input[type=radio]:checked + label::before {
  transform: translateX(0);
}
.m_calculator__form .radio-switch label {
  background-color: #fff;
  color: #194b6c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid #ccc;
  transition: all 0.1s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  overflow: hidden;
  position: relative;
}
.m_calculator__form .radio-switch label:hover {
  cursor: pointer;
  background-color: rgba(1, 70, 174, 0.1);
}
.m_calculator__form .radio-switch label::before {
  content: "";
  background-color: #194b6c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.2s transform ease-in;
}
.m_calculator__form .radio-switch label:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.m_calculator__form .radio-switch label:first-of-type::before {
  transform: translateX(101%);
}
.m_calculator__form .radio-switch label:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.m_calculator__form .radio-switch label:last-of-type::before {
  transform: translateX(-101%);
}
.m_calculator__form .radio-switch label > span {
  position: relative;
  z-index: 10;
}
.m_calculator__form .form-group {
  margin: 30px 0;
}
.m_calculator__form .range-slider-wrapper {
  margin: 40px 0 50px;
}
.m_calculator__form #company_type_slider {
  margin-top: 13px;
  margin-bottom: 100px;
}
.m_calculator__form .range-slider {
  background-color: rgba(1, 70, 174, 0.1);
  border: none;
  box-shadow: none;
  height: 10px;
  border-radius: 10px;
}
.m_calculator__form .range-slider .noUi-connects {
  border-radius: 10px;
}
.m_calculator__form .range-slider .noUi-connect {
  background: #194b6c;
  border-radius: 10px;
  cursor: pointer;
}
.m_calculator__form .range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  border-radius: 20px;
  box-shadow: none;
  border: 0;
  background-color: #194b6c;
  border: 2px solid #e5ecf7;
  right: -12px !important;
  top: -7px;
  cursor: pointer;
}
.m_calculator__form .range-slider .noUi-handle::after {
  display: none;
}
.m_calculator__form .range-slider .noUi-handle::before {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}
.m_calculator__form .range-slider .noUi-marker-horizontal.noUi-marker {
  display: none;
}
.m_calculator__form .range-slider .noUi-pips-horizontal {
  height: 55px;
  padding: 4px 0;
  color: #dda6a3;
}
.m_calculator__form .range-slider .noUi-value {
  cursor: pointer;
  transition: color 0.2s ease-in;
  padding: 5px;
}
.m_calculator__form .range-slider .noUi-value.active {
  color: #194b6c;
  font-weight: normal;
  animation: activeText 0.3s ease-in forwards;
}
@keyframes activeText {
  50% {
    transform: translate(-50%, 50%) scale(1.3);
  }
  80% {
    transform: translate(-50%, 50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, 50%) scale(1.2);
  }
}

.page_gallery {
  margin: 80px 0;
  clear: both;
}
.page_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page_gallery ul li {
  display: inline-block;
  margin: 15px;
}