:root {
  --blackish: #262626;
  --paragraph--size: 20px;
  --paragraph--line-height: 130%;
  --font-display--size: 96px;
  --font-display--size--smaller: 72px;
  --font-display--line-height: 100%;
  --title-l--size: 56px;
  --title-l--line-height: 100%;
  --magenta: #e20074;
  --section-padding: 88px;
  --almost-white: #fafafa;
  --white: #fff;
  --black: black;
  --grey: #f1f1f1;
  --body-m--body-m-size: 16px;
  --body-m--body-m-line-height: 125%;
  --subtitle--line-height: 100%;
  --blackish-opacity80: #262626cc;
  --asdf: #626262;
  --subtitle--size: 24px;
  --lighty-pink: #f9cce3;
  --bordo: #880046;
  --title-m--size: 48px;
  --title-m--line-height: 100%;
  --title-s--size: 32px;
  --title-s--line-height: 100%;
  --body-l--body-l-size: 20px;
  --body-l--body-l-line-height: 120%;
}

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

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

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

body {
  color: var(--blackish);
  font-family: Teleneo, Arial, sans-serif;
  font-size: var(--paragraph--size);
  line-height: var(--paragraph--line-height);
}

body.locked {
  overflow: hidden !important;
}

h1 {
  font-size: var(--font-display--size);
  line-height: var(--font-display--line-height);
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

h2 {
  font-size: var(--title-l--size);
  line-height: var(--title-l--line-height);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  max-width: 730px;
  margin-bottom: 0;
}

a {
  color: var(--magenta);
  text-underline-offset: 2px;
  font-weight: 500;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.skip-link {
  position: absolute;
  top: -50px;
  right: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 500;
}

.skip-link:focus {
  top: 0;
}

.container {
  width: 100%;
  max-width: 1327px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-gradient {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-image: linear-gradient(180deg, var(--almost-white), var(--white));
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.navbar {
  z-index: 450;
  background-color: #0000;
  background-image: url('../images/navbar-bg.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: scroll;
  min-width: 916px;
  height: 100%;
  max-height: 192px;
  padding-left: 72px;
  padding-right: 180px;
  position: fixed;
}

.navbar.opened {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.navbar.opened .navbar_logo {
  background-color: var(--magenta);
  height: 100%;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar.opened .navbar_container {
  border-bottom: 1px solid #ededed;
  padding-right: 16px;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.navbar_logo.w--current {
  padding: 0;
}

.navbar_link {
  color: var(--white);
  font-size: var(--paragraph--size);
  line-height: var(--paragraph--line-height);
  padding: 5px;
}

.navbar_link.w--current {
  color: var(--white);
  text-underline-offset: 18.5%;
  text-decoration: underline;
  text-decoration-thickness: calc(1em / 11.1111);
}

.navbar_menu {
  flex: 1;
}

.navbar_button {
  height: 46px;
}

.hero {
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_image {
  object-fit: cover;
  -webkit-clip-path: polygon(
    8.228% 18.592%,
    8.228% 18.592%,
    5.266% 22.474%,
    2.962% 26.721%,
    1.316% 31.241%,
    0.329% 35.944%,
    0% 40.738%,
    0.329% 45.532%,
    1.316% 50.235%,
    2.962% 54.755%,
    5.266% 59.002%,
    8.228% 62.884%,
    41.527% 100%,
    100% 100%,
    100% 0%,
    24.904% 0%,
    8.228% 18.592%
  );
  clip-path: polygon(
    8.228% 18.592%,
    8.228% 18.592%,
    5.266% 22.474%,
    2.962% 26.721%,
    1.316% 31.241%,
    0.329% 35.944%,
    0% 40.738%,
    0.329% 45.532%,
    1.316% 50.235%,
    2.962% 54.755%,
    5.266% 59.002%,
    8.228% 62.884%,
    41.527% 100%,
    100% 100%,
    100% 0%,
    24.904% 0%,
    8.228% 18.592%
  );
  width: 52%;
  max-width: 640px;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_image.homepage {
  clip-path: polygon(
    25.075% 0.044%,
    100% 0.044%,
    100% 100%,
    74.857% 100%,
    7.679% 44.59%,
    7.679% 44.59%,
    4.948% 41.941%,
    2.824% 39.043%,
    1.307% 35.959%,
    0.397% 32.751%,
    0.094% 29.48%,
    0.399% 26.209%,
    1.31% 23.001%,
    2.829% 19.917%,
    4.955% 17.02%,
    7.688% 14.373%,
    25.075% 0.044%
  );
}

.hero_content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: min(50%, 620px);
  margin-top: 190px;
  margin-bottom: 88px;
  display: flex;
}

.hero_content h1 {
  font-size: var(--font-display--size--smaller);
}

.hero_subheader {
  font-size: 56px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: -16px;
}

.hero_breadcrumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 53px;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--magenta);
  color: var(--white);
  font-size: var(--paragraph--size);
  line-height: var(--paragraph--line-height);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  text-align: center;
}

.button:where(.w-variant-12662e06-b1e0-ae00-737d-8cda9914f303) {
  margin-top: 32px;
}

.button:where(.w-variant-0bf1619e-db92-a977-98f2-619b3ffd8b1a) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  padding-top: 14px;
  padding-bottom: 15px;
}

.button:where(.w-variant-eff07437-d360-178c-502b-d802d2b51b5c) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 32px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.button:where(.w-variant-ed6fe0fc-3ef8-5791-595a-9810c2f132a9) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding: 7px 10px;
  font-weight: 700;
}

.button:where(.w-variant-c7f0acc3-194a-7a11-b07a-bd86e6bdb4e1) {
  margin-top: 32px;
}

.button:where(.w-variant-c7f0acc3-194a-7a11-b07a-bd86e6bdb4e3) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  padding-top: 14px;
  padding-bottom: 15px;
}

.button:where(.w-variant-c7f0acc3-194a-7a11-b07a-bd86e6bdb4e4) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 32px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.button:where(.w-variant-c7f0acc3-194a-7a11-b07a-bd86e6bdb4e2) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding: 7px 10px;
  font-weight: 700;
}

.button:where(.w-variant-12287d2f-6d9c-90d5-4362-a26b133d4111) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: not-allowed;
  background-color: #7d7d7d;
  width: 100%;
  padding: 7px 10px;
  font-weight: 700;
}

.button.base-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding: 7px 10px;
  font-weight: 700;
}

.button.base-card-disabled {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: not-allowed;
  background-color: #7d7d7d;
  width: 100%;
  padding: 7px 10px;
  font-weight: 700;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: stretch;
  margin: 48px auto;
}

.banner img {
  width: 100%;
}

.card {
  background-color: var(--grey);
  color: var(--blackish);
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.three-columns {
  cursor: pointer;
  max-width: 420px;
}

.card.two-columns {
  flex-flow: row;
  max-width: 639px;
}

.card_image {
  object-fit: cover;
  max-height: 234px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.card_image.two-columns {
  width: 43%;
  max-height: 100%;
  display: block;
}

.card_image.two-columns.filmy {
  width: 53%;
  max-width: 330px;
}

.card_image.filmy {
  min-height: 250px;
  object-position: 0 0;
}

.card_image.with-wrapper {
  height: 100%;
  width: auto;
}

.cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.cards.three-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.cards.two-columns {
  grid-template-columns: 1fr 1fr;
}

.card_content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.card_content.two-columns {
  padding-top: 38px;
  padding-bottom: 38px;
}

.card_content.white-bg {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.card_content.filmy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 44px;
  padding-bottom: 44px;
  max-width: 312px;
}

.kurs-card_type {
  font-size: var(--body-m--body-m-size);
  line-height: var(--body-m--body-m-line-height);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 4px 8px;
  font-weight: 700;
}

.card_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 125%;
}

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

.kurs-card_details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.kurs-card_details.filmy {
  margin-top: 0;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: fit-content(100%) 0.9fr;
}

.kurs-card_details.filmy .card_icon-wrapper.time {
  justify-self: end;
  grid-column: 2;
  min-height: 28px;
}

.icon-label_text {
  line-height: var(--subtitle--line-height);
  align-self: center;
}

.card_icon-label {
  display: flex;
}

.date-label {
  white-space: nowrap;
}

.kurs-card_info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--blackish-opacity80);
  font-size: 16px;
  line-height: var(--subtitle--line-height);
  justify-content: center;
  align-items: flex-end;
  font-weight: 500;
  display: flex;
}

