@charset "UTF-8";
/*
.path-node.page-node-type-faculties {
  header {
    h1 {
      font-weight: 700;
      font-size: 1.5rem
    }
    .node-header {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: .5rem;
    }
    p{
      font-size: 16px;
    }
    margin-bottom: 0.75em;
    border-bottom: 2px solid #ff3c00;
    padding-bottom: 15px;
  }


  //h1:before, h2:before, h3:before, h4:before, h5:before {
  //  content: '';
  //  display: inline-block;
  //  background-image: url("../images/header-decoration-left-025.svg");
  //}
}

.ratio {
  position: relative;
  width: 100%;

  &::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
  }

  & > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  img {
    object-fit: cover;
  }
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.section-faculty h2 {
  font-size: 1.375em;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
  line-height: 1.2em;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 1em;
  &::before {
    content: "";
    top: 0;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
    background-color: #ff3c00;
    z-index: -2;
    position: absolute;
  }
  &::after {
    content: "";
    top: 0;
    left: 1em;
    width: 2.4em;
    height: 2.4em;
    background-color: #FFF;
    z-index: -1;
    position: absolute;
  }
}


body > div {
  overflow: visible !important;
}

.main-content .node {
  overflow: visible
}

.bait {
  padding: 15px;
  margin: 0 -15px;
  background-color: #f7f7f7
}

.attribute {
  font-size: 1rem
}

.attribute .title {
  font-weight: 300 !important;
}
.attribute .text {
  font-weight: 700 !important;
}
.anchors {
  font-size: 1rem
}
.text-wrapper {
  line-height: 1.6em;
}

a {
  color: #ff3c00;
}

.node {
  .node-header {
    font-weight: 700;

    &.event-date {
      .views-field-field-event-start {
        time {
          span {
            span {
              font-weight: 700;
            }
          }
        }
      }
    }
  }
}


.info-box {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;

  & > div {
    position: relative;
    font-size: 1.5rem;
    line-height: 2rem;
    z-index: 1;

    p {
      line-height: 100%;
      padding-bottom: 0;
    }
  }
  &::before {
    content: "";
    top: 0;
    left: 0;
    width: 6.4em;
    height: 6.4em;
    border-radius: 50%;
    background-color: #ff3c00;
    z-index: 0;
    position: absolute;
  }

  &::after {
    content: "";
    top: 0;
    left: 3.1em;
    width: 7.4em;
    height: 7.4em;
    background-color: #FFF;
    z-index: 0;
    position: absolute;
  }
}
*/
.partners-block .partner-item img {
  max-width: clamp(10px, 160px, 85%);
  max-height: 85px;
}

img[alt="Polska Agencja Żeglugi Powietrznej"] {
  display: none;
}

.site-footer .text-content {
  color: #959595;
}

/*
.text-wrapper {
  font-size: 1.8em;
  font-size: clamp(16.5px, 18px, 1.8em);
}
.rfilters-wrapper {
  font-size: 1.6em;
  font-size: clamp(16.5px, 18px, 1.6em);
}
.articles-list .article-wrapper .views-field-title {
  font-size: clamp(16.5px, 18px, 1.6em);
}
.rrr-slider-row .text-wrapper {
  font-size: clamp(16.5px, 18px, 1.6em);
}
*/
.item label.btn-line,
label.btn-line {
  position: relative;
  display: flex;
  text-align: unset;
  justify-content: center;
}
.item label.btn-line > *,
label.btn-line > * {
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  padding: 0.25rem 2.5rem;
  font-weight: normal;
  color: #fff;
}
.item label.btn-line::before,
label.btn-line::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: -49%;
}

.btn-line.btn-line-959595 > *,
label.btn-line.btn-line-959595 > * {
  border: 1px solid #959595;
  display: inline-block;
  background-color: #959595;
}
.btn-line.btn-line-959595::before,
label.btn-line.btn-line-959595::before {
  border-bottom: 1px solid #959595;
}

.btn-line.btn-line-primary > *,
label.btn-line.btn-line-primary > * {
  border: 1px solid #ff3c00;
  display: inline-block;
  background-color: #ff3c00;
}
.btn-line.btn-line-primary::before,
label.btn-line.btn-line-primary::before {
  border-bottom: 1px solid #ff3c00;
}

.bg-f5f5f5 {
  background-color: #F5F5F5;
}

