body {
    margin: 0;
    color: #1d1d1b;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}


.hide {
    display: none;
}


button {
    background: #ffe054;
    color: #fff;
    border: 0px;
    border-radius: 2px;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 20px;
    font-family: inherit;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

button:hover {
    background: #be1639;
}



h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
}


header {
    display: flex;
    justify-content: space-between;
    padding: 0vw 5vw;
    background: #fff;
    color: #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
    align-items: center;
    margin-top: -2px;
    height: 15vh;
    position: fixed;
    width: calc(100vw - 10vw);
    top: 0;
    background: #fff;
    z-index: 999;
}

header.short {
    height: 10vh;
}

header a {
    color: #fff;
    text-decoration: none;
}



.logo img {
    width: 300px;
}



.desktop-menu {
    display: none;
}

.desktop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.desktop-menu ul li {
    margin: 0 0px;
    padding: 25px 0px;
}

.desktop-menu ul li a {
    color: #1d1d1b;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6.2vh 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    height: 15vh;
}


.short .desktop-menu ul li a {
    height: 10vh;
    padding: 3.9vh 20px;
    font-size: 1rem;
}












.desktop-menu ul li a:hover, .desktop-menu ul li a:focus {
    background-color: #be1639;
    color: #fff;
    border-radius: 0px;
}

@media (min-width: 769px) {
    .desktop-menu {
        display: block;
    }
    .menu-toggle, .mobile-menu {
        display: none;
    }
}

.menu-toggle {
    cursor: pointer;
    z-index: 1001;
    font-size: 2rem;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(9,47,83,0.99);
    color: #fff;
    z-index: 1000;
    transition: right 0.5s ease;
}

.mobile-menu ul {
    padding-top: 60px;
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.mobile-menu ul li {
    padding: 15px 0;
  
}


.mobile-menu ul li:hover {
 
    background: #be1639;
}


.mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
}


.mobile-menu ul li a {

}

.mobile-menu.active {
    right: 0;
}





section {
    padding-left: 5vw;
    padding-right: 5vw;
}


.container {
    width: 90vw;
    margin: auto;
    max-width: 80vw;
    
}






section h1 {
text-transform: uppercase;
position: relative;
font-size: 3rem;
margin: 0;
line-height: 1;
padding: 0;
font-weight: 600;
}


section h1::before {
    content: '';
    position: absolute;
    left: -1298px;
    top: 0;
    width: 1300px;
    background: #ffe054;
    height: 100%;
    

}










/* ZAPOWIEDŹ */


#zapowiedz {
    padding: 100px 5vw;
    background: #fff;
    position: relative;
}




#zapowiedz::before {
    background: #093053;
    position: absolute;
    width: 65%;
    height: calc(100% - 150px);
    top: 100px;
    right: 0;
    content: '';
    z-index: 1;
}

#zapowiedz::after {
    background: #be1639;
    position: absolute;
    width: 38%;
    height: calc(70% - 100px);
    top: 200px;
    left: 0;
    content: '';
    z-index: 2;
}


.zapowiedz_whole {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 50px 0px;
}




.zapowiedz_left {
    width: 25%;
    font-size: 1.8rem;
}


.zapowiedz_right {
    width: 65%;
    margin-right: -5%;
}






/* DOSTAWCY KARUZELA */


.vendor_carousel {
    margin-top: 100px;
    margin-bottom: 50px;
}




.vendor_carousel .carousel_single_vendor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.vendor_carousel .carousel_single_vendor img {
    max-width: 100%; /* Adjust based on your requirement */
    height: auto; /* This keeps the aspect ratio of the logos */
    padding: 5px; /* Padding around the logos */
}


.all_vendors {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 35px;
    background: #093053;
    border: 1px solid #093053;
    margin-top: -30px;
}



.all_vendors:hover {
    color: #fff;
background: #be1639;
border: 1px solid #be1639;;
}




.partners {
    text-align: center;
    margin-top: 120px;
}

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


.spartners h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1;
    padding: 0;
    font-weight: 500;
    margin-bottom: 20px;
}



#dostawcy {
    padding: 100px 5vw;
    margin-top: 15vh;
}



#dostawcy img {
    max-width: 100%;
}


#dostawcy .partners img {
    max-width: 160px;
}










.platyna, .zloto, .srebro, .braz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
}




.platyna .single_vendor {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}



.zloto .single_vendor {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}




.srebro .single_vendor {
    width: 17%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}




.braz .single_vendor {
    width: 14%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}








/* STREFA DOSTAWCY */

.container.sd {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: 15vh;
    margin: auto;
    margin-top: 15vh;
    width: 90vw;
    max-width: 80vw;
    min-height: calc(85vh - 215px);
}


