
:root {
    --header-height: 100px; /* domyślna wartość np. dla mobile lub mniejszych ekranów */
    --banner-height: calc(80vh - var(--header-height));
    --banner-height: calc(80svh - var(--header-height));


    --banner-full-height: calc(100vh - var(--header-height));
    --banner-full-height: calc(100svh - var(--header-height));

    --page-border-radius: 8px;

    --main-font-1: "Raleway", sans-serif;
}


:root {



    --e-global-color-primary: #ECA901;
    --e-global-color-secondary: #1CBC9B;
    --e-global-color-secondary2: #1CBC9B;
    --e-global-color-text: #FFFFFF;
    --e-global-color-accent: #222225;
    --e-global-color-4b82ff0: #15B090;
    --e-global-color-a0666b2: #C99001;

    --site-color-1: #000;
    --site-color-2: #fff;


    --brand-color-1: #1C213F;
    --brand-color-2: #67C3D0;
    --brand-color-3: #158e47;
    --brand-color-3h: #23ae59;
    --brand-color-4: #498677;
    --brand-color-5:#66c3d0;
    --brand-color-red: #8F003B;

    --brand-color-6: rgb(34, 40, 74) !important;
    --brand-color-6h: #445286 !important;
    --brand-color-7: #1C213F;
    --brand-color-8: #c8f4fa;

    --brand-color-9: #4d9591;
    --brand-color-9h: #5aa6a1;

    --brand-color-10: #d8f3f7;


    --brand-color-11:#296360;
    --brand-color-12: #1d514f;

    --brand-color-13: #192120;

    --brand-kfs-1: #0d4e30;
    --brand-kfs-1b: #0a5c38;


}


/* FORM INTRO */


.users-con {
    background-color: var(--brand-color-10);
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}



.col-1 {
    width: 66%;
}

.col-2 {
    width: 30%;
    padding: 20px;
    font-size: 12px;
    margin-right: 0;
    margin-left: auto;
    border: 1px solid #00000045;
}

.btn-download {
    position: relative;
    display: inline-block;
    padding-left: 25px !important;
    margin-top: 4px;
}
.btn-download:after {
    content:'';
    background: url("../svg/download.svg");
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.users-con .col-1 .title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.users-con .col-1 p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 0;
    text-align: center;
}


.users-con .col-2 .title {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.users-con .col-2 p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.users-con .col-2 a {
    display: inline-block;
    padding: 4px;
    color: var(--brand-color-11);
    font-weight: 700;
    text-decoration: underline;
}

.users-con .col-2 a:hover {
    color: var(--brand-color-6h);
}


.btn-users-con {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: row;;
    justify-content: center;
    align-content: space-around;
}

.btn-user {
    background-color: var(--brand-color-6);
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 20px 60px;
    text-transform: uppercase;
    margin: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}
.btn-user-col {
    text-align: center;
}

.btn-user-col p {
    text-align: center;
    font-size: 12px;
    margin: 0 40px;
    margin-top: 10px;
}

.btn-user:hover {
    background-color: var(--brand-color-6h);
}


.user-prv.btn-user {
    background-color: var(--brand-color-11);
}
.user-prv.btn-user:hover {
    background-color: var(--brand-color-9h);
}






.dofinansowania-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 0;
}

.dofinansowania-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
}












.form-body {
    margin-top: 40px;
}

.form-style-1 .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .form-style-1 .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.form-style-1 .gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .form-style-1 .gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #ff9d87;
}


.form-style-1 .gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
    border-block-end: var(--gf-field-section-border-width) var(--gf-field-section-border-style) rgb(255 255 255 / 35%);
}


.form-style-1 .gpnf-nested-entries-container {
    background-color: var(--brand-kfs-1b);
    padding: 20px;

}


















/* FORM STYLES */


#page-con {
    max-width: 1200px;
    margin: auto;
    min-height: 400px;

    padding: 0 20px 0 20px;

}