.faculty-price-table {
  overflow: hidden;
}
.faculty-price-table .r-accordion .item-input:checked ~ .show {
  display: none;
}
.faculty-price-table .r-accordion .hide {
  display: none;
}
.faculty-price-table .r-accordion .item-input:checked ~ .hide {
  display: flex;
}

.faculty-price-table-header-top {
  color: #ff3c00;
  margin: 0 0 1rem 0;
  font-weight: bold;
}

.faculty-price-table-row {
  position: relative;
  margin: 0 0 1rem 0;
}
.faculty-price-table-row::before {
  content: "";
  display: flex;
  position: absolute;
  background-color: #F5f5f5;
  width: 100%;
  height: 60%;
}
.faculty-price-table-row .studies-mode .col {
  padding: 20px 15px 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faculty-price-table-row .studies-mode .col::before {
  content: "";
  display: flex;
  position: absolute;
  background-color: white;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.faculty-price-table-row .studies-mode .col p {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  font-size: clamp(0.75rem, 1.7vw, 1rem);
}
.faculty-price-table-row .studies-mode .col p strong {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}
.faculty-price-table-row .studies-mode .col p strong::after {
  position: relative;
  display: block;
  height: 2px;
  content: "";
  width: 100%;
  margin: 10px;
  margin-left: 0;
  background-color: #f3f3f3;
}
@media (min-width: 762px) {
  .faculty-price-table-row .studies-mode .col p strong::after {
    margin-left: -20%;
    width: 140%;
  }
}

.text-wrapper ol {
  list-style: auto;
}

.menu--sidebar.menu li > a.text-primary {
  color: #ff3c00 !important;
}

.offer-item .offer-subheader {
  font-size: 2.25em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 0;
  border-bottom: 0;
  padding-left: 30px;
}
.offer-item .offer-subheader::before {
  content: "";
  top: 0;
  left: 0;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #ff3c00;
  z-index: -2;
  position: absolute;
}
.offer-item .offer-subheader::after {
  content: "";
  top: 0;
  left: 1em;
  width: 2.4em;
  height: 2.4em;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
}
.offer-item .section-faculty .offer-header {
  font-size: 3.2em;
  font-weight: 900;
  padding-left: 0;
  position: relative;
  line-height: 1.2em;
  z-index: 1;
  overflow: visible;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: 0;
  display: inline-block;
}
.offer-item .section-faculty .offer-header::before {
  content: none;
}
.offer-item .section-faculty .offer-header::after {
  content: "";
  bottom: -5px;
  left: 0;
  top: initial;
  width: calc(100% + 20px);
  background-color: #ff3c00;
  z-index: -1;
  position: absolute;
  height: 2px;
}

.offer-item .popup-activator-button {
  color: #fff;
  font-weight: bold;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  flex: 1 0 0;
  border: 1px solid #F5F5F5;
  background: linear-gradient(89deg, #F76917 14.7%, #F79D17 100%);
}
.offer-item .popup-activator-button::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/world-red.webp");
  background-size: cover;
}
.offer-item .popup-activator-button span {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 6px;
  color: #171717;
  border-radius: 80px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.offer-item .popup-activator-button span::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-new-window.svg");
}

.offer-item .faculty-biograms > div > div {
  display: flex;
  padding-left: 15px !important;
  padding-right: 0px !important;
}
.offer-item .faculty-biograms .article-wrapper {
  border: initial;
  background: #FFF;
}
.offer-item #students .faculty-biograms {
  padding-left: 5px;
}
.offer-item #students .faculty-biograms .article-wrapper {
  border: none;
}
.offer-item .faculty-biograms .article-wrapper label {
  border: 1px solid #F5F5F5;
  border-radius: 2px;
}
.offer-item .faculty-biograms .article-wrapper label:hover {
  opacity: 1 !important;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.offer-item .faculty-biograms .supervisor:nth-of-type(1) > div > label {
  background-color: #ffffff;
  border-color: #ff3c00;
}
.offer-item .faculty-biograms .supervisor:nth-of-type(2) {
  padding-left: 0px !important;
}
.offer-item .faculty-biograms .supervisor:nth-of-type(2) > div {
  border: 1px solid #F5F5F5;
  background-color: #f5f5f5;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: none !important;
}
.offer-item .supervisor .faculty-bio {
  padding: 0 1rem 0 0;
  border: none !important;
  background: white;
}
.offer-item .supervisor-image-col .biogram-image {
  aspect-ratio: 3/4;
}
@media (max-width: 767px) {
  .offer-item .supervisor-image-col .biogram-image {
    aspect-ratio: 1/1;
  }
}

#admissions ol > li {
  margin-bottom: 1rem;
}