.sd_title h1 {
    text-transform: uppercase;
    position: relative;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    padding: 0;
    font-weight: 600;
}


.sd_title h1::before {
    content: '';
    position: absolute;
    left: -298px;
    top: 0;
    width: 300px;
    background: #ffe054;
    height: 100%;
}


.sd h2 {
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 2px;
    /* background: red; */
}


.single_vendor_container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

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

.vendor_left {
    width: 250px;
}


/* Dodaj właściwości przewijania dla .vendor_right */
.vendor_right {
    width: calc(100% - 400px);
    overflow-y: auto;
    max-height: calc(100vh - 240px);
    padding-right: 20px;
}



.sv_logo {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}


.sv_name {
    font-size: 1.5rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-top: 20px;
}


.sv_categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sv_category {
    font-size: 0.7rem;
    color: #fff;
    background: #be1639;
    text-transform: uppercase;
    padding: 7px;
    width: fit-content;
    margin-top: 10px;
    font-weight: 500;
    margin-right: 10px;
}


.sv_socials {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
}


.sv_socials a {
    margin-left: 5px;
    margin-right: 5px;
}






.vendor_description {
    margin-bottom: 40px;
    font-size: 0.95rem;
}

.sv_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 40px;
}

.sv_image {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative; /* Dodajemy pozycjonowanie dla diva zawierającego obraz */
    overflow: hidden; /* Ukrywamy części obrazu, które wyjdą poza ramy diva */
}

.sv_image img {
    width: 100%; /* Ustawiamy szerokość obrazu na 100% */
    height: 100%; /* Ustawiamy wysokość obrazu na 100% */
    object-fit: cover; /* Skalowanie obrazu tak, aby wypełnił cały obszar zachowując proporcje */
    object-position: center; /* Wyśrodkowanie obrazu */
}



.sv_videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 40px;
}


.sv_video {
    padding-bottom: 56.25%;
    position: relative;
}

.sv_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







.sv_files {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    
}


.sv_file {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #093053;
    color: #fff;
    padding: 20px;
    text-align: center;
    height: 70px;
    flex-wrap: wrap;
    font-size: 0.9rem;
}


.sv_file:hover {
    background: #be1639;
}


.sv_file div {
    width: 100%;
}


.sv_file_icon {
    font-size: 1.6rem;
    margin-bottom: 5px;
}





/* REJESTRACJA */









#rejestracja {
    background: #fff;
    padding: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 50px 5vw;
}

#rejestracja h1 {
    color: #1d1d1b;
}


#rejestracja::before {
    background: #be1639;
    position: absolute;
    width: 60%;
    height: calc(100% - 50px);
    top: 50px;
    right: 0;
    content: '';
    z-index: 1;
}

#rejestracja::after {
    background: #093053;
    position: absolute;
    width: 38%;
    height: calc(100% - 150px);
    top: 150px;
    left: 0;
    content: '';
    z-index: 0;
}




.rejestracja_whole {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: 30px;
}




.rejestracja_left {
    width: 30%;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 50px;
}



.rejestracja_right {
    width: 50%;
}


.form_half {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_half input {
    width: calc(47% - 15px);
    background: transparent;
    font-family: inherit;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 1.1rem;
    border-radius: 2px;
}








input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8) !important;
    }
     
    input:-moz-placeholder { /* Firefox 18- */
        color: rgba(255,255,255,0.8) !important;
    }
     
    input::-moz-placeholder {  /* Firefox 19+ */
        color: rgba(255,255,255,0.8) !important;
    }
     
    input:-ms-input-placeholder {  
        color: rgba(255,255,255,0.8) !important;
    }




    #rejestracja button {
        width: 100%;
        background: #ffe054;
        color: #000;
        border: 1px solid #ffe054;
        border: 0px;
        border-radius: 2px;
        font-size: 1.5rem;
        padding: 10px;
        margin-top: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    #rejestracja button:hover {
        background: #fff;
        color: #be1639;
        border: 1px solid #fff;
    }



#rejestracja a {
    text-decoration: underline;
    font-weight: 600;
}





/* 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 blue background */
.radio_container input:checked ~ .checkmark {
    background-color: #0b4692;
}

/* 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: 0.8rem;
    -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 blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: #0b4692;
}

/* 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 #fff;
    padding: 10px;
    text-align: center;
}


#success-message {
    margin-top: 20px;
    border: 0px solid #0b4692;
    padding: 10px;
    text-align: center;
}









/* POPUP */


#popup {
    font-family: "Roboto", sans-serif !important;
}

#popup h2 {
    font-size: 1rem;
}


#popup p {
    font-size: 0.9rem;
}


.ui-widget.ui-widget-content {
    border: 0px !important;
    border-radius: 1px !important;
    font-family: "Roboto", sans-serif !important;
    max-width: 95%;
}