.form-style-1 {
    background-color:#fff;
    padding: 40px 60px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



/* INDYWIDUALNI */
.page-template-page-form-indywidualni .form-style-1 {
    background-color: var(--brand-color-11);
    background-color: #fff;
}
.page-template-page-form-indywidualni .form-style-1 .gpnf-nested-entries-container {
    background-color: var(--brand-color-12);
    padding: 20px;
}



.form-style-1 .gfield_required, .form-style-1 .gfield_required {
    font-size: 10px;
    line-height: 16px;
}


.form-style-1,
.form-style-1 button,
.form-style-1 input,
.form-style-1 select,
.form-style-1 optgroup,
.form-style-1 textarea {
    color: var(--site-color-1);
    font-family: var(--main-font-2);
    font-size: 1rem;
    line-height: 1.5;
}

.gfield_description.gfield_consent_description {
    font-size: 12px;
}



.form-header {
    padding: 0 0 20px 0;
}

.gform_required_legend {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}






/* FIX CHOICES */
/* Upewnij się, że kontener Choices ma pozycję relatywną */
.gpnf-modal .choices {
    position: relative;
}

/* Pozycjonowanie dropdownu Choices */
.gpnf-modal .choices__list--dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1050; /* Ustaw odpowiedni z-index */
}





/* Dla Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Dla Firefox */
input[type=number] {
    -moz-appearance: textfield;
}






#gform_wrapper_1, #gform_wrapper_4 {
    margin-top: 40px;
}


.site-footer {
    background-color: var(--brand-color-1);

    color:#fff;
}


.site-header {
    background-color: var(--brand-color-1);
    color:#fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-info {
    letter-spacing: 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0.8;
    padding-top: 20px;
}



.site-logo-btn {
    display: inline-block;
}

.site-logo-btn img {
    width: 160px;
}












#gform_submit_button_1, #gform_submit_button_4, #gform_submit_button_6 {
    background-color: var(--e-global-color-secondary2);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 13px 60px;
    text-transform: uppercase;
    margin: 20px;
    letter-spacing: 1px;
}
#gform_submit_button_1:hover, #gform_submit_button_4:hover, #gform_submit_button_6:hover {
    background-color: var(--e-global-color-secondary2);
}




#gform_save_1_footer_link, #gform_save_4_footer_link, #gform_save_6_footer_link {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 13px 40px;
    text-transform: uppercase;
    margin: 20px;
}


.form-style-1 .gfield_consent_description a {
    color: #fff;
    font-weight: 700;
}

.form-style-1 .gfield--type-section {
    text-transform: uppercase;
}











/* NESTED FORMS */

.form-style-1  .gpnf-add-entry {
    background-color: var(--brand-color-5) !important;
    font-size: 16px !important;
    font-weight: 600 !important;;
    line-height: normal !important;;
    padding: 13px 40px !important;;
    text-transform: uppercase !important;;
    margin: 20px !important;;
    color: #000 !important;
}

.form-style-1 .gpnf-nested-entries {
    border: 1px solid rgba(255, 255, 255, 0.29);
}
.form-style-1 .gpnf-nested-entries th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}

.gpnf-nested-entries tbody tr:last-child td {
    border-bottom: 0;
    padding: 20px 10px;
}



.page-formularz .gform_footer {
    padding-top: 40px;
    padding-bottom: 20px;
}




#gform_1 > .gform_save_link {

}
gform_footer,
#gform_1 > .gform_footer,
#gform_4 > .gform_footer,
#gform_5 > .gform_footer,
#gform_6 > .gform_footer{
    align-items: flex-start;
    padding-top: 60px !important;
    padding-bottom: 40px;
    justify-content: space-between;
    margin-top: 0 !important;
}




/* CHOICES */

.page-template .choices__list {
    padding: 10px 20px;
    border: 1px solid rgb(104, 110, 119);
    border-radius: 2px;
}


/* MODALS COLOR */


.gpnf-modal-1-9 .gpnf-modal-header,
.gpnf-modal-1-10 .gpnf-modal-header {
    background-color: var(--brand-color-12) !important;
    background-color: var(--brand-kfs-1b) !important;
}

.gpnf-modal-4-53 .gpnf-modal-header {
    background-color: var(--brand-color-7) !important;
    background-color: var(--brand-kfs-1b) !important;
}

.gpnf-modal .gpnf-modal-header {

    font-weight: 700;
}

