.intro .event .event-container.ms {
  justify-content: center;
}
.end {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro {
  background-size: cover;
  padding-top: 30px;
  min-height: 20vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-timer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.intro .event .date {
  font-family: 'BoehringerForwardArabicVar', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  margin-top: 5px;
}
.btn-white {
  background-color: #FFFFFF !important;
  color: #2573BA;
  border: 2px solid #2573BA;
}
.nmed {
  display: grid;
  justify-content: right;
  font-size: 14px;
}
#panel .experts .expert.lecturer-1 .specialization {
  background-color: #DD2747;
  color: #ffffff;
}
#panel .experts .expert.lecturer-2 .specialization {
  background-color: #F6CF0B;
  color: #1A5D59;
}
#about {

	  background-size: auto;
background-size: cover;
}
.event-groups .item .buttons .signup {

  padding: 10px 24px 10px 47px;

}
#panel .experts .expert.lecturer-diabetologia .specialization {
  background-color: #f6cf0b;
  color: #1A5D59;
  border: none;
	font-size: 12px;
  margin-bottom: 10px;
	border-radius: 0px;
}
#panel .experts .expert.lecturer-kardiologia .specialization {
  background-color: #DD2747;
  color: #ffffff;
  border: none;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 0px;
}
#panel .experts .expert.lecturer-nefrologia .specialization {
  background-color: #1A5D59;
  color: #ffffff;
  border: none;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 0px;
}
#panel .experts .expert .specialization {
	font-size: 12px;
	margin-bottom: 10px;
}
#panel .experts .expert .name {
  font-size: 18px;
  margin-bottom: 10px;
}
panel .experts .expert .title {
  font-weight: 300;
  font-size: 14px;
}
.invitation-video-player {
  background-color: #ffffff;
//  border-radius: 10px;
  padding: 20px;
  border: 4px solid #015D52;
  box-shadow: 10px 10px 10px #aaaaaa;
//  width: 600px;
}
.video-js {
  z-index: 10;
}
.video-js .vjs-big-play-button {
  display: none;
  background-color: transparent;
  width: 65px;
  height: 65px;
  margin-top: -38px;
  margin-left: -38px;
  background-image: url('../img/btn-play.png');
  background-repeat: no-repeat;
  border: none !important;
  box-shadow: none !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
}
@media (max-width: 576px) {
.header .top-info {
  background-color: #00E47C;
  padding-top: 5px;
  padding-bottom: 16px;
  height: 59px;
}
}
.invitation-video-player_heart {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  border: 4px solid #015D52;
  max-width: 600px;
  width: 100%;
}

.heart-video-player {
  display: flex;
  justify-content: center;
  align-items: center;

}
.page2 .content .sil .content {
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}
.event-groups .item .date {
  font-size: 20px;
}
.event-groups .item {
  padding: 16px;
}
.event-groups .item .day {
  font-size: 32px;
  width: 54px;
  height: 44px;
}
footer.page2 .col-contact {
  flex-basis: 35%;
}
#panel .experts .expert.lecturer-diabetologia .specialization {
//  background-color: #f6cf0b;
//  background-color: #1A5D59;
//  color: #1A5D59;
  color: #1A5D59;
  border: none;
}
#panel .experts .expert.lecturer-kardiologia .specialization {
  background-color: #DD2747;
  color: #ffffff;
  border: none;
}
#panel .experts .expert.lecturer-nefrologia .specialization {
  background-color: #1A5D59;
  color: #ffffff;
  border: none;
}
#panel .experts .expert.lecturer-diabetologia-nefrologia .specialization {
  background-color: #1A5D59;
  color: #ffffff;
  border: none;
}
#panel .experts .expert.lecturer-poz-kardiologia .specialization {
  background-color: #DD2747;
  color: #ffffff;
  border: none;
}
@media (max-width: 576px) {
.header .top-info {
  background-color: #00E47C;
  padding-top: 5px;
  padding-bottom: 16px;
  height: 59px;
}
.page2 #main-navbar {
  background: #1a5d59;
}
	.hide_mob{
	display: none;
}
.header .main-header {
  min-height: 36.15vw !important;
}
.page2 .main-header {
  min-height: 19.8vw !important;
}
#main-navbar {
  background: #08312A;
}
}
.event-groups .item .date {
  font-size: 18px;
}
.event-groups .item {
  padding: 16px;
}
section .time {
  font-size: 14px;
}
.consent{
	font-size: 12px;
}
#main-navbar .navbar-toggler {
  color: #1A5D59;
  border-color: #f6cf0b;
  background: #fff;
}
#main-navbar > .container {
  justify-content: right;
}
@media (min-width: 576px) {
.hide_desk{
	display: none;
}
}
.full {
  width: 100vw;
  
}



.hero-header {
    position: relative;
    width: 100%;
    height: 680px;              /* dostosuj do swojej wysokości headera */
    overflow: hidden;
}

/* Tło z animacją */
.hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/top.jpg");   /* ta Twoja grafika */
    background-size: cover;
    background-position: center center;
    transform-origin: center;
    animation: heroKenBurns 22s ease-in-out infinite alternate;
}

/* Przyciemniająca nakładka – żeby tekst był czytelny */
.hero-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.0) 60%);
    display: flex;
    align-items: center;
}

.hero-overlay .container {
    color: #fff;
}


@keyframes heroKenBurns {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1.18) translate3d(-20px, 0, 0);
    }
}

/* Mobile – trochę niższy header, żeby nie zjadał całego ekranu */
@media (max-width: 767px) {
    .hero-header {
        height: 260px;
    }
}

/* Główny napis PChN */
.hero-title {
    font-size: 110px;            /* duże litery P C N */
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -3px;
    color: #ffffff;
}

/* mała litera h — jedyna mniejsza */
.hero-title .h-small {
    font-size: 0.55em;          /* małe h, proporcjonalnie do reszty */
    vertical-align: baseline;   /* wyrównanie jak w grafice */
}

/* Podtytuł */
.hero-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Zielony tekst */
.hero-action {
    font-size: 28px;
    font-weight: 800;
    color: #00e676;
    text-transform: uppercase;
}

/* --- Biała linia --- */
.hero-divider {
    width: 100%;
    max-width: 280px;
    height: 2px;
    background-color: #ffffff;
    margin: 8px 0;
    opacity: 0.8;
}
.just {
    letter-spacing: 2px;
	color: #ffffff;
}
/* Mobile */
@media (max-width: 767px) {
    .hero-title {
        font-size: 56px;
    }
    .hero-title .h-small {
        font-size: 0.55em;
    }
    .hero-subtitle {
        font-size: 12px;
    }
    .hero-action {
        font-size: 13px;
    }
	.hero-divider {
    max-width: 146px;
}
	.just {
    letter-spacing: 1px;
}
}
.alert-question-global {
    margin: 0;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 9999;
}