@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --green: #CEDC00;
    --blue: #005084;
    --gold: #BF8E38;
}

*,
body,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif !important;
    font-style: normal;
}

.navigation {
    background-color: white;
}

a[href="#menu_1"] {
    display: block !important;
}

nav ul li a::after {
    background-color: var(--green);
    width: 60%;
    left: 20%;
}

nav ul li a,
nav ul li a {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.navigation a[href="/rejestracja/"],
.navigation a[href="../"] {
    background-color: var(--gold) !important;
    color: white !important;
    border-radius: 20px;
}

.navigation a[href="/rejestracja/individual/6"] {
    background-color: var(--blue) !important;
    color: white !important;
    border-radius: 20px;
    margin-left:5px;
}

#menu_1 {
    margin-top: 60px;
    background-image: url(userfiles/image/sames_bg.png);
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}

.kv_photo {
    width: 100%;
}

.kv_logo {
    width: 130%;
    max-width: 500px;
}

.kv_text {
    margin-top: 20px;
    font-weight: 700;
    font-size: 23px;
    color: black;
    text-transform: uppercase;
    width: 130%;
}

.fa-chevron-circle-right,
.fa-chevron-circle-down,
.fa-linkedin {
    font-family: FontAwesome !important;
}

.fa-chevron-circle-right::before {
    color: black;
}

.kv_title {
    font-weight: 600;
    padding-left: 40px;
    line-height: 40px;
    color: black;
}

h2.kv_title {
    font-size: 32px;
}

h4.kv_title {
    font-size: 28px;
}

.kv_button {
    display: inline-block;
    background-color: var(--green);
    border: 0;
    border-radius: 30px;
    padding: 15px 50px;
    margin: 45px 0 0 30px;
    color: black;
    font-weight: 600;
    font-size: 16px;
    transition: all .5s ease;
}

.kv_button:hover {
    color: black;
}

.kv_button:hover .fa-chevron-circle-right {
    transform: translate(10px, 0);
}

.kv_button_blue {
    display: inline-block;
    background-color: var(--blue);
    border: 0;
    border-radius: 30px;
    padding: 15px 50px;
    margin: 45px 0 0 30px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all .5s ease;
}

.kv_button_blue:hover {
    color: white;
}

.kv_button_blue:hover .fa-chevron-circle-right {
    transform: translate(10px, 0);
}

#menu_2 {
    padding: 30px 0;
}

.obroc_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.title {
    font-weight: 600;
    padding-left: 40px;
    color: black;
    font-size: 28px;
}

.line_green {
    display: block;
    width: 200px;
    padding-left: 40px;
}

.about_person {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 0 30px;
}

.green_container {
    background-color: var(--green);
    padding: 30px 60px;
    width: 115%;
    margin-left: -10%;
}

.blue_container {
    background-color: var(--blue);
    position: relative;
    height: 220px;
    margin-top: 520px;
    border: 0;
    border-radius: 30px;
    z-index: 2;
}

.text {
    color: black;
    font-weight: 400;
    font-size: 14px;
}

#menu_3 {
    padding: 30px 0;
}

.partners-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 20px 25px;
}

.partner-img {
    width: 100%;
    max-width: 180px;
    margin: 15px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}

.partner-img2 {
    width: 100%;
    max-width: 180px;
    margin: 15px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

.blue .partner-img
{
  max-width: 150px;
}

.green-partner {
    max-width: 160px;
}

#menu_4 {
    padding: 40px 0;
}

.agenda_left_container_green {
    background-color: var(--green);
    border: 0;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px 15px 20px 20px;
display: flex;
flex-wrap: wrap;

}

.agenda_left_container_gold {
    background-color: var(--gold);
    border: 0;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px 15px 20px 20px;
display: flex;
flex-wrap: wrap;
}

.agenda_right_container {
    background-color: var(--blue);
    padding: 30px 60px;
    width: 115%;
    margin-left: -10%;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}

#menu_4 .kv_button {
    margin: 45px auto;
}

.godzina,
.opis {
    font-size: 15px;
display: block;
line-height: 1.25;

}

.godzina {
    margin: 0;
    font-weight: 700;
width: 50px;
text-align: right;
}

.tytul {
    font-size: 18px;
    font-weight: 700;


}

.opis {
    margin-bottom: 5px;
width: calc(100% - 55px);
padding-left: 10px;

}

#menu_5 {
    padding: 40px 0;
}

