/* Usunąć znaczniki komentarza w momencie kiedy chcemy, aby strona główna stała się czarno-szaro-biała */

/*

#main-page {
  filter: grayscale(1) !important;
}

.page-node- #footer-background {
  filter: grayscale(1) !important;
}

.page-node- #myNav {
  filter: grayscale(1) !important;
}

.page-node- .scrollup {
  background-color: rgb(0, 0, 0) !important;
}

*/

/* ---Zmienne--- */

@font-face {
    font-family: "Inter Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Inter-Regular.woff") format("woff");
}



:root {
  /* font-family */
  --font-family-inter: "Inter Regular";


  /* font-size */
  --font-size-text: 16px;
  --font-size-cal-field-body: 14px;
  --font-size-nav-menu: 16px;
  --font-size-title-h1: 46px;
  --font-size-title-h2: 38px;
  --font-size-title-h3: 24px;
  --font-size-title-h2-section: 42px;
  --font-size-views-content-date: 12px;
  --font-size-views-content-title-main: 22px;
  --font-size-views-content-title-others: 16px;
  --font-size-social-links: 16px;
  --font-size-copyrights: 14px;
  --font-size-calendar-title: 32px;
  --font-size-calendar-event-title: 14px;
  --font-size-calendar-event-month: 12px;
  --font-size-calendar-event-day: 24px;
  --font-size-button-read-more: 12px;
  --font-size-wum-in-numbers: 14px;
  --font-size-bodies-university-h3: 24px;
  --font-size-bodies-university-h4: 18px;
  --font-size-bodies-text: 16px;
  --font-size-life-at-wum-h2: 32px;
  --font-size-step-recruitment-title: 24px;
  --font-size-step-recruitment-text: 13px;
  --font-size-wum-in-numbers-h3: 36px;
  --font-size-main-title: 32px;
  --font-size-main-data: 14px;
  --font-size-feuilleton-title: 18px;
  --font-size-why-us-strong: 46px;
  --font-size-education-page-h3: 20px;
  --font-size-rec-cal-h3: 2rem;
  --font-size-rec-cal-h4: 1.5rem;
  --font-size-rec-cal-select: 1rem;
  --font-size-link: 1rem;
  --font-size-three-columns-link: 1.5rem;

  /* colors */
  --color-white: #ffffff;
  --color-navy-blue: #1d2758;
  --color-orange: #f5802c;
  --color-grey: #d2d3d5;
  --color-light-grey: #f2f2f2;
  --color-light-blue: #24aae2;
  --color-dark-blue: #272361;

  /* line-height */
  --line-height-text: 25px;
  --line-height--baner-conent-title: 35px;
  --line-height--views-conent-title: 25px;
  --line-height--about-university-text: 25px;
  --line-height-main-title: 25px;
  --line-height-main-header-h2: 35px;
  --line-height--title-h2: 25px;
  --line-height--title-student-opinions: 35px;

  /* animate-delay */

}

/* ---Zmienne END--- */

/* ---Podstawowe ustawienia--- */

.language-check {

}

.ukryj {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-inter);
  color: var(--color-navy-blue);
}

h1, h2, h3, h4, h5, h6 {
  
  font-weight: normal;
}

a {
  font-family: var(--font-family-inter);
  color: var(--color-navy-blue);
}

button {
  background-color: var(--color-orange);
  margin: 25px 0px;
  border: 0px;
  width: 425px;
}

button a {
  font-size: var(--font-size-text);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 5px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.toolbar-oriented .toolbar-bar {
  z-index: 1000 !important;
  position: fixed;
}

.scrollup {
  background-size: 60%;
  right: 50px !important;
  z-index: 999;
}

.slick-arrow {
  cursor: pointer !important;
  outline: none;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

.color-navy-blue {
  color: var(--color-navy-blue) !important;
  fill: var(--color-navy-blue) !important;
}

.color-white-mobile {
  color: var(--color-white) !important;
  fill: var(--color-white) !important;
}

.background-color-white {
  background-color: var(--color-white) !important;
}

.border-bottom-grey {
  border-bottom: 1px solid var(--color-grey) !important;
}

.border-bottom-navy-blue {
  border-bottom: 1px solid var(--color-navy-blue) !important;
}

.border-right-grey {
  border-right: 1px solid var(--color-grey) !important;
}

.search-alt-color::-webkit-input-placeholder {
  color: var(--color-navy-blue) !important;
}

.change-opacity {
  opacity: 1 !important;
}

.change-position {
  position: fixed !important;
}

@media only screen and (min-width: 1640px) {
  header#main-pages .container-xxl,
  footer#footer-background .container-xxl {
      max-width: 1600px !important;
  }
}

@media only screen and (min-width: 1500px) {
  .container-xl {
      max-width: 1460px !important;
  }
}


/* ---Podstawowe ustawienia END--- */

/* ---WspÃ³lne ustawienia--- */

/* Baner pod nagÅ‚Ã³wkiem */

.banner-background {
  background-size: cover;
  background-position: 50% 80%;
  background-repeat: no-repeat;
}

.baner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 650px;
  height: auto;
  padding-bottom: 40px;
}

.baner-content h1 {
  font-size: var(--font-size-title-h1);
  
  color: var(--color-white);
  opacity: 0;
}

.baner-content h2 {
  font-size: var(--font-size-title-h2);
  
  color: var(--color-white);
  line-height: var(--line-height--baner-conent-title);
  opacity: 0;
}

.baner-content .menu {
  opacity: 0;
}

.baner-content .field--name-field-ksztalcenie-odnosnik {
  opacity: 0;
}

/* Baner pod nagÅ‚Ã³wkiem END */

/* ---WspÃ³lne ustawienia END--- */

/* ---NagÅ‚Ã³wek--- */


header#main-pages .wcag-container .wcag-items div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

header#main-pages .wcag-container .wcag-items div ul {
  list-style: none;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

header#main-pages .wcag-container .wcag-items div ul li {
  background-color: transparent;
  font-size: var(--font-size-16);
  font-weight: bold;
  color: var(--color-white);
  width: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 0px 1px;
}

header#main-pages .wcag-container .wcag-items #wcag-normal {
  font-size: var(--font-size-10);
}

header#main-pages .wcag-container .wcag-items #wcag-medium {
  font-size: var(--font-size-13);
}

header#main-pages .wcag-container .wcag-items #wcag-large {
  font-size: var(--font-size-16);
}


header#main-pages {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  padding-top: 25px;
  transition: background-color 0.5s;
}

header .page-title,
header .page-title a {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
}

header#main-pages .nav-menu ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 30px;
}

header#main-pages .nav-menu ul.menu li.menu-item {
  list-style-type: none;
  padding-right: 35px;
}

header .nav-menu ul.menu li.menu-item a {
  font-size: 22px;
  font-family: var(--font-family-inter);
  font-style: normal;
  color: var(--color-white);
}

header.background-color-white .page-title {
  color: var(--color-navy-blue);
}


header#main-pages .nav-menu ul.menu li.menu-item a:hover,
header#main-pages .nav-menu ul.menu li.menu-item a:visited,
header#main-pages .nav-menu ul.menu li.menu-item a:active,
header#main-pages .nav-menu ul.menu li.menu-item a:focus {
  text-decoration: underline !important;
}

header#main-pages .search i {
  color: var(--color-white);
  font-size: 16px;
  padding-left: 10px;
}

header#main-pages .search input {
  border: 0px;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  font-size: var(--font-size-text);
  padding: 5px;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

header#main-pages .search #edit-keys:focus {
  outline: none;
}

header#main-pages .search input#edit-keys::-webkit-input-placeholder {
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
}

/*header#main-pages .emblem-content div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15px;
}

header#main-pages .nav-menu .emblem-content div,
header#others-page .nav-menu .emblem-content div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
}

header#main-pages .nav-menu .emblem-content div svg {
  fill: var(--color-navy-blue);
  width: 180px;
  margin-right: 15px;
}

header#main-pages .emblem-content svg {
  fill: var(--color-white);
}

header#main-pages .emblem-content svg:first-child {
  margin-top: -15px;
  width: 80px;
}

header#main-pages .emblem-content svg:last-child {
  margin-top: 0px;
  width: 110px;
}*/

header#main-pages .languages ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 5px 0px 0px 20px;
  margin: 0px;
}

header#main-pages .languages ul li a {
  font-size: var(--font-size-nav-menu);
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  color: var(--color-white);
  text-decoration: none;
  margin-right: 1px;
}

/* ---NagÅ‚Ã³wek END--- */

/* ---Stopka--- */

footer#footer-background {
  background-image: url('../templates/images/Stopka.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 10%;
  color: var(--color-white);
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}

