.schedule__item--major { background: none; }
.schedule__time, .schedule__desc { color: #1862B5; }
.schedule__item--major .schedule__desc { font-weight: bold; color: #1862B5; border-left: 1px solid #DDD; }
.schedule__item--major .schedule__time { font-weight: bold; color: #1862B5; }
.schedule__desc em { color: #E6283E; font-weight: normal !important; }
.nav-tabs > li.active:before {  background: #E6283E; }

.fNormal { font-weight: normal; color: #1862B5; }
.footer {
background: #17619E;
color: #FFF;
}

strong {
  font-weight: 800;
}

.certyfikat .gallery__item {
  float: none;
  height: 800px;
  margin: auto;
}

@media (min-width: 768px) {
.gallery__item {
    width: auto;
    height: 400px;
}
}

.w50 img {
    max-width: 50%;
}
.w40 img {
    max-width: 40%;
}
.w30 img {
    max-width: 30%;
}
.w20 img {
    max-width: 20%;
}