/*
//Rekruracja trwa - style
.col-lg-4.col-sm-6.col-12.js-search-item .faculty-wrapper,
.recruitment-open .faculty-wrapper {
  border-top: 3px #ee3d06 solid !important;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;

}
.col-lg-4.col-sm-6.col-12.js-search-item .faculty-wrapper:before,
.recruitment-open .faculty-wrapper:before {
  content: "trwa rekrutacja";
  display: block;
  position:absolute;
  top: 0;
  right:5px;
  color: #ee3d06;
  text-transform: uppercase;
  font-size:11px;
  font-weight: 600;
}
*/
.text-wrapper.studies-testimonial blockquote {
  padding: 15px 15px 15px 35px;
  border: solid #F5F5F5;
  background: none;
  color: #595959;
  line-height: 140%;
  font-size: 14px;
}

.text-wrapper.studies-testimonial > p {
  padding-left: 35px;
}

.supervisor .article-wrapper {
  border-radius: 2px;
}
.supervisor .article-wrapper label > div > div {
  align-items: center;
}
.supervisor .article-wrapper label > div > div > .field-content {
  text-align: left;
  padding: 0 1rem 0 0;
}

.partner-item {
  z-index: 1;
  position: relative;
}

.partner-block .partner-wrapper {
  z-index: 1;
  position: relative;
}
.partner-block .partner-wrapper .partner-dsc > div * {
  display: none;
}
.partner-block:hover, .partner-block:focus {
  z-index: 2;
}
.partner-block:hover .partner-wrapper .partner-dsc, .partner-block:focus .partner-wrapper .partner-dsc {
  position: absolute;
  width: 100%;
  display: block;
}
.partner-block:hover .partner-wrapper .partner-dsc > div, .partner-block:focus .partner-wrapper .partner-dsc > div {
  font-size: 80%;
  line-height: 140%;
  width: 140%;
  margin-left: -20%;
}
@media (max-width: 1600px) {
  .partner-block:hover .partner-wrapper .partner-dsc > div, .partner-block:focus .partner-wrapper .partner-dsc > div {
    width: 160%;
    margin-left: -30%;
  }
}
@media (max-width: 767px) {
  .partner-block:hover .partner-wrapper .partner-dsc > div, .partner-block:focus .partner-wrapper .partner-dsc > div {
    width: calc(90% + 30px);
    margin-left: calc(5% - 15px);
  }
}
.partner-block:hover .partner-wrapper .partner-dsc > div *, .partner-block:focus .partner-wrapper .partner-dsc > div * {
  display: block;
  z-index: 1;
  position: relative;
}
.partner-block:hover .partner-wrapper .partner-dsc:before, .partner-block:focus .partner-wrapper .partner-dsc:before {
  position: absolute;
  content: "";
  display: block;
  top: -80px;
  right: 0;
  bottom: -15px;
  left: 0;
  border-radius: 4px;
  width: 150%;
  margin-left: -25%;
  background-color: #fff;
  z-index: 0;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .partner-block:hover .partner-wrapper .partner-dsc:before, .partner-block:focus .partner-wrapper .partner-dsc:before {
    width: 170%;
    margin-left: -35%;
  }
}
@media (max-width: 767px) {
  .partner-block:hover .partner-wrapper .partner-dsc:before, .partner-block:focus .partner-wrapper .partner-dsc:before {
    width: calc(100% + 30px);
    margin-left: calc(0% - 15px);
  }
}

@media (max-width: 992px) {
  .fixed-header, .sidebar-menu {
    box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.8);
  }
  .page-node-type-faculties2 .sidebar-menu .sidebar-menu-intro {
    display: none !important;
  }
  .sidebar-menu .menu-activator-label {
    max-height: auto;
    overflow: visible;
    display: block;
    position: absolute;
    top: 14px;
    width: 100%;
    text-align: right;
    right: 10px;
  }
}
[data-studies-faculty] .title:first-letter {
  text-transform: uppercase;
}

.path-oferta-edukacyjna .details-list span {
  display: none;
}

.rfilters-types:nth-of-type(2) {
  display: none;
}

#rfilters-rduration {
  display: none;
}