/*footer#footer-background:after {
  background-image: url('../templates/images/Godlo-WUM-White.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 35vw;
  max-width: 600px;
  width: 100%;
  height: 500px;
  content: "";
  opacity: 0.2;
  z-index: 0;
}

@media only screen and (min-width: 1600px) {
  footer#footer-background:after {
    left: 45vw;
  }
}

@media only screen and (min-width: 1400px) {
  footer#footer-background:after {
    left: 40vw;
  }
}*/

footer .field--name-body p {
  color: var(--color-white);
}

footer ul li {
  list-style-type: none;
}

footer ul.menu li.menu-item {
  list-style-type: none;
}

footer ul.menu li.menu-item a {
  color: var(--color-white);
}

footer .row:first-child {
  padding-bottom: 50px;
}

footer .row:first-child div {
  z-index: 1;
}

footer .social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

footer .social-links ul li a {
  color: var(--color-white);
  font-size: var(--font-size-social-links);
  border: 1px solid var(--color-white);
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  padding: 6px 8px;
  margin: 0 2px;
}

footer .social-links ul li a:hover {
  text-decoration: none;
}

footer .copyrights {
  font-size: var(--font-size-copyrights);
  color: var(--color-white);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
}

footer .extra-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 50px;
}

footer .extra-links a {
  font-size: var(--font-size-copyrights);
  color: var(--color-white);
}

footer .logotypes {
  margin-top: 15px;
}

footer .logotypes div img {
  max-width: 40px;
  width: 100%;
  max-height: 40px;
  object-fit: cover;
}

footer .logotypes .three-logotypes img {
  max-width: 275px;
  max-height: 40px;
  height: 100%;
  object-fit: cover;
}

footer .logotypes .three-logotypes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

footer .logotypes span.intranet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid var(--color-white);
  padding: 15px 10px;
}

footer .logotypes a {
  color: var(--color-white);
}

footer a.map-service {
  color: var(--color-white);
}

/* ---Stopka END--- */

/* ---Strona gÅ‚Ã³wna--- */

#main-page .banner-background {
  background-image: url('../templates/images/Banner-Glowny-Naglowek-Bg.jpg');
  position: relative;
  overflow: hidden;
}

#main-page .baner-content .animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay)*0.75) !important;
  animation-delay: calc(var(--animate-delay)*0.75) !important;
}

/*
#main-page .banner-background span {
  background-color: var(--color-navy-blue);
  max-width: 225px;
  position: absolute;
  top: 90%;
  right: 0px;
  padding: 10px 25px;
}

#main-page .banner-background span a {
  color: var(--color-white);
  font-size: var(--font-size-text);
  font-family: var(--font-family-inter);
  text-transform: uppercase;
}
*/

#main-page #news-content h2 {
  font-size: var(--font-size-title-h2-section);
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
}

#main-page #news-content .news-main img {
  width: 100%;
  max-height: 450px;
  height: auto;
  object-fit: cover;
}

#main-page .imp-msg {
  background-color: var(--color-navy-blue);
  max-width: 225px;
  position: absolute;
  top: 90%;
  right: 0px;
  padding: 10px 25px;
}

#main-page .imp-msg a {
  color: var(--color-white);
  font-size: var(--font-size-text);
  font-family: var(--font-family-inter);
  text-transform: uppercase;
}

#main-page #news-content {
  opacity: 0;
}

#main-page #feuilleton,
#main-page #successes-calendar,
#main-page #life-at-wum {
  opacity: 0;
}

#main-page #news-content .news-main .views-field.views-field-created,
#main-page #news-content .news-others .views-field.views-field-created {
  font-size: var(--font-size-views-content-date);
}

#main-page #news-content .row:nth-child(2) .col-lg-6:first-child {
  border-right: 1px solid var(--color-grey);
}

#main-page #news-content .news-main .views-field.views-field-title,
#main-page #news-content .news-others .views-field.views-field-title {
  min-height: 100px;
  height: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-grey);
  margin-bottom: 25px;
}

#main-page #news-content .news-main .views-field.views-field-title a {
  font-size: var(--font-size-views-content-title-main);
  
  color: var(--color-navy-blue);
  line-height: var(--line-height--views-conent-title);
}

#main-page #news-content .news-main .views-field.views-field-created:after,
#main-page #news-content .news-others .views-field.views-field-created:after {
  display: flex;
  content: "";
  background-color: var(--color-orange);
  background-size: 100%;
  width: 25px;
  height: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#main-page #news-content .news-main .views-field.views-field-title span a:after,
#main-page #news-content .news-others .views-field.views-field-title span a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-left 0.5s;
}

#main-page #news-content .news-main .views-field.views-field-title span a:hover:after,
#main-page #news-content .news-others .views-field.views-field-title span a:hover:after {
  margin-left: 15px;
}

#main-page #news-content .news-others img {
  height: 150px;
  object-fit: cover;
}

#main-page #news-content .news-others .views-field.views-field-title a {
  font-size: var(--font-size-views-content-title-others);
  
  color: var(--color-navy-blue);
  line-height: var(--line-height--views-conent-title);
}

#main-page #news-content .news-others .row .col-lg-6 {
  border-right: 1px solid var(--color-grey);
  padding: 0px 15px 0px 15px;
}

#main-page #news-content .news-main .views-element-container .view-content,
#main-page #news-content .news-others .views-element-container .view-content {
  padding: 0px 25px 25px 25px;
}

#main-page #news-content .news-others .views-field.views-field-title {
  max-width: 250px;
  height: 125px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #main-page #news-content .news-others .views-field.views-field-title {
  max-width: 195px;
  height: 150px;
  }

  #main-page #news-content .news-main .views-element-container .view-content,
  #main-page #news-content .news-others .views-element-container .view-content {
    padding: 0px 15px 15px 15px;
  }
}

#main-page #feuilleton {
  position: relative;
  margin: 50px 0px;
}

#main-page #feuilleton .layout--twocol-section {
  display: block;
}

#main-page #feuilleton .field--name-field-tresc-mobilne {
  display: none;
}

#main-page #feuilleton > div > div {
  padding: 0px;
}

#main-page #feuilleton .layout__region.layout__region--first {
  position: absolute;
  left: 6%;
  top: 15%;
  background-color: var(--color-navy-blue);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 525px;
  width: 100%;
  padding: 50px;
}

#main-page #feuilleton .layout__region.layout__region--first .field--name-field-felieton-tytul {
  font-size: var(--font-size-feuilleton-title);
  color: var(--color-white);
  text-align: center;
  line-height: var(--line-height--title-h2);
}

#main-page #feuilleton .layout__region.layout__region--first .field--name-field-felieton-kategoria {
  font-size: var(--font-size-title-h3);
  color: var(--color-white);
  text-align: center;
}

#main-page #feuilleton .layout__region.layout__region--first .field--name-body {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-text);
  color: var(--color-white);
  text-align: center;
}

#main-page #feuilleton .layout__region.layout__region--first .field--name-field-felieton-odnosnik {
  background-color: var(--color-orange);
  margin: 25px 0px;
  border: 0px;
  width: 150px;
  text-align: center;
}

#main-page #feuilleton .layout__region.layout__region--first .field--name-field-felieton-odnosnik a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 5px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

#main-page #feuilleton .layout__region.layout__region--second img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center 5%;
}

@media only screen and (min-width: 1500px) {
  #main-page #feuilleton .layout__region.layout__region--second img {
    max-height: 700px;
  }

  #main-page #feuilleton .layout__region.layout__region--first {
    top: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  #main-page #feuilleton .layout__region.layout__region--second img {
    max-height: 700px;
  }

  #main-page #feuilleton .layout__region.layout__region--first {
    top: 15%;
    left: 1%;
    padding: 35px;
    max-width: 500px;
  }
}

#main-page #successes-calendar {
  margin-top: 75px;
  margin-bottom: 75px;
}

#main-page #successes-calendar #successes h2 {
  font-size: var(--font-size-title-h2-section);
  text-align: center;
  margin-bottom: 50px;
}

#main-page #successes-calendar #successes .views-field.views-field-title span a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-left 0.5s;
}

#main-page #successes-calendar #successes .views-field.views-field-title span a:hover:after {
  margin-left: 15px;
}

#main-page #successes-calendar #successes .views-field.views-field-created:after {
  display: flex;
  content: "";
  background-color: var(--color-orange);
  background-size: 100%;
  width: 25px;
  height: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#main-page #successes-calendar #successes .views-field.views-field-created {
  font-size: var(--font-size-views-content-date);
}

#main-page #successes-calendar #successes .view-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#main-page #successes-calendar #successes .view-content .views-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

