html {
    font-size: 16px; /* or any base font size you prefer */
}





body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


img {
    max-width: 100%;
}


h1, h2, h3, h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}



h1, h2, h3, h4, h5, h6 {
    color: inherit;
    margin: 0;
}



h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2rem;

}

h3 {
    font-size: 2.3rem;
    
    
}


h4 {
    font-size: 2rem;


}








.section_container {
    padding: 20px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}



.section_container.banner {
    max-width: 100%;
    width: auto;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    min-height: 100vh;
    padding: 0;
}


.top_banner {
    background-image: none;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-bottom: 10%; */
    min-height: 100vh;
    overflow: hidden;
   
}


.top_banner h1, .top_banner h2, .top_banner h3, .top_banner h4 {
    color: #000;
}

.banner_row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 100%;
}


.bluefont {
    color: #2765b0;
}

.redfont {
    color: #d11633;
}




.banner_row2 {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100vh;
}


.banner_row2 h4 {
    margin-top: 20px;
}


.banner_row3 {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 4;
    width: 100%;
    flex-wrap: wrap;
}



.banner_row1 img {
    max-width: 300px;
}


.row2col1 {
    z-index: 2;
    width: calc(50% - 10vw);
    padding: 5vw;
    
}

.row2col1 img {
    margin-bottom: 30px;
}


.row2col2 {
    z-index: 2;
    width: 50%;
    height: 100%;
    background-image: url(assets/kv_banner3v3.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-bottom: 10%; */
}




.row2col1 h1 {
    line-height: 1.1;
    display: none;
}

.row2col1 h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.row2col1 h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0px;
    font-weight: 500;
}


.row2col1 h4 {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-top: 0;
}

.row2col1 h5 .thin {
    font-weight: 400;
}

.row2col1 h5 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.1;
    /* text-transform: uppercase; */
}


.bmob {
    display: none;
}

.row3col1 {
    display: flex;
    align-items: center;
}


.row3col2 {
    display: flex
;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row3col2 img {
    max-width: 80px;
    margin-right: 20px;
}


.row3col3 {
    display: flex
    ;
        justify-content: space-between;
        width: 100%;
}



button {
    font-size: 1.3rem;
    font-weight: 700;
    border: 0px;
    padding: 10px 50px;
    font-family: inherit;
    color: #FFF;
    background: #d11633;
    border: 1px solid #d11633;
    border-radius: 10px;
    width: auto;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}


button:hover {
    background: #2765b0;
    color: #fff;
    border: 1px solid #2765b0;
}


.banner_but.light {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}


.banner_but.light:hover {
    background: #2765b0;
    color: #fff;
    border: 1px solid #2765b0;
}

.regbutton {
    background: #d11633;
    color: #fff;
    margin-left: 20px;
    border: 1px solid #d11633;
}


.regbutton:hover {
    background: #2765b0;
    color: #fff;
    border: 1px solid #d11633;
}







#info {
    padding: 100px 0px 100px 0px;
    background-image: url('assets/main_bg.jpg');
    background-size: cover;
    background-position: right bottom;
}


#info2 {
    padding: 40px 0px 100px 0px;
}



.intertext {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}


.intertext.contra {
    background-color: #2367b0;
    border: 1px solid #2367b0;
}


.intertext.contra:hover {
    background-color: #d11633;
    border: 1px solid #d11633;
}



.basic_info {
    font-size: 1.4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 00px;
    margin-top: 20px;
}



.empik_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}



.single_tile {
    background: #f2f1f1;
    width: calc(33% - 62px);
    border-radius: 10px;
    padding: 30px;
    font-size: 1.2rem;
    line-height: 1.3;
}







.single_tile h5 {
    font-size: 1.3rem;
    font-family: 'Poppins';
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}



#info_why .section_title {
    margin-bottom: 50px;
}

.why_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
}

.why_row h4 {
line-height: 1.1;
font-size: 1.8rem;
}

.why_text {
    width: 55%;
    font-size: 1.2rem;
}