li.sidebar-nav__menu-item--level-2:first-of-type a {
  border: 1px solid #ff3c00;
  border-color: var(--color--department);
  background-color: #FFF;
  color: #171717;
  font-weight: 700;
  padding: 10px 50px 10px 20px;
  position: relative;
}
li.sidebar-nav__menu-item--level-2:first-of-type a::after {
  font: normal normal normal 14px/1 "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 14px;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  width: 1em;
  height: 1em;
  color: #ff3c00;
  color: var(--color--department);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.2em;
}

article[data-history-node-id="33817"]:before,
article[data-history-node-id="33823"]:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../../sites/default/files/2024-05/bg111.png);
  background-size: cover;
  opacity: 0.2;
}
article[data-history-node-id="33817"] .what-we-offer > div:last-of-type div,
article[data-history-node-id="33817"] .language-module > div:last-of-type div .what-make-us-different > div:last-of-type div,
article[data-history-node-id="33817"] .what-else-is-worth-seeing > div:last-of-type div,
article[data-history-node-id="33823"] .what-we-offer > div:last-of-type div,
article[data-history-node-id="33823"] .language-module > div:last-of-type div .what-make-us-different > div:last-of-type div,
article[data-history-node-id="33823"] .what-else-is-worth-seeing > div:last-of-type div {
  height: 100%;
}
article[data-history-node-id="33817"] .what-we-offer > div:last-of-type div img,
article[data-history-node-id="33817"] .language-module > div:last-of-type img,
article[data-history-node-id="33817"] .outings > div:last-of-type img,
article[data-history-node-id="33817"] .what-make-us-different > div:last-of-type img,
article[data-history-node-id="33817"] .what-else-is-worth-seeing > div:last-of-type img,
article[data-history-node-id="33823"] .what-we-offer > div:last-of-type div img,
article[data-history-node-id="33823"] .language-module > div:last-of-type img,
article[data-history-node-id="33823"] .outings > div:last-of-type img,
article[data-history-node-id="33823"] .what-make-us-different > div:last-of-type img,
article[data-history-node-id="33823"] .what-else-is-worth-seeing > div:last-of-type img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
@media (min-width: 762px) {
  article[data-history-node-id="33817"] .what-we-offer > div:last-of-type div img,
  article[data-history-node-id="33817"] .language-module > div:last-of-type img,
  article[data-history-node-id="33817"] .outings > div:last-of-type img,
  article[data-history-node-id="33817"] .what-make-us-different > div:last-of-type img,
  article[data-history-node-id="33817"] .what-else-is-worth-seeing > div:last-of-type img,
  article[data-history-node-id="33823"] .what-we-offer > div:last-of-type div img,
  article[data-history-node-id="33823"] .language-module > div:last-of-type img,
  article[data-history-node-id="33823"] .outings > div:last-of-type img,
  article[data-history-node-id="33823"] .what-make-us-different > div:last-of-type img,
  article[data-history-node-id="33823"] .what-else-is-worth-seeing > div:last-of-type img {
    margin-top: 0;
  }
}
article[data-history-node-id="33817"] .div-object-fit > div p:last-of-type,
article[data-history-node-id="33817"] .div-object-fit > div li:last-of-type,
article[data-history-node-id="33817"] .div-object-fit > div ul:last-of-type,
article[data-history-node-id="33823"] .div-object-fit > div p:last-of-type,
article[data-history-node-id="33823"] .div-object-fit > div li:last-of-type,
article[data-history-node-id="33823"] .div-object-fit > div ul:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
article[data-history-node-id="33817"] .row.harmonogram > div br,
article[data-history-node-id="33823"] .row.harmonogram > div br {
  margin-bottom: 0.5rem;
  width: 100%;
  display: block;
  position: relative;
}
article[data-history-node-id="33817"] h5,
article[data-history-node-id="33823"] h5 {
  margin-bottom: 0.5rem !important;
  margin-top: 1rem;
  font-size: 120%;
}
article[data-history-node-id="33817"] h4,
article[data-history-node-id="33823"] h4 {
  margin-bottom: 0.5rem !important;
  margin-top: 3rem;
  display: block;
  border-top: 1px solid #e9e9e9;
  padding-top: 0.5rem;
}
article[data-history-node-id="33817"] .text-wrapper h4:not(.block-header) + ul,
article[data-history-node-id="33823"] .text-wrapper h4:not(.block-header) + ul {
  margin-top: 0;
}
article[data-history-node-id="33817"] h4 small,
article[data-history-node-id="33823"] h4 small {
  font-size: 70% !important;
  margin-top: -6px;
  display: block;
}
article[data-history-node-id="33817"] .module-legend,
article[data-history-node-id="33823"] .module-legend {
  margin-bottom: 2px;
}
article[data-history-node-id="33817"] .module-legend > div,
article[data-history-node-id="33823"] .module-legend > div {
  padding: 0.8rem 1rem 1rem;
}
article[data-history-node-id="33817"] .module-legend.module-legend > div:last-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend > div:last-of-type {
  font-size: 90%;
  line-height: 130%;
}
article[data-history-node-id="33817"] .module-legend.module-legend-1 > div:first-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend-1 > div:first-of-type {
  color: hsl(0, 0%, 32.4%);
}
article[data-history-node-id="33817"] .module-legend.module-legend-2 > div:first-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend-2 > div:first-of-type {
  color: hsl(203.6, 56%, 40.2%);
}
article[data-history-node-id="33817"] .module-legend.module-legend-3 > div:first-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend-3 > div:first-of-type {
  color: hsl(26.2, 61.5%, 39.8%);
}
article[data-history-node-id="33817"] .module-legend.module-legend-4 > div:first-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend-4 > div:first-of-type {
  color: hsl(71.1, 51.9%, 29.6%);
}
article[data-history-node-id="33817"] .module-legend.module-legend-5 > div:first-of-type,
article[data-history-node-id="33817"] .module-legend.module-legend-6 > div:first-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend-5 > div:first-of-type,
article[data-history-node-id="33823"] .module-legend.module-legend-6 > div:first-of-type {
  color: hsl(56.8, 92.5%, 34.3%);
}
article[data-history-node-id="33817"] .module-legend.module-legend-1,
article[data-history-node-id="33823"] .module-legend.module-legend-1 {
  background-color: #E9E9E9;
}
article[data-history-node-id="33817"] .module-legend.module-legend-2,
article[data-history-node-id="33823"] .module-legend.module-legend-2 {
  background-color: #E5F1F8;
}
article[data-history-node-id="33817"] .module-legend.module-legend-3,
article[data-history-node-id="33823"] .module-legend.module-legend-3 {
  background-color: #F9EEE6;
}
article[data-history-node-id="33817"] .module-legend.module-legend-4,
article[data-history-node-id="33823"] .module-legend.module-legend-4 {
  background-color: #EEF3DA;
}
article[data-history-node-id="33817"] .module-legend.module-legend-5,
article[data-history-node-id="33817"] .module-legend.module-legend-6,
article[data-history-node-id="33823"] .module-legend.module-legend-5,
article[data-history-node-id="33823"] .module-legend.module-legend-6 {
  background-color: #FEFCDB;
}
article[data-history-node-id="33817"] .module-table.module-table-all th,
article[data-history-node-id="33823"] .module-table.module-table-all th {
  color: #171717;
  width: 20%;
}
article[data-history-node-id="33817"] .module-table.module-table-all th:nth-of-type(1),
article[data-history-node-id="33823"] .module-table.module-table-all th:nth-of-type(1) {
  background-color: #D2D2D2;
}
article[data-history-node-id="33817"] .module-table.module-table-all th:nth-of-type(2),
article[data-history-node-id="33823"] .module-table.module-table-all th:nth-of-type(2) {
  background-color: #D8E9F4;
}
article[data-history-node-id="33817"] .module-table.module-table-all th:nth-of-type(3),
article[data-history-node-id="33823"] .module-table.module-table-all th:nth-of-type(3) {
  background-color: #F5E3D5;
}
article[data-history-node-id="33817"] .module-table.module-table-all th:nth-of-type(4),
article[data-history-node-id="33823"] .module-table.module-table-all th:nth-of-type(4) {
  background-color: #DCE6B0;
}
article[data-history-node-id="33817"] .module-table.module-table-all th:nth-of-type(5),
article[data-history-node-id="33823"] .module-table.module-table-all th:nth-of-type(5) {
  background-color: #FCF8B2;
}
article[data-history-node-id="33817"] .module-table.module-table-all td,
article[data-history-node-id="33823"] .module-table.module-table-all td {
  border: 2px solid #FFF;
  font-size: 90%;
  line-height: 120%;
}
article[data-history-node-id="33817"] .module-table.module-table-all td:first-child,
article[data-history-node-id="33823"] .module-table.module-table-all td:first-child {
  border-left: 0;
}
article[data-history-node-id="33817"] .module-table.module-table-all td:nth-of-type(1),
article[data-history-node-id="33823"] .module-table.module-table-all td:nth-of-type(1) {
  background-color: #E9E9E9;
}
article[data-history-node-id="33817"] .module-table.module-table-all td:nth-of-type(2),
article[data-history-node-id="33823"] .module-table.module-table-all td:nth-of-type(2) {
  background-color: #E5F1F8;
}
article[data-history-node-id="33817"] .module-table.module-table-all td:nth-of-type(3),
article[data-history-node-id="33823"] .module-table.module-table-all td:nth-of-type(3) {
  background-color: #F9EEE6;
}
article[data-history-node-id="33817"] .module-table.module-table-all td:nth-of-type(4),
article[data-history-node-id="33823"] .module-table.module-table-all td:nth-of-type(4) {
  background-color: #EEF3DA;
}
article[data-history-node-id="33817"] .module-table.module-table-all td:nth-of-type(5),
article[data-history-node-id="33823"] .module-table.module-table-all td:nth-of-type(5) {
  background-color: #FEFCDB;
}
article[data-history-node-id="33817"] .module-table.module-table-1 td,
article[data-history-node-id="33823"] .module-table.module-table-1 td {
  color: #171717;
}
article[data-history-node-id="33817"] .module-table > div,
article[data-history-node-id="33823"] .module-table > div {
  width: 100%;
}
article[data-history-node-id="33817"] .text-wrapper .module-table tbody td,
article[data-history-node-id="33823"] .text-wrapper .module-table tbody td {
  border: 2px solid #FFF;
}
article[data-history-node-id="33817"] .text-wrapper [class*=module-table-n] td,
article[data-history-node-id="33823"] .text-wrapper [class*=module-table-n] td {
  width: 70%;
  font-size: 90%;
  line-height: 120%;
}
article[data-history-node-id="33817"] .module-table td[rowspan="6"],
article[data-history-node-id="33823"] .module-table td[rowspan="6"] {
  width: 30%;
  font-size: 100%;
  line-height: 130%;
  border: 2px solid #FFF;
}
article[data-history-node-id="33817"] .module-table.module-table-1 td,
article[data-history-node-id="33823"] .module-table.module-table-1 td {
  background-color: #E9E9E9;
}
article[data-history-node-id="33817"] .module-table.module-table-2 td,
article[data-history-node-id="33823"] .module-table.module-table-2 td {
  background-color: #E5F1F8;
}
article[data-history-node-id="33817"] .module-table.module-table-3 td,
article[data-history-node-id="33823"] .module-table.module-table-3 td {
  background-color: #F9EEE6;
}
article[data-history-node-id="33817"] .module-table.module-table-4 td,
article[data-history-node-id="33823"] .module-table.module-table-4 td {
  background-color: #EEF3DA;
}
article[data-history-node-id="33817"] .module-table.module-table-5 td,
article[data-history-node-id="33823"] .module-table.module-table-5 td {
  background-color: #FEFCDB;
}
article[data-history-node-id="33817"] .module-table.module-table-1 td[rowspan="6"],
article[data-history-node-id="33823"] .module-table.module-table-1 td[rowspan="6"] {
  background-color: #D2D2D2;
}
article[data-history-node-id="33817"] .module-table.module-table-2 td[rowspan="6"],
article[data-history-node-id="33823"] .module-table.module-table-2 td[rowspan="6"] {
  background-color: #D8E9F4;
}
article[data-history-node-id="33817"] .module-table.module-table-3 td[rowspan="6"],
article[data-history-node-id="33823"] .module-table.module-table-3 td[rowspan="6"] {
  background-color: #F5E3D5;
}
article[data-history-node-id="33817"] .module-table.module-table-4 td[rowspan="6"],
article[data-history-node-id="33823"] .module-table.module-table-4 td[rowspan="6"] {
  background-color: #DCE6B0;
}
article[data-history-node-id="33817"] .module-table.module-table-5 td[rowspan="6"],
article[data-history-node-id="33823"] .module-table.module-table-5 td[rowspan="6"] {
  background-color: #FCF8B2;
}

