
.slick-slide.item:nth-of-type(even) p.date {
        color: #EF414A;
}
#modal-reminder {
  color: #595959;
}
#modal-reminder .field-reminderform-phone label{
  color: #595959;
}
.modal{
  color: #595959;
}
#modal-reminder .btn-submit{
	background-color: #D0444B;
}
#agenda-info .lector-item {
  text-align: center;
  margin-top: 20px;
}
#agenda-details p {
	font-weight: 300;
}
#info .info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  font-size: 26px;
  margin-top: 40px;
}
.years {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line{
background: url("../img/section-separator.png") no-repeat center bottom;
	display: flex;
flex-direction: column;
justify-content: end;
text-align: right;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.line_green{
background: url("../img/section-separator_green.png") no-repeat center bottom;
	display: flex;
flex-direction: column;
justify-content: end;
text-align: right;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.line_logo{
background: url("../img/jardiance_logo_small.png") no-repeat right bottom;
	display: flex;
flex-direction: column;
justify-content: end;
text-align: right;
  padding-bottom: 88px;
  margin-bottom: 40px;
}


.line_l{
background: url("../img/section-separator.png") no-repeat left bottom;
	display: flex;
flex-direction: column;
justify-content: end;
text-align: right;
 padding-bottom: 20px;
  margin-bottom: 20px;
}
.line_r{
background: url("../img/section-separator.png") no-repeat right bottom;
	display: flex;
flex-direction: column;
justify-content: end;
text-align: right;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.button-1 {
   text-align: right;
}
.button-2 {
   text-align: left;
}
.baner {
}
.img-reprint{
	margin-top: 20px;
 width: 100%;
}
@media screen and (max-width: 760px) {
.agenda-tabs .nav-link.active {
    font-weight: 500;
  }
    .button-1 {
      margin-bottom: 20px;
    }
    .button-1, .button-2 {
       text-align: center;
    }
    .btn-blue {
      background-color: #6482C3;
      color: #ffffff;
      border-radius: 20px;
      padding: 14px 20px;
      text-decoration: none;
      font-weight: 500;
      border: 0 none;
      line-height: 1;
    }
	.box{
 height: 10vh;
}
.agenda-tabs .nav-link {
  width: 220px;
	color: #6382C3;
	font-weight: 200;
}
	#agenda-details .agenda-item .agenda-left .agenda-photo{
	display: none;
	}
.welcome_txt{
	font-size: 0.7rem;
	}
}
body#empty .chat-standalone {
  height: 97vh;
}
body#empty .chat-standalone .header {
  margin-top: 0;
  padding-bottom: 0;
}
body#empty .chat-standalone .sub-header {
  margin-top: 0;
}
body#empty .chat-standalone .sub-header h2 {
  font-weight: 400;
}
body#empty .chat-standalone .chat-standalone-content {
  background-color: rgba(100, 130, 195, 0.85);
  border-radius: 20px;
  padding: 0;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper {
  height: 450px;
  color: #ffffff;
  overflow-y: scroll;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper .chatScreen ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper .chatScreen ul li {
  font-weight: 300;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper .chatScreen ul li span {
  font-weight: 500;
}
body#empty .chat-standalone .chat-standalone-content .chat-control {
  display: flex;
  border-top: 3px solid #ffffff;
}
body#empty .chat-standalone .chat-standalone-content .chat-control > div {
  height: 60px;
}
body#empty .chat-standalone .chat-standalone-content .chat-control input {
  background: none;
  border: none;
  height: 100%;
  color: #ffffff;
}
body#empty .chat-standalone .chat-standalone-content .chat-control button {
  height: 100%;
  border-radius: 0 0 20px;
}
body#empty .chat-standalone .chat-standalone-content .chat-control ::placeholder {
  color: #ffffff;
  font-weight: 300;
}
body#empty .chat-standalone .chat-standalone-content .chat-control .chat-message {
  position: relative;
  flex-grow: 2;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