.collection-item {
  flex: 1;
}

.kurs-card_button {
  color: var(--blackish);
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 7px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.card_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.breadcrubs_separator {
  justify-content: center;
  align-items: center;
  width: 20px;
  padding: 0 8px;
  display: flex;
}

.breadcrumbs_link {
  color: var(--asdf);
  font-size: var(--body-m--body-m-size);
  line-height: var(--body-m--body-m-line-height);
  font-weight: 700;
  text-decoration: none;
}

.breadcrumbs_text {
  color: var(--black);
  font-size: var(--body-m--body-m-size);
  line-height: var(--body-m--body-m-line-height);
  font-weight: 700;
}

.breadcrumbs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex !important;
}

.hero_rich-text a {
  color: var(--blackish);
  text-decoration: underline;
}

.section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.section.section-fafafa {
  background-color: var(--white);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.footer {
  color: var(--white);
  background-color: #262626;
  padding: 56px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.footer_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer_row {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.footer_link {
  color: var(--white);
}

.footer_link.without-underline {
  margin-bottom: 16px;
  text-decoration: none;
}

.footer_copyright {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer_copyright-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--paragraph--size);
}

.copyright_logo {
  width: 48px;
  height: 48px;
}

.hero_details {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  display: flex;
}

.hero_details.lecture-details {
  margin-bottom: 5px;
}

.artykul {
  display: flex;
  gap: 48px;
  flex-direction: column;
}

.artykul h2 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 12px;
}

.harmonogram_row {
  grid-column-gap: 46x;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  display: flex;
}

.introduction {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-areas:
    'photo header'
    'photo paragraph';
}

.introduction_image {
  grid-area: photo;
}

.introduction_header {
  color: var(--black);
  padding-top: 20px;
  grid-area: header;
}

.introduction_paragraph {
  grid-area: paragraph;
}

.section_description {
  margin-bottom: 32px;
}

.section_description.section_description-mb-56 {
  margin-bottom: 56px;
}

.introduction_name {
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
}

.introduction_info {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.video {
  aspect-ratio: 16 / 9;
  margin-bottom: 48px;
  position: relative;
}

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

.video_play-button {
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 167px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.video_cover {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button_icon {
  height: 100%;
  display: block;
}

.button_icon:where(.w-variant-ed6fe0fc-3ef8-5791-595a-9810c2f132a9),
.button_icon:where(.w-variant-c7f0acc3-194a-7a11-b07a-bd86e6bdb4e2),
.button_icon:where(.w-variant-12287d2f-6d9c-90d5-4362-a26b133d4111),
.button_icon.base-card-2,
.button_icon.base-card-disabled-3 {
  max-height: 20px;
}

.kurs-card_subtitle {
  font-size: var(--subtitle--size);
  line-height: var(--subtitle--line-height);
}

.card_headers {
  margin-bottom: 16px;
}

.card_headers.mb-32 {
  margin-bottom: 32px;
}

.card_headers.two-columns {
  margin-bottom: auto;
}

.artykul-card_button {
  color: var(--blackish);
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 6px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.card_badge {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--lighty-pink);
  color: var(--bordo);
  font-size: var(--body-m--body-m-size);
  line-height: var(--body-m--body-m-line-height);
  border-radius: 6px;
  padding: 4px 16px;
  font-weight: 700;
  display: flex;
}

.card_special {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--white);
  border: 1px solid var(--bordo);
  color: var(--bordo);
  font-size: var(--body-m--body-m-size);
  line-height: var(--body-m--body-m-line-height);
  border-radius: 6px;
  padding: 4px 16px;
  font-weight: 700;
  display: flex;
}

.card_special_2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--white);
  border: 1px solid var(--magenta);
  color: var(--black);
  font-size: var(--body-m--body-m-size);
  line-height: var(--body-m--body-m-line-height);
  border-radius: 12px;
  padding: 4px 16px;
  font-weight: 700;
  display: flex;
}

.card_badge:where(.w-variant-0c846a00-fdfc-e587-12c2-edaf13147df8) {
  background-color: var(--white);
}

.card_badge.nowosc {
  background-color: var(--lighty-pink);
}

.card_badge.white {
  background-color: var(--white);
}

.section_divider {
  background-color: #b6b6b6;
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.section_divider:where(.w-variant-0c03e2cb-6eaf-b086-8bab-bc30ba653f7a) {
  display: none;
}

.leaflet-tile-pane {
  filter: grayscale(100%) contrast(115%) brightness(105%);
}

.custom-popup .leaflet-popup-content-wrapper {
  background-color: white;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0px 4px 14px 0px rgba(226, 0, 116, 0.2);
  max-width: 420px;
}

.custom-popup .leaflet-popup-content {
  margin: 0;
  padding: 0;
}

.custom-popup .leaflet-popup-tip {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.custom-popup .leaflet-popup-close-button {
  display: none;
}

.leaflet-popup {
  margin-bottom: 0px;
}

.custom-popup-content {
  padding: 16px;
}

.custom-popup-content.popup-city {
  padding: 32px;
}

.custom-popup-content.popup-city h3 {
  color: #000;
  font-family: 'TeleNeo', Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 0;
}

.custom-popup-content p {
  color: #262626;
  font-family: 'TeleNeo', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
}

.custom-popup-content.popup-city p {
  margin: 8px 0 20px 0 !important;
}

.custom-popup .button.map-button {
  max-height: 40px;
  font-size: 20px;
  color: white;
  padding: 10px;
  font-family: 'TeleNeo', Arial, sans-serif;
}

.custom-popup .button:hover {
  background-color: #c13b79;
}

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

.marker-pink {
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  background-color: #e20074;
  border-radius: 50%;
  z-index: 10;
  inset: 0;
  margin: auto;
}

.marker-city .marker-pink {
  width: 35px !important;
  height: 35px !important;
}

.marker-city .marker-pink::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.8px;
  height: 13.8px;
  background-color: black;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.marker-city .active-marker .marker-pink::after {
  background-color: white;
}

.circle-1 {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(226, 0, 116, 0.3);
  z-index: 9;
  inset: 0;
  margin: auto;
  opacity: 0.4;
}

/* Second concentric circle */
.circle-2 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(226, 0, 116, 0.1);
  z-index: 8;
}

/* Custom zoom control styling */
.leaflet-control-zoom {
  border: none !important;
  box-shadow: none !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  background-color: white !important;
  color: #e20074 !important;
  border: 1px solid #ccc !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 40px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
  background-color: #f8f8f8 !important;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: rgba(226, 0, 116, 0.4) !important;
  cursor: pointer;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: rgba(226, 0, 116, 0.8) !important;
  color: white;
}

.map-wrapper {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

#map {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  max-height: 650px;
}

.legend {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  border-radius: 16px;
}

.legend_items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legend_item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
}

.legend_icon-city {
  width: 40px;
  height: 40px;
}

.legend_icon-dps {
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #d6246e;
  align-self: center;
  justify-self: center;
}
.legend-text,
.legend_text {
  font-size: 16px;
  line-height: 120%;
  align-self: center;
}

.card_learn-more {
  color: var(--magenta);
  font-size: var(--paragraph--size);
  margin-top: 4px;
  font-weight: 700;
  display: block;
}

.card_learn-more.bottom {
  margin-top: auto;
}

.card_description {
  margin-top: 16px;
}

.card_button-wrapper {
  width: 100%;
  margin-top: auto;
  padding-top: 32px;
  display: block;
}

.oferta {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  display: flex;
}

.oferta_column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 420px;
  padding: 40px;
  display: flex;
}