#main-page #successes-calendar #successes .views-field-field-galeria img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  min-height: 200px;
  height: 100%;
}

#main-page #successes-calendar #successes {
  border-right: 1px solid var(--color-grey);
}

#main-page #successes-calendar #successes .views-field.views-field-title a {
  font-size: var(--font-size-views-content-title-others);
  
  color: var(--color-navy-blue);
  line-height: var(--line-height--views-conent-title);
  display: block;
  max-width: 300px;
  margin-right: 10px;
}

#main-page #successes-calendar #successes > div:nth-child(3) > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

#main-page #successes,
#main-page #successes-calendar > div > div.col-lg-2.col-md-12.col-sm-12 {
  padding: 0px 20px;
}

#main-page #successes-calendar h3 {
  font-size: var(--font-size-calendar-title);
  margin-top: 15px;
  margin-left: 15px;
}

#main-page #successes-calendar h3 a {
  
  color: var(--color-navy-blue);
}

#main-page #successes-calendar h3 a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -5px;
  margin-left: 5px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-left 0.5s;
}

#main-page #successes-calendar > div > div.col-lg-3.col-md-12.col-sm-12 > div:nth-child(1) > div > h3 a:hover:after {
  margin-left: 15px;
}

#main-page #calendar .slick-slide {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas:
  "month title"
  "day title";
  padding: 10px 0px;
  border-bottom: 1px solid var(--color-grey);
}

#main-page #calendar .views-field-field-event-date-1 {
  grid-area: month;
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size-calendar-event-month);
  text-transform: uppercase;
  align-self: start;
  margin-top: 5px;
  height: 10px;
}

#main-page #calendar .views-field-field-event-date {
  grid-area: day;
  font-size: var(--font-size-calendar-event-day);
  font-weight: bold;
  color: var(--color-orange);
  text-align: center;
  align-self: start;
  height: 50px;
  margin-top: 15px;
}

#main-page #calendar .views-field-title {
  grid-area: title;
}

#main-page #calendar .views-field-title a {
  color: var(--font_color_navy_blue);
  font-size: var(--font-size-calendar-event-title);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#main-page #calendar > div > div > div > button.calendar-slick-prev.slick-arrow {
  position: relative;
  top: 10px;
  left: 50%;
  transform: rotate(-45deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
  background: inherit;
  border-radius: 0px;
}

#main-page #calendar > div > div > div > button.calendar-slick-next.slick-arrow {
  position: relative;
  top: 0px;
  left: 50%;
  transform: rotate(135deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
  background: inherit;
  border-radius: 0px;
}

#main-page #calendar button {
  background-color: transparent;
}

#main-page #life-at-wum {
  position: relative;
  padding: 0px;
  margin-bottom: 50px;
}

#main-page #life-at-wum h2 {
  font-size: var(--font-size-title-h2-section);
  text-align: center;
  margin-bottom: 50px !important;
}

#main-page #life-at-wum .layout__region.layout__region--first img {
  max-width: 700px;
  margin-top: 50px;
}

#main-page #life-at-wum .layout__region.layout__region--second {
  position: absolute;
  right: 0;
  background-color: var(--color-navy-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  max-width: 600px;
  width: 100%;
}

#main-page #life-at-wum .layout__region.layout__region--second .field--name-field-zycie-wum-tytul h2 {
  font-size: var(--font-size-life-at-wum-h2);
  color: var(--color-white);
  text-align: center;
  line-height: 35px;
}

#main-page #life-at-wum .layout__region.layout__region--second .field--name-body {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-text);
  color: var(--color-white);
  text-align: center;
  padding: 0px 50px;
}

#main-page #life-at-wum .layout__region.layout__region--second .field--name-field-zycie-wum-odnosnik {
  background-color: var(--color-orange);
  margin: 25px 0px;
  border: 0px;
  width: 150px;
  text-align: center;
}

#main-page #life-at-wum .layout__region.layout__region--second .field--name-field-zycie-wum-odnosnik a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 5px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}


@media only screen and (min-width: 1400px) {
  #main-page #life-at-wum .layout__region.layout__region--first img {
    max-width: 900px;
    margin-top: 50px;
  }

  #main-page #life-at-wum .layout__region.layout__region--second {
    max-width: 700px;
    padding: 100px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  #main-page #life-at-wum .layout__region.layout__region--first img {
    max-width: 700px;
    margin-top: 50px;
  }

  #main-page #life-at-wum .layout__region.layout__region--second {
    max-width: 500px;
    padding: 50px;
  }

  #main-page #life-at-wum .layout__region.layout__region--second .field--name-body {
  padding: 0px 25px;
}
}

#main-page #banners-front {
  position: relative;
  margin-bottom: 50px;
}

#main-page #banners-front > div > div > div > div {
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  padding: 25px 25px;
}

#main-page #banners-front a {
  font-family: var(--font-family-inter);
  font-weight: bold;
  color: var(--color-navy-blue);
  text-transform: uppercase;
  outline: none;
}

#main-page #banners-front a:focus, #main-page #banners-front button:focus {
  outline: none !important;
}

#main-page #banners-front > div > div > div > div > div > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  border-right: 1px solid var(--color-grey);
  height: 50px;
  text-align: center;
  padding: 25px;
}

#main-page #banners-front .banners-slick-prev {
  position: absolute;
  top: 25px;
  z-index: 1;
  left: -3%;
  width: 30px;
}

#main-page #banners-front .banners-slick-next {
  position: absolute;
  top: 25px;
  z-index: 1;
  right: -3%;
  width: 30px;
}

#main-page #banners-front > div > div > div > button.banners-slick-prev.slick-arrow:before {
  position: absolute;
  left: 0;
  top: 20%;
  transform: rotate(225deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
}

#main-page #banners-front > div > div > div > button.banners-slick-next.slick-arrow:before {
  position: absolute;
  right: 0;
  top: 20%;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
}

#main-page #banners-front button {
  background-color: transparent;
}

/* ---Strona gÅ‚Ã³wna END--- */

/* ---Nauka--- */

#science-page .banner-background {
  background-image: url('../templates/images/NAUKA_glowny_baner_3_compressed.jpg');
}

#science-page #science-under-header,
#science-page #project-support,
#science-page #academic-degrees,
#science-page #project-in-number,
#science-page #centers-institutions-content,
#science-page #libraries-content,
#science-page #laboratories-content {
  opacity: 0;
}

#science-page #science-under-header {
  position: relative;
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 75px;
}

#science-page #science-under-header .layout__region.layout__region--first img {
  max-width: 700px;
  margin-top: 50px;
}

#science-page #science-under-header .layout__region.layout__region--second {
  position: absolute;
  right: 0;
  background-color: var(--color-navy-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  max-width: 600px;
  width: 100%;
}

#science-page #science-under-header .layout__region.layout__region--second .field--name-field-nauka-tytul-2 h2 {
  font-size: var(--font-size-life-at-wum-h2);
  color: var(--color-white);
  text-align: center;
  line-height: 35px;
}

#science-page #science-under-header .layout__region.layout__region--second .field--name-field-nauka-kategoria-2 h3 {
  font-size: var(--font-size-title-h3);
  color: var(--color-white);
  text-align: center;
}

#science-page #science-under-header .layout__region.layout__region--second .field--name-body {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-text);
  color: var(--color-white);
  text-align: center;
  padding: 0px 50px;
}

#science-page #science-under-header .layout__region.layout__region--second .field--name-field-nauka-odnosnik-2 {
  background-color: var(--color-orange);
  margin: 25px 0px;
  border: 0px;
  width: 150px;
  text-align: center;
}

#science-page #science-under-header .layout__region.layout__region--second .field--name-field-nauka-odnosnik-2 a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 5px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}


@media only screen and (min-width: 1400px) {
  #science-page #science-under-header .layout__region.layout__region--first img {
    max-width: 900px;
    margin-top: 50px;
  }

  #science-page #science-under-header .layout__region.layout__region--second {
    max-width: 700px;
    padding: 100px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  #science-page #science-under-header .layout__region.layout__region--first img {
    max-width: 650px;
    margin-top: 50px;
  }

  #science-page #science-under-header .layout__region.layout__region--second {
    max-width: 500px;
    padding: 25px;
  }

  #science-page #science-under-header .layout__region.layout__region--second .field--name-body {
  padding: 0px 25px;
}
}


#science-page #project-support {
  margin-top: 50px;
  margin-bottom: 50px;
}

#science-page #project-support img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#science-page #project-support > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#science-page #project-support .project-support-content h2 {
  font-size: var(--font-size-title-h2);
  margin: 25px 0px;
}

#science-page #project-support .project-support-content ul {
  margin: 0px;
}

#science-page #project-support .project-support-content ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
}