.tingle-btn--primary {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.gpnf-modal-4-53 .tingle-btn--primary {
    background-color: var(--brand-color-7) !important;

    background-color: var(--brand-color-5) !important;
    color: #000 !important;
}

.gpnf-modal-1-9 .tingle-btn--primary, .gpnf-modal-1-10 .tingle-btn--primary{
    background-color: var(--brand-color-12) !important;

    background-color: var(--brand-color-5) !important;
    color: #000 !important;
}

.field_5_9999 {
    background-color: var(--brand-color-5) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 13px 40px !important;
    text-transform: uppercase !important;
    margin: 20px !important;
    color: #000 !important;
}

.gform-theme--framework .gpnf-nested-entries td {
    font-size: 16px;
    font-weight: 700;
}

.page-template-page-form-przedsiebiorcy .gform-theme--framework .gpnf-nested-entries tr {
    /*background-color: var(--brand-color-6);*/

}

.page-template-page-form-indywidualni .gform-theme--framework .gpnf-nested-entries tr {
    background-color: var(--brand-color-11);

}

.edit-button {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.tingle-btn--default {
    background-color: var(--brand-color-13) !important;
    text-transform: uppercase;
    font-weight: 600;
}





.tingle-modal-box .gfield_description {
    color: #000 !important;
}






/* SZKOLENIA PRACPWNIK LISTA */

#btn_add_training {
    transform: translate(0, -50px);
    font-size: 16px;
    font-weight: 600;
}

#input_5_33, #field_5_33 {
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#szkolenia_lista {
    padding: 0;
    margin: 0;
}

#szkolenia_lista li {
    padding: 8px;
    position: relative;
    padding-right: 100px;
    text-align: left;
    list-style: auto;
    font-weight: 700;
}

#szkolenia_lista li button {
    position: absolute;
    right: 0;
    top:0;
}




.welcome-con {
    padding: 40px;
}


/* ERROR */
.gform_validation_errors {
    background-color: #f6d8d1 !important;
    border-color: #fff !important;
}



.resume_form_link_wrapper a {
    color:#fff;
}

.form_saved_message_emailform .ginput_container_text input {
    color:#fff !important;
}

.gform-theme--framework .gpnf-row-actions ul li.delete .delete-button.gform-theme-button--simple {
    color: #616161 !important;
    background-color: #0000001f;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.tingle-btn--danger {
    text-transform: uppercase;
    font-weight: 600;
}

.gpnf-btn-delete {
    text-transform: uppercase;
    font-weight: 600;
}

body.page-template input, body.page-template select, body.page-template textarea, body.page-template .choices__placeholder, body.page-template .choices__item--selectable {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}


.gform_ajax_spinner {
    filter: brightness(0) invert(1); /* robi z ciemnego – biały */
    fill: white !important;
}



#field_4_53 .gpnf-field span {
    margin-bottom: 10px;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}





/* SAND FORM PAGE */
.form_saved_message_emailform .ginput_container_text input {
    padding: 10px;
}


.resume_form_link_wrapper a {
    text-decoration: underline;
    font-weight: 600;
    border: 1px solid #ffffff4f;
    padding: 20px;
    margin-top: 10px;
    display: inline-block;
}

.form_saved_message_emailform .ginput_container_text input {
    padding: 10px 20px;
    color: #000 !important;
    background-color: #fff;
    font-size: 18px !important;
    margin-top: 20px;
    width: 100%;
    max-width: 540px;
}



.form_saved_message_emailform input[name="gform_send_resume_link_button"] {
    background-color: var(--brand-color-5) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 13px 40px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    color: #000 !important;
    text-decoration: none;
}



.form_saved_message_sent .pomoc-save, .form_saved_message_emailform .pomoc-save {
    display: none;
}





/* KFS */


.page-template-page-form-kfs .form-style-1 {
    background-color: #fff;
}

.page-template-page-form-kfs .form-style-1 .gpnf-nested-entries-container {
    background-color: var(--brand-kfs-1b);
}

.page-template-page-form-kfs .gpnf-modal-4-53 .gpnf-modal-header {
    background-color: var(--brand-kfs-1b) !important;
}
.page-template-page-form-przedsiebiorca .gpnf-modal .gpnf-modal-header,
.page-template-page-form-indywidualny .gpnf-modal .gpnf-modal-header,
.page-template-page-form-kfs .gpnf-modal .gpnf-modal-header {
    background-color: var(--brand-kfs-1b) !important;
}


.page-template-page-form-kfs .btn-user {
    background-color: var(--brand-kfs-1);
}

.page-template-page-form-kfs .btn-user:hover {
    background-color: var(--brand-kfs-1b);
}

























/* ERROR MONIT */

