html,
body {
  overflow-x: hidden;
}

.topbar .topstrip {
  min-height: 58px;
  flex-wrap: wrap;
}
.topbar .topstrip .top-left-menu {
  flex-wrap: wrap !important;
}
.topbar .topstrip .right {
  flex-wrap: wrap;
}
.topbar .topstrip a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.topbar .topstrip .accessibility-menu {
  z-index: 999;
}
.topbar .topstrip #accessibility-toggle svg,
.topbar .topstrip #accessibility-toggle img {
  width: 25px !important;
  height: 28px !important;
}
.topbar .bottomstrip .main-menu a {
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.main-menu {
  color: #165153;
  font-size: 1.125rem;
  text-transform: uppercase;
}

main .events-announcements header .title {
  font-size: 1.5rem;
  font-weight: 400;
}
main .events-announcements .left .swiper-wrapper .swiper-slide {
  padding: 10px;
}
main .events-announcements .left .left-right .left {
  justify-content: space-evenly;
}
main .events-announcements .left .left-right .left .date-number {
  font-family: Figtree;
  font-size: 3.5rem;
}
main .events-announcements .left .left-right .left .date-month {
  font-size: 1.5rem;
  text-transform: uppercase;
}
main .events-announcements .left .left-right .right .title {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
main .events-announcements .announcements {
  display: flex;
  flex-direction: column;
}
main .events-announcements .announcements .swiper {
  margin: 0;
  height: 100%;
}
main .events-announcements .announcements .swiper::after {
  width: 2px !important;
}
main .events-announcements .announcements .swiper-wrapper .swiper-slide {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
}
main .events-announcements .announcements .swiper-wrapper p {
  color: #33383b;
  font-weight: 500;
}
main .events-announcements .announcements .swiper-wrapper p:hover, main .events-announcements .announcements .swiper-wrapper p:focus {
  color: inherit;
}
main .recruitment .items.top-items {
  gap: 20px;
  margin: 0 0 73px 0;
}
main .recruitment .items.top-items .item {
  flex-basis: 25%;
  display: flex;
  min-height: 350px;
  padding: 60px 40px 40px 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
}
main .recruitment .items.top-items .item .recuitment_tag {
  width: 73px;
  padding: 10px;
  position: absolute;
  right: 13px;
  top: 13px;
  background: #FFFFFF;
  color: var(--Primary, #005c96);
  text-align: center;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  box-shadow: 0px 0px 1px 0px rgb(0, 0, 0);
}
main .recruitment .items.top-items .item h3 {
  color: #FFFFFF;
  font-family: "Figtree";
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0 50px 0 0;
  max-width: 350px;
}
main .recruitment .items.top-items .item .rec_button {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: stretch;
  text-transform: uppercase;
}
main .recruitment .items.top-items .item .rec_button path {
  stroke: currentColor;
}
main .recruitment .bottom-items {
  margin: 0 0 73px 0;
}
main .recruitment .cta-container {
  margin: 0 0 76px 0;
}
main .announcements2-container {
  margin: 0 0 104px 0;
}
main .announcements2-container .swiper-slide {
  height: auto;
  background: #FFFFFF;
}
main .announcements2-container .swiper-slide:first-of-type {
  position: relative;
}
main .announcements2-container .swiper-slide:first-of-type:after {
  content: "Najnowszy";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #165153;
  color: #FFFFFF;
  padding: 5px 15px;
  font-family: "Roboto";
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
}
main .announcements2-container .item {
  display: flex;
  height: 100%;
  padding: 40px 30px 20px 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
main .announcements2-container .item .title {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
main .announcements2-container .item .description {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
main .announcements2-container .item .read-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-top: auto;
}
main .announcements2-container .item .read-more p {
  color: #0065a4;
  text-align: right;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
main .infoBanners-container {
  margin: 0 0 91px 0;
}
main .infoBanners-container .container .swiper {
  height: 491px;
  flex-shrink: 0;
}
main .info-blocks .items {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  margin: 0 0 101px 0;
}
main .info-blocks .items .item {
  display: flex;
  max-width: 489px;
  width: 100%;
  min-width: 300px;
  min-height: 300px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
main .info-blocks .items .item h3 {
  max-width: 260px;
  width: 100%;
}
main .info-blocks .items .item h3 .title {
  color: #fff;
  font-family: "Figtree";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.68px;
  text-transform: uppercase;
}
main .info-blocks .items .item .cta--arrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

footer .front-updates-search {
  width: 100%;
  margin: 60px 0 0 0;
}
footer .front-updates-search .items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
footer .front-updates-search .items .update-date {
  margin: 0 0 20px 0;
  display: flex;
  align-items: flex-end;
}
footer .front-updates-search .items .update-date p {
  flex: 1 0 0;
  color: #000;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0 50px 0;
  border-top: 1px solid #165153;
}
footer .front-updates-search .items .front-search {
  background-color: #165153;
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  padding: 15px 0;
}
footer .front-updates-search .items .front-search .container .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
footer .front-updates-search .items .front-search .container .items .left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
footer .front-updates-search .items .front-search .container .items .left-right .left .desc {
  color: #fff;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
footer .footer-logos {
  background: #FFFFFF;
  padding: 1rem 0;
}
footer .footer-logos .container .logosSlider {
  width: 100%;
}
footer .footer-logos .container .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
}
footer .footer-logos .container .item {
  display: flex;
  height: 100px;
  align-items: center;
}
footer .footer-logos .container .item p {
  flex: 1 0 0;
  color: #000;
  font-family: "Roboto";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
footer .footer-bottom {
  background: #FFFFFF;
}
footer .footer-bottom .container .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom .container .item img {
  flex-shrink: 0;
  max-width: 675px;
  width: 100%;
  padding: 10px 0;
}
footer .footer-bottom .container .item .copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.search-field .searchform .searchfield {
  display: flex;
  width: 524px;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.search-field .searchform input {
  border: none;
  flex: 1 0 0;
  height: 28px;
}
.search-field .searchform input::-moz-placeholder {
  color: #165153;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}
.search-field .searchform input::placeholder, .search-field .searchform input[type=text] {
  color: #165153;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}
.search-field .searchform .icons-container .icon-search {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.search-field .searchform .icons-container .icon-search button {
  background: none;
  border: none;
  transition: 0.2s ease-out;
}
.search-field .searchform .icons-container .icon-search button:hover, .search-field .searchform .icons-container .icon-search button:focus {
  cursor: pointer;
  transform: scale(1.1);
}

.section_title {
  margin: 58px 0 0 0;
}
.section_title .title-desc {
  display: flex;
  flex-direction: column;
  gap: 0.63rem;
}
.section_title .title-desc .desc {
  color: #212121;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 400;
}

.studenci_w_liczbach {
  margin: 0 0 123px 0;
}

.header {
  margin: 0 0 35px 0;
}
.header .header-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #212121;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 400;
}

.container_wliczbach {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1350px;
  width: 100%;
  margin: auto;
  min-height: 79px;
  padding: 0 30px;
}

.rows {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rows .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 120px;
}
.rows .header_row {
  background: #F5F5F5;
}
.rows .header_row .header-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.rows .header_row .header-items .before_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.rows .header_row .header-items .before_title::before {
  content: "";
  height: 29px;
  width: 6px;
  background-color: #005c96;
}
.rows .header_row .header-items .header-title {
  color: #212121;
  font-family: "Figtree";
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.rows .header_row .header-items .header-number {
  color: #212121;
  font-family: "Figtree";
  font-size: 1.5rem;
  font-weight: 700;
}
.rows .accordion_rows .ac {
  border: none;
}
.rows .accordion_rows .ac .ac-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 79px;
}
.rows .accordion_rows .ac .ac-header .ac-number {
  color: #212121;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 600;
}
.rows .accordion_rows .ac .ac-header .ac-trigger {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 0 50px;
  color: #165153;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 600;
}
.rows .accordion_rows .ac .ac-header .ac-trigger::after {
  content: "" !important;
}
.rows .accordion_rows .ac .ac-panel {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}
.rows .accordion_rows .ac .ac-panel .accordion_row {
  background: #F5F5F5;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.rows .accordion_rows .ac .ac-panel .accordion_row .accordion-title,
.rows .accordion_rows .ac .ac-panel .accordion_row .accordion-number {
  color: #212121;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 400;
}
.rows .accordion_rows .ac .ac-panel .ac-text {
  padding: 0px;
}
.rows .row {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.rows .row .title {
  color: #212121;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 600;
}
.rows .row .title span {
  color: #212121;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
}
.rows .row .number_students {
  color: #212121;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-weight: 400;
}
.rows .before_title {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}

.sub-menu {
  z-index: 999;
}

.bottomstrip-container {
  min-height: 75px;
}

.topbar .bottomstrip-container .bottomstrip .logo-container img {
  max-width: 374px;
  min-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-left-menu {
  font-weight: bold;
}

.topbar .topstrip {
  padding: 6px 0;
}

.main-navigation li:hover {
  background-color: #0b2a2b;
  color: #FFFFFF;
}

@media (max-width: 1670px) {
  main .recruitment .items.top-items .item h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .info-blocks .items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  main .recruitment .items.top-items .item h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .footer-top .menus {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  main .recruitment .items.top-items .item h3 {
    font-size: 1.5rem;
  }
  .section_title {
    margin: 58px 0 0 0;
  }
  .section_title .title-desc {
    display: flex;
    flex-direction: column;
    gap: 0.63rem;
  }
  .section_title .title-desc .desc {
    color: #212121;
    font-family: "Roboto";
    font-size: 1.125rem;
    font-weight: 400;
  }
  .studenci_w_liczbach {
    margin: 0 0 123px 0;
  }
  .header {
    margin: 15px 0 0 0;
  }
  .header .container_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 935px;
    width: 100%;
    margin: auto;
    min-height: 79px;
    padding: 0 30px;
  }
  .header .container_header .header-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #212121;
    font-family: "Roboto";
    font-size: 1.125rem;
    font-weight: 400;
  }
  .container_wliczbach {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1350px;
    width: 100%;
    margin: auto;
    min-height: 79px;
    padding: 0 30px;
  }
  .rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rows .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
  }
  .rows .header_row {
    background: #F5F5F5;
  }
  .rows .header_row .header-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .rows .header_row .header-items .before_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .rows .header_row .header-items .before_title::before {
    content: "";
    height: 29px;
    width: 6px;
    background-color: #005c96;
  }
  .rows .header_row .header-items .header-title {
    color: #212121;
    font-family: "Figtree";
    font-size: 0.875rem;
    font-weight: 700;
    position: relative;
  }
  .rows .header_row .header-items .header-number {
    color: #212121;
    font-family: "Figtree";
    font-size: 1rem;
    font-weight: 700;
    flex-basis: 21.6%;
  }
  .rows .accordion_rows .ac {
    border: none;
  }
  .rows .accordion_rows .ac .ac-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 79px;
  }
  .rows .accordion_rows .ac .ac-header .ac-number {
    color: #212121;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 600;
  }
  .rows .accordion_rows .ac .ac-header .ac-trigger {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px;
    color: #165153;
    font-family: "Roboto";
    font-size: 0.875rem;
    font-weight: 600;
  }
  .rows .accordion_rows .ac .ac-header .ac-trigger::after {
    content: "" !important;
  }
  .rows .accordion_rows .ac .ac-header .ac-trigger svg {
    min-width: 20px;
  }
  .rows .accordion_rows .ac .ac-panel {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
  .rows .accordion_rows .ac .ac-panel .accordion_row {
    background: #F5F5F5;
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .rows .accordion_rows .ac .ac-panel .accordion_row .accordion-title,
  .rows .accordion_rows .ac .ac-panel .accordion_row .accordion-number {
    color: #212121;
    font-family: "Roboto";
    font-size: 0.875rem;
    font-weight: 400;
  }
  .rows .accordion_rows .ac .ac-panel .ac-text {
    padding: 0px;
  }
  .rows .row {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .rows .row .title {
    color: #212121;
    font-family: "Roboto";
    font-size: 0.875rem;
    font-weight: 600;
  }
  .rows .row span {
    color: #212121;
    font-family: "Roboto";
    font-size: 0.875rem;
    font-weight: 400;
  }
  .rows .row .number_students {
    color: #212121;
    font-family: "Roboto";
    font-size: 1.125rem;
    font-weight: 400;
  }
  .rows .row .before_title {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media (max-width: 320px) {
  main .recruitment .items.top-items .item h3 {
    font-size: 1.25rem;
    margin-top: 30px;
    padding: 0px 35px 0 0;
  }
  .rec_button p {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=kub.css.map */