#science-page #project-support .project-support-content ul li a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#science-page #project-support .project-support-content ul li a:hover:after {
  margin-right: -15px;
}

#science-page #project-support .project-support-content ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-navy-blue);
}

#science-page #academic-degrees {
  margin-top: 50px;
  margin-bottom: 50px;
}

#science-page #academic-degrees img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#science-page #academic-degrees > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#science-page #academic-degrees .academic-degrees-content h2 {
  font-size: var(--font-size-title-h2);
  margin: 25px 0px;
}

#science-page #academic-degrees .academic-degrees-content ul {
  margin: 0px;

}

#science-page #academic-degrees .academic-degrees-content ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
}

#science-page #academic-degrees .academic-degrees-content ul li a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#science-page #academic-degrees .academic-degrees-content ul li a:hover:after {
  margin-right: -15px;
}

#science-page #academic-degrees .academic-degrees-content ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-navy-blue);
}

#science-page #project-in-number {
  margin-top: 50px;
  margin-bottom: 50px;
}

#science-page #project-in-number > div > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#science-page #project-in-number h2 {
  font-size: var(--font-size-calendar-title);
  line-height: 45px;;
  max-width: 700px;
  text-align: center;
}

#science-page #center-library-laboratory {
  margin-top: 50px;
  margin-bottom: 50px;
}

#science-page #center-library-laboratory .centers-institutions {
  background-image: url('../templates/images/Nauka-Centra-i-Instytuty-Dark.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

#science-page #center-library-laboratory .libraries {
  background-image: url('../templates/images/biblioteka_compressed.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px;
}

#science-page #center-library-laboratory .laboratories {
  background-image: url('../templates/images/laboratoria_compressed.jpg');
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 50px;
}
#science-page #center-library-laboratory .centers-institutions,
#science-page #center-library-laboratory .libraries,
#science-page #center-library-laboratory .laboratories {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
}

#science-page #center-library-laboratory .centers-institutions h2,
#science-page #center-library-laboratory .libraries h2,
#science-page #center-library-laboratory .laboratories h2 {
  font-size: var(--font-size-title-h2);
  color: var(--color-white);
  line-height: 30px;
  height: 50px;
}

#science-page #center-library-laboratory .centers-institutions ul,
#science-page #center-library-laboratory .libraries ul,
#science-page #center-library-laboratory .laboratories ul {
  margin: 0px;
}

#science-page #center-library-laboratory .centers-institutions ul li,
#science-page #center-library-laboratory .libraries ul li,
#science-page #center-library-laboratory .laboratories ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 70px;
}

#science-page #center-library-laboratory .centers-institutions ul li a,
#science-page #center-library-laboratory .libraries ul li a,
#science-page #center-library-laboratory .laboratories ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-white);
  width: 215px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #science-page #center-library-laboratory .centers-institutions ul li a,
  #science-page #center-library-laboratory .libraries ul li a,
  #science-page #center-library-laboratory .laboratories ul li a {
    font-size: var(--font-size-nav-menu);
    color: var(--color-white);
    width: 150px;
  }

  #science-page #center-library-laboratory .centers-institutions ul li a:after,
  #science-page #center-library-laboratory .libraries ul li a:after,
  #science-page #center-library-laboratory .laboratories ul li a:after {
    top: 25% !important;
  }

  #science-page #center-library-laboratory .centers-institutions ul li,
  #science-page #center-library-laboratory .libraries ul li,
  #science-page #center-library-laboratory .laboratories ul li {
  height: 90px;
  }
}

#science-page #center-library-laboratory .centers-institutions ul li a:after,
#science-page #center-library-laboratory .libraries ul li a:after,
#science-page #center-library-laboratory .laboratories ul li a:after {
  background-image: url('../templates/images/Strzalka-white.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#science-page #center-library-laboratory .centers-institutions ul li a:hover:after,
#science-page #center-library-laboratory .libraries ul li a:hover:after,
#science-page #center-library-laboratory .laboratories ul li a:hover:after {
  margin-right: -15px;
}

#science-page #science-above-footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

#science-page #science-above-footer ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#science-page #science-above-footer ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
}

#science-page #science-above-footer ul li a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#science-page #science-above-footer ul li a:hover:after {
  margin-right: -15px;
}

#science-page #science-above-footer ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-navy-blue);
}

/* ---Nauka END--- */

/* ---O Uczelni--- */

#about-university-page .banner-background {
  background-image: url('../templates/images/O-Uczelni-Naglowek-Bg.jpg');
}

#about-university-page #mission-menu,
#about-university-page #mission,
#about-university-page #status-strategy,
#about-university-page #bodies-university,
#about-university-page #bodies-authorities,
#about-university-page #wum-authorities,
#about-university-page #faculties-postgraduate,
#about-university-page #wum-in-numbers .wum-in-numbers-video,
#about-university-page #wum-in-numbers .wum-in-numbers-content h2,
#about-university-page #wum-in-numbers .wum-in-numbers-content .field--name-body .wum-in-numbers-items:nth-child(1),
#about-university-page #wum-in-numbers .wum-in-numbers-content .field--name-body .wum-in-numbers-items:nth-child(2),
#about-university-page #wum-in-numbers .wum-in-numbers-content .field--name-body .wum-in-numbers-items:nth-child(3),
#about-university-page #wum-in-numbers .wum-in-numbers-content .field--name-body .wum-in-numbers-items:nth-child(4),
#about-university-page #wum-in-numbers .wum-in-numbers-content .field--name-body .wum-in-numbers-items:nth-child(5) {
  opacity: 0;
}

#about-university-page #mission-menu {
  margin-top: 25px;
  margin-bottom: 75px;
}

#about-university-page #mission-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#about-university-page #mission-menu ul li {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0px 10px;
  width: 200px;
}

#about-university-page #mission-menu ul li:first-child {
  border-left: 1px solid var(--color-grey);
}

#about-university-page #mission-menu ul li {
  border-right: 1px solid var(--color-grey);
}

#about-university-page #mission-menu ul li a {
  font-size: var(--font-size-nav-menu);
  font-family:  var(--font-family-inter);
  font-weight: bold;
  color: var(--color-navy-blue);
}

#about-university-page #mission {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}

#about-university-page #mission h2 {
  font-size: var(--font-size-title-h2-section);
  text-align: center;
  margin-bottom: 75px;
}

#about-university-page #mission p {
  font-size: var(--font-size-text);
  text-align: center;
  line-height: var(--line-height--about-university-text);
}

#about-university-page #status-strategy {
  margin-top: 25px;
  margin-bottom: 150px;
}

#about-university-page #status-strategy h2 {
  font-size: var(--font-size-title-h2-section);
  text-align: center;
  margin-bottom: 75px;
}

#about-university-page #status-strategy h2 a {
  font-size: var(--font-size-title-h2-section);
  
  text-align: center;
  margin-bottom: 75px;
  color: var(--color-navy-blue);
}

#about-university-page #status-strategy .status-strategy-content {
  width: 600px;
  min-height: 400px;
  position: relative;
}

#about-university-page #status-strategy .status-strategy-content p {
  position: absolute;
  top: 45%;
  left: 0%;
  font-size: var(--font-size-text);
  color: var(--color-white);
  line-height: var(--line-height-text);
  background-color: var(--color-navy-blue);
  padding: 75px;
}

#about-university-page #status-strategy .field--name-field-obrazek img {
  max-width: 850px;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  #about-university-page #status-strategy .status-strategy-content p {
    top: 65%;
  }
}

@media only screen and (min-width: 1500px) {
  #about-university-page #status-strategy .status-strategy-content p {
    top: 65% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-university-page #status-strategy .status-strategy-content p {
    top: 25%;
    left: 0%;
  }

  #about-university-page #status-strategy .status-strategy-content {
  width: 550px;
}
}

#wum-in-numbers .animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay)*0.5) !important;
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}

#wum-in-numbers .animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay)*0.75) !important;
  animation-delay: calc(var(--animate-delay)*0.75) !important;
}

#wum-in-numbers .animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(var(--animate-delay)*1) !important;
  animation-delay: calc(var(--animate-delay)*1) !important;
}

#wum-in-numbers .animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(var(--animate-delay)*1.25) !important;
  animation-delay: calc(var(--animate-delay)*1.25) !important;
}

#about-university-page #wum-in-numbers .wum-in-numbers-video {
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-grey);
}

#about-university-page #wum-in-numbers .wum-in-numbers-menu {
  margin-bottom: 25px;
  padding-bottom: 25px;

}