.ui-dialog .ui-dialog-titlebar {
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #fff;
    border: 0px;
    font-weight: 600;
}


.ui-dialog .ui-dialog-title::before {
    content: '';
    position: absolute;
    left: -1780px;
    top: 0;
    width: 1800px;
    background: #ffe054;
    height: 100%;
    font-weight: 600;
}



.ui-dialog .ui-dialog-titlebar-close {
display: none !important;
}



.ui-button .ui-icon {
    background-image: none !important;
    position: relative !important;
}



.ui-dialog .ui-dialog-buttonpane {
    border: 0px;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
    opacity: 1 !important;
}


#popup a {
    font-weight: 500;
    text-decoration: underline;
}




.speaker_popup {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px !important;
}



.speaker_popup .speaker_image {
    width: 300px;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 15px 15px 15px 15px;
    
}


.speaker_popup .speaker_image img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}


.speaker_popup .speaker_image::before {
    position: absolute;
    content: '';
    top: 40px;
    left: -20px;
    background: #be1639;
    width: 90%;
    height: 90%;
    z-index: 3;
}

.speaker_popup .speaker_image::after {
    position: absolute;
    content: '';
    top: -20px;
    right: -20px;
    background: #093053;
    width: 90%;
    height: 90%;
    z-index: 3;
   }



.speaker_popup .speaker_details {
    width: calc(100% - 360px);
    font-size: 0.9rem;
}


.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 0px;
    border-radius: 0px;
    background: #be1639;
    color: #fff;
    font-weight: 600;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Usuń obramowanie focusa dla wszystkich elementów wewnątrz popupu */
.speaker_popup *:focus {
    outline: none !important;
}


.speaker_popup *:focus-visible {
    outline: none !important;
}


.ui-dialog .ui-dialog-buttonpane button:focus-visible {
    outline: none !important;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    outline: none !important;
}





.speaker_popup .speaker_name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
    min-width: 400px;
}


.speaker_popup .speaker_info {
    font-weight: 500;
    font-size: 1rem;
}

.speaker_popup .speaker_bio {
    margin-top: 20px;
}


.speaker_popup .ui-dialog-title {

    color: #fff !important;
}



.speaker_popup .initials {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}


































/* Width and height of the scrollbar */
.sd ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Style of the scrollbar thumb */
.sd ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
}


.sd ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
}


/* Style of the scrollbar track */
.sd ::-webkit-scrollbar-track {
     background-color: rgba(0,0,0,0.01);
}

/* Firefox scrollbar styles */
* {
    .sd scrollbar-width: thin;
    .sd scrollbar-color: rgba(0,0,0,0.1) rgba(0,0,0,0.01);
}






footer {
    padding: 30px 5vw;
    background: #1d1d1b;
    color: #fff;
    font-size: 0.8rem;
}


.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.footer_left {
    width: 45%;
}


.footer_right {
    width: 45%;
    text-align: right;
}



















@media only screen and (min-width: 2500px) {





    .container {
        width: 90vw;
        margin: auto;
        max-width: 70vw;
    }






    .day_title {
        font-size: 1.8rem;
    }


    .single_session.block .session_name {
        padding: 10px;
        font-size: 1.5rem;
    }



    #zapowiedz::after {
 
        width: 38%;
        height: calc(70% - 150px);
        top: 250px;

    }

    #zapowiedz::before {
        height: calc(100% - 150px);
    }


    .zapowiedz_whole {
        padding: 100px 0px;
    }

    .zapowiedz_left {
        font-size: 2.7rem;
        margin-top: -10px;
    }


    .zapowiedz_right {
        width: 65%;
        margin-right: -5%;
       
    }




}





@media only screen and (min-width: 1900px) and (max-width: 2500px) {


    


    .container {
        width: 90vw;
        margin: auto;
        max-width: 80vw;
    }



    .zapowiedz_left {
        width: 25%;
        font-size: 2.4rem;
        margin-top: -20px;
    }



}




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



}




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



}







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

    .container {
        max-width: 85vw;
        margin: auto;
        width: 100vw;
    }

}








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

    .container {
        max-width: 90vw;
        margin: auto;
        width: 100vw;
    }



    }












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

  

    }








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

     

     



        .desktop-menu ul li a {
           
            font-size: 1rem;
            padding: 6.2vh 10px;
            height: 15vh;
        }
   



        .zapowiedz_left {
            width: 30%;
            font-size: 1.7rem;
        }
    
    
        .rejestracja_right {
            width: 60%;
        }
    
    
        .rejestracja_left {
            width: 30%;
            font-size: 1.5rem;
            line-height: 1.2;
            margin-top: 50px;
        }
    
    








    
}