body .gfield.gfield_error {
    border-left: 5px solid #e3342f;
    padding-left: 10px;
    background-color: #ffecec14;
    padding: 10px;
}

body .gfield.gfield_error .gfield_description.validation_message {
    color: #ff5f5b;
    font-weight: bold;
    margin-top: 5px;
}









.logged-in #field_4_75,
.logged-in #field_4_74,
.logged-in #field_4_76,
.logged-in #field_4_77 {
    display: block;
}

#field_4_74, #field_4_78 {

}

body div.btn-pobierz-dane-gus, body div.btn-pobierz-dane-krs {
    padding-top: 1.2em;
    display: block;
}

body div.btn-pobierz-dane-gus button, body div.btn-pobierz-dane-krs button {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

/* BANK NAME */

body .bank-name {
    padding: 10px !important;
    background-color: #ffffff1a;
    font-weight: 500;
    padding: 5px;
}

body .bank-name span {
    font-weight: 700;
}




.gfield_description {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}







/* POMOC BOX */

.text-pomoc {

    padding: 0px;
    padding: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-pomoc .col-text {
    padding: 0;
    margin-bottom: auto;
}

.text-pomoc .col-text p {
    margin: 0;
    padding: 0;
}

.pomoc-save {
    background-color: #ffffffa6;
    background-color: rgba(255, 255, 255, 0);
    /* border: 1px solid rgba(255, 255, 255, 0.31); */
    color:#fff;
    max-width: 560px !important;
    padding-top: 40px !important;
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 20px !important;
    transform: translate(0px, -30px) !important;
}
.pomoc-save p {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.06);
    text-align: right;
    position: relative;
    border-radius: 10px;
    font-size: 12px !important;
}
.pomoc-save p::after {
    content: '';
    position: absolute;
    top: -20px; /* przesunięcie trójkąta nad box */
    right: 40px; /* dokładne umiejscowienie od lewej */

    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(255, 255, 255, 0.06); /* kolor trójkąta */
}

/*
.gform_save_link:after {
    content: 'Jeśli masz problem z wypełnieniem formularza, możesz zapisać sobie wersję roboczą klikając ZAPISZ I KONTYNUUJ. Otrzymasz link ze swoim zgłoszeniem, w którym będziesz mógł uzupełnić dane, których Ci brakuje, w dowolnym momencie.' !important;
    display: block !important;
    background-color: #ffffffa6;
    background-color: rgba(255, 255, 255, 0);

    color:#fff;
    max-width: 560px;
    padding-top: 40px !important;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
}
*/








.pomoc-call {
    background-color: rgba(255, 255, 255, 0);
    color: #000000;
    width: 100%;
    display: flex;
    border-top: 1px solid #ffffff52;
}

.pomoc-call strong {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    display: block;
}

.pomoc-call p, .pomoc-call a {
    color: #000000;
}
.pomoc-call a {
    text-decoration: underline;
}
.pomoc-call a {
    font-size: 16px;
    display: block;
}
.pomoc-call a span {
    font-size: 16px;
}


.pomoc-call .title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.pomoc-call .subtitle {
    margin-top: 20px;
    margin-bottom: 8px;
}

.pomoc-call-col {
    flex: 1;
    flex-direction: row;
}


.text-pomoc .pomoc-call-col:nth-child(1) {
    padding-right: 40px;
    position: relative;
    padding-left: 100px;
}

.text-pomoc .pomoc-call-col:nth-child(1):after {
    content: '';
    display: block;
    width: 160px;
    height: 80px;
    background-image: url(https://formularz.fundacjanh.org/wp-content/themes/monde/svg/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 20px;
}





.pomoc-call-col-con .pomoc-call-col:nth-child(1) {
    margin-right: 40px;
}

.call-text {
    font-size: 18px;
    margin-bottom: 10px;
}
.call-time {
    font-size: 16px;
}

.gpnf-modal-4-53 .gpnf-modal-header,
.gpnf-modal .gpnf-modal-header {
    color:#000 !important;
}
/* HIDE MIASTO */
#field_3_2, #field_7_32, #field_5_32 {
    display: none !important;
}



.form-header h2 {
    color: #c88f01;
}

#field_7_33 {
    visibility: hidden;
    pointer-events: none;
}


.gform-body {
    background-color: #efefef;
}


#pobierzKrsBtn_gus2, #pobierzKrsBtn2 {
    background-color: #1dbc9b;
}