#about-university-page #wum-in-numbers .wum-in-numbers-menu ul {
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#about-university-page #wum-in-numbers .wum-in-numbers-menu ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#about-university-page #wum-in-numbers .wum-in-numbers-menu ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-navy-blue);
  width: 125px;
  margin: 0px 15px;
}

#about-university-page #wum-in-numbers .wum-in-numbers-menu ul li a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#about-university-page #wum-in-numbers .wum-in-numbers-menu ul li a:hover:after {
  margin-right: -15px;
}

#about-university-page #wum-in-numbers .wum-in-numbers-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

#about-university-page #wum-in-numbers div.row > div:nth-child(1) {
  border-right: 1px solid var(--color-grey);
  padding-right: 50px;
}

#about-university-page #wum-in-numbers .wum-in-numbers-content h2 {
  font-size: var(--font-size-wum-in-numbers-h3);
  line-height: var(--line-height-main-header-h2);
  margin-bottom: 25px;
  margin-top: 0px;
}

#about-university-page #wum-in-numbers .wum-in-numbers-content h3 {
  font-size: var(--font-size-wum-in-numbers-h3);
  color: var(--color-orange);
}

#about-university-page #wum-in-numbers .wum-in-numbers-content p {
  font-size: var(--font-size-wum-in-numbers);
  font-family: var(--font-family-inter);
  color: var(--color-navy-blue);
  margin-bottom: 50px;
}

#about-university-page #bodies-university {
  margin-top: 50px;
  margin-bottom: 50px;
}

#about-university-page #bodies-university h2 {
  font-size: var(--font-size-title-h2-section);
  margin-bottom: 50px;
  text-align: center;
}

#about-university-page #bodies-university .bodies-university-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding-left: 50px;
}

#about-university-page #bodies-university .bodies-university-content h3 {
  font-size: var(--font-size-bodies-university-h3);
}

#about-university-page #bodies-university .bodies-university-content h4 {
  font-size: var(--font-size-bodies-university-h4);
}

#about-university-page #bodies-university .bodies-university-content p {
  font-size: var(--font-size-bodies-text);
}

#about-university-page #bodies-university img,
#about-university-page #bodies-authorities img {
   width: 100%;
   min-height: 400px;
   object-fit: cover;
}

#about-university-page #bodies-authorities .bodies-authorities-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

#about-university-page #bodies-authorities .bodies-authorities-content ul {
  margin: 0px;
}

#about-university-page #bodies-authorities .bodies-authorities-content ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
}

#about-university-page #bodies-authorities .bodies-authorities-content ul li a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#about-university-page #bodies-authorities .bodies-authorities-content ul li a:hover:after {
  margin-right: -15px;
}

#about-university-page #bodies-authorities .bodies-authorities-content ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-navy-blue);
}

#about-university-page #wum-authorities {
  margin-top: 100px;
  margin-bottom: 125px;
}

#about-university-page #wum-authorities ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px;
  height: 100px;
}

#about-university-page #wum-authorities ul li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
}

#about-university-page #wum-authorities ul li:hover {
  transform: scale(110%);
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
  #about-university-page #wum-authorities ul li {
    max-width: 300px;
  }
}

#about-university-page #wum-authorities ul li:first-child {
  /* background: linear-gradient(90deg, #24aae2, #272361); */
  background-color: var(--color-navy-blue);
}

#about-university-page #wum-authorities ul li:nth-child(2) {
  /* background: linear-gradient(90deg, #272361, #24aae2); */
  background-color: var(--color-navy-blue);
}

#about-university-page #wum-authorities ul li:last-child {
  /* background: linear-gradient(90deg, #24aae2, #272361); */
  background-color: var(--color-navy-blue);
}

#about-university-page #wum-authorities ul li a {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-link);
  text-transform: uppercase;
  color: var(--color-white);
  padding: 100px;
  margin: 0px;
  max-width: 350px;
  width: 100%;
  text-align: center;
}

#about-university-page #faculties-postgraduate .faculties-postgraduate-departments,
#about-university-page #faculties-postgraduate .faculties-postgraduate-education {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

#about-university-page #faculties-postgraduate ul {
  padding: 0px 25px;
  margin: 0px;
}

#about-university-page #faculties-postgraduate h2 {
  font-size: var(--font-size-title-h2);
  padding: 25px 25px;
}

#about-university-page #faculties-postgraduate ul li {
  position: relative;
  padding: 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 350px;
}

@media only screen and (max-width: 1200px) {
  #about-university-page #faculties-postgraduate ul li {
    width: 275px;
  }
}

@media only screen and (max-width: 1200px) {
  #about-university-page #faculties-postgraduate ul li {
    width: 250px;
  }
}

#about-university-page #faculties-postgraduate ul li a {
  font-size: var(--font-size-nav-menu);
  color: var(--color-navy-blue);
}

#about-university-page #faculties-postgraduate ul li a:after {
  background-image: url('../templates/images/Strzalka.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-right 0.5s;
}

#about-university-page #faculties-postgraduate ul li a:hover:after {
  margin-right: -15px;
}

#about-university-page #non-omnis-moriar .non-omnis-moriar-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  height: 250px;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url(../templates/images/Non-Omnis.png);
  background-size: cover;
  background-position: center;
}

#about-university-page > div.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > a {
  color: var(--font_color_navy_blue);
  font-size: 24px;
  text-transform: uppercase;
}

#about-university-page #non-omnis-moriar {
  background: linear-gradient(to right, #d2d3d5, #fff, #d2d3d5);
  min-height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* ---O Uczelni END--- */

/* ---Å»ycie WUM--- */

#life-at-wum-page .banner-background {
  background-image: url('../templates/images/Zycie-WUM-Naglowek-Bg.jpg');
}

#life-at-wum-page #part-of-warsaw {
  background-image: url('../templates/images/20.07.2021_panorama2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF !important;
  margin-bottom: 50px;
}

#life-at-wum-page #part-of-warsaw > div > div > div > h2 > a {
  font-size: var(--font-size-title-h1);
  
  color: var(--color-white);
}

#life-at-wum-page #part-of-warsaw > div > div > div > h2 > a:after {
  background-image: url('../templates/images/Strzalka-white.png');
  background-repeat: no-repeat;
  background-size:   40px 40px;
  display: inline-block;
  position: absolute;
  margin-left: 20px;
  margin-top: -5px;
  width: 40px;
  height: 40px;
  content:"";
  transition: margin-left 0.5s;
}

#life-at-wum-page #part-of-warsaw > div > div > div > h2 > a:hover:after {
  margin-left: 40px;
}

#life-at-wum-page #dormitories-canteens,
#life-at-wum-page #organizations-associations,
#life-at-wum-page #culture-art,
#life-at-wum-page #sport-recreation {
  margin-top: 75px;
  margin-bottom: 75px;
  opacity: 0;
}

#life-at-wum-page #wum-healthy-lifestyle,
#life-at-wum-page #part-of-warsaw {
  opacity: 0;
}

#life-at-wum-page #dormitories-canteens h2 a,
#life-at-wum-page #organizations-associations h2 a,
#life-at-wum-page #culture-art h2 a,
#life-at-wum-page #sport-recreation h2 a {
  font-size: var(--font-size-life-at-wum-h2);
  
  color: var(--color-navy-blue);
}

#life-at-wum-page #dormitories-canteens p a,
#life-at-wum-page #organizations-associations p a,
#life-at-wum-page #culture-art p a,
#life-at-wum-page #sport-recreation p a {
  font-size: var(--font-size-text);
  color: var(--color-navy-blue);
}

#life-at-wum-page #dormitories-canteens img,
#life-at-wum-page #organizations-associations img,
#life-at-wum-page #culture-art img,
#life-at-wum-page #sport-recreation img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#life-at-wum-page #dormitories-canteens .dormitories-canteens-container .dormitories-canteens-content p a:after,
#life-at-wum-page #organizations-associations .organizations-associations-container .organizations-associations-content p a:after,
#life-at-wum-page #culture-art .culture-art-container .culture-art-content p a:after,
#life-at-wum-page #sport-recreation .sport-recreation-container .sport-recreation-content p a:after {
  background-image: url(../templates/images/Strzalka.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-left 0.5s;
}

#life-at-wum-page #dormitories-canteens .dormitories-canteens-container .dormitories-canteens-content p a:hover:after,
#life-at-wum-page #organizations-associations .organizations-associations-container .organizations-associations-content p a:hover:after,
#life-at-wum-page #culture-art .culture-art-container .culture-art-content p a:hover:after,
#life-at-wum-page #sport-recreation .sport-recreation-container .sport-recreation-content p a:hover:after {
  margin-left: 20px;
}