.oferta_icon {
  height: 100%;
  max-height: 107px;
}

.oferta_header {
  margin-top: 24px;
  margin-bottom: 8px;
}

.oferta_paragraph {
  margin-bottom: 24px;
}

.link-external {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--magenta);
  text-underline-offset: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link_icon {
  width: 13px;
  height: 17px;
}

.fullscreen-modal {
  z-index: 500;
  background-color: rgba(0, 0, 0, 1);
  width: 100vw;
  height: 100vh;
  padding: 64px;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.fullscreen-modal_youtube {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100vh;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}

.fullscreen-modal_close-button {
  cursor: pointer;
  width: 64px;
  margin-left: auto;
  display: block;
}

.fullscreen-modal_content {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.button_text-second:where(.w-variant-12287d2f-6d9c-90d5-4362-a26b133d4111),
.button_text-second.base-card-disabled-2 {
  margin-left: -3px;
}

.card_icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--black);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  padding-right: 5px;
}

.card_icon-wrapper.lecture-wrapper {
  padding-left: 35px;
}

.card_icon-wrapper.mt-0 {
  margin-top: 0;
}

.card_icon-wrapper.mt-16 {
  margin-top: 16px;
}

.card_icon-wrapper.localization {
  margin-bottom: 32px;
}

.card_icon-wrapper > * {
  line-height: 100%;
}