/* SELECT FORMS PAGE */

.page-select-form .page-content {
    max-width: 1000px;
    padding: 40px 0px;
    margin: auto;
}


.page-select-form .pomoc-call {
    padding-top: 60px;
}

.page-select-form .page-content .entry-content {
    padding-top: 40px;
    padding-bottom: 0px;
}

.formularze-lista {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.formularze-lista li {
    display: flex;
    width: calc((100% - 80px) / 3);
    flex: 1;
}

.formularze-lista a {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--brand-color-1);
    background-color: #fff;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    justify-content: center;
    transition: 0.2s ease-in-out all;
}

.formularze-lista a:hover {
    background-color: var(--brand-color-2);
}

.formularze-lista li span {
    font-weight: 700;
    display: block;
    font-size: 20px;
}

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

}

@media (max-width: 1600px) {

}
@media (max-width: 1440px) {

}
@media screen and (max-width: 1300px) {
    .text-pomoc .col-text {
        gap: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .form-style-1 {
        background-color: #fff;
        padding: 80px 50px;
        margin-bottom: 80px;
    }
    .text-pomoc .pomoc-call-col:nth-child(1) {
        padding-right: 0px;
        position: relative;
        padding-left: 90px;
        min-height: 90px;
    }
    .text-pomoc .pomoc-call-col:nth-child(1):after {
        content: '';
        display: block;
        width: 160px;
        height: 80px;
    }

}





@media (max-width: 1000px) {


    .welcome-con {
        padding: 20px;
    }
    .users-con {

        padding: 20px;
    }

    body .gfield--width-half {

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    #gform_save_1_footer_link,
    #gform_save_4_footer_link,
    #gform_save_6_footer_link,
    #gform_submit_button_1,
    #gform_submit_button_4,
    #gform_submit_button_6 {
        margin-right: 0;
        margin-left: 0;
    }

    .call-time {
        font-size: 14px;
    }
    .pomoc-call a span, .pomoc-call a {
        font-size: 13px !important;
    }
    .pomoc-call a strong, .pomoc-call strong {
        font-size: 14px !important;
    }
}



@media screen and (max-width: 768px) {
    .col-1 {
        width: 100%;
    }
    .col-2 {
         width: 100%;
        margin-top: 20px;
    }
    .btn-users-con {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }

    .btn-users-con {
        flex-direction: column;
    }
    .form-style-1 {
        background-color: #fff;
        padding: 50px 20px;
    }


    .gform_footer {
        flex-direction: column;
    }

    #gform_save_1_footer_link,
    #gform_save_4_footer_link,
    #gform_save_6_footer_link,
    #gform_submit_button_1,
    #gform_submit_button_4,
    #gform_submit_button_6 {
        width: 100%;
    }

    .text-pomoc .col-text {
        flex-direction: column;
    }

    .pomoc-call .pomoc-call-col:nth-child(2) .subtitle,
    .pomoc-call .pomoc-call-col:nth-child(3) .subtitle {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .text-pomoc .col-text {
        gap: 20px;
    }


    .formularze-lista {
        display: flex;
        flex-direction: column;
    }
    .formularze-lista li {
        margin: auto;
    }
    .text-pomoc .pomoc-call-col:nth-child(1):after {
        content: '';
        display: block;
        width: 160px;
        height: 80px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .text-pomoc .col-text {
        justify-content: center;
        text-align: center;
    }


}









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

    .dofinansowania-title {
        font-size: 32px;
    }
    .dofinansowania-text {
        font-size: 18px;
    }
    .users-con .col-1 p {
        font-size: 18px;
    }
}





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

}


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


}

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


}


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

}






/*
.events-list .event-item:nth-child(2n+1) .events-info h2,
.events-list .event-item:nth-child(2n) .events-info h2 {
	font-size: 24px;
}
*/





























/*

@media screen and (max-width: 600px) {
	.events-list .event-item:nth-child(2n+1) .events-info h2 {
    	margin-top: 100px;

	}
	.events-list .event-item:nth-child(2n) .events-info h2 {
    	margin-top: 100px;
	}
}

*/








/* FONT SIZE MAX - FIX TO font-size:6vw;  */

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


}





@media screen and (max-height: 1000px) {

}


@media screen and (max-height: 900px) {

}



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

}


@media screen and (max-height: 750px) {


}


