:root {
  --color-blue: #0192D3;
}
body, div, td, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.polmed img {
 max-width: 150px;
}
.regulamin h3 {
  text-align: center;
}
.h-400 {
height: 400px;
width: 50%;
}
.box-width {
 max-width: 700px;
 margin: 0 auto;
}
.infarma img { max-width: 400px; }
.pink { color: #F82CA9; }
.purple { color: #6f1851; }
.turq { color: #015C7B; }
.blue { color: var(--color-blue); }

.blue .schedule__desc {
  color: #444444;
}
.blue .schedule__time,
.blue .schedule__desc b {
  font-weight: bold;
  color: var(--color-blue);
}
a {
    color: #e84772;
}

.woda {
 text-align: center !important;
 margin: 130px auto;
 display: block !important;
 float: none !important;
 clear: both;
}

.mainpage-box {
 margin-top: 70px;
 margin-bottom: 70px;
 font-weight: 300;
 font-size: 1.2em;
 line-height: 1.7em;
}



.navbar-menu-widthfix.navbar .navbar-brand img, .menu-logo img {
 max-height: 35px;
}

.navbar-menu-widthfix.navbar.scrolled .navbar-brand img {
 max-height: 35px;
}


.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-minor-controls > li > a {
    color: #6f1851;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-minor-controls > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-minor-controls > li > a:focus {
    color: #e84772;
}

.navbar-inverse {
    background: #ffffff;
    border-color: #ffffff;
}


.navbar-button {
    background-color: #F82BAA !important;
    border: 1px solid #F82BAA !important;
    color: #FFFFFF !important;
 border-radius: 8px;
}


.page-header {
 text-align: left;
 background: #ffffff;
}

.page-header .page-header__title {
    color: #0192D3;
    font-size: 42px;
    margin: 0;
    font-weight: bold;
}


.footer {
    background: #0192D3;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 0;
 font-size: 14px;
}


.footer__content {
    min-height: 0;
    padding-bottom: 15px;
}

.footer__social-icon {
 display: none;
}

#SyskonfLogoContainer {
    background: #ffffff;
    border-top: 1px solid #ffffff;
}

.section-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
}


.section-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
   color: #015C7B;
}

.section-title::after {
    background-color: #015C7B;
}

.sponsors--table.partnerzy {
 display: nonex;
}



.sesja-label {
 text-transform: uppercase;
 letter-spacing: 0.3em;
 color: #000000;
 font-size: 14px;
}

.sesja-title {
 line-height: 27px;
 font-size: 24px;
 font-weight: 700;
 color: #015C7B;
}

.wyklad-title {
 font-weight: 500;
 color: #6f1851;
}

.schedule__time {
    font-weight: 500;
    border-top: 1px dotted #ddd;
    color: #000;
}

.schedule__desc {
    border-left: 0 !important;
    border-top: 1px dotted #ddd;
}
.green .schedule__desc {
  color: #015C7B;
}
.green .schedule__desc b,
.green .schedule__time {
  font-weight: 600;
  color: #015C7B;
}


.green .schedule__desc em {
  color: #444444;
}
.lunch .schedule__desc,
.lunch .schedule__time {
  font-weight: 600;
  color: #F82CAA;
}

.bold .schedule__desc,
.bold .schedule__time {
  font-weight: 600;
}


.pink .schedule__desc,
.pink .schedule__time {
  font-weight: 600;
  color: #F82CA9;
}

.schedule__time, .schedule__desc {
    padding-top: 15px;
 padding-bottom: 15px;
}

.schedule__item--major .schedule__desc,
.schedule__item--major .schedule__time {
   background: #44bbce;
   color: #ffffff;
   font-weight: 600;
}


.nav-tabs-wrapper {
    border: 0;
}


.tab-pane {
    padding-left: 0;
 padding-right: 0;
}


.nav-tabs > li.active:before {
    background: #e84772;
}


.ludzie-nazwiska, .ludzie-label {
 color: #6f1851;
margin-top: 5px;
}

.ludzie-label {
 font-weight: bold;
  letter-spacing: 0.1em;
font-size: 0.8 em;
text-transform: uppercase;
}

.ludzie-nazwiska, .ludzie-label {
 display: nonex;
}
.logo_medicalpress img {
  max-width: 40%;
}

.sponsors-row .sponsors-cell {
 border-bottom: 0;
 border-right: 0;
 padding: 15px;
    }

.footer .col-xs-12, .footer [class^="col-"] {
  margin-bottom: 0px;
}
  
  
.sponsor-section {
        padding: 40px 0;
        background-color: #f9f9f9; /* Delikatne tło sekcji */
    }
    .sponsor-item {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px; /* Stała wysokość kontenera dla wyrównania */
    }
    .sponsor-item img {
        max-height: 80px; /* Maksymalna wysokość logotypu */
        max-width: 100%;
        width: auto;
        //filter: grayscale(100%);
        //opacity: 0.6;
        transition: all 0.3s ease-in-out;
    }
    .sponsor-item img:hover {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.05); /* Delikatne powiększenie */
    }
    .section-title {
        margin-bottom: 40px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 1px;
    }