.nav-tabs {
    background: repeating-linear-gradient(357deg, #e0deff, transparent 100px);
}
.tooltip {
  position: relative;
  cursor: pointer;
  color: #003399;
  font-weight: bold;
  text-decoration: underline dotted;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav > li > a {
  padding: 10px;
  font-size: 15px;
}
.countdown__number {
  font-size: 17px !important;;
}
.countdown__label {
  font-size: 14px !important;;
}
.img-w40 img{
width: 40%;
}
.img-w30 img{
width: 30%;
}
.img-w20 img{
width: 20%;
}
.navbar-inverse {
  background: #161357;
  border-color: #080808;
}
.header-registration {
 font-size: 1.3em;
 font-weight: bold;
}
.header-registration::after {
 content: '';
 width: 20px;
 height: 2px;
 background: rgba(0, 0, 0, .5);
 display: block;
}
#navbar {
    background-color: #161357;
  }

.logoW { max-width: 500px;}
.page-header__tint {
  background: rgb(22, 19, 87);
  height: 300px;
}.navbar-collapse.collapse.in {
  background: #161357;
}
.contact-container {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.border-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    width: 30%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .border-box {
        width: 100%; /* Każdy box na całą szerokość */
        margin: 5px 0; /* Mniejsze marginesy */
    }
}
.main {
  font-size: 17px;
  font-family: Lato, sans-serif;
  line-height: 1.8;
}
.footer {
  background: #161357;
  color: #fff;

}
body {
  overflow-x: hidden;
}

.navbar-collapse.collapse.in {
  background: #fff;
}

.homepage-cb-1,
.homepage-cb-2,
.homepage-cb-3,
.homepage-cb-4{
  border: none;
}

.homepage-cb-1 .content-box__icon,
.homepage-cb-2 .content-box__icon,
.homepage-cb-3 .content-box__icon,
.homepage-cb-4 .content-box__icon {
  font-size: 24px;
  background: none;
  box-shadow: none;
}

.homepage-cb-1 .content-box__icon { color: #4c17a0; border: 1px solid #4c17a0; }
.homepage-cb-2 .content-box__icon { color: #0db7d6; border: 1px solid #0db7d6; }
.homepage-cb-3 .content-box__icon { color: #d11772; border: 1px solid #d11772; }
.homepage-cb-4 .content-box__icon { color: #f88a73; border: 1px solid #f88a73; }

.navbar-brand img {
  padding: 10px;
}

.brand-pzb-wrapper {
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  font-size: 14px;
}

.brand-pzb-wrapper {
  height: 50px;
  transition: all .2s;
  font-size: 12px;
  display: inline-table;
  position: relative;
  bottom: 2px;
}

.brand-pzb {
  display: inline-block;
  color: #5470a5;
  font-weight: bold;
  line-height: 1em;
  display: table-cell;
  vertical-align: middle;
}

.navbar-menu-widthfix.scrolled-top .brand-pzb-wrapper {
  height: 60px;
}

.separated-lang-menu .item-lang {
  color: #555;
}

.banner__icons {
  margin-bottom: 1rem;
}

.banner__icons .fa {
  color: #e74c3c;
  margin: 0 16px;
}

.organizers-carousel img {
  filter: grayscale(1);
  opacity: .7;
}


.intro-bold-text {
  text-align: right;
  color: #15093a;
  font-weight: bold;
  font-size: 1.2em;
}

.intro-bold-text a {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: normal;
  display: inline-block;
}

.intro-president .speaker__name {
  color: #15093a;
}

.intro-president .speaker__institution {
  color: inherit;
}

@media (min-width: 500px) {

  .intro-president {
    position: relative;
  }

  .intro-president .speaker__photo-wrapper {
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .intro-president .speaker__infobox {
    text-align: left;
    left: 200px;
    margin-left: 10px;
    position: absolute;
  }

}

.infro-counter {
  color: #e74c3c;
  text-align: center;
}

.infro-counter .banner__countdown-wrapper {
  display: inline-block;
}


.fullwidth-section-info-boxes .content-box--icon-boxed {
  background: none;
}

.fullwidth-section-info-boxes  .content-box {
  margin-bottom: 0;
}

.fullwidth-section-info-boxes {
  margin-bottom: -2px;
  color: #000;
}

.fullwidth-section-info-boxes .content-box__icon {
  font-size: 32px;
  border: none;
  color: #fff;
}

.fullwidth-section-info-boxes .content-box__titles {
  width: 35px;
  height: 2px;
  background: #e74c3c;
  display: none;
  margin: 0 auto;
  margin-top: -30px;
}


.pricing__header {
  background: #f5f5f5;
}

.inclined-edge-1 {
  display: block;
  height: 100px;
  width: 102%;
  background: #f1c40f;
  transform: rotate(-2deg);
  margin-bottom: -7em;
  margin-top: 3em;
  margin-left: -1%;
}

.inclined-edge-2 {
  display: block;
  height: 100px;
  width: 102%;
  background: #f1c40f;
  transform: rotate(1deg);
  margin-left: -1%;
}

.inclined-edge-3 {
  display: block;
  height: 100px;
  width: 102%;
  background: #fff;
  transform: rotate(-1deg);
  margin-left: -1%;
}

.counter__number {
  font-weight: bold;
}

.speaker {
  margin-bottom: 60px;
}

.bottom-demo-notification {
  background: #e74c3c;
  color: #fff;
  text-align: center;
  padding: 20px 10px 20px 10px;
}

#SyskonfLogoContainer {
  background: #2a2a2a;
  border-top: 1px solid #333;
}

.page-header {
  color: #fff;
  background-color: #161357;
}


.page-header__title {
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

@media (min-width: 768px) {
  .page-header__content-wrapper {
    height: 320px;
  }

  .page-header .page-header__title {
    font-size: 36px;
  }
}

.programme-button-download {
  display: block;
}

.programme-speaker-wrapper {
  background: #fafbfb;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 0;
}

.programme-speaker-wrapper .content-box__head {
  display: none;
}

.programme-speaker-wrapper p {
  margin-bottom: 0;
}

.programme-speaker-wrapper em {
  color: #ccc;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1rem;
  position: relative;
  top: 7px;
  margin-right: 15px;
}

.programme-speaker-wrapper .speaker__infobox {
  line-height: 1em;
  left: 70px;
}

.programme-speaker-wrapper .speaker__photo-wrapper {
  width: 60px;
  padding-top: 60px;
}

.site-place-travel-information .fa {
  display: inline-block;
  color: #e74c3c;
  font-weight: bold;
  margin-right: 15px;
}


.hotel-images-wrapper .content-box {
  width: 50%;
  display: inline-block;
  margin: 0;
  padding-right: 10px;
}

.hotel-images-wrapper .content-box__head {
  display: none;
}

.hotel-images-wrapper .content-box img {
  max-height: 150px;
}

@media (min-width: 500px) {
  .hotel-images-wrapper .content-box {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .hotel-images-wrapper {
    margin-top: 5em;
  }

  .hotel-images-wrapper .content-box {
    width: 50%;
  }
}

@media (min-width: 994px) {
  .hotel-images-wrapper .content-box {
    width: 33.33333%;
  }
}

.hotel-desc-wrapper .content-box {
  margin-bottom: 0;
}

.content-partner {
  background: #fafbfb;
  border: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 20px;
  text-align: center;
}

.content-partner img {
  max-width: 120px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .content-partner {
    margin: 0;
    text-align: left;
  }

  .content-partner img {
    max-width: 120px;
  }
}

@media (min-width: 1400px) {
  nav>.container {
    width: 1370px;
  }
}

@media (min-width: 1600px) {
  nav>.container {
    width: 1570px;
  }
}
.programme-content-partner {
  text-align: center;
}

.programme-content-partner .content-box__head {
  display: none;
}

.programme-content-partner img {
  width: 120px;
  margin: 0 auto;
}