@media screen and (max-height: 700px) {

}



@media screen and (max-height: 600px) {




}
/* CSS Document */
body {
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}



.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}


a {
	outline: none;
}

a:hover, a:active, a:focus {
	outline: none;
}





.monde-logo svg {
    width: 35px;
    height: auto;
    opacity: 0.8;
}



.monde-logo span {
    opacity: 0.4;
}
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}





button,
input[type="button"],
input[type="submit"] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: underline; /* Dodaj podkreślenie, jeśli chcesz, aby wyglądał jak link */
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none; /* Usuwa obramowanie przy focusie */
}





.post,
.page {
	margin: 0 0 0;
}

.container {
	
	margin: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.container2 {
	
	margin: auto;
	padding-left: 40px;
	padding-right: 40px;
}

#page .container {
	/*padding-left: 0px !important;
	padding-right: 0px !important;*/
}

strong {
		
	font-weight: 800;
}


h1, .big-title, .big-title2, .big-title3, .big-title4, .big-title5,.big-title5b,.big-title0 {
		
		font-weight: 800;
	
		line-height: 0.93em;
		margin: 0;
	
		/*margin-bottom: 0.6em;
		margin-top: 0.2em;*/
	
}


h1, h2, h3, h4, h5 {
	line-height: 1em;
}
/*
.big-title0 {
    font-size: clamp(36px, 9vw, 13.5vh);
	font-weight: 700;
	line-height: 0.83;
}
.big-title {
    font-size: clamp(32px, 8vw, 12vh);
	font-weight: 600;
}
.big-title2 {
    font-size: clamp(28px, 6vw, 9vh);
}
.big-title3 {
    font-size: clamp(24px, 4vw, 6vh);
}
.big-title4 {
    font-size: clamp(22px, 2.6vw, 4vh);
}
.big-title5 {
    font-size: clamp(12px, 1.6vw, 2.2vh);
}
.big-title5b {
    font-size: clamp(12px, 1.4vw, 2.0vh);
}
*/

/* VER 2 */

.big-title00 {
    font-size: clamp(42px, 12vw, 16vh);
	font-weight: 700;
	line-height: 0.83;
}

.big-title0 {
    font-size: clamp(36px, 7vw, 12vh);
	font-weight: 700;
	line-height: 0.83;
}
.big-title {
    font-size: clamp(32px, 6vw, 10vh);
	font-weight: 600;
}
.big-title2 {
    font-size: clamp(28px, 4.5vw, 7vh);
}
.big-title3 {
    font-size: clamp(24px, 3.6vw, 5vh);
}
.big-title4 {
    font-size: clamp(22px, 2.6vw, 4vh);
}
.big-title5 {
    font-size: clamp(16px, 1.6vw, 2.2vh);
}
.big-title5b {
    font-size: clamp(13px, 1.4vw, 2.0vh);
}

@media (max-width: 768px) {
	
	.big-title00 {
    font-size: clamp(42px, 15vw, 16vh);
	font-weight: 700;
	line-height: 0.83;
	}
	
	.big-title0 {
		font-size: clamp(36px, 12vw, 12vh);
		font-weight: 700;
		line-height: 0.83;
	}
	.big-title {
		font-size: clamp(32px, 10vw, 10vh);
		font-weight: 600;
	}
	.big-title2 {
		font-size: clamp(28px, 8vw, 10vh);
	}
	.big-title3 {
		font-size: clamp(24px, 6vw, 8vh);
	}
	.big-title4 {
		font-size: clamp(22px, 4vw, 4vh);
	}
	.big-title5 {
		font-size: clamp(16px, 1.8vw, 2.2vh);
	}
	.big-title5b {
		font-size: clamp(13px, 1.6vw, 2.0vh);
	}
	
}








span.color-1 {
	color: var(--site-color-1) !important;
}




.element-hidden .monde-m {    
	display: inline-block;
}

.element-show .monde-m {    
    animation: mirrorAnimation 0.4s ease forwards;
    animation-delay: 3s;
}


@keyframes mirrorAnimation {
    0% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(-1);
        opacity: 1;
		color: var(--site-color-1);
    }
}

.monde-m {
    display: inline-block;

    /*color: var(--site-color-1) !important;*/
}



h1.big-title {
	margin-bottom: 0em;
	margin-top: 0em;
	padding-top: 0.1em;
}


