@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  box-sizing: border-box;
}

html {
  min-height: 101vh;
}

html,
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed;
  background-color: white !important;
}

.main-background {
  max-width: 1040px;
  margin: 0 auto;
}

.container,
.navbar {
  padding: 0 1em !important;
}

[class^=col] {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-content: space-around;
  margin-bottom: 0px !important;
  margin-top: 0 !important;
  padding: 0 5px !important;
  overflow: visible;
}

.row {
  margin: 0 auto !important;
  overflow: hidden;
  width: 100%;
}

.wrap-navi-container {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 576px) {
  .wrap-navi-container {
    flex-direction: column;
  }
}

.wrap-top-navigation {
  display: flex;
  background-color: #3266cc;
  height: 30px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.wrap-top-navigation .top-navigation {
  max-width: 1040px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
@media only screen and (min-width: 576px) {
  .wrap-top-navigation .top-navigation {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.wrap-top-navigation .top-navigation .wrap-flags-login {
  display: flex;
}

.phone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: white;
  align-items: center;
}
.phone i {
  font-size: 20px;
}
.phone a[href^=tel] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
.phone p {
  text-decoration: none !important;
  margin: 0 10px;
  color: white !important;
}

.flags {
  margin: 0 10px;
  width: 50%;
}

.login {
  display: none;
  color: white;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .login {
    display: flex;
  }
}
.login a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}
.login a:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: white;
}

.wrap-navi {
  background-color: #DFFFD8;
}
.wrap-navi .navi {
  max-width: 1040px;
  padding: 0 !important;
}
@media only screen and (min-width: 576px) {
  .wrap-navi .navi {
    padding: 0 1em !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 576px) {
  .wrap-navi {
    padding: 0px !important;
  }
}
.wrap-navi .navbar-toggle {
  border: none;
  color: #DFFFD8;
  background-color: #DFFFD8;
  position: absolute;
  top: 5px;
  right: 10px;
}
.wrap-navi .navbar-toggle #icon {
  color: rgb(0, 153, 255);
}
.wrap-navi .wrap-logo {
  width: 100%;
  justify-content: space-between;
  padding: 5px;
}
.wrap-navi .wrap-logo .logo {
  width: 150px;
}
@media only screen and (min-width: 576px) {
  .wrap-navi .wrap-logo {
    width: 200px;
    height: 70px;
  }
  .wrap-navi .wrap-logo .logo {
    width: 170px;
  }
}
.wrap-navi .wrap-logo button {
  font-size: 30px;
}
.wrap-navi ul {
  list-style-type: none;
}
.wrap-navi .hidePl {
  display: none;
}
.wrap-navi .hideEn {
  display: none;
}

.wrap-index-buttons {
  display: flex;
  background-color: #eee;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
.wrap-index-buttons .index-buttons {
  max-width: 1040px;
  display: flex;
  justify-content: center;
}
.wrap-index-buttons .index-buttons .submenu-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  justify-content: space-evenly;
  align-items: flex-start;
}
.wrap-index-buttons .index-buttons .submenu-buttons p {
  margin-bottom: 0 !important;
}
.wrap-index-buttons .index-buttons .submenu-buttons p::before {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0a9";
}
.wrap-index-buttons .index-buttons .submenu-buttons a {
  text-decoration: none;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 15px;
}
.wrap-index-buttons .index-buttons .submenu-buttons a:hover {
  background-color: #3266cc;
  color: white;
}
.wrap-index-buttons .index-buttons .submenu-buttons a.active {
  background-color: #3266cc;
  color: white;
}

@media only screen and (min-width: 576px) {
  .wrap-index-buttons {
    padding: 2px 0;
  }
  .wrap-index-buttons .index-buttons {
    width: 100%;
  }
  .wrap-index-buttons .index-buttons .submenu-buttons {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 720px) {
  .logo {
    width: 100%;
    height: auto;
  }
}
.navi-mobile {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex-basis: 100%;
  flex-grow: 1;
  list-style-type: none;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.navi-mobile a {
  text-decoration: none;
  font-weight: 600;
  padding: 0.8em;
  cursor: pointer;
  text-transform: uppercase;
}
.navi-mobile a:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  opacity: 0.5;
  text-decoration: none;
  color: orange;
}
.navi-mobile a:active {
  color: orange;
  text-decoration: none;
}

#navbar2 {
  display: none;
}

@media only screen and (min-width: 576px) {
  .wrap-logo,
.logo,
.navbar-toggle,
#navbar1 {
    display: none;
  }
  #navbar2 {
    display: flex;
    justify-content: space-between;
  }
  #navbar2 li {
    display: flex;
  }
  .navi-desktop {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .navi-desktop li:nth-child(1) {
    background: none;
    padding: 0;
    width: 20%;
  }
  .navi-desktop li:nth-child(1) a {
    padding: 0;
  }
  .navi-desktop .divider {
    border-right: 1px solid #25338A;
    height: 60%;
  }
  .navi-desktop li:hover a {
    text-decoration: underline solid 3px #25338A;
    text-underline-offset: 6px;
    text-decoration: underline;
  }
  .navi-desktop li {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    height: 60%;
    text-align: center;
  }
  .navi-desktop li a {
    color: #25338A;
    display: block;
    width: 100%;
    padding: 16px 0;
    text-decoration: none;
  }
  .navi-desktop li a img {
    width: 90%;
  }
  .navi-desktop li.active {
    text-decoration: underline solid 3px #25338A;
    text-underline-offset: 6px;
  }
  .navi-desktop li:nth-last-child(1) {
    border: none;
  }
  .navi-desktop li:nth-child(1) {
    border: none;
  }
}
@media only screen and (max-width: 1050px) {
  .navi-desktop li a {
    font-size: 1.5vw;
  }
}
.mainContainer {
  justify-content: center;
}