@media only screen and (max-width: 1024px) and (orientation: portrait) {



    


}



@media only screen and (max-width: 1024px) and (orientation: landscape) {

    

}













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


    
    }











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


    .logo {
            padding: 20px 0px;
        }


        .logo img {
            width: 220px;
        }


        .desktop-menu ul li a {
            font-size: 0.9rem;
            padding: 6.2vh 5px;
            height: 15vh;
        }


        .short .desktop-menu ul li a {
            height: 10vh;
            padding: 3.9vh 10px;
            font-size: 0.9rem;
        }



        .container {
            width: 90vw;
            margin: auto;
            max-width: 80vw;
        }
    
    


        section h1 {

            font-size: 2.5rem;
         
        }





        




        .zapowiedz_whole {

            flex-wrap: wrap;
            padding: 50px 0px;
        }

        .zapowiedz_left {
            width: 100%;
            font-size: 1.3rem;
            margin-top: 50px;
            margin-bottom: 20px;
        }


        .zapowiedz_right {
            width: 100%;
            margin-right: 0;
        }





        #zapowiedz::before {
            background: #093053;
            position: absolute;
            width: 25%;
            height: calc(100% - 100px);
            top: 100px;
            right: 0;
            content: '';
            z-index: 1;
        }


        #zapowiedz::after {
            background: #be1639;
            position: absolute;
            width: 90%;
            height: calc(100% - 230px);
            top: 170px;
            left: 0;
            content: '';
        }







 




        .rejestracja_whole {
            flex-wrap: wrap;
        }




        .rejestracja_left {
            width: 100%;
            font-size: 1.5rem;
            line-height: 1.2;
            margin-top: 50px;
            margin-bottom: 30px;
        }



        .rejestracja_right {
            width: 100%;
        }




        #rejestracja::after {
            background: #093053;
            position: absolute;
            width: 100%;
            height: calc(100% - 120px);
            top: 120px;
            left: 0;
            content: '';
            z-index: 0;
        }




        #rejestracja::before {
            background: #be1639;
            position: absolute;
            width: 50%;
            height: calc(100% - 50px);
            top: 50px;
            right: 0;
            content: '';
            z-index: 0;
        }







    }




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



        section h1 {
            font-size: 2.1rem;
        }

        .rejestracja_left {
  
            font-size: 1.3rem;

        }






        .speaker_popup {
            flex-wrap: wrap;

        }



        .speaker_popup .speaker_image {
            width: 100%;
            height: auto;
        }


        .speaker_popup .speaker_details {
            width: 100%;
            font-size: 0.9rem;
            margin-top: 20px;
        }



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


        .vendor_left {
            width: 100%;
        }


        .vendor_right {
            width: 100%;
            overflow-y: auto;
            max-height: none;
            padding-right: 0;
            margin-top: 20px;
            height: auto;
        }


    }
    

















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

        .logo img {
            width: 150px;
        }
    

        #rejestracja::before {
            background: #be1639;
            position: absolute;
            width: 30%;
            height: calc(100% - 50px);
            top: 50px;
            right: 0;
            content: '';
            z-index: 0;
        }

        section h1 {
            font-size: 2rem;
        }


        .form_half input {
            width: calc(100% - 15px);
        }




        .platyna .single_vendor {
            width: 50%;
        }



        .platyna .single_vendor {
            width: 60%;
        }


        .zloto .single_vendor {
            width: 46%;

        }



        .srebro .single_vendor {
            width: 40%;

        }


        .braz .single_vendor {
            width: 28%;

        }


      


    }




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



        #rejestracja::before {
            background: #be1639;
            position: absolute;
            width: 30%;
            height: calc(100% - 50px);
            top: 50px;
            right: 0;
            content: '';
            z-index: 0;
        }




        .footer_left {
            width: 100%;
            text-align: center;
        }

        .footer_right {
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }

    
    }




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



        #rejestracja::before {
            background: #be1639;
            position: absolute;
            width: 10%;
            height: calc(100% - 50px);
            top: 50px;
            right: 0;
            content: '';
            z-index: 0;
        }
    
    }



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


    
    }






    .unique-popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #be1639;
        color: #fff;
        padding: 40px;
        border-radius: 0px;
        border: 0px solid #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
        z-index: 999;
        font-size: 1.1rem;
        line-height: 1.3;
        width: 90%;
        max-width: 600px;
    }
    
    .unique-popup  .popup-content {
        text-align: left;
    }
    
    .unique-popup .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
    }
    
    .unique-popup button {
        margin: 10px;
        padding: 10px 20px;
        border: none;
       
        background-color: #093053;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 500;
        cursor: pointer;
    }
    
    .unique-popup button:hover {
        background-color:#ffe054;
        color:#1d1d1b;
    }
    