body#empty .chat-standalone .chat-standalone-content .chat-control .picker {
  top: 19px;
  right: 10px;
  position: absolute;
}
.icon {
	display: grid;
    align-content: center;
	max-width: fit-content;
}
.table_lv {
	width: 100%; 
	height: 100%; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 23px; 
	display: grid;
//		font-size: 22px;
}
.table_margin{
margin-top: 32px;
}
.sep{
	width: 100%;
  height: 0;
  border: 1px #FFC800 solid;
}
.row_in{
align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}
.green_table{
color: #009090;
  font-size: 20px;
  font-weight: 700;
  word-wrap: break-word;
}
@media (min-width: 768px) {
	.green_table{

        min-width: 250px;
  max-width: 250px;
}
	.box{
 height: 28vh;
}
 #main-navbar {
    padding-top: 20px;
  }
}
.ref {
	margin-top: 20px;
}
.center_img{
	display: grid;
    justify-content: center;
	margin-top: 40px
}
.center{
	display: grid;
    justify-content: center;
}
.bg_video {
  background: url("../img/bg_video.png") center no-repeat;
}
.bg_video_2 {
  background: url("../img/bg_video_2.png") center no-repeat;
}
.bg_video_3 {
  background: url("../img/bg_video_3.png") left no-repeat;
}
.bg_video_kf{
  background: url("../img/bg_kf.png") center no-repeat;
}
.bg_video_kf_1 {
  background: url("../img/bg_kf_1.png") left no-repeat;
}
.bg_video_jk{
  background: url("../img/bg_jk.png") center no-repeat;
}
.bg_video_jk_1 {
  background: url("../img/bg_jk_1.png") left no-repeat;
}
.bg_video_tk{
  background: url("../img/bg_tk.png") center no-repeat;
}
.bg_video_tk_1 {
  background: url("../img/bg_tk_1.png") right no-repeat;
}
.bg_video_tk{
  background: url("../img/bg_tk.png") center no-repeat;
}
.bg_video_tk_1 {
  background: url("../img/bg_tk_1.png") right no-repeat;
}
.bg_video_nessler{
  background: url("../img/nessler_1.png") center no-repeat;
}
.bg_video_nessler_1 {
  background: url("../img/nessler.png") left no-repeat;
}
.bg_video_migaj_1 {
  background: url("../img/migaj_1.png") right no-repeat;
}
.video_bg_border{
background-color: #FFF9E9;
//border: 1px solid #0C9384;
}
.video_bg{
//background-color: #FFF9E9;
}
#footer_lvef {   
	background-color: #008C7D;   
	font-weight: 300; 
}
.mobileHide{ 
	display: none;
}
.przypis{
text-decoration: none; 
	color: #6E6E6E;
	margin-top: 2px;
	font-size: 14px;
}
.main-shape_modal {
  border-radius: 0;
  padding: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  background-size: cover;
  border: solid;
  border-color: #009090;
}
.ref-content .list .item {
  margin-bottom: 10px;
}
#agenda-details .agenda-item .agenda-details {
font-weight: 600;
}
#agenda-details {
  min-height: 1000px;
}
#footer {
background-color: #E5E3DE;
}

#footer .contact-info_main{
	color: #0B2621;
}
#footer .info_main{
color: #0B2621;
display: flex;
  gap: 20px;
  justify-content: center;
}

#footer .info_main a{
color: #0B2621;
}
#footer .contact-info {
  justify-content: center;
}
#footer .col-wrapper {
  margin-top: 30px;
}
#footer .contact-info .item.phone p {
  margin-left: 30px;
}
.agenda_font2 {
  color: #767676;
  font-size: 1.4rem;
  text-align: center;
}
#agenda-details .agenda-item .agenda-title_hyb {
  font-size: 18px;
//  margin-bottom: 10px;
  font-weight: 400;
  color: #767676;
}
.top_title_years {
	display: flex;
  text-align: left;
  font-size: 1.4rem;
}
.agenda_font5 {
  color: #6382C3;
	font-weight: 400;
}
.agenda_font4 {
  color: #EF414A;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
.agenda_font5 {
  color: #6481C2;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}
.top_title_3{
	display: flex;
  text-align: center;
  font-size: 1.4rem;
	color: #6481C2;
	font-weight: 400;
}
.top_title_4{
	display: flex;
  text-align: center;
  font-size: 1.8rem;
	font-weight: 500;
	color: #FD0D2F;
}
.form-row .form-checkbox .form-check-input[type=checkbox]:checked {
  background-color: #D0444B;
}
#agenda-details .agenda-item .agenda-title {
  color: #5A5A5A;
}	
#agenda-details .agenda-item .agenda-details2 {
  font-size: 18px;
  color: #5A5A5A;
  font-weight: 600;
  margin-bottom: 0;
}
.agenda-name2{
color: #6382C3;
}
#agenda-details p {
  margin: 0;
  font-size: 16px;
  font-style: italic;
}

.agenda-name2 {
  color: #6382C3;
}
.agenda_font_z {
  color: #F0414B;
	font-size: 1.8rem;
}
button:hover {
  background: #6481C2; 
}
.top {
  background: url("../img/top_banner.jpg") no-repeat center top;
  background-size: cover;
  min-height: 100px;
}
.link-red {
  color: #D0444B !important;
//  background: url("../img/nowosc.png") no-repeat center top;
}

.link-blue {
  color: #6481C2 !important;
}
.city {
	font-weight: 500;
}
.dropdown-menu {
    margin-top: -10px !important;
  }
.margin_btn{
  margin: 24px;
}
.bg_wave.katowice {
  background-size: 100% 100%;
  background: url("../img/bg_katowice.jpg") no-repeat center top;
  background-size: contain;
}

.bg_wave.krakow {
  background-size: 100% 100%;
  background: url("../img/bg_krakow.jpg") no-repeat center top;
  background-size: contain;
}

.bg_wave.poznan {
  background-size: 100% 100%;
  background: url("../img/bg_poznan.jpg") no-repeat center top;
  background-size: contain;
}