#life-at-wum-page #dormitories-canteens .dormitories-canteens-container .dormitories-canteens-content,
#life-at-wum-page #culture-art .culture-art-container .culture-art-content {
  position: absolute;
  top: 50%;
  background-color: var(--color-white);
  box-shadow: -5px 0px 10px 0px var(--color-grey);
  padding: 25px;
}

#life-at-wum-page #organizations-associations .organizations-associations-container .organizations-associations-content,
#life-at-wum-page #sport-recreation .sport-recreation-container .sport-recreation-content {
  position: absolute;
  top: 50%;
  background-color: var(--color-white);
  box-shadow: 5px 0px 10px 0px var(--color-grey);
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
#life-at-wum-page #dormitories-canteens img,
#life-at-wum-page #organizations-associations img,
#life-at-wum-page #culture-art img,
#life-at-wum-page #sport-recreation img {
  max-height: 300px;
}

#life-at-wum-page #dormitories-canteens .dormitories-canteens-container .dormitories-canteens-content,
#life-at-wum-page #culture-art .culture-art-container .culture-art-content {
  top: 25%;
}

#life-at-wum-page #organizations-associations .organizations-associations-container .organizations-associations-content,
#life-at-wum-page #sport-recreation .sport-recreation-container .sport-recreation-content {
  top: 25%;
}
}

#life-at-wum-page #dormitories-canteens .dormitories-canteens-container,
#life-at-wum-page #culture-art .culture-art-container {
  position: absolute;
  left: 30%;
  max-height: 400px;
  height: 100%;
  width: 500px;
}

#life-at-wum-page #organizations-associations .organizations-associations-container,
#life-at-wum-page #sport-recreation .sport-recreation-container {
  position: absolute;
  right: 30%;
  max-height: 400px;
  height: 100%;
  width: 500px;
}

#life-at-wum-page #wum-healthy-lifestyle-slider article > h2 {
  display: none;
}

#life-at-wum-page #wum-healthy-lifestyle > div > div > div > h2 {
  font-size: var(--font-size-title-h2-section);
  text-align: center;
  margin-bottom: 50px;
}

#life-at-wum-page #wum-healthy-lifestyle-slider .group-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 50px;
}

#life-at-wum-page #wum-healthy-lifestyle-slider img {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}

#life-at-wum-page #wum-healthy-lifestyle-slider .group-right h2 {
  font-size: var(--font-size-life-at-wum-h2);
}

#life-at-wum-page #wum-healthy-lifestyle-slider .group-right p {
  font-size: var(--font-size-text);
  line-height: var(--line-height-text);
  margin-bottom: 50px;
  max-width: 600px;
}

#life-at-wum-page #wum-healthy-lifestyle-slider .group-right a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  background-color: var(--color-orange);
  padding: 15px 45px;
  margin: 25px 0px;
  border: 0px;
  width: 150px;
  text-align: center;
}

#life-at-wum-page #wum-healthy-lifestyle-slider > div > div > div > button.wum-healthy-lifestyle-slick-prev.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: rotate(225deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
}

#life-at-wum-page #wum-healthy-lifestyle-slider > div > div > div > button.wum-healthy-lifestyle-slick-next.slick-arrow:before {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
#life-at-wum-page #wum-healthy-lifestyle-slider > div > div > div > button.wum-healthy-lifestyle-slick-prev.slick-arrow:before {
  left: -2%;
}

#life-at-wum-page #wum-healthy-lifestyle-slider > div > div > div > button.wum-healthy-lifestyle-slick-next.slick-arrow:before {
  right: -2%
}
}

#life-at-wum-page #wum-healthy-lifestyle-slider button {
  background-color: transparent;
}

#life-at-wum-page #life-at-wum-three-columns {
  margin-top: 100px;
  margin-bottom: 100px;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body .life-at-wum-three-columns-h2-mobile {
  display: none;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 20px;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content > div {
  background-color: var(--color-light-grey);
  padding-bottom: 25px;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .views-field-field-3-kolumny-obraz {
  max-height: 325px;
  height: 100%;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content img {
  max-width: 625px;
  width: 100%;
  height: 325px;
  object-fit: cover;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  padding: 25px;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body .field-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body h2 a {
  font-size: var(--font-size-title-h2);
  
  color: var(--color-navy-blue);
  line-height: var(--line-height--title-h2);
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body p a {
  font-size: var(--font-size-text);
  color: var(--color-navy-blue);
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body p a:after {
  background-image: url(../templates/images/Strzalka.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-left 0.5s;
}

#life-at-wum-page #life-at-wum-three-columns .life-at-wum-three-columns .view-content .views-field-body p a:hover:after {
  margin-left: 15px;
}

/* ---Å»ycie WUM END--- */

/* ---KsztaÅ‚cenie--- */

#education-page #why-us,
#education-page #student-opinions,
#education-page #recruitment,
#education-page #recruitment-calculator,
#education-page #informant {
  opacity: 0;
}

#education-page .page-title-mobile {
  display: none;
}

#education-page #recruitment .step_recruitment_mobile {
  display: none !important;
}

#education-page .banner-background {
  background-image: url('../templates/images/Ksztalcenie-Naglowek-Tlo.jpg');
}

#education-page .baner-content {
  padding-bottom: 25px;
}

#education-page .baner-content .animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay)*0.75) !important;
  animation-delay: calc(var(--animate-delay)*0.75) !important;
}

#education-page .baner-content .animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay)*1) !important;
  animation-delay: calc(var(--animate-delay)*1) !important;
}

#education-page .baner-content h2 .field--name-body {
  word-break: break-word;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 25px;
}

#education-page #why-us,
#education-page #recruitment,
#education-page #recruitment-calculator {
  margin-top: 50px;
  margin-bottom: 25px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(2) > h1 > div > div > div > div > h1 {
  margin-bottom: 15px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(1) > h2 > div > div > div > div {
  width: 900px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px;
  margin: 0px;
  height: 100px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul li a {
  font-size: var(--font-size-nav-menu);
  font-family: var(--font-family-inter);
  color: var(--color-white);
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul > li:nth-child(1) > a {
  padding-right: 20px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul > li:nth-child(2) > a {
  padding-right: 30px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul > li:nth-child(3) > a {
  padding-right: 25px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul > li:nth-child(4) {
 margin-left: 25px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul > li:nth-child(4) > a {
  padding-right: 50px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul li a:after {
  background-image: url('../templates/images/Strzalka-white.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  transition: margin-left 0.5s;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(3) > ul li a:hover:after {
  margin-left: 20px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(4) > div a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 5px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

#education-page > div.container-fluid.banner-background > div > div > div > div > div:nth-child(4) > div {
  background-color: var(--color-orange);
  margin: 25px 0px;
  border: 0px;
  width: 300px;
  text-align: center;
}

#why-us > div:nth-child(1) > div > h2,
#recruitment > div:nth-child(1) > div > h2,
#recruitment-calculator > div:nth-child(1) > div > h2 {
   font-size: var(--font-size-title-h2-section);
   text-align: center;
}

#recruitment-calculator > div:nth-child(1) > div > h2 {
  margin-bottom: 25px;
}

/* STOP HERE */

#education-page #recruitment .step_recruitment_first,
#education-page #recruitment .step_recruitment_second {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#education-page #recruitment .step_recruitment_first,
#education-page #recruitment .step_recruitment_second {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
}

#education-page #recruitment .step_recruitment_first {
  justify-content: flex-start;
  margin-bottom: 50px;
}

#education-page #recruitment .step_recruitment_second {
  justify-content: flex-end;
}

#education-page #recruitment .step_recruitment_first > div,
#education-page #recruitment .step_recruitment_second > div {
  border: 2px solid var(--color-grey);
  padding: 0px 3px;
  width: 210px;
  height: 270px;
  margin-left: 25px;
  margin-right: 25px;
  transition: transform 0.5s;
  background-color: var(--color-white);
}

@media only screen and (max-width: 1499px) {
 #education-page #recruitment .step_recruitment_first > div,
 #education-page #recruitment .step_recruitment_second > div {
   margin-left: 20px;
   margin-right: 20px;
   width: 195px;
   height: 300px;
 }
}

@media only screen and (max-width: 1399px) {
 #education-page #recruitment .step_recruitment_first > div,
 #education-page #recruitment .step_recruitment_second > div {
   margin-left: 5px;
   margin-right: 5px;
   width: 200px;
   height: 285px;
 }
}

@media only screen and (max-width: 1199px) {
 #education-page #recruitment .step_recruitment_first > div,
 #education-page #recruitment .step_recruitment_second > div {
   margin-left: 5px;
   margin-right: 5px;
   width: 185px;
   height: 325px;
 }
}

#education-page #recruitment .step_recruitment_first > div:hover,
#education-page #recruitment .step_recruitment_second > div:hover {
  transform: scale(110%);
  z-index: 1;
}