.wrap-submenu-slide {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .wrap-submenu-slide {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wrap-submenu-slide .row-program {
  width: 100%;
}

.submenu {
  justify-content: center;
  margin-top: 20px !important;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .submenu {
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 0;
  }
}
.submenu .wrap-contact {
  border: 1px solid #9ED2BE;
  border-radius: 11px;
  display: flex;
  background-color: white;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
}
.submenu .wrap-contact .top {
  background-color: #92FF93;
  border: 1px solid #92FF93;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.submenu .wrap-contact .top h3 {
  font-size: 28px;
}
.submenu .wrap-contact .top p {
  margin: 0;
  font-size: 14px;
}
.submenu .wrap-contact .icon-chat {
  position: absolute;
  top: calc(100% - 35px);
  left: calc(50% - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(244, 244, 244) 47%, rgb(242, 242, 242) 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 23px 1px rgb(255, 255, 255), 0px 0px 23px 1px rgba(146, 255, 147, 0.3);
}
.submenu .wrap-contact .icon-chat i {
  font-size: 34px;
  color: #14be17;
}
.submenu .wrap-contact .center {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
  width: 95%;
}
.submenu .wrap-contact .bottom {
  flex-direction: column;
}
.submenu .wrap-contact .bottom .contact-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}
.submenu .wrap-contact .bottom .contact-bottom .contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.submenu .wrap-contact .bottom .contact-bottom .contact-link:hover p {
  text-decoration: underline;
}
.submenu .wrap-contact .bottom .contact-bottom p {
  font-size: 14px;
  margin: 0;
  color: #3266CC;
}
.submenu .wrap-contact .bottom .contact-bottom i {
  font-size: 26px;
  margin: 0 10px;
  color: #3266CC;
}
.submenu .wrap-contact .bottom .contact-bottom img {
  margin: 0 8px;
}
@media only screen and (min-width: 768px) {
  .submenu .wrap-contact {
    justify-content: space-between;
  }
  .submenu .wrap-contact .top {
    padding-bottom: 25px;
  }
  .submenu .wrap-contact .top h3 {
    font-size: 24px;
    margin: 0;
  }
  .submenu .wrap-contact .top p {
    margin: 0;
    font-size: 14px;
  }
  .submenu .wrap-contact .icon-chat {
    top: calc(100% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .submenu .wrap-contact .icon-chat i {
    font-size: 24px;
    color: #14be17;
  }
  .submenu .wrap-contact .center {
    margin-top: 45px;
    width: 95%;
    height: 50%;
    border-bottom: none;
  }
  .submenu .wrap-contact .bottom {
    display: none;
  }
}
@media only screen and (min-width: 996px) {
  .submenu .wrap-contact .top {
    padding-bottom: 40px;
  }
  .submenu .wrap-contact .top h3 {
    font-size: 28px;
  }
  .submenu .wrap-contact .top p {
    margin: 0;
    font-size: 14px;
  }
  .submenu .wrap-contact .icon-chat {
    top: calc(100% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }
  .submenu .wrap-contact .icon-chat i {
    font-size: 34px;
  }
  .submenu .wrap-contact .center {
    margin-top: 35px;
    width: 95%;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu .wrap-contact .bottom {
    display: flex;
  }
}

.bottom-contact-mobile {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bottom-contact-mobile {
    display: flex;
    margin-top: 5px;
  }
  .bottom-contact-mobile .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .bottom-contact-mobile .bottom .contact-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .bottom-contact-mobile .bottom .contact-bottom .contact-link {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .bottom-contact-mobile .bottom .contact-bottom .contact-link:hover p {
    text-decoration: underline;
  }
  .bottom-contact-mobile .bottom .contact-bottom img,
.bottom-contact-mobile .bottom .contact-bottom i {
    margin-right: 10px;
    color: #1b69c2;
  }
  .bottom-contact-mobile .bottom .contact-bottom img {
    width: 22px;
  }
  .bottom-contact-mobile .bottom .contact-bottom p {
    display: flex;
    margin: 0;
    color: #1b69c2;
  }
  .bottom-contact-mobile .bottom .contact-bottom p a {
    margin-left: 5px;
  }
  .bottom-contact-mobile .bottom .contact-bottom a {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-contact-mobile {
    display: none;
  }
}
.slide-div {
  z-index: 1;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.carousel {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.carousel .carousel-inner img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  min-width: 300px;
  object-fit: cover;
}
.carousel .border-card {
  display: block !important;
}
.carousel .carousel-indicators {
  margin-bottom: 6px !important;
}
.carousel .carousel-indicators li {
  background-color: rgb(255, 136, 0);
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  margin: 15px 7px 0px !important;
  list-style: none;
}

.carousel::after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}

.wrap-pasek {
  background-color: transparent;
  margin-top: 5px !important;
}

#pasek-main {
  margin-top: 0 !important;
}

.pasek {
  background: linear-gradient(90deg, #3468cc 0%, #3a9bfe 100%);
  border-radius: 5px;
  width: 100%;
  min-height: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  margin: 2px 0;
}
.pasek h3 {
  color: white;
  margin-left: 2%;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 2vw, 20px) !important;
  font-weight: 500 !important;
}
.pasek img {
  text-align: right;
  margin-right: 15px;
}

.box.kafle-atuty {
  background-color: #DFFFD8;
}

.naglowek-kafle {
  color: #3266cc !important;
  padding-left: 0.5em !important;
  margin: 15px 0 !important;
  font-family: "Roboto", sans-serif;
}

.box.oprogramowanie {
  margin-top: 10px !important;
  display: flex;
  border: 1px solid #7297DC;
  font-size: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(244, 244, 244) 20%, rgb(239, 239, 239) 47%, rgb(243, 243, 243) 60%, rgb(247, 247, 247) 100%);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.box.oprogramowanie p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.box.oprogramowanie .wrap-logo {
  display: flex;
  width: 90%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.box.oprogramowanie .wrap-logo .more {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box.oprogramowanie .wrap-logo .more img {
  width: fit-content;
}
.box.oprogramowanie .wrap-logo .more a {
  font-size: 14px;
  font-weight: 600;
  color: #3266CC;
  text-decoration: underline;
  text-align: center;
}
.box.oprogramowanie .wrap-logo .more a:hover {
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  .box.oprogramowanie p {
    font-size: 20px;
  }
  .box.oprogramowanie .wrap-logo {
    display: flex;
    width: 90%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.box.polaczenie {
  margin-top: 10px !important;
  display: flex;
  border: 1px solid #7297DC;
  font-size: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box.polaczenie .header-polaczenie {
  width: 100%;
  background: linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(244, 244, 244) 20%, rgb(239, 239, 239) 47%, rgb(243, 243, 243) 60%, rgb(247, 247, 247) 100%);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.box.polaczenie .header-polaczenie p {
  margin: 0;
  padding: 10px 0;
}
.box.polaczenie .header-polaczenie a {
  color: #3266CC;
  text-decoration: underline;
  font-weight: 700;
}
.box.polaczenie .content-polaczenie {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.box.polaczenie .content-polaczenie .opis-polaczenie {
  width: 95%;
  display: flex;
  flex-direction: column;
}
.box.polaczenie .content-polaczenie .opis-polaczenie .opis-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
  padding: 5px 0;
  padding-right: 10px;
}
.box.polaczenie .content-polaczenie .opis-polaczenie .opis-content h4 {
  font-size: 1rem !important;
  margin: 0;
  padding: 0;
}
.box.polaczenie .content-polaczenie .opis-polaczenie .opis-content p {
  line-height: 12px;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 12px;
}
.box.polaczenie .content-polaczenie .zdjecie {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: end;
}
.box.polaczenie .content-polaczenie .zdjecie .zdjecie-content {
  display: flex;
  align-self: end;
  margin: 20px 0px;
}
.box.polaczenie .content-polaczenie .zdjecie img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.box.polaczenie .content-polaczenie .zdjecie .zdjecie-corner {
  width: 100%;
  max-width: 340px;
  height: 0;
  border-bottom: 50px solid #346ACE;
  border-left: 70px solid transparent;
  position: relative;
  align-self: end;
}
.box.polaczenie .content-polaczenie .zdjecie .zdjecie-corner .zdjecie-corner-in {
  position: absolute;
  left: -3%;
  top: 10px;
  bottom: 10px;
  width: 95%;
  height: 30px;
  transform: skew(126deg);
  background-color: white;
}
.box.polaczenie .content-polaczenie .zdjecie .zdjecie-corner p {
  color: #FF8800;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: calc(50% + 15px);
  margin-left: 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .box.polaczenie .content-polaczenie {
    flex-direction: row;
  }
  .box.polaczenie .content-polaczenie .opis-polaczenie {
    width: 40%;
  }
  .box.polaczenie .content-polaczenie .opis-polaczenie .opis-content {
    border-right: 3px solid #346ACE;
    align-items: flex-end;
  }
  .box.polaczenie .content-polaczenie .opis-polaczenie .opis-content h4 {
    text-align: right;
  }
  .box.polaczenie .content-polaczenie .opis-polaczenie .opis-content p {
    text-align: right;
  }
  .box.polaczenie .content-polaczenie .zdjecie {
    width: 60%;
  }
  .box.polaczenie .content-polaczenie .zdjecie .zdjecie-content {
    display: flex;
    align-self: end;
    margin: 50px 30px;
  }
  .box.polaczenie .content-polaczenie .zdjecie .zdjecie-corner {
    width: 400px;
    max-width: 400px;
  }
  .box.polaczenie .content-polaczenie .zdjecie .zdjecie-corner p {
    font-size: 16px;
    top: calc(50% + 12px);
  }
}
.box.aktualnosci {
  background: #F0F0F0;
}

.grid-container {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}
.grid-container i {
  color: rgb(255, 136, 0);
  font-size: clamp(30px, 2vw, 35px) !important;
}
@media only screen and (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(60px, 0.25fr) minmax(200px, 2fr));
  }
}
@media only screen and (max-width: 992px) {
  .grid-container {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 2fr 1fr 5fr 2fr;
    row-gap: 1em;
  }
  .grid-container .con {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .grid-container i {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.grid-container i {
  justify-self: center;
}

.con {
  display: flex;
  flex-direction: column;
}
.con a.collapse-button {
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.con a.collapse-button:hover {
  color: rgb(255, 136, 0) !important;
  text-decoration: none;
}
.con a.collapse-button:hover h6 {
  color: rgb(255, 136, 0) !important;
}
.con h6.card-title {
  color: #3266cc !important;
  font-weight: 600;
  margin-bottom: 0.5em !important;
}
.con .href-desktop {
  display: none;
}
.con .href-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .con a.collapse-button {
    pointer-events: none !important;
  }
  .con .href-desktop {
    display: block;
  }
  .con .href-mobile {
    display: none;
  }
}

.invisible-card {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: left !important;
  height: 100%;
  width: 100%;
  display: grid;
  row-gap: 0.75em;
}
@media only screen and (min-width: 992px) {
  .invisible-card {
    grid-template-rows: repeat(3, 1.25fr) 0.25fr !important;
  }
}
.invisible-card .card-link {
  color: #3266cc;
  padding: 4px 10px;
  border-radius: 10px;
  display: inline;
}
.invisible-card .card-link::after {
  display: inline-block;
  margin-left: 3px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f061";
}
.invisible-card a:hover {
  text-decoration: none;
}
.invisible-card a:hover p {
  background-color: #f0efef;
  background-color: rgb(255, 136, 0);
  border: none;
}
.invisible-card p {
  margin-right: 5px;
  margin-bottom: 8px !important;
}

.delicate-card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: white;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 96%;
  margin: 0px auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: space-around;
}
.delicate-card h6.card-title {
  text-align: left !important;
  color: #3266cc !important;
  font-weight: 600;
  padding-top: 3%;
  margin-bottom: 0px !important;
  padding-bottom: 12px !important;
  position: relative;
}
.delicate-card .row.title {
  width: 90%;
  border-bottom: 1px solid lightgray;
  margin-left: 15px !important;
  margin-bottom: 10px !important;
}
.delicate-card i {
  color: rgb(255, 136, 0);
  font-size: clamp(30px, 2vw, 35px) !important;
}

.card.card1 {
  margin: 0px auto;
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  border: none !important;
  justify-content: center !important;
}
.card.card1 .card-title {
  text-decoration: underline;
  text-align: left;
  margin-bottom: 6px;
  margin-top: 3px;
  margin-left: 0px;
  font-weight: bold;
  border: none !important;
  color: #3266cc;
}
.card.card1 .card-body {
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.3;
  border: none !important;
  text-align: left;
  padding-left: 0px;
}
.card.card1 .card-link {
  display: inline !important;
  text-align: left;
  color: rgb(255, 136, 0);
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px 5px;
  border-radius: 10px;
  text-decoration: none;
  font-size: clamp(12px, 2vw, 14px);
  border: none !important;
  margin-top: 8px;
}
.card.card1 a {
  margin-top: 10px;
}
.card.card1 a:hover {
  text-decoration: none;
}
.card.card1 a:hover .card-link {
  background-color: #f0efef;
  border: none;
}
.card.card1 a:hover .card-title {
  color: #0384bb;
}
.card.card1 .card-link::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0a9";
  margin-right: 3px;
}
.card.card1 .card-img-bottom {
  min-width: 100px;
  margin-top: 4px;
}
.card.card1 .card-img-top {
  margin-top: 0 !important;
  margin-bottom: 4px;
  min-width: 100px;
}
.card.card1 hr {
  background-color: orange;
  width: 90%;
  margin: 0px auto 5px;
}

.swiper {
  width: 100%;
  height: 100%;
  display: none !important;
}
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  align-items: stretch !important;
}

.swiper-slide {
  text-align: center;
  align-items: stretch !important;
  outline: none;
  /* Center slide text vertically */
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none !important;
}
.swiper-slide .border-card {
  margin: 5px !important;
}
.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: rgb(255, 136, 0) !important;
}

.row.deck.main-page,
.swiper.main-page {
  padding-bottom: 3px !important;
  background: #F0F0F0;
  padding: 0;
}
.row.deck.main-page .border-card.card,
.swiper.main-page .border-card.card {
  background-color: white;
  border-radius: 5px;
  border: 2px solid #9ED2BE !important;
}

.border-card {
  background-color: white;
  width: 100%;
  height: 96%;
  margin: 0px auto !important;
  border: 2px solid #9ED2BE !important;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  align-content: space-around;
}
.border-card .title {
  margin-bottom: 10px;
  margin-top: 8px;
  font-family: "Prompt", sans-serif;
  text-shadow: 1px 1px 5px rgb(141, 131, 131);
}

.border-card.card.from-top {
  display: grid;
  grid-template-rows: 20% 30% 50%;
  height: 95%;
  justify-items: center;
}
.border-card.card.from-top .card-text {
  align-self: start;
}

.border-card.card {
  background-color: white !important;
}
.border-card.card .card-title.small {
  color: black !important;
  margin: 5px 3px 0px;
  text-decoration: underline;
  font-size: clamp(14px, 2vw, 14px) !important;
  font-weight: 650 !important;
  margin-top: 8px;
}
.border-card.card .card-img-bottom,
.border-card.card .card-img-top {
  min-width: 100px;
  margin-top: 10px;
  max-width: 150px;
}
.border-card.card .card-text {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: clamp(14px, 2vw, 14px) !important;
}
.border-card.card a:active {
  color: #3266cc;
}

.footer {
  background-color: #DFFFD8;
}
.footer ul {
  list-style-type: none;
  font-size: clamp(14px, 2vw, 18px) !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.footer .stopka.container {
  display: flex;
  color: white;
  font-family: "Open Sans", sans-serif;
  max-width: 1040px;
  margin: auto;
  padding: 0 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .footer .stopka.container {
    padding-bottom: 10px !important;
  }
}
.footer .stopka-cont1 {
  border-top-left-radius: 10px;
  background-color: #3266cc;
}
@media only screen and (max-width: 576px) {
  .footer .stopka-cont1 {
    z-index: 100;
    border-top-right-radius: 10px;
  }
}
.footer .stopka-cont2 {
  border-top-right-radius: 10px;
  background-color: #3266cc;
}
@media only screen and (max-width: 576px) {
  .footer .stopka-cont2 {
    border-top-right-radius: 0;
    background-color: #3266cc;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.footer .foot-container {
  width: 100%;
  display: grid;
  margin: 40px auto 15px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .footer .foot-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.footer .foot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  height: auto;
  margin-bottom: 20px;
}
.footer .foot .collapse-footer {
  align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .footer .foot h6 {
    text-align: right !important;
  }
  .footer .foot ul,
.footer .foot p {
    width: 195px;
  }
  .footer .foot .collapse-footer {
    align-items: flex-end !important;
  }
}
.footer .foot p,
.footer .foot ul,
.footer .foot a {
  margin: 0 !important;
  font-size: clamp(12px, 2vw, 13px) !important;
  color: rgba(255, 255, 255, 0.795);
  padding: 0 !important;
}
.footer .foot li::before {
  display: inline-block;
  margin-right: 6px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f105";
}
.footer .foot h6 {
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(13px, 2vw, 15px) !important;
  margin-bottom: 16px;
  color: white !important;
  width: 100%;
}
.footer .foot h4 {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(26px, 6vw, 30px) !important;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.footer .foot li:hover {
  color: white;
}
.footer .foot.firma {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.footer .foot.firma .logo {
  display: flex;
  width: 100%;
}
.footer .foot.firma .logo div {
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .footer .foot.firma {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .footer .foot.firma p {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .deck {
    display: none !important;
  }
  .swiper {
    display: flex !important;
  }
}
strong {
  color: red;
  text-decoration: bold;
  display: inline;
}

mark {
  background-color: transparent !important;
  font-weight: 600 !important;
}

h6 {
  font-size: clamp(16px, 2vw, 20px) !important;
}

h5 {
  font-size: clamp(15px, 2vw, 18px) !important;
  color: #004A6A;
  font-weight: 650 !important;
}

h4 {
  font-size: clamp(16px, 2vw, 19px) !important;
}

h4.inny {
  color: #0384bb !important;
}

h2 {
  font-size: clamp(18px, 3vw, 20px) !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

h1 {
  font-size: clamp(20px, 3vw, 26px) !important;
}

.border-card h1 {
  font-size: clamp(20px, 3vw, 22px) !important;
}

.border-card h3 {
  font-size: clamp(14px, 3vw, 20px) !important;
}

.border-card .img-monitory {
  display: flex;
  flex-direction: row;
  margin-top: 20px !important;
}
.border-card .img-monitory img {
  width: 50%;
}
.border-card .img-two-monitor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.border-card .img-two-monitor img {
  width: 110%;
}
.border-card .img-two-monitor img:nth-child(1) {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .border-card .img-two-monitor img {
    width: 55%;
  }
  .border-card .img-two-monitor img:nth-child(1) {
    width: 45%;
  }
}
.border-card .img-kody img {
  width: 100%;
}

.main-img {
  box-shadow: 8px 8px 24px 0px rgb(218, 218, 218);
  max-width: 100% !important;
  height: auto;
  min-width: 150px;
  margin: 25px auto;
  width: 90%;
}

@media only screen and (max-width: 520px) {
  .img3,
.img2 {
    display: none !important;
  }
}
.opis {
  height: 100%;
}
.opis p + h5 {
  margin-top: 0.5em;
}
.opis h5 {
  margin-top: 0.25em;
}
.opis p {
  width: 100%;
  padding: 0.5em 0.25em 0;
  font-size: clamp(14px, 3vw, 16px) !important;
  text-align: left !important;
}
.opis .contact-span {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .opis .mobile-break {
    display: none;
  }
}
.opis ul {
  width: 100%;
  list-style-type: circle;
  text-align: start !important;
}

@media screen and (max-width: 992px) {
  .maps-contact {
    height: 300px;
  }
}
.table-caption-program {
  margin-bottom: 15px;
}

.table-program {
  text-align: center;
}
.table-program th,
.table-program td {
  text-align: left;
  font-size: clamp(14px, 2vw, 16px) !important;
}

.table-responsive-md {
  position: relative;
}

.header-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.table-cennik {
  text-align: center;
  margin-bottom: 50px !important;
}
.table-cennik .shadow-tr {
  border: 1px solid #b7b6b6;
  border-radius: 15px;
}
.table-cennik .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #636161;
}
.table-cennik thead th {
  vertical-align: middle !important;
  font-weight: 500;
}
.table-cennik tbody {
  border: none;
  border-style: none;
}
.table-cennik tbody td {
  color: #636161 !important;
}
.table-cennik th {
  border-top: none !important;
}
.table-cennik tr {
  vertical-align: middle;
  border: none;
  border-style: none;
}
.table-cennik tr td:nth-child(2) {
  text-align: left;
}
.table-cennik th,
.table-cennik td {
  font-size: clamp(12px, 2vw, 16px) !important;
  border: none;
  border-style: none !important;
}
@media screen and (max-width: 576px) {
  .table-cennik th,
.table-cennik td {
    padding: 0;
  }
}

.table-caption-cennik {
  text-align: left !important;
  caption-side: top;
  margin-top: 15px;
  font-size: clamp(12px, 2vw, 16px) !important;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 5px;
  padding: 0;
}
.table-caption-cennik hr {
  margin: 10px 0px !important;
}
.table-caption-cennik strong {
  font-style: italic;
}

.header-contact {
  margin-top: 20px !important;
  text-transform: uppercase;
  font-size: 22px;
}

.check {
  margin-left: 10px;
  width: 16px;
  height: 12px;
}

.formularz {
  align-items: flex-start !important;
}
.formularz h5 {
  margin-left: 2%;
  margin-top: 2%;
}
.formularz p {
  width: 90%;
}

@media screen and (min-width: 576px) {
  form {
    width: 90%;
  }
}
form [class^=col] {
  text-align: left !important;
  align-items: flex-start;
}
form .row {
  margin-bottom: 10px !important;
}
form hr {
  width: 100%;
  background-color: black;
  opacity: 0.5;
}
form .form-check-label {
  font-size: clamp(12px, 2vw, 14px) !important;
  text-decoration: italic;
}
form .form-group {
  margin-bottom: 0;
}

legend {
  text-align: left;
  margin-bottom: 10px !important;
  margin-left: 10px;
  font-weight: 600;
}

.collapsed-menu {
  list-style-type: none;
  width: 100%;
  margin-top: 5px !important;
  margin-bottom: 7px !important;
  margin-left: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  background-color: white;
}
.collapsed-menu li {
  display: block;
  margin: 0;
  border-radius: 12px;
  padding: 0 12px;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .collapsed-menu li {
    margin: auto;
  }
}
.collapsed-menu li a {
  color: black;
  text-decoration: none;
  display: block;
}
.collapsed-menu li a::before {
  display: inline-block;
  margin-right: 3px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0a9";
}
@media only screen and (max-width: 576px) {
  .collapsed-menu li a {
    font-size: 22px;
  }
  .collapsed-menu li a::before {
    margin-right: 30%;
  }
}
.collapsed-menu li:hover {
  background-color: rgb(0, 153, 255) !important;
  border-radius: 12px;
}
.collapsed-menu li:hover a {
  color: white;
  border-radius: 12px;
  text-decoration: none;
  background-color: rgb(0, 153, 255) !important;
}
.collapsed-menu li:active {
  background-color: #3266cc;
}
.collapsed-menu li:active a {
  background-color: #3266cc;
  color: white;
}
.collapsed-menu li.active {
  background-color: #3266cc;
}
.collapsed-menu li.active a {
  background-color: #3266cc;
  color: white;
}

.modules .border-card {
  justify-content: flex-end;
}
.modules .border-card.active {
  border: 2px solid #3266cc !important;
}
.modules .border-card:hover {
  border: 2px solid rgb(0, 153, 255) !important;
}

.deck.modules .module:nth-child(1) {
  padding-left: 0 !important;
}

.deck.modules .module:nth-last-child(1) {
  padding-right: 0 !important;
}

.konfiguracja .fa-cogs {
  color: rgb(255, 136, 0);
  font-size: 24px;
}
.konfiguracja .konfiguracja-inner {
  width: 100%;
}
.konfiguracja h6.card-title {
  color: #3266cc !important;
  font-weight: 600;
  margin-bottom: 0.5em !important;
}
.konfiguracja .obrazki {
  width: 100%;
  flex-direction: column;
}
.konfiguracja .obrazki .top {
  color: #3266cc;
}
.konfiguracja .obrazki .wrap-obrazek {
  display: flex;
  flex-direction: column;
  position: relative;
}
.konfiguracja .obrazki .opis-obrazek {
  position: absolute;
  font-size: 13px;
  bottom: 0;
  left: -19px;
  width: 147px;
}
.konfiguracja .obrazki .opis-obrazek.drugi {
  bottom: 0px;
  right: -15px;
  left: auto;
}
.konfiguracja .border-card {
  align-items: normal;
}
.konfiguracja .kontrola {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F0F0F0;
}
.konfiguracja .kontrola .uprawnienia {
  display: flex;
  flex-direction: column;
}
.konfiguracja .kontrola .uprawnienia .main-img {
  width: 100%;
  margin: auto;
}
.konfiguracja .kontrola .uprawnienia a {
  display: flex;
}
.konfiguracja .kontrola .uprawnienia p {
  width: 100%;
  text-align: center;
  color: #3266cc !important;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .konfiguracja .fa-cogs {
    width: 3%;
  }
  .konfiguracja .konfiguracja-inner {
    width: 97%;
  }
  .konfiguracja .obrazki {
    flex-direction: row;
  }
  .konfiguracja .obrazki .wrap-obrazek {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .konfiguracja .obrazki .opis-obrazek {
    position: absolute;
    font-size: 16px;
    bottom: 40px;
    left: 20px;
    width: 200px;
  }
  .konfiguracja .obrazki .opis-obrazek.drugi {
    bottom: 60px;
    right: 20px;
    left: auto;
  }
  .konfiguracja .kontrola {
    flex-direction: row;
    align-items: start;
  }
  .konfiguracja .kontrola .uprawnienia {
    flex-direction: row;
  }
  .konfiguracja .kontrola .uprawnienia .main-img {
    width: 70%;
  }
  .konfiguracja .kontrola .uprawnienia p {
    width: 80%;
  }
}

.contact .sendMail {
  background: #F0F0F0;
}
.contact .sendMail label,
.contact .sendMail p {
  color: #3266cc !important;
}
@media only screen and (min-width: 576px) {
  .contact .sendBtn {
    float: right;
  }
  .contact .contact-card {
    padding-left: 0 !important;
  }
  .contact .maps-contact {
    padding-right: 0 !important;
  }
}

.aktualnosci-slider .cedeSpan {
  background: red;
  border-radius: 25px;
  padding: 1px 11px;
  color: white;
  font-weight: 600;
}
.aktualnosci-slider .img-sliderNews-text-wrap {
  float: left;
  width: 50px !important;
  height: 50px;
  margin-right: 10px;
}
.aktualnosci-slider .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.aktualnosci-slider .owl-item {
  padding: 0 10px;
}
.aktualnosci-slider .owl-next > span {
  font-size: 80px;
  line-height: 30px;
}
.aktualnosci-slider .owl-prev > span {
  font-size: 80px;
  line-height: 30px;
}

.footer-background {
  height: 300px;
  background: white;
  display: none;
}
@media only screen and (min-width: 576px) {
  .footer-background {
    display: block;
  }
}

.foot .collapse-button {
  text-decoration: none;
}

:root {
  color-scheme: only light !important;
}

/*# sourceMappingURL=style.css.map */