.why_photo {
    width: 40%;
    display: flex
;
    justify-content: flex-start;
}

.why_photo.photo2 {
    justify-content: flex-end;
}


.why_photo img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
}



.inner_why {
    font-weight: 900;
    font-size: 5rem;
    text-align: center;
    width: 150px;
    height: 150px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-image: url(assets/circle1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}





.section_title {
    text-align: center;
}


.section_title h1 {
    color: transparent;
    font-size: 3rem;
    background-image: linear-gradient(to right top, #2c618f, #3773a8, #549ccb, #71add3);
    background-clip: text;
    -webkit-background-clip: text;
    color: #000;

}















.agenda_header {
    font-size: 1.4rem;
    border-top: 0px solid #2765b0;
    border-bottom: 0px solid #2765b0;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
}



.agenda_header i {
    font-size: 1.2rem;
    margin-left: 10px;
    margin-right: 10px;
}


.agenda_header.bottom i {
    font-size: 2.2rem;
    margin-right: 10px;
}


.agenda_position {
    display: flex;
    margin-bottom: 20px;

}






.session_name {
    font-weight: 500;
}

.session_description {
    font-size: 0.9rem;
}


ul {
    margin: 0;
}





.agenda {
    padding: 80px 0px;

}


.agenda_oce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.agenda_strefa {
    width: 30%;
    text-align: center;
}




h3 i {
    font-size: 2rem;
    background: rgb(0,99,193);
    background: linear-gradient(94deg, rgba(0,99,193,1) 0%, rgba(3,75,144,1) 100%);
    border-radius: 50%;
    color: #fff;
    line-height: 2.5;
    padding: 20px 26px;
    margin-bottom: 20px;
    /* width: 40px; */
}



#info_tiles {
    padding: 50px 0px;
    margin-top: 20px;
}



#info_why {
    padding: 50px 0px 0px 0px;
}





.basic_info.second {
    margin-top: 40px;
    margin-bottom: 20px;
}






#timer {
 text-align: center;
}



.info_countdown {
font-size: 1.3rem;
}

#countdown {
    margin-top: 20px;
    /* width: 500px; */
    margin-left: auto;
    margin-right: auto;
    
    display: flex;
    justify-content: center;
}

.time-part {
    background: #f2f1f1;
   margin-left: 5px;
   margin-right: 5px;
    border-radius: 10px;
    padding: 20px;
    min-width: 80px;
}


/* AGENDA */

#agenda {
    background: #f2f1f1;
    background: rgba(216,198,36,0.1);
    background-image: url('assets/agenda_bg.jpg');
    background-size: cover;
    background-position: right bottom;
}

.agenda_whole {
    width: 100%;
    color: #042d43;
    margin-top: 100px;
    margin-bottom: 100px;
}

#agenda .section_container {
    background: #fff;
    border-radius: 15px;
    margin-top: 30px;
}



.newaheader {
    background: #2765b0;
    padding: 20px;
    border-radius: 15px;
    display: flex
;
    flex-wrap: wrap;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}


.newaheader.experts {
    background: #d11633;
    margin-top: 80px;
}

.newaheader div {
    width: 100%;
}

.newaheader .agenda_time {
    width: auto;
    padding: 5px 20px;
    margin: 0;
    font-size: 1.2rem;
    margin-top: -10px;
}