#menu_5 .kv_button {
    background-color: var(--gold);
    margin: 45px 0;
}

.menu_5_2 , #menu_18{
    padding: 40px 0;
    background-image: url('userfiles/image/sames_bg.png');
    background-size: cover;
    background-position: center;
}

.text_partner {
    color: black;
    font-weight: 400;
    font-size: 22px;
}

.text_partner  a,
.green_partner_container .text_partner {
    color: black;
    font-size: 18px;
}

.text_partner a:hover {
    text-decoration: underline;
}

.green_partner_container {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: var(--green);
    width: 360px;
    margin: 0 auto;
}

.gold {
    color: var(--gold);
}

.blue {
    color: var(--blue);
}

.green {
    color: var(--green);
}

.gold1,
.gold2,
.gold4 {
    max-width: 220px;
}

.gold3 {
    max-width: 120px;
}

#menu_6 {
    background-image: url('userfiles/image/sames_bg.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.gosc_title {
    font-weight: 600;
    font-size: 24px;
    color: black;
    padding-left: 80px;
}

.extra_line {
    display: block;
    margin-left: 40px;
}

.gosc_text {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.kautz_container {
    position: relative;
    background-color: var(--blue);
    border: 0;
    border-radius: 30px;
    padding: 30px 100px 30px 30px;
    margin: 40px 0;
    width: 90%;
}

.kautz_width { 
    width: 90%;
    display: block;
}

.kautz {
    position: absolute;
    bottom: 0;
    right: -25%;
    width: 55%;
}

.zak_container {
    position: relative;
    background-color: var(--green);
    border: 0;
    border-radius: 30px;
    padding: 30px 120px 30px 30px;
    margin: 50px 0 50px 10%;
    width: 90%;
}

.zak {
    position: absolute;
    bottom: 0;
    right: -20%;
    width: 42%;
}

.barszcz_container {
    position: relative;
    background-color: var(--green);
    border: 0;
    border-radius: 30px;
    padding: 30px 120px 30px 30px;
    margin: 50px 0 50px 10%;
    width: 90%;
}

.barszcz {
    position: absolute;
    bottom: 0;
    right: -15%;
    width: 50%;
}

#menu_7 {
    padding: 50px
}

.miejsce_left_container {
    padding: 30px 0;
}

.miejsce_left_container .text {
    font-size: 17px;
    margin: 25px 0 0 15px;
}

.mapka_text {
    width: 85%;
    max-width: 250px;
    margin: 0 0 0 15%;
}

.mapka {
    width: 100%;
}

.mapka_photo {
    width: 120%;
    margin: -30px;
}

.index_mapka {
    position: relative;
    z-index: 2;
}

#menu_8 {
    background-image: url('userfiles/image/sames_bg.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.about_green_container {
    margin: 30px 0;
    padding: 40px 30px 30px;
    background-color: var(--green);
    border: 0;
    border-radius: 30px;
}

.about_kolaz {
    width: 300%;
    margin: 40px 0 0 -140%;
}

.about_green_container .text {
    text-align: justify;
}

#menu_9 {
    padding: 40px 0;
}

#menu_10 {
    background-image: url('userfiles/image/sames_bg.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

#menu_10 ul {
    list-style: none;
    margin: 30px 0;
}

.pytanie {
    background-color: var(--green);
    border: 0;
    border-radius: 30px;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
    cursor: pointer;
}

.blue_bg {
    background-color: var(--blue);
}

.pytanie .text {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

.odpowiedz {
    padding: 5px 30px;
}

.fa-chevron-circle-down::before {
    font-size: 25px;
    color: black;
}

.blue_bg .fa-chevron-circle-down::before {
    color: white;
}

.rotate .fa-chevron-circle-down {
    transform: rotate(180deg);
}

#menu_11 {
    background-color: var(--blue);
    padding: 40px 0;
}

#menu_11 .text {
    margin: 25px 0 0 0;
}

#menu_11 a {
    color: white;
}

#menu_11 a:hover {
    color: white;
    text-decoration: underline;
}

.fa-linkedin:before {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

#menu_12 {
    padding: 20px 0;
}

.logo_footer {
    width: 100%;
    max-width: 200px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

#menu_12 strong {
    font-size: 16px;
}

#menu_strefa_wiedzy {
    padding: 40px 0;
}

.card {
    margin: 30px 0;
    border: 1px solid #f4f4f4;
    padding: 20px;
    text-align: center;
}