#education-page #recruitment .step_recruitment_first > div:hover:after,
#education-page #recruitment .step_recruitment_second > div:hover:after {
  opacity: 0;
  z-index: 0;
}

#recruitment > div:nth-child(2) > div > div > div:nth-child(1) {
  position: relative;
}

#education-page #recruitment .step_recruitment_first > div .field--name-field-rkpk-tytul,
#education-page #recruitment .step_recruitment_second > div .field--name-field-rkpk-tytul {
  
  font-size: var(--font-size-step-recruitment-title);
  color: var(--color-orange);
  text-align: center
}

#education-page #recruitment .step_recruitment_first > div .field--name-body p,
#education-page #recruitment .step_recruitment_second > div .field--name-body p {
  
  font-size: var(--font-size-step-recruitment-text);
  color: var(--color-navy-blue);
  text-align: center
}

#education-page #recruitment .step_recruitment_first .field--name-field-rkpk-obrazek,
#education-page #recruitment .step_recruitment_second .field--name-field-rkpk-obrazek {
  display: flex;
  justify-content: center;
  align-items: center;
}

#education-page #recruitment .step_recruitment_first .field--name-field-rkpk-obrazek img,
#education-page #recruitment .step_recruitment_second .field--name-field-rkpk-obrazek img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

#education-page #recruitment > div:nth-child(4) > div > div > div > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}

#education-page #recruitment .row:nth-child(4) > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}

#education-page #recruitment .field--name-field-ksztalcenie-odnosnik {
  background-color: var(--color-orange);
  margin: 25px 0px;
  border: 0px;
  width: 300px;
  text-align: center;
}

#education-page #recruitment .field--name-field-ksztalcenie-odnosnik a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  height: 5px;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

#recruitment > div:nth-child(2) > div > div > div:nth-child(1),
#recruitment > div:nth-child(2) > div > div > div:nth-child(2),
#recruitment > div:nth-child(2) > div > div > div:nth-child(3),
#recruitment > div:nth-child(2) > div > div > div:nth-child(4),
#recruitment > div:nth-child(2) > div > div > div:nth-child(5) {
  position: relative;
}

#recruitment > div:nth-child(3) > div > div > div:nth-child(1),
#recruitment > div:nth-child(3) > div > div > div:nth-child(2),
#recruitment > div:nth-child(3) > div > div > div:nth-child(3),
#recruitment > div:nth-child(3) > div > div > div:nth-child(4),
#recruitment > div:nth-child(3) > div > div > div:nth-child(5) {
  position: relative;
}

#recruitment > div:nth-child(2) > div > div > div:nth-child(1):after,
#recruitment > div:nth-child(2) > div > div > div:nth-child(2):after,
#recruitment > div:nth-child(2) > div > div > div:nth-child(3):after,
#recruitment > div:nth-child(2) > div > div > div:nth-child(4):after,
#recruitment > div:nth-child(2) > div > div > div:nth-child(5):after {
  background-image: url('../templates/images/Arrows.svg');
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 305px;
  left: 100px;
  transform: rotate(75deg);
  height: 25px;
  width: 105px;
  display: block;
  transition: opacity 0.2s;
  z-index: 0;
}

#recruitment > div:nth-child(3) > div > div > div:nth-child(1):after,
#recruitment > div:nth-child(3) > div > div > div:nth-child(2):after,
#recruitment > div:nth-child(3) > div > div > div:nth-child(3):after,
#recruitment > div:nth-child(3) > div > div > div:nth-child(4):after {
  background-image: url('../templates/images/Arrows.svg');
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 305px;
  left: 125px;
  transform: rotate(-75deg);
  height: 25px;
  width: 105px;
  display: block;
  transition: opacity 0.2s;
  z-index: 0;
}

@media only screen and (max-width: 1499px) {
  #recruitment > div:nth-child(2) > div > div > div:nth-child(1):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(2):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(3):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(4):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(5):after {
    top: 335px;
    left: 75px;
  }

  #recruitment > div:nth-child(3) > div > div > div:nth-child(1):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(2):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(3):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(4):after {
    bottom: 335px;
    left: 125px;
  }
}

@media only screen and (max-width: 1399px) {
  #recruitment > div:nth-child(2) > div > div > div:nth-child(1):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(2):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(3):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(4):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(5):after {
    top: 320px;
    left: 50px;
  }

  #recruitment > div:nth-child(3) > div > div > div:nth-child(1):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(2):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(3):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(4):after {
    bottom: 320px;
    left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  #recruitment > div:nth-child(2) > div > div > div:nth-child(1):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(2):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(3):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(4):after,
  #recruitment > div:nth-child(2) > div > div > div:nth-child(5):after {
    top: 360px;
    left: -25px;
  }

  #recruitment > div:nth-child(3) > div > div > div:nth-child(1):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(2):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(3):after,
  #recruitment > div:nth-child(3) > div > div > div:nth-child(4):after {
    bottom: 360px;
    left: 120px;
  }
}

#education-page #why-us .why-us-slider .view-content .views-field-body,
#education-page #why-us .why-us-slider .view-content .views-field-field-slajd-na-dole {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

#education-page #why-us .slick-active .views-field.views-field-body,
#education-page #why-us .slick-active .views-field.views-field-field-slajd-na-dole {
  border-left: 1px solid var(--color-grey);
}

#education-page #why-us .slick-current.slick-active .views-field.views-field-body,
#education-page #why-us .slick-current.slick-active .views-field.views-field-field-slajd-na-dole {
  border: none !important;
}

#education-page #why-us .why-us-slider .view-content .views-field-body,
#education-page #why-us .why-us-slider .view-content .views-field-field-slajd-na-dole {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  min-height: 125px;
}

#education-page #why-us .why-us-slider .view-content strong {
  
  font-weight: normal;
  font-size: var(--font-size-why-us-strong);
  color: var(--color-orange);
}

#education-page #why-us .why-us-slider .view-content p {
  
  font-weight: normal;
  font-size: 24px;;
  color: var(--color-navy-blue);
  text-align: center;
}

#education-page #why-us .why-us-slider button {
  background-color: transparent;
}

#education-page #why-us .why-us-slider-slick-prev {
  position: absolute;
  top: 40%;
  z-index: 1;
  left: -3%;
  width: 30px;
}

#education-page #why-us .why-us-slider-slick-next {
  position: absolute;
  top: 40%;
  z-index: 1;
  right: -3%;
  width: 30px;
}

#education-page #why-us .why-us-slider-slick-prev.slick-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(225deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
}

#education-page #why-us .why-us-slider-slick-next.slick-arrow:before {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-navy-blue);
}

/* Slajder - Opinie studentÃ³w */

#education-page #student-opinions {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0px;
}

#education-page #student-opinions button {
  background-color: transparent;
}

#education-page #student-opinions > div {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

#education-page #student-opinions > div > div {
  padding: 0px;
}

#education-page #student-opinions .field--name-field-tytul,
#education-page #student-opinions .field--name-field-podpis {
  
  color: var(--color-white);
}

#education-page #student-opinions .field--name-field-tytul {
  font-size: 28px;
  line-height: var(--line-height--title-student-opinions);
}

#education-page #student-opinions .field--name-field-tytul::before {
  position: absolute;
  top: 35px;
  left: -70px;
  content: ",,";
  font-size: 200px;
 
  color: var(--color-orange);
  letter-spacing: -20px;
  transform: rotate(180deg);
}

#education-page #student-opinions .field--name-field-podpis {
  font-size: var(--font-size-main-title);

  line-height: var(--line-height-text);
  margin-top: 25px;
  text-align: right;
}

#education-page #student-opinions .student-opinions-slider-slick-prev {
  position: absolute;
  top: 35%;
  z-index: 1;
  left: 10%;
  width: 30px;
}

#education-page #student-opinions .student-opinions-slider-slick-next {
  position: absolute;
  top: 35%;
  z-index: 1;
  right: 10%;
  width: 30px;
}

#education-page #student-opinions .student-opinions-slider-slick-prev.slick-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(225deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-white);
}

#education-page #student-opinions .student-opinions-slider-slick-next.slick-arrow:before {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 25px;
  width: 25px;
  content: "";
  color: var(--color-white);
}

#education-page #student-opinions .layout--twocol-section {
  position: relative;
  display: block;
}

#education-page #student-opinions .layout__region.layout__region--first {
   position: absolute;
   right: 15%;
   top: 25%;
   max-width: 700px;
   z-index: 1;
}

#education-page #student-opinions .layout__region.layout__region--second img {
  min-height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center 5%;
  filter: brightness(65%);
}