div[data-faculty-lang]:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  right: 22px;
  top: 10px;
}

div[data-faculty-lang=en]:before {
  background-image: url(../images/en-ico2.svg);
}

div[data-faculty-lang=pl]:before {
  background-image: url(../images/pl-ico2.svg);
}

[data-studies=mode] ul {
  list-style: none;
  padding-left: 1rem;
}
[data-studies=mode] ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
[data-studies=mode] ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 2px #171717;
  position: relative;
  border-radius: 50%;
  line-height: 100%;
}

[lang=en] .filter-items .row > div span::after,
[lang=en] .filter-items .row > div span::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  top: 3px;
}

[lang=en] .filter-items .row > div a:hover span::after,
[lang=en] .filter-items .row > div a:hover span::before {
  filter: grayscale(100) brightness(100);
}

[lang=en] .filter-items .row > div span::after {
  right: 25px;
}

.rfilters-wrapper .filter-items a i {
  right: 10px;
}

.rfilters-wrapper .filter-items a {
  padding: 20px 30px 20px 15px;
}

@media (max-width: 1600px) {
  .rfilters-wrapper .filter-items a {
    padding: 20px 25px 20px 15px;
  }
}
@media (max-width: 1200px) {
  [lang=en] .filter-items .row > div span::after,
  [lang=en] .filter-items .row > div span::before {
    width: 15px;
    height: 16px;
  }
  [lang=en] .filter-items .row > div span::after {
    top: 3px;
    right: 12px;
  }
  [lang=en] .filter-items .row > div span::before {
    right: -7px;
    top: 3px;
  }
}
@media (max-width: 992px) {
  .rfilters-wrapper .filter-items a {
    padding: 12px 30px 12px 10px;
  }
  [lang=en] .filter-items .row > div span::after {
    top: 3px;
    right: 12px;
  }
  [lang=en] .filter-items .row > div span::before {
    right: -7px;
    top: 3px;
  }
}
@media (max-width: 576px) {
  .rfilters-wrapper .filter-items a {
    padding: 12px 30px 12px 10px;
  }
  [lang=en] .filter-items .row > div span::after {
    top: -3px;
    right: -7px;
  }
  [lang=en] .filter-items .row > div span::before {
    right: -7px;
    top: 10px;
  }
}
[lang=en] .filter-items .row > div span::before {
  background-image: url(../images/pl-ico2.svg);
}