.bg_wave.gdynia {
  background-size: 100% 100%;
  background: url("../img/bg_gdynia.jpg") no-repeat center top;
  background-size: contain;
}
.bg_wave.lodz {
  background-size: 100% 100%;
  background: url("../img/bg_lodz.jpg") no-repeat center top;
  background-size: contain;
}
.bg_wave.rzeszow {
  background-size: 100% 100%;
  background: url("../img/bg_rzeszow.jpg") no-repeat center top;
  background-size: contain;
}

.bg_wave.warszawa {
  background-size: 100% 100%;
  background: url("../img/bg_warszawa.jpg") no-repeat center top;
  background-size: contain;
}
.spc{
	font-weight: 500;
	color: #D0444B;
	font-size: 1.1rem;
	margin-bottom: 0.6rem;
}
.is-required::after, .required .has-star:not(.custom-control-label):not(.custom-file-label)::after{
	color: inherit;
}
.poll-form legend {
  text-align: center;
}
.modal .modal-dialog {
  max-width: 1000px;
  padding: 50px 10px 50px 10px;
  background-size: cover;
  margin-top: 5%;
}
.reister_succes {
  color: #5A5A5A;
  font-weight: 400;
  font-size: 18px;
}
section {
//  background: url("../img/section-separator.png") no-repeat center bottom;
  padding-bottom: 20px;
 margin-bottom: 5px;
}
@media (max-width: 768px) {
.agenda_font {
  font-size: 1.4rem;
	}
.top_sub_title {
  font-size: 2rem;
	}
.agenda_main {
  font-size: 1.4rem;
}
.ref-content {
    font-size: 16px;
    font-weight: 300;
}
.ref-content h3 {
    font-size: 20px;
}
#footer .second-col .col-wrapper {
    margin-bottom: 1px;
    padding: 20px;
}
#footer .col-wrapper {
    margin-top: 0px;
}	
#footer .info {
  display: grid;
  text-align: center;
}
#footer .contact-info .item.phone {
    margin-top: 1px;
  }
}
.custom-video {
  width: 100%;
  height: 100%;
  border: 2px solid #EF414A;
  border-radius: 30px;
  object-fit: cover;
  box-sizing: border-box;
}
.video-mrg{
margin-bottom: 80px;
}

.custom-btn {
  background-color: #6481C2 !important;
  border: 1px solid #ccc !important;
  color: #fff !important;
  transition: background-color 0.2s ease;
}

.custom-btn:hover {
  background-color: #dc3545 !important; 
  color: #fff !important;
}

.custom-btn.active {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.video-radius{
  border-radius: 30px !important;
}
    .video-wrapper {
      margin-top: 40px;
      margin-bottom: 40px;
    }

.menu_top-line{
  padding-top: 20px;
}

.top-line {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px; 
  height: 16px;
  z-index: 1050;
}
#menu-container {
    margin-top: 110px;
}
.mrg_menu {
  padding-top: 110px;
}

.top-site{
margin-top: 60px !important;
}
.bg_wave_3 {
	width: 100%;
	height: 100%;
	min-height:500px;
	background-size: cover;
}
.bold-text{
   font-weight: 500;
}
a {
  color: #6481C2;
}
.vod-page .custom-btn {
    cursor: pointer;
}
.vod-page .custom-btn.active {
    background-color: #f0f0f0;
    font-weight: bold;
}
.vod-page .custom-btn img {
    width: 24px;
    height: 24px;
}
.agenda_title_2 {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #767676;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 10px;
}
.agenda_title_3 {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #6482C3;
  font-size: 1.8rem;
}
.agenda_title{
	margin-top: 20px;
}
.margin_blue{
  margin-bottom: 20px;
}
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content {
    flex: 1;
}
section h1, section h2 {
  color: #EF414A;
}
.col-lg-10{
    margin-left: auto;
    margin-right: auto;
}
/* cooke */
.cookie-sticky-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.2s ease;
}

.cookie-sticky-btn img {
    width: 24px;
    height: 24px;
}

.cookie-sticky-btn:hover {
    transform: scale(1.1);
}
.cookie-sticky-btn {

    -webkit-tap-highlight-color: transparent;

    touch-action: manipulation;

}
@media screen and (max-width: 760px) {
	.cookie-sticky-btn {

    width: 22px;
    height: 22px;

}

.cookie-sticky-btn img {
    width: 18px;
    height: 18px;
}
}
.cookie-popup {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.08);
    display: none;
}

.cookie-popup-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-popup-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

.cookie-popup-text a {
    color: #32837d;
    font-weight: 600;
    text-decoration: underline;
}

.cookie-popup .btn {
    background-color: #32837d;
    border-color: #32837d;
    border-radius: 999px;
    padding: 10px 24px;
    white-space: nowrap;
}

.cookie-popup .btn:hover {
    background-color: #286b66;
    border-color: #286b66;
}

@media (max-width: 768px) {
    .cookie-popup-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-popup .btn {
        width: 100%;
    }
}