.footer-con {
	text-align: center;
}


footer {
	padding: 40px;
}






.tingle-modal-box__footer--sticky {
	position: static !important;
	margin-bottom: 60px;
}

.tingle-modal-box__content {
	padding-bottom: 40px !important;
}


/* <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name */

.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.form-view {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}

body.page-template-page-form-view {
    background-color: #f1f1f1;
}

body.page-template-page-form-view-2 {
    background-color: #f1f1f1;
}


.form-print-con {
    position: absolute;
    right: 20px;
    top: 20px;
}

.form-view {
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.print-button {
    margin-right: 40px;
}

.page-content {
    position: relative;
}


.formularz-view {
    margin-top: 2rem;
    padding: 20px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0.24rem;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.form-label {
    flex: 0 0 200px;
    font-weight: 300;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 40px;
    font-weight: 500;
}

.form-value {
    flex: 1;
    color: #000;
}

.form-subblock {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f9f9f9;
    border-left: 4px solid #0a74da;
}


.row-pracodawcy .form-subblock {
    border-left-color: #27ae60;
}
.row-pracodawca .form-value strong {
    font-size: 1.1em;
    color: #222;
}



.form-subblock>div:nth-child(1) {
    padding-bottom: 20px;
}








/* NEW */
.doc-button {
    text-decoration: underline;
}

.page-template-page-form-view-przedsiebiorcy-v2,
.page-form-view-indywidualny-v2,
.page-form-view-kfs-v2.php {
    background-color: #f4f4f4;
}

.szkolenie-tytul {
    border-bottom: 4px solid #0a74da;
    background-color: #f0f0f0;
    padding: 6px;
    font-weight: bold;
}


.form-col-1 {
    font-size: 14px;
    width: 33%;
    font-weight: 500;
}






@media (max-width: 1000px) {
    .form-print-con {
        position: relative;;
        padding-bottom: 20px;
        right: auto;
        top: auto;
    }
}


@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
    }
    .form-label {
        margin-bottom: 0.5rem;
        flex: 0 0 20px;
    }

}

/* Styl drukowania */
@media print {
    .site-header,
    .site-footer,
    .form-print-con,
    .page-title {
        display: none !important;
    }

    .form-view {
        font-size: 12px;
    }

    body {
        background: #fff !important;
        color: #000;
    }

    .form-row {
        padding: 0.1rem 0;
        border: none;
        /*page-break-inside: avoid;*/
        margin-bottom: 0.1rem;
    }

    .form-subblock {
        border-left: 2px solid #000;
        background: none;
    }
}











/* PANEL */


.page-template-page-form-view-panel #page-con {
    padding-top: 40px;
    padding-bottom: 60px;

}

.page-template-page-form-view-panel .odnova-filters {
    padding: 20px;
    background-color: #eaeaea;
}

/* Panel Odnova – filtrowanie */
#odnova_lista,
#odnova_q {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 1.2;
    height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
    background: #fff;
    color: #111;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* Input trochę szerszy wizualnie */
#odnova_q {
    width: 100%;
    max-width: 520px;
}

/* Focus: prosto i czytelnie */
#odnova_lista:focus,
#odnova_q:focus {
    border-color: rgba(0,0,0,.38);
   
}

/* Select – mała strzałka (bez kombinacji JS) */
#odnova_lista {
    padding-right: 42px;
    background-image:
            linear-gradient(45deg, transparent 50%, rgba(0,0,0,.55) 50%),
            linear-gradient(135deg, rgba(0,0,0,.55) 50%, transparent 50%);
    background-position:
            calc(100% - 18px) 50%,
            calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

/* Przycisk Pokaż – styl na bazie Twojego .btn-user */
#odnova_show_btn {
    background-color: var(--brand-color-6);
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    height: 48px;
    padding: 0 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .06s ease, box-shadow .15s ease, opacity .15s ease;

}

/* Hover/active */
#odnova_show_btn:hover {
    opacity: .95;

}
#odnova_show_btn:active {
    transform: translateY(1px);

}

/* Focus na przycisku */
#odnova_show_btn:focus {
    outline: none;

}

/* Mobile: ułatw klikanie i układ */
@media (max-width: 720px) {
    #odnova_lista,
    #odnova_q,
    #odnova_show_btn {
        width: 100%;
    }
    #odnova_show_btn {
        height: 52px;
    }
}