#education-page #informant {
  margin-top: 75px;
  margin-bottom: 75px;
}

#education-page #informant .informant-left {
  margin: 25px 15px;
}

@media only screen and (min-width: 1400px) {
  #education-page #informant .informant-left {
  margin: 50px 15px;
}
}

#education-page #informant .informant-left:nth-child(1) {
  /* background: linear-gradient(90deg, #24aae2, #272361); */
  background-color: var(--color-navy-blue);
}

#education-page #informant .informant-left:nth-child(2) {
  /* background: radial-gradient(#24aae2, #272361); */
  background-color: var(--color-navy-blue);
}

#education-page #informant .informant-left:nth-child(3) {
  /* background: linear-gradient(90deg, #272361, #24aae2); */
  background-color: var(--color-navy-blue);
}

#education-page #informant .informant-left .informant-left-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: var(--color-white);
}

#education-page #informant .informant-left .informant-left-items .field--name-field-ksztalcenie-odnosnik {
  max-height: 150px;
  height: 100%;
  width: 100%;
}

#education-page #informant .informant-left .informant-left-items a {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-three-columns-link);
  text-transform: uppercase;
  color: var(--color-white);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: break-word;
  line-height: var(--line-height-text);
}

#education-page #informant .informant-left .informant-left-items img {
  min-height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: center
}

#education-page #informant .informant-right-items .field--name-field-ksztalcenie-tytul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#education-page #informant .informant-right-items .field--name-field-ksztalcenie-tytul h3 {
  font-size: var(--font-size-education-page-h3);
  text-align: center;
  max-width: 500px;
}

#education-page #informant .informant-right-items .field--name-field-ksztalcenie-video {
  padding: 25px;
}

#education-page #informant .informant-right-items .field--name-field-ksztalcenie-odnosnik {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#education-page #informant .informant-right-items .field--name-field-ksztalcenie-odnosnik a {
  background-color: var(--color-orange);
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  padding: 10px 100px;
  margin: 15px 0px;
}

#education-page #recruitment-calculator {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#education-page #recruitment-calculator {
  background-color: var(--color-light-grey);
  margin-top: 25px;
  padding-top: 25px;
  /* display: none; */
}

#education-page #recruitment-calculator .field--name-body p {
  font-size: var(--font-size-text);
}

#education-page #recruitment-calculator .recruitment-calculator-main {
  margin: 50px 0px;
}

#education-page #recruitment-calculator .recruitment-calculator-main .degree-course {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#education-page #recruitment-calculator .recruitment-calculator-main .degree-course select {
  background: var(--color-orange);
  border: none;
  border-radius: inherit;
  padding: 15px;
  color: var(--color-white);
  outline: none;
  font-size: var(--font-size-rec-cal-select);
  text-align-last: center;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study,
#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies-box {
  display: none;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study h3 {
  
  font-size: var(--font-size-rec-cal-h3);
  text-align: center;
  margin: 25px 0px;
  padding: 25px 0px;
  border-bottom: 1px solid var(--color-grey);
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study h4 {
  
  font-size: var(--font-size-rec-cal-h4);
  padding: 10px 0px;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies select {
  background: var(--color-navy-blue);
  border: none;
  border-radius: inherit;
  padding: 15px;
  color: var(--color-white);
  outline: none;
  font-size: var(--font-size-rec-cal-select);
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies-box .type-of-studies-criteria {
  max-width: 1000px;
  width: 100%;
  padding: 0px 25px;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies-box .type-of-studies-criteria span {
  font-size: var(--font-size-text);
  margin: 5px 0px;
  display: block;
}

#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies-box .type-of-studies-criteria p,
#education-page #recruitment-calculator .recruitment-calculator-main .field-of-study .type-of-studies-box .type-of-studies-criteria ul li {
  font-size: var(--font-size-text);
  font-family: var(--font-family-inter);
  font-weight: normal;
}

#education-page #recruitment-calculator .cal-form .cal-input {
  display: grid;
  grid-template-columns: 90% 10%;
  border-bottom: 1px solid var(--color-light-grey);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#education-page #recruitment-calculator .cal-form .cal-input .cal-input-radio {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 15px;
}

#education-page #recruitment-calculator .cal-form label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: var(--font-size-text);
  font-family: var(--font-family-inter);
  font-weight: normal;
}

#education-page #recruitment-calculator .cal-form input::-webkit-outer-spin-button,
#education-page #recruitment-calculator .cal-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#education-page #recruitment-calculator .cal-form input[type=number] {
  -moz-appearance: textfield;
  border-radius: 0px;
  border: 1px solid var(--color-navy-blue);
  width: 75px;
  padding: 10px;
  text-align: center;
}

#education-page #recruitment-calculator .cal-form span {
  font-size: 16px;
  font-family: var(--font-family-inter);
}

.analityka-medyczna-basic-level,
.analityka-medyczna-advanced-level ,
.audiofonologia-protetyka-sluchu-basic-level,
.audiofonologia-protetyka-sluchu-advanced-level,
.dietetyka-basic-level,
.dietetyka-advanced-level,
.elektroradiologia-basic-level,
.elektroradiologia-advanced-level,
.farmacja-basic-level,
.farmacja-advanced-level,
.fizjoterapia-basic-level,
.fizjoterapia-advanced-level,
.higiena-stomatologiczna-basic-level,
.higiena-stomatologiczna-add-basic-level,
.higiena-stomatologiczna-advanced-level,
.higiena-stomatologiczna-add-advanced-level,
.kierunek-lekarski-basic-level,
.kierunek-lekarski-advanced-level,
.kierunek-lekarsko-dentystyczny-basic-level,
.kierunek-lekarsko-dentystyczny-advanced-level,
.logopedia-ogolna-kliniczna-basic-level,
.logopedia-ogolna-kliniczna-advanced-level,
.pielegniarstwo-basic-level,
.pielegniarstwo-advanced-level,
.poloznictwo-basic-level,
.poloznictwo-advanced-level,
.ratownictwo-medyczne-basic-level,
.ratownictwo-medyczne-advanced-level,
.techniki-dentystyczne-1-basic-level,
.techniki-dentystyczne-1-advanced-level,
.techniki-dentystyczne-2-basic-level,
.techniki-dentystyczne-2-advanced-level,
.techniki-dentystyczne-3-basic-level,
.techniki-dentystyczne-3-advanced-level,
.zdrowie-publiczne-basic-level,
.zdrowie-publiczne-advanced-level {
  display: none;
}

.analityka-medyczna-result-box,
.audiofonologia-protetyka-sluchu-result-box,
.dietetyka-result-box,
.elektroradiologia-result-box,
.farmacja-result-box,
.fizjoterapia-result-box,
.higiena-stomatologiczna-result-box,
.kierunek-lekarski-result-box,
.kierunek-lekarsko-dentystyczny-result-box,
.logopedia-ogolna-kliniczna-result-box,
.pielegniarstwo-result-box,
.poloznictwo-result-box,
.ratownictwo-medyczne-result-box,
.techniki-dentystyczne-result-box,
.zdrowie-publiczne-result-box {
  display: none;
}

#education-page #recruitment-calculator .count-result-box ul {
  margin: 0px;
}

#education-page #recruitment-calculator .count-result-box span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
  font-size: var(--font-size-title-h2);
  text-align: center;
  line-height: var(--line-height-text);
}

#education-page #recruitment-calculator .count-result-box span div {
  margin: 15px 0px;
}

#education-page #recruitment-calculator .count-result-box span div img {
  width: 96px;
}

#education-page #recruitment-calculator .count-button-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#education-page #recruitment-calculator .count-button-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#education-page #recruitment-calculator .count-button-box .field--name-body p {
  font-size: var(--font-size-cal-field-body) !important;
}

#education-page #recruitment-calculator .count-button-box button {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  width: 300px;
  padding: 17px 0px;
}

#education-page #recruitment-calculator .type-of-studies-criteria .field--name-field-ksztalcenie-odnosnik {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#education-page #recruitment-calculator .type-of-studies-criteria .field--name-field-ksztalcenie-odnosnik a {
  font-size: var(--font-size-button-read-more);
  font-family: var(--font-family-inter);
  color: var(--color-white);
  text-transform: uppercase;
  width: 300px;
  padding: 15px 0px;
  background-color: var(--color-orange);
  text-align: center;
  margin: 30px 0px 15px 0px;
}

/* ---KsztaÅ‚cenie END--- */

/* ---Kliniki--- */

#clinics-page .banner-background {
  background-image: url('../templates/images/kliniki_baner_compressed.jpg');
}

#clinics-page .region.region-content {
  margin-bottom: 100px;
}

/* ---Kliniki END--- */