.agenda_position {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    /* padding: 20px; */
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.agenda_position:hover {
    background: rgba(255, 255, 255, 1);
}





.agenda_time {
    width: auto;
    /* font-weight: 600; */
    padding: 15px;
    background: #2765b0;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 50px;
    padding: 8px 8px 5px 8px;
    font-family: "Poppins";
    transition: 0.3s all ease-in-out;
    font-weight: 600;
  
}


.agenda_position:hover .agenda_time {
    font-family: "Poppins";
    padding: 12px 12px 9px 12px;
    margin-right: 41px;
    font-weight: 700;
}

.agenda_content {
    width: calc(100% - 330px);
    padding: 10px 30px;
    position: relative;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
    padding: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agenda_content::after {
    position: absolute;
    top: -15px;
    left: -25px;
    background: #f2f1f1;
    width: 5px;
    content: '';
    height: calc(100% + 30px);
    transition: 0.3s all ease-in-out;
}




.agenda_position:hover .agenda_content::after {
	opacity: 1;
    background: #2765b0;
}



.agenda_position:hover .agenda_content::before {
	opacity: 1;
}


.agenda_title {
    width: 100%;
    /* font-weight: 500; */
    margin-bottom: 0px;
    font-size: 1.35rem;
    font-weight: 700;
}


.agenda_desc {
    font-size: 1.2rem;
    font-weight: 400;
   
    margin-top: 5px;
    line-height: 1.2;
}

.agenda_speakers {
    width: 100%;
    
   
}


.agenda_position .agenda_speakers {
display: none;
}



.agenda_speaker {
    width: 100%;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.agenda_speaker_photo {
    width: 150px;
    margin-right: 5px;
}



.agenda_speaker_nophoto {
    width: 80px;
    margin-right: 10px;
    background: rgb(59, 162, 239);
    background: linear-gradient(121deg, rgba(59, 162, 239, 1) 0%, rgba(40, 138, 233, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
   font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    height: 80px;
    border-radius: 50%;
}

.agenda_speaker_photo img {
    max-width: 100%;
    border-radius: 50%;
}


.agenda_speaker_details {
    width: calc(100% - 180px);
    font-size: 1rem;
}


.agenda_speaker_name {
    font-weight: 700;
    font-size: 1.8rem;
}

.agenda_speaker_title {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.agenda_note {
    font-size: 0.8rem;
    margin-top: 10px;
}



.agenda_position a {
    color: #df2420 !important;
    text-decoration: none;
}




.agenda_details {
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}

.session_name {
    font-weight: 500;
    width: 55%;
}

.session .session_name {
    font-size: 1rem;
    width: 100%;
}

.session_speakers {
    width: 45%;
    padding-left: 30px;
}

.session_speaker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 0.9rem;
    color: #fff !important;
}

.session_speaker_name {
    font-weight: 500;
}

.session_speaker_img {
    width: 30px;
    margin-right: 10px;
}

.session_speaker_img img {
    max-width: 100%;
    border-radius: 50%;
}

.session_speaker_aff {
    font-size: 0.8rem;
    margin-top: -5px;
}






.coffee {
    background: rgba(255, 255, 255, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
}

.session {
    margin-top: 30px;
    margin-bottom: 10px;
}













h5 {
    font-size: 1.5rem;
    font-weight: 700;
}


h5 i {
    font-size: 2.3rem;
    line-height: 1.5;
}

.rejestracja {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(assets/oce_reg_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
}







.regForm {
    margin-top: 30px;
}

.addinfogroup {
    position: relative;
}


.addinfo {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 0.9rem;
}

.addinfo a {
    color: #000 !important;
    text-decoration: none !important;
}


.addinfo a:hover {
    font-weight: 500 !important;
    
}


/* FORM */

.form_container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.half-width {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.half-width .input-group {
    width: 48%;
}


.full-width .input-group {
    width: 100%;
}






.form_container input, .form_container select {
    width: calc(100% - 30px);
    padding: 15px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 2px;
    border: 1px solid #2765b0;
    font-family: inherit;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.95rem;
}

.form_container input[type="radio" i]  {
    width: auto;
}


.radiogroup {
    display: flex;
    flex-wrap: wrap;
}


.radiogroup div {
    width: fit-content;
    min-width: 100px;
}

.radiogroup label {
    width: 100%;
}


.form_container select {
width: 100%;
}

.form_container a {
    color: #2765b0;
    font-weight: 500;
    text-decoration: underline;
}


.additional_info {
    font-size: 0.8rem;
    margin-top: 20px;
    margin-bottom: 30px;
}


.additional_info.addmargin {
    margin-top: 30px;
    margin-bottom: 0px;
}


::placeholder, .defselect {
    color: #000;
    font-weight: 400;
    
  }


  .checkboxes_header {
    color: #2765b0;
    font-size: 0.9rem;
    font-weight: 500;
}


.multicheckboxes {
    margin-top: 30px;
}




.butcontainer {
    text-align: center;
    margin-top: 40px;
}







/* Customize the label (the container) */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a #2765b0 background */
.radio_container input:checked ~ .checkmark {
    background-color: #2765b0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* Create a custom checkbox */
.checkbox_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a #2765b0 background */
.checkbox_container input:checked ~ .checkmark {
    background-color: #2765b0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





#error-message {
    margin-top: 20px;
    border: 1px solid red;
    padding: 10px;
    text-align: center;
}


#success-message {
    margin-top: 20px;
    border: 0px solid #2765b0;
    border-radius: 15px;
    padding: 30px;
    background: #f2f1f1;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
}














.whole_contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background: rgb(31,31,151);
    background: linear-gradient(90deg, rgba(31,31,151,1) 50%, rgba(83,104,211,1) 100%);
color: #fff;
font-size: 0.9rem;
}


.whole_contact h3 {
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.map_container {
    width: 60%;
    height: 450px;
}


.contact_container {
    width: 40%;
    text-align: center;
}


.stronger {
    font-weight: 500;
}




.footer {
    background: #161413;
    color: rgba(255, 255, 255, 1);
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.footer_kontakt {
    padding: 0px 20px;
}

.footer_kontakt a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}


.footer_logo {
    width: 100%;
    max-width: 150px;
}

.bottom_logos {
    max-width: 700px;
    /* margin-top: 50px; */
    padding: 20px;
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.footer_info {
    font-size: 0.8rem;
    text-align: center;
}


.bottom_logos img {
    max-width: 100%;
}







.partners {
    background: #f2f0f1;
    padding: 70px 0px;
}

.partners .section_container {
    max-width: 1300px;
}


.partners_container {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1vw;
    margin: 0 auto;
    padding: 20px;
}


.single_partner {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 0.8rem;
}


.single_partner_title {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
}




.row3col2 img {
    max-width: 80px;
    margin-right: 20px;
    margin-bottom: 0;
}

.row3col3 {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}





@media only screen  and (max-width: 1440px) {
    .row2col1 img {
        margin-bottom: 30px;
        max-width: 220px;
    }

    .row3col2 img {
        max-width: 80px;
        margin-right: 20px;
        margin-bottom: 0;
    }


    h1 {
        font-size: 3.3rem;
    }




    .row2col1 h2 {
        font-size: 1.2rem;
        line-height: 1.2;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }


    .row2col1 h5 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-top: 30px;
        line-height: 1.1;
        /* text-transform: uppercase; */
    }
}




@media only screen  and (max-width: 1366px) {

    h1 {
        font-size: 3rem;
    }



    .row2col1 h2 {
        font-size: 1.1rem;
        line-height: 1.2;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }

}



@media only screen  and (max-width: 1282px) {

    .row2col1 h2 {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }



    .row2col1 h5 {
        font-size: 2.3rem;
        font-weight: 700;
        margin-top: 30px;
        line-height: 1.1;
        /* text-transform: uppercase; */
    }


}








@media only screen  and (max-width: 1030px) {


    .bmob {
        display: initial;
    }

    .bdesk {
        display: none;
    }

    h3 {
        font-size: 2rem;
    }


    .banner_row1 img {
        max-width: 230px;
    }


    h1 {
        font-size: 3rem;
    }

    h4 {
        font-size: 1.4rem;
    }


    .row3col1 img, .row3col2 img {
        width: 50px;
        max-width: 100%;
    }



    button {
        font-size: 1.2rem;
       
        padding: 15px 30px;
  
    }

    .footer {
        flex-wrap: wrap;
    }

    .footer_text {
        width: 100%;
    }


    .footer_kontakt {
        padding: 0px;
        margin-top: 20px;
    }



    .row2col1 h2 {
        font-size: 1.2rem;
    }



}











@media only screen  and (max-width: 995px) {

    .banner_row.buttons a {
        width: 100%;
    }


    .banner_row.buttons button {
        width: 100%;
    }


    .regbutton {
        margin-left: 0;
        margin-top: 20px;
    }









    .banner_row2 {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 0;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }




    .row2col1 {
        z-index: 2;
        width: 100%;
        padding: 5vw;
    }



    .row2col2 {
        z-index: 2;
        width: 100%;
        height: 450px;
        background-image: url(assets/kv_banner3v3.jpg);
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        /* padding-bottom: 10%; */
    }


}








@media only screen  and (max-width: 810px) {


    #info {
   
        background-image: none !important;
       
    }



  


.agenda_header {
    font-size: 1.3rem;
}


.newaheader .agenda_time {
    width: auto;
    padding: 5px 20px;
    margin: 0;
    font-size: 1.2rem;
    margin-top: 10px;
}

h3 {
    font-size: 1.7rem;
}


h5 {
    font-size: 1.2rem;
    font-weight: 700;
}






.section_title h1 {
    
    font-size: 2.5rem;
}






.single_tile {
    width: calc(50% - 62px);
    padding: 30px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 5px;
}





.agenda_title {

    width: 100%;
    
}

.agenda_speakers {
    width: 100%;
    margin-top: 20px;
}



}




@media only screen  and (max-width: 550px) {


    .row3col3 {
        display: flex
    ;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
    }


    .row3col3 button {
        width: 100%;
    }

    
    .agenda_strefa {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }


    h3 {
        font-size: 1.5rem;
    }



    h1 {
        font-size: 2.5rem;
    }


    .section_title h1 {
        font-size: 2.2rem;
    }


    .single_tile {
        width: 100%;
        padding: 30px;
        font-size: 1.2rem;
        line-height: 1.3;
        margin-top: 5px;
    }


    


    .why_text {
        width: 100%;
    }

    .why_photo {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }


    .why_row {
        display: flex
    ;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 1.3rem;
        line-height: 1.5;
        margin-top: 40px;
        margin-bottom: 15px;
        flex-direction: column-reverse;
    }


    .why_row.why2 {
        flex-direction: column;
    }

    .why_photo.photo2 {
        justify-content: center;
    }

    .agenda_time {
        width: 100%;
        margin-right: 0 !important;
    }

    .agenda_content {
        width: 100%;
        padding: 30px;
    }


    .half-width .input-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .addinfo {
        position: absolute;
        top: -15px;
        left: 0;
        font-size: 0.9rem;
    }



    .agenda_speaker_details {
        width: 100%;
        font-size: 1rem;
    }



    .row3col3 button {
        width: 100%;
        margin-bottom: 10px;
        min-width: 300px;
    }


}





@media only screen  and (max-width: 480px) {


 
    .time-part {
       
       margin-left: 2px;
       margin-right: 2px;
       min-width: 60px;
        padding: 10px;
    }

 

    h1 {
        font-size: 2rem;
    }

    .row2col1 h5 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 20px;
        line-height: 1.3;
    }


    .row2col1 h2 {
        font-size: 1.2rem;
        line-height: 1.2;
        margin-top: 0px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .row2col1 h4 {
        font-size: 1.3rem;
        line-height: 1.1;
        margin-top: 0;
    }


}













@media only screen  and (max-width: 320px) {




}



















/* ORGANIZER */

.backgroundimg {
    background-image: url(assets/testbg2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.organizer_login {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    
   
    flex-wrap: wrap;
    text-align: center;
}


.login_content {
    width: 100%;
    max-width: 400px;
}

.login_info {
    
}




.orglogin {

}


.orglogin input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.9);
    border-radius: 2px;
    border: 1px solid #2765b0;
    font-family: inherit;
    color: #2765b0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px;
}




.organizer_login_inner {
    padding: 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}




.formbutton.loginbut {
    font-size: 0.9rem;
    padding: 15px;
}



.organizer_container {
padding: 20px;
min-height: 100vh;
}


.organizer_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.box {
    border-radius: 5px;
    background: rgba(255,255,255,0.9);
}



.all_filters {
    padding: 20px;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}



.filters_icon {
    font-size: 1.5rem;
    margin-top: -10px;
    margin-right: 10px;
}




.stats {
    padding: 20px;
    margin-bottom: 10px;
}

.stats_title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}


.stats_numbers {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
}


.single_stats {
    margin-left: 10px;
    margin-right: 10px;
}



.logout {
    text-align: right;
    margin-bottom: 10px;
}

.logoutbut {
    font-size: 0.7rem;
    width: auto;
    padding: 5px 15px;
    border: 1px solid #2765b0;
    background: #2765b0;
    color: #fff;
}

.logoutbut:hover {
  
    border: 1px solid #2765b0;

}





.table_container {
    max-width: 100%;
    overflow: auto;
    max-height: calc(100vh - 280px);
	padding-bottom: 10px;
}


.admin_participants {
    font-size: 0.75rem;
    border-collapse: collapse;
	cellspacing: 0;
	cellpadding: 0;
    width: 100%;
}


/* Define a background color for odd rows (1st, 3rd, 5th, etc.) */
.admin_participants tr:nth-child(odd) {
  background-color: #fff; /* Change this color to your desired odd-row color */
}

/* Define a background color for even rows (2nd, 4th, 6th, etc.) */
.admin_participants tr:nth-child(even) {
  background-color: #eee; /* Change this color to your desired even-row color */
}



.admin_participants td {
	padding: 5px 5px;
}


.admin_participants th {
    background-color: #2765b0;
    color: #fff;
    padding: 10px 5px;
    text-align: left;
   border-right: 1px solid rgba(255,255,255,1);
}


.admin_participants th.sortable {
    cursor: pointer;
    position: relative;
    min-width: 80px;
   
}



.admin_participants th.sortable.id {
    min-width: 30px;
   
}


.statuscol {
	min-width: 140px;
}

form.statusUpdate {
	display: flex;
    height: 20px;
}





.statusUpdate select {
    color: inherit;
    font-size: 0.7rem;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
}



.all_filters #search-input {
    padding: 10px;
    border: 1px solid #2765b0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
}







.sorticon {
   
    background: transparent;
   
    font-size: 1rem;
	padding-left: 2px;
}

.all_filters {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.all_filters button {
    padding: 10px;
}

.filter_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
	margin-right: 20px;
}


.filter_group_name {
    width: fit-content;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: right;
    margin-right: 5px;
}


.filter-buttons {
    display: flex;
    justify-content: space-evenly;
    
}


.filter-buttons button {
    background: transparent;
    font-size: 0.7rem;
    font-weight: 400;
    border: 1px solid rgba(0,22,66,0.3);
    border-radius: 50px;
    padding: 0px 7px;
    color: #2765b0;
    width: fit-content;
    margin-right: 5px;
    min-width: 80px;
}


.filter-buttons button.active_filter {
	background: #2765b0;
	color: #fff;
	 border: 1px solid rgba(0,22,66,1);
}


#filter-reset {
    background: #2765b0;
    color: #fff;
    border: 1px solid rgba(0, 22, 66, 1);
    border-radius: 5px;
    height: 35px;
    font-size: 0.8rem;
}


.export_button {
    background: #d11633;
    color: #fff;
    border: 1px solid #d11633;
    border-radius: 5px;
    height: 35px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
}


.export_button:hover {
    background: #2765b0;
    color: #fff;
    border: 1px solid #2765b0;
   
}



.butUpdate {
    background: #2765b0;
    color: #fff;
    font-size: 0.6rem;
    
    padding: 0px 0px;
    width: 50px;
    margin-left: 5px;
}


.butUpdate:hover {
    color: #d11633;
}

.hide {
    display: none;
}



.belka {
    text-align: center;

}

.belka img {
    width: 90%;
    max-width: 800px;
    margin: auto;
}