.card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.card p.text{
font-size: 18px;
}

.card .kv_button {
    margin: 0;
}

.why_strong {
    padding-left: 40px;
    margin: 30px 0;
}

.why_img_1,
.why_img_2,
.why_img_3,
.why_img_4 {
    width: 110%;
}

.why_img_1,
.why_img_3 {
    margin-left: -10%;
}

.left_blue_why {
    padding: 15px 50px 15px 25px;
    background-color: var(--blue);
    border: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 30px 0 0 0;
}

.right_green_why {
    padding: 15px 50px 15px 25px;
    background-color: var(--green);
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 34px 0 0 0;
}

.left_blue_why_2 {
    padding: 15px 50px 5px 25px;
    background-color: var(--blue);
    border: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 25px 0 0 0;
}

.right_gold_why {
    padding: 15px 50px 5px 25px;
    background-color: var(--gold);
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 25px 0 0 0;
}

.left_blue_why  .text strong,
.left_blue_why_2  .text strong,
.right_gold_why  .text strong,
.right_green_why  .text strong {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .kv_title {
        padding-left: 0;
    }

    .kv_button {
        margin: 45px 0 0;
    }

    .miejsce_left_container .text {
        font-size: 15px;
        margin: 20px 0 0 15px;
    }

    .kv_text {
        font-size: 20px;
    }

    .zak_container,
    .barszcz_container {
        width: 85%;
        margin: 50px 0 50px 5%;
    }

    .gosc_title  {
        padding-left: 10px;
    }

    .extra_line {
        margin-left: 0px;
        padding-left: 10px;
    }  
    
    .left_blue_why,
    .right_green_why,
    .left_blue_why_2,
    .right_gold_why {
        margin: 0;
    }
}

@media only screen and (max-width: 992px) {
    .kv_text {
        margin-top: 20px;
        font-size: 14px;
    }

    h2.kv_title {
        font-size: 24px;
    }

    h4.kv_title {
        font-size: 18px;
    }

    .kv_button {
        margin: 10px 0 0;
        font-size: 14px;
    }

    .green_container {
        margin-top: 15px;
    }

    .miejsce_left_container .text {
        font-size: 11px;
        margin: 15px 0 0 0;
    }

    .why_img_1,
    .why_img_2,
    .why_img_3,
    .why_img_4  {
        margin-top: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .kv_logo {
        width: 80%;
    }

    .kv_text {
        margin-top: 0;
        font-size: 19px;
        width: 100%;
    }

    .about_person {
        width: 60%;
        left: 15%;
    border-radius: 0;
  
    }

    .agenda_right_container,
    .green_container {
        margin: 10px 0 0;
        width: 100%;
    }

    .mapka_photo {
        width: 100%;
        margin: 0;
    }

    .miejsce_left_container .text {
        font-size: 12px;
        margin: 20px 0 0 0;
    }

    .about_kolaz {
        width: 100%;
        margin: -70px 0 0 0;
    }

    #menu_12 .text {
        text-align: center;
    }

    .obroc_container {
        display: flex;
        flex-direction: column-reverse;
    }

    .blue_container {
        margin-top: 170px;
    }

    .why_img_1,
    .why_img_2,
    .why_img_3,
    .why_img_4  {
        margin: 0 auto;
        width: 100%;
    }

    .left_blue_why,
    .right_green_why,
    .left_blue_why_2,
    .right_gold_why {
        border-radius: 20px;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 600px) {
    .partners-container {
        justify-content: center;
    }

    .partner-img {
        margin: 30px;
    }

    .kautz_container {
        width: 85%;
    }

    .barszcz_container,
    .zak_container {
        margin: 50px 0 50px 0%;
    }
}


.centered {
    text-align: center;
}

.white {
    color: white;
}

.title_faq {
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
    color: black;
    font-weight: 600;
}

span.countdown-period{
font-size: 20px !important;
}


span.countdown-amount{
color: var(--blue) !important;
font-size: 46px !important;
}

@media only screen and (max-width: 768px){
#timerCountdown span{
font-size: 16px !important;
padding-left: 0 !important;

}
span.countdown-amount{
padding-left: 20px !important;
}
}

#menu_18{
padding: 70px 0;
}


#menu_18 .line_green{
display: inline-block;
padding: 10px 0 !important;
}

.tytul_main{
width: 100%;
}