.lecture-hours {
 font-size: 18px;
 margin-bottom: 24px;
}

.card_image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 328px;
  max-height: 298px;
  display: flex;
}

.harmonogram {
  max-width: 730px;
}

.harmonogram h3 {
  color: var(--black);
  margin-top: 56px;
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 125%;
}

.harmonogram p {
  color: var(--black);
  margin-bottom: 32px;
}

ul {
  padding-left: 32px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.oferta_link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar_links {
  display: flex;
}

.hero_logo {
  max-width: 217px;
  margin-top: min(11%, 82px);
  margin-right: min(1%, 30px);
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-5.27deg);
}

.ratio-32 {
  aspect-ratio: 3/2 !important;
}

.ratio-54 {
  aspect-ratio: 5/4 !important;
}

.pagination-container {
  display: none;
}

.swiper .swiper-wrapper {
  display: grid !important;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: none;
}

.section.section-not-found {
  height: 81vh;
  display: flex;
  align-items: center;
}

.section.section-not-found h1 {
  font-size: 72px;
}

.section.section-not-found .not-found_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}

.not-found_image {
  max-width: 640px;
  width: 45%;
}

.not-found_content {
  max-width: 620px;
}

.section.section-not-found .button {
  width: fit-content;
}

.course-ended {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: not-allowed;
  background-color: #7d7d7d;
  width: auto;
  padding: 15px 40px;
  font-weight: 700;
  color: var(--white);
  font-size: var(--paragraph--size);
  line-height: var(--paragraph--line-height);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  body {
    --paragraph--size: 16px;
    --paragraph--line-height: 135%;
    --font-display--size: 46px;
    --font-display--line-height: 100%;
    --title-l--size: 40px;
    --title-l--line-height: 100%;
    --section-padding: 48px;
    --almost-white: #fafafa;
    --white: #fff;
    --grey: #f1f1f1;
    --body-m--body-m-size: 16px;
    --body-m--body-m-line-height: 125%;
    --subtitle--line-height: 100%;
    --subtitle--size: 24px;
    --title-m--size: 40px;
    --title-m--line-height: 100%;
    --title-s--size: 32px;
    --title-s--line-height: 100%;
    --body-l--body-l-size: 20px;
    --body-l--body-l-line-height: 120%;
  }

  .navbar {
    background-color: var(--magenta);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    min-width: 100%;
    height: 78px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar_container {
    height: 100%;
    margin-top: 0;
  }

  .navbar_link {
    color: var(--magenta);
    margin-left: 0;
    margin-right: auto;
    position: static;
    font-size: 20px;
  }

  .navbar_link.w--current {
    color: var(--magenta);
  }

  .navbar_menu {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-open,
  .menu-close {
    position: absolute;
    inset: 0;
  }

  .menu-close {
    opacity: 0;
  }

  .w-nav-button {
    position: relative;
  }

  .w-nav-button.w--open .menu-open {
    opacity: 0;
  }

  .w-nav-button.w--open .menu-close {
    opacity: 1;
  }

  .hero {
    flex-direction: column;
  }

  .hero_image,
  .hero_image.homepage {
    clip-path: polygon(
      18.064% 13.836%,
      100% 0%,
      100% 92.177%,
      43.265% 100%,
      43.265% 100%,
      40.212% 100.22%,
      37.216% 100.046%,
      34.311% 99.498%,
      31.534% 98.596%,
      28.921% 97.359%,
      26.506% 95.809%,
      24.326% 93.963%,
      22.417% 91.843%,
      20.814% 89.468%,
      19.552% 86.857%,
      1.428% 41.116%,
      1.428% 41.116%,
      0.381% 37.508%,
      0.051% 33.905%,
      0.397% 30.378%,
      1.375% 27%,
      2.94% 23.841%,
      5.05% 20.973%,
      7.661% 18.467%,
      10.729% 16.394%,
      14.211% 14.827%,
      18.064% 13.836%
    );
    position: static;
    width: auto;
    max-width: 98%;
    margin-bottom: 48px;
    aspect-ratio: 1/1.2;
    max-height: 500px;
  }

  .hero_subheader {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .hero_details {
    gap: 40px;
  }

  .hero_content {
    margin-top: 126px;
    margin-bottom: var(--section-padding);
    max-width: 100%;
    margin-right: 0;
  }

  .hero_breadcrumbs {
    margin-bottom: 44px;
  }

  .button {
    width: 100%;
    font-size: 20px;
  }

  .banner {
    margin: 32px auto;
  }

  .swiper .cards {
    gap: 0;
  }

  .card.three-columns {
    max-width: 100%;
  }

  .card.two-columns {
    flex-flow: column;
    max-width: 100%;
  }

  .card_image {
    max-height: none;
    object-position: 50% 25%;
  }

  .card_image.two-columns {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .card_image.two-columns.filmy {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }

  .card_image.filmy {
    min-height: auto;
  }

  .card_image.with-wrapper {
    height: 100%;
    width: auto !important;
  }

  .cards.three-columns {
    grid-template-columns: 1fr;
  }

  .cards.two-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .card_content.two-columns,
  .card_content.white-bg,
  .card_content.filmy {
    padding: 24px;
  }

  .breadcrumbs {
    gap: 8px;
  }

  .footer {
    display: flex;
  }

  .footer_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer_copyright {
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .section_description.section_description-mb-56 {
    margin-bottom: 24px;
  }

  .introduction {
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
      'photo header'
      'paragraph paragraph';
    row-gap: 12px;
    column-gap: 18px;
    align-items: center;
  }

  .introduction_header {
    padding: 0;
  }

  .introduction_name {
    font-size: 28px;
    line-height: 125%;
  }

  .introduction_info {
    font-size: 18px;
    line-height: 125%;
  }

  .introduction_position {
    font-size: 14px;
  }

  .introduction_paragraph {
    margin-top: 12px;
  }

  .section_divider:where(.w-variant-0c03e2cb-6eaf-b086-8bab-bc30ba653f7a) {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .card_learn-more {
    margin-top: 16px;
    font-size: 20px;
  }

  .card_description {
    margin-bottom: 16px;
  }

  .oferta {
    flex-flow: column;
  }

  .oferta_column {
    padding: 24px;
  }

  .card_image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .fullscreen-modal {
    padding: 20px 16px;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .fullscreen-modal_close-button {
    width: 45px;
  }

  .navbar_overlay {
    background-color: #000000e6;
    position: fixed;
    inset: 0%;
  }

  .navbar_button.w--open {
    background-color: #0000;
  }

  .navbar_links {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 60px 28px;
  }

  .hero_logo {
    inset: auto 0% 0% auto;
    width: 33%;
    max-width: 140px;
    margin-top: 0;
    margin-right: min(5%, 30px);
    margin-bottom: min(90%, 370px);
  }

  .harmonogram_row {
    flex-direction: column;
    margin-bottom: 12px;
    gap: 12px;
  }

  .card_icon-wrapper.localization {
    margin-bottom: 24px;
  }

  .artykul {
    gap: 32px;
  }

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

  /* Pagination styles */
  .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
  }

  .pagination-nav {
    display: flex;
    align-items: center;
  }

  .pagination-arrow {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    width: 48px;
    height: 48px;
    transition: opacity 0.3s;
  }

  .pagination-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pagination-number {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    width: 48px;
    height: 48px;
    transition: color 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .pagination-number.active {
    color: #e91e63;
  }

  .pagination-dot {
    position: absolute;
    bottom: -4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e91e63;
    display: none;
  }

  .pagination-number.active .pagination-dot {
    display: block;
  }

  .swiper.swiper-filmy .swiper-wrapper {
    flex-direction: column;
  }

  .swiper .swiper-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 20;
    height: 14px;
    width: fit-content;
    margin: 32px auto 0 auto;
  }

  .swiper .swiper-pagination {
    position: static;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 8px;
  }

  .swiper .swiper-pagination-bullet {
    border: 1px solid black;
    background-color: white;
    width: 13px;
    height: 13px;
    opacity: 1;
    margin: 0 !important;
  }

  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: black;
  }

  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    display: block;
    position: static;
    height: 100%;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: '' !important;
  }

  .swiper .swiper-button-prev svg,
  .swiper .swiper-button-next svg {
    display: block;
  }

  .swiper .swiper-wrapper {
    grid-template-columns: none;
    flex-wrap: nowrap;
    display: flex !important;
  }

  .section.section-not-found h1 {
    font-size: 42px;
  }

  .section.section-not-found .not-found_wrapper {
    flex-direction: column;
    gap: 0;
  }

  .section.section-not-found .button {
    width: 100%;
  }

  .section_legend p {
    margin-bottom: 12px;
  }

  #map {
    aspect-ratio: 9 / 16;
  }

  .map-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 24px;
  }

  .legend {
    padding: 16px;
    gap: 8px;
  }

  .legend_items {
    flex-direction: row;
    gap: 32px;
  }

  .legend_item {
    gap: 6px;
  }

  .legend_text {
    font-size: 14px;
    line-height: 100%;
  }
}

@font-face {
  font-family: 'Teleneovariable Upright 2';
  src: url('../fonts/TeleNeoVariable-Upright-2.ttf') format('truetype');
  font-weight: 250 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teleneo';
  src: url('../fonts/TeleNeo-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