[lang=en] .filter-items .row > div span::after {
  background-image: url(../images/en-ico2.svg);
}

[lang=en] .filter-items-1 .row > div:nth-of-type(3) span::after,
[lang=en] .filter-items-1 .row > div:nth-of-type(4) span::after,
[lang=en] .filter-items-1 .row > div:nth-of-type(5) span::after,
[lang=en] .filter-items-1 .row > div:nth-of-type(6) span::after,
[lang=en] .filter-items-2 .row > div:nth-of-type(3) span::after,
[lang=en] .filter-items-2 .row > div:nth-of-type(4) span::after,
[lang=en] .filter-items-3 .row > div span::after,
[lang=en] .filter-items-3 .row > div span::before {
  content: none;
}

[lang=en] .filter-items-4 .row > div:nth-of-type(4) {
  display: none;
}

[lang=en] .filter-items-5 .row > div span::after,
[lang=en] .filter-items-5 .row > div span::before {
  display: none;
}

.text-wrapper .menu-small-with-image {
  padding-left: 0;
  list-style: none;
  display: flex;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.text-wrapper .menu-small-with-image > li {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
.text-wrapper .menu-small-with-image > li > a {
  display: flex;
}
.text-wrapper .menu-small-with-image > li > a > img {
  flex: 0 0 auto;
  width: 25%;
}
.text-wrapper .menu-small-with-image > li > a > img + div {
  padding-left: 1rem;
}

.box-ue-program {
  border: solid 1px #e9e9e9;
  padding: 1rem;
}
.box-ue-program p {
  font-size: 85%;
  line-height: 130%;
}
.box-ue-program .media-image {
  margin-bottom: 0;
}
.box-ue-program em {
  font-size: 125%;
  font-weight: bold;
  padding-right: 0.5rem;
  color: #474747;
}

.bio-social .svg {
  background-color: #ff3c00;
  width: 2rem;
  height: 2rem;
  display: block;
  padding: 0.5rem;
  border-radius: 50%;
}

.text-wrapper .articles-list .article-wrapper .views-field-title {
  font-size: inherit;
}

.page-header-menu .menu--level-1 > li:first-of-type {
  white-space: nowrap;
}

.offer-item .button.a:hover {
  color: #fff;
}

.row-simple-list-2col {
  gap: 0 15px;
  padding-inline: 15px;
  margin-bottom: 1rem;
}
.row-simple-list-2col ul > li a {
  -webkit-transform: none;
}
.row-simple-list-2col .card.card-simple-list {
  background: #FBFBFB;
}
.row-simple-list-2col > div {
  padding-inline: 0px !important;
}
.row-simple-list-2col ul > li a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.row-simple-list-2col .card.card-simple-list .card-header {
  font-size: 1.125rem;
  border-bottom: none;
  position: relative;
  background: transparent;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  padding: 0.75rem;
}
.row-simple-list-2col .card.card-simple-list .card-header > i {
  color: var(--color--department);
  font-size: 1.25rem;
}
.row-simple-list-2col .card.card-simple-list .card-header::after {
  content: "";
  background: red;
  display: block;
  position: absolute;
  left: 0.75rem;
  bottom: 0px;
  right: 0.75rem;
  border-bottom: 1px solid var(--color--department);
}
.row-simple-list-2col .card.card-simple-list .card-body {
  padding: 0.75rem;
}
.row-simple-list-2col .card.card-simple-list .card-body > ul {
  padding: 0;
  margin-block: 0;
}
.row-simple-list-2col .card.card-simple-list .card-body > ul > li {
  color: #4d4d4d;
  font-size: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 145%;
  display: flex;
  justify-items: flex-start;
  flex-direction: column;
  position: relative;
  /*     border: solid #ddd 1px; */
  /*     border-radius: 4px; */
  /*     padding: 0.5rem */
}
.row-simple-list-2col .card.card-simple-list .card-body > ul > li span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 120%;
}
.row-simple-list-2col .card.card-simple-list .card-body > ul > li a {
  font-size: 1rem;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
}

.row-simple-list-1col {
  padding-inline: 15px;
  margin-bottom: 1rem;
}
.row-simple-list-1col .card.card-simple-list {
  background: #FBFBFB;
}
.row-simple-list-1col > div {
  padding-inline: 0px !important;
  flex: 0 1 100%;
}
.row-simple-list-1col .card.card-simple-list .card-header {
  font-size: 1.125rem;
  border-bottom: none;
  position: relative;
  background: transparent;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
}
.row-simple-list-1col .card.card-simple-list .card-header > i {
  color: var(--color--department);
  font-size: 1.25rem;
}
.row-simple-list-1col .card.card-simple-list .card-header::after {
  content: "";
  background: red;
  display: block;
  position: absolute;
  left: 0.75rem;
  bottom: 0px;
  right: 0.75rem;
  border-bottom: 1px solid var(--color--department);
}
.row-simple-list-1col .card.card-simple-list .card-body {
  padding: 0.75rem;
}
.row-simple-list-1col .card.card-simple-list .card-body > ul {
  display: flex;
  gap: 0 1rem;
  flex-wrap: wrap;
  padding: 0;
  margin-block: 0;
}
.row-simple-list-1col .card.card-simple-list .card-body > ul > li {
  flex: 1 1 calc(50% - 1rem);
  color: #4d4d4d;
  font-size: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 145%;
}
.row-simple-list-1col .card.card-simple-list .card-body > ul > li a {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .row-simple-list-2col {
    gap: 0;
    padding-inline: 3px;
  }
  .row-simple-list-2col .card.card-simple-list {
    background: transparent;
    border: none;
  }
  .row-simple-list-2col ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1rem;
  }
  .row-simple-list-2col ul > li span i {
    /*! margin-left: auto; */
    /*! display: inline-block; */
    /*! align-self: self-end; */
    margin-left: auto;
  }
  .row-simple-list-2col ul > li {
    position: relative;
    border-radius: 3px;
    margin: 0;
    padding: 0.75rem 1rem;
    background: #FBFBFB;
    border: solid #ccc 1px;
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
  }
  .row-simple-list-2col ul > li:after {
    content: "więcej";
    display: inline;
    max-width: fit-content;
    margin-left: auto;
    padding: 0.1rem 0.25rem 0.15rem;
    text-align: right;
    border: solid 1px hsl(14, 100%, 90%);
    background-color: hsl(14, 100%, 95%);
    color: hsl(14, 100%, 50%);
    font-size: 0.85rem;
    border-radius: 3px;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  html[lang=en] .row-simple-list-2col ul > li:after {
    content: "more";
  }
}

/*# sourceMappingURL=ks.css.map */
