* {
    font-size: 16px;
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

html, body {
    overflow-x: hidden;
}

.hero-wrapper {
    margin-top: 130px;
}

.dark-gold {
    color: rgba(147, 121, 66, 1);
    font-weight: 700;
}

.light-gold {
    color: rgba(147, 121, 66, 1);
}

.map .light-gold {
    margin-bottom: 0rem;
}

.black {
    color: #1d1d1c;
}

.inline {
    display: inline-block;
}

h1, h2, h3, .stronger {
    font-weight: 700;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
}
h2 {
    font-size: 1.5rem;
}

.thx h1 {
    font-size: 2rem;
    text-wrap: balance;
}

.thx h2 {
    margin-top: 5rem;
}

h3,
h3 .thin {
    font-size: 1.4rem;
    text-wrap: balance;
    margin-bottom: 2rem;
}

.sect .buttons {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sect.calltoaction .section-content {
    text-align: center;
}

.sect.calltoaction h3,
.sect.calltoaction h3 strong {
    font-size: 1.5rem;
}

.sect.sect.calltoaction span.maintext {
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
}

.sect.sect.calltoaction span.maintext strong {
    font-size: 1rem;
}

.sect.calltoaction .section-content {
    margin-bottom: 1rem;
}

.sect.sect.calltoaction button {
    margin-top: 2rem;
}

.sect.calltoaction .dark-gold {
    font-weight: 500;
}
.sect.calltoaction .light-gold {
    
}

.sect.calltoaction .section-content ul {
    margin: 2rem 2rem;
}

.goldbcg {
    background-color: rgba(250, 248, 246, 1);
    padding: 4rem 1rem;
    border-top: 4px solid rgba(147, 121, 66, 1);
}

.goldbcg h3,
.goldbcg h3 strong,
.goldbcg h3 span {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.goldbcg h3 {
    margin-bottom: 3rem;
}

h4 {
    display: block;
    margin-bottom: 1.5rem;
}

h4, h4 strong, h4 span {
    font-size: 1.2rem;
}

.tutors-details .tutor-detailed-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
}

.tutors-details .tutor-detailed-wrapper .column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
}

.tutors-details .tutor-detailed-wrapper .details {
    display: flex;
    height: 100%;
    min-height: 330px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tutors-details .tutor-detailed-wrapper .photo {
    width: 100%;
    min-height: 200px;
    /* max-width: 300px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* border-bottom: 4px solid #BAA870; */
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.tutors-details .sect .headline h3 {
    margin-bottom: 1rem;
}

.tutors-details .headline span {
    font-size: 1rem;
    line-height: 1;
}

.tutors-details .tutor-detailed-wrapper .photo img {
    width: 50%;
    max-width: 300px;
}

.tutors-details .tutor-detailed-wrapper .name {
    font-weight: 700;
    display: block;
    width: 90%;
    max-width: 1440px;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.tutors-details .tutor-detailed-wrapper .aspects {
    font-weight: 700;
    display: block;
    width: 90%;
    max-width: 1440px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.tutors-details .tutor-detailed-wrapper .biography {
    font-weight: 400;
    display: block;
    width: 100%;
    /* max-width: 1440px; */
    text-align: justify;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.attributes .sect .section-content {
    margin: 0 auto;
}

.attributes span,
.attributes span strong {
    font-size: 1rem;
}

.attributes ul {
    margin-left: 0;
}

.attributes span.paddingtop {
    display: block;
    margin-top: 1rem;
}

.attributes ul li {
    color: rgba(147, 121, 66, 1);
}


.attributes ul li span {
    color: #1d1d1c;
}

.howitworks .sect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.howitworks .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* max-width: 700px; */
}

.howitworks .paddingtop {
    padding-top: 2rem;
}


.howitworks .column.nsbackground {
    height: 100%;
}

.howitworks .nsbackground img {
    width: 90%;
    max-width: 400px;
    margin: 0px auto;
}

.howitworks .list-container {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

.howitworks .list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.howitworks .list-item .number {
    background-color: rgba(147, 121, 66, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 10rem;
    /* padding: 1rem; */
    font-size: 1.2rem;
    height: 2.2rem;
    width: 2.2rem;
    font-weight: 600;
    aspect-ratio: 1/1;
}

.main-btn {
    border-radius: 2rem;
    color: #ffffff;
    background-color: #1d1d1c;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin: 1rem auto;
    text-decoration: none;
    padding: 5px;
    border:  3px solid #1d1d1c;
}

#closeDialogBtn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-btn:hover {
    background-color: #bfbfbf;
}

.main-btn .btn-text {
    font-size: 1rem;
    line-height: 1;
    padding: .3rem;
    padding-left: 8%;
    text-align: center;
    width: 85%;
}

.main-btn .btn-icon {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 3px solid #ffffff;
    padding: .3rem;
    margin: .3rem;
}

.secondary-btn {
    border-radius: 2rem;
    color: #1d1d1c;
    background-color: #ffffff;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin: 1rem auto;
    text-decoration: none;
    padding: 5px;
    border:  3px solid #1d1d1c;
}

.secondary-btn:hover {
    background-color: #f3f3f3;
}

.secondary-btn .btn-text {
    font-size: 1rem;
    line-height: 1;
    padding: .3rem;
    padding-left: 8%;
}

.secondary-btn .btn-icon {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 3px solid #1d1d1c;
    padding: .3rem;
    margin: .3rem;
}

.sect {
    width: 90%;
    max-width: 1440px;
    margin: 0px auto;   
}

.navbar {
    min-height: 70px;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

section {
    /* padding: 2rem 0; */
    /* border-top: 4px solid rgba(147, 121, 66, 1); */
} 

section.bottomline {
    border-bottom: 2px solid rgba(147, 121, 66, 1);
}

section.thx-sect {
    border-bottom: none;
}

/* section.meeting-info {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid rgba(147, 121, 66, 1);
} */

section.meeting-info .section-headline {
    margin-bottom: 0;
}

.padded {
    padding: 4rem 0;
}

.sect.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sect.navigation .icons {
    display: none;
    align-items: center;
    justify-content: flex-end;
    /* padding-right: 1rem; */
}


.sect.navigation .icons #joinus {
    display: none;
}

.logo-ns {
    max-width: 180px;
    width: 180px;
    margin: 1rem .5rem;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 692px) {
    .navbar {
        min-height: 90px;
    }
    .logo-ns {
        max-width: 270px;
    }
    
    .sect.navigation .icons {
        display: flex;
    }
    
    .sect.navigation .icons #joinus {
        display: block;
    }
    
    h4, h4 strong, h4 span {
        font-size: 1.5rem;
    }
}

.hero-image {
    /* border-radius: 1rem; */
    /* background-image: url(../gfx/LP_mobile.png); */
    background-image: url(../gfx/LP_header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    position: relative;
    /* aspect-ratio: 16/9; */
    width: 100%;
    border-radius: 2rem;
    /* overflow: hidden; */
    margin: 2rem auto;
    padding: 1rem;
}

.hero-image .apla {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, .35); */
    z-index: 5;
    border-radius: 2rem;
}


@media screen and (min-width: 992px) {
    .hero-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 600px;
        padding: 3rem;
    }
}

.hero-image .hero-content {
    /* border-radius: 1rem; */
    width: 100%;
    height: 100%;
    min-height: 600px;
    /* color: #ffffff; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 1rem;
    flex-direction: row;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
}

.hero-image .headline {
    max-width: 100%;
    text-align: left;
}

.hero-more .stronger {
    margin-bottom: 1rem;
}

.thin {
    font-weight: 400;
}

.hero-more {
    margin-top: 2rem;
    /* margin-bottom: 2rem; */
}

.hero-image .headline h1 {
    display: block;
    width: 90%;
    margin: 3rem auto;
    margin-left: 0;
    max-width: 700px;
}

.hero-image .headline h2 {
    font-size: 1.1rem;
    font-weight: 600;
}

.hero-image .headline span {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.hero-image .headline span strong {
    font-size: 1.1rem;
}

.hero-content .headline h1 img {
    width: 100%;
    max-width: 400px;
}

.hero-image .headline h3 {
    margin-bottom: 3rem;
    margin-top: 2rem;
    font-size: 1.5rem;
}

.hero-more .hero-tutors {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
}

.hero-more .content-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
}

.hero-more .content-row img {
    max-width: 2.2rem;
}

.hero-tutors .tutor-image {
    width: 80%;
    max-width: 280px;
    margin: 0px auto;
    margin-bottom: 1rem;
}

.hero-tutors .tutor-image img {
    width: 100%;
}

.hero-more .hero-tutors .tutor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    text-wrap: balance;
    margin-bottom: 3rem;
}

.hero-tutors .tutor-name,
.hero-tutors .tutor-name strong {
    font-size: 1.5rem;
}

.hero-tutors .tutor-spec,
.hero-tutors .tutor-spec strong {
    font-size: 1.25rem;
}

.hero-more span,
.hero-more strong {
    /* display: block; */
    margin-bottom: .5rem;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 0;
}

.hero-image .hero-footer {
    color: rgba(255, 255, 255, 1);
    border-top: 4px solid rgba(147, 121, 66, 1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem;
}

.hero-image .hero-footer .sect {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    flex-wrap: wrap;
}

.hero-image .hero-footer .sect .segment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: .5rem;
    /* margin-bottom: .5rem; */
    /* margin-right: 1rem; */
    height: 3.5rem;
}

.hero-image .hero-footer .sect .segment .icon {
    /* max-width: 2rem; */
    /* max-height: 2rem; */
    /* aspect-ratio: 1/1; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: .5rem; */
}

.hero-image .hero-footer .sect .segment .icon img {
    width: 100%;
    max-width: 2.5rem;
}

.hero-image .hero-footer .sect .segment .icon #ico1 {
    max-width: 3.5rem;
}

.hero-image .hero-footer .sect .segment .text {
    display: block;
    font-size: 1.2rem;
    margin-left: .5rem;
}

@media screen and (min-width: 662px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        /* font-size: 1.3rem; */
    }
    .thx h1 {
        font-size: 3rem;
    }
    
    .thx h2 {
        margin-top: 3rem;
    }
    
    .hero-image .headline h2 {
        font-size: 1.4rem;
    }
    
    .hero-tutors .tutor-name,
    .hero-tutors .tutor-name strong {
        font-size: 2rem;
    }
    
    .hero-image .headline h3 {
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 2rem;
    }

    .hero-image .headline span,
    .hero-image .headline span strong {
        font-size: 1.2rem;
    }


    .sect.sect.calltoaction span.maintext,
        .sect.sect.calltoaction span.maintext strong {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 2rem;
    }

    .tutors-details .headline span {
        font-size: 1.2rem;
    }

    .attributes span, .attributes span strong {
        font-size: 1.2rem;
    }

    .howitworks .content,
    .howitworks span,
    .howitworks span strong {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 992px) {
    section {
        /* padding: 4rem 0; */
    } 
    .padded {
        padding: 4rem 0;
    }
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 2rem;
    }
    .hero-image .hero-content {
        padding: 2rem 0rem;
        background-color: inherit;
        max-width: 1440px;
        margin: 0px auto;
    }
    .hero-image .headline {
        max-width: 100%;
    }
    
    .hero-image .hero-footer .sect {
        justify-content: space-between;
    }
    
    .hero-image .hero-footer .sect .segment {
        justify-content: center;
        width: auto;
        margin-bottom: 0rem;
    }
    
    .hero-image .hero-footer .sect .segment .text {
        font-size: 1.4rem;
    }
    
    
    .hero-more span,
    .hero-more strong {
        margin-top: 0rem;
        font-size: 2rem;
    }
    
    .hero-more .hero-tutors {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .hero-tutors .tutor-image {
        max-width: 350px;
    }
    
    .hero-more .hero-tutors .tutor {
        width: 50%;
        padding: 0 1rem;
    }
    
    .sect.calltoaction h3,
    .sect.calltoaction h3 strong {
        font-size: 2rem;
        margin-bottom: .5rem;
    }
    
    .sect.sect.calltoaction span,
    .sect.sect.calltoaction span strong {
        font-size: 1.25rem;
    }
    
    .tutors-details .tutor-detailed-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 3rem;
        padding-bottom: 0rem;
    }
    
    .tutors-details .tutor-detailed-wrapper .column {
        flex-direction: row;
    }
    
    .tutors-details .tutor-detailed-wrapper .column.tutor2 {
        flex-direction: row;
    }
    
    .tutors-details .tutor-detailed-wrapper .photo {
        max-width: 300px;
        width: 25%;
        height: 100%;
        margin-bottom: 0;
        align-items: flex-end;
        padding-top: .5rem;
        border-bottom: none;
        margin-right: 2rem;
        margin-left: 4rem;
    }
    
    .tutors-details .tutor-detailed-wrapper .photo img {
        width: 100%;
    }
    
    .tutors-details .tutor-detailed-wrapper .details {
        padding: 2rem 0rem;
        width: 75%;
        align-items: flex-start;
        height: 100%;
    }
    
    .tutors-details .tutor-detailed-wrapper.righty .column .details {
        align-items: center;
    }
    
    .tutors-details .tutor-detailed-wrapper.lefty .column .details {
        align-items: center;
    }
    
    .tutors-details .tutor-detailed-wrapper .name {
        text-align: left;
        font-size: 1.6rem;
    }
    
    .tutors-details .tutor-detailed-wrapper .aspects {
        text-align: left;
        font-size: 1.2rem;
    }
    
    .tutors-details .tutor-detailed-wrapper .biography {
        font-size: 1rem;
    }
}

.section-headline {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0;
}

.form-wrapper {
    border-top: 4px solid rgba(147, 121, 66, 1);
}

.form-wrapper .section-headline {
    margin-bottom: 0;
}

.form-wrapper .subheader {
    display: block;
    /* margin: 2rem; */
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.headline {
    width: 100%;
    text-align: center;
    text-wrap: balance;
    font-size: 1.5rem;
}


@media screen and (min-width: 992px) {
    .headline {
        font-size: 1.5rem;
    }
    .list-container {
        flex-direction: row;
        margin-bottom: 2rem;
    }
    .list-container .list-wrapper {
        padding-left: 0vw;
        padding-right: 2vw;
        width: 100%;
    }
    .list-container .list-image {
        max-width: 350px;
        width: 35%;
        margin: 2rem;
    }
    .list-container .list-row .content {
        font-size: 1rem;
    }
    .section-headline {
        margin-bottom: 4rem;
    }
    
    .form-wrapper .section-headline {
        margin-bottom: 0;
    }
    
    .goldbcg h3,
    .goldbcg h3 strong,
    .goldbcg h3 span {
        font-size: 2rem;
    }
}


.opaque {
    background: rgba(250, 250, 250, 1);
    margin-top: 0;
}

.sect .section-content {
    /* margin: 2rem; */
    margin-bottom: 3rem;
    text-align: justify;
    width: 100%;
}

.sect .section-content ul {
    margin-left: 1rem;
}

.cta,
button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* width: 90%; */
    min-width: 150px;
    max-width: 400px;
    margin: 1rem auto 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
    border:  2px solid rgba(147, 121, 66, 1);
    background-color: rgba(147, 121, 66, 1);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    /* padding-left: 1rem; */
    cursor: pointer;
}

.navbar .cta,
button {
    margin-top: 0;
}



.cta .circle,
.form .button .circle {
    display: inline-flex;
    border-radius: 2rem;
    width: 32px;
    height: 32px;
    line-height: 1;
    border: 3px solid #ffffff;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    cursor: pointer;
}

.form .button.disabled {
    background-color: #f6f6f6;
    cursor: not-allowed;
    border: 2px solid #afafaf;
    color: #afafaf;
    justify-content: center;
}

.form .button.disabled .circle {
    border: 2px solid #afafaf;
}

.cta a,
.cta a:hover,
.cta a:visited,
.cta a:active,
button a,
button a:hover,
button a:visited,
button a:active {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
}

.map .light-gold {
    font-size: 1.5rem;
    font-weight: 700;
}
.map .dark-gold {
    font-size: 1.5rem;
    font-weight: 500;
}

.map .dark-gold strong {
    font-size: 1.5rem;
    font-weight: 700;
}

.map .section-content {
    margin-bottom: 0;
}

.disclaimer {
    margin-bottom: 0;
    text-align: justify;
    color: #1d1d1c;
    padding: 3rem 0rem;
    border-bottom: 4px solid rgba(147, 121, 66, 1);
}

.disclaimer span {
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 400;
}

.disclaimer .sect span:first-of-type {
    display: block;
    margin-bottom: 1.5rem;
}

.sect .deadlines {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

/* formularz */

.form-section {
    background-color: #F6F0E9;
    text-align: left;
    padding: 1rem;
}

.fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.fields .field {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    color: rgba(147, 121, 66, 1);
    margin-bottom: 1rem;
}

.first_disclaimer {
    margin-bottom: 2rem;
    text-align: justify;
    /* padding: 10px; */
}

.fields.description {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .sect .section-content .cta,
    .form .button {
        /* justify-content: space-evenly; */
        max-width: 530px;
        margin: 1rem auto 0;
        padding: .5rem 1rem;
        /* padding-left: 2rem; */
        font-size: 1.5rem;
        min-width: 265px;
    }
    
    .cta a,
    .cta a:hover,
    .cta a:visited,
    .cta a:active,
    button a,
    button a:hover,
    button a:visited,
    button a:active {
        font-size: 1.35rem;
        font-weight: 600;
    }
    
    .sect .section-content .cta a {
        font-size: 1.5rem;
    }
    
    .map .light-gold {
        font-size: 2rem;
        font-weight: 700;
    }
    .map .dark-gold {
        font-size: 2rem;
        font-weight: 500;
    }
    
    .map .dark-gold strong {
        font-size: 2rem;
        font-weight: 700;
    }
    
    .fields .field {
        width: 49%;
    }
    
    .fields .field.pok {
        width: 100%;
    }
}

.form-container{
    padding: 0rem;
}
.form-container a {
    font-size:1rem;
    color: #1d1d1c;
    font-weight: 400;
    text-decoration: underline;
}
.form-container h4{
    font-weight: 700;
    font-size:1.5rem;
    margin-bottom:0rem;
    margin-top:0rem;
    text-align: center;
}
.form-container p{
    text-align: justify;
    padding:1rem;
    font-size:1rem;
    margin-bottom:0;
}
.form-container p:last-child{
    padding:0rem;
}

#Form #meeting-selection {
    display: none;
}

#Form a:hover {
    color: rgba(147, 121, 66, 1) !important;
}

#Form a:active,
#Form a:visited {
    color: #1d1d1c;
}

#Form select#Lp_szkolenie {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
}

.description{
    text-align: justify;
    padding-top:1rem;
    font-size:1rem;
    font-weight: 400;
}

.description.rodo {
    margin-bottom: 4rem;
}

.description p {
    padding: 0;
    padding-bottom: 1rem;
}

.szkolenie #Lp_szkolenie{
    padding:1rem
}
.agr_rm3_h,
.agr_rm3_more,
.agr_rm2_more,
.agr_rm2_h{
    color:#bfbfbf;
    font-weight: 500;
    font-size:1rem;
    cursor:pointer
}

.agr_rm3_h:hover,
.agr_rm3_more:hover,
.agr_rm2_more:hover,
.agr_rm2_h:hover{
    color:#a9804b;
}

.agr_rm3_h:active,
.agr_rm3_more:active,
.agr_rm2_more:active,
.agr_rm2_h:active{
    color:#a9804b;
}

.agr_rm3_h:visited,
.agr_rm3_more:visited,
.agr_rm2_more:visited,
.agr_rm2_h:visited{
    color:#a9804b;
}


.agr_rm3,
.agr_rm2{
    font-size:1rem;
    font-weight: 400; 
}
.item .form{
    padding: 1rem 0;
}
.szkolenie{
    padding:1rem;
}
/* .form .button{
border-radius: 2rem;
color: #ffffff;
background-color: rgba(147, 121, 66, 1);
min-width: 265px;
display: flex;
align-items: center;
justify-content: space-around;
font-weight: 700;
margin: 0px auto;
margin-top: 3rem;
text-decoration: none;
padding: .3rem .5rem;
border:  3px solid rgba(147, 121, 66, 1);
font-size: 1.5rem;
} */
/* .form .button .btn-text{
margin-left: 1rem;
margin-right: 1rem;
font-weight: 700;
}

.form .button .btn-text {
font-size: 1rem;
line-height: 1;
padding: 0.3rem;
padding-left: 8%;
}

.form .button .circle {
font-size: 1rem;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 2rem;
border: 3px solid #ffffff;
padding: 0.3rem;
margin: 0.3rem;
margin-right: 0;
}

.form .button:hover {
background-color: rgba(147, 121, 66, .8);
} */

.szkolenie,
#lpForm .first_name,
#lpForm .last_name,
#lpForm .phone,
#lpForm .e_mail,
#lpForm .pok,
#lpForm .szkolenie,
.check-all-text,
.short.agree_1,
.short.agree{
    text-align: justify;
    font-size:1rem;
    font-weight: 400;
    margin-top: -0.4rem;
}
.szkolenie input,
#lpForm .first_name input,
#lpForm .last_name input,
#lpForm .phone input,
#lpForm .e_mail input,
#lpForm .pok input,
#lpForm .szkolenie input,
.check-all-text input,
.short.agree_1 input,
.short.agree input,
#Lp_pok,
#Lp_szkolenie,
#Lp_szkolenie > option{
    font-size:1rem;
    /* font-weight: 600; */
    /* margin-top: 1rem; */
    margin-bottom: .2rem;
    padding: .6rem;
    outline: 1px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #1d1d1c;
}
#Lp_pok > option{
    font-size:1rem;
    font-weight: 600;
    padding:0.5rem;
}
#Lp_pok > option:active{
    background-color:#bfbfbf;
}

#lpForm .agree {
    line-height: 1.5;
}

#lpForm .agree label {
    display: none;
}

#lpForm input::placeholder {
    color: rgba(147, 121, 66, 1);
}

#lpForm input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  top: 3px;
}

/* Kolor tła po zaznaczeniu */
#lpForm  input[type="checkbox"]:checked {
  background-color: rgba(147, 121, 66, 1); /* Twój kolor */
  border-color: rgba(147, 121, 66, 1);
}

/* Stylizacja "ptaszka" (checkmark) */
#lpForm  input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.errorMessage{
    color:#DF212C;
    font-size:1rem;
    font-weight: 700;
    font-style:italic;
    
}
.agree > .errorMessage{
    margin-bottom:1rem;
    margin-top:-1rem;
    margin-left:1.5rem;
}

.row {
    --bs-gutter-x: 0 !important;
}

.row>[type="checkbox"]{
    width:1rem;
}
.short,
.check-all-text {
    position:relative;
    margin-left: 2rem;
    bottom:1.1rem;
}
#Lp_pok{
    /* margin-bottom:2rem; */
}
.desclimer p{
    text-align: justify;
    font-size: 1rem;
    padding:2rem 0;
    font-weight:  300;
}
.desclimer p a{
    font-size: 1rem;
    color:#bfbfbf;
    font-weight: 300;
}
.desclimer-fluid {
    background:#f3f3f3
}



@media screen and (min-width: 992px) {
    .howitworks .column,
    .howitworks .column.nsbackground {
        width: 49%;
    }
}



.thankspage .hero-image .headline span,
.thankspage .hero-image .headline span strong {
    font-size: 1.5rem;
}

.thankspage .section-content,
.thankspage .hero-image {
    margin-bottom: 0;
}

.thankspage .part span,
.thankspage .part span strong {
    font-size: 1.2rem;
}

.thankspage .part {
    margin-bottom: 2rem;
    text-align: center;
}

.thankspage .section-content {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thankspage .calendarcta button {
    margin-top: 3rem !important;
}

.thankspage .sect span {
    font-size: 1.2rem;
}

.thankspage h3 {
    margin-bottom: .5rem;
}

.thankspage .disclaimer .sect {
    text-align: justify;
}

.thankspage li {
    color: rgba(147, 121, 66, 1);
}

.thankspage li span {
    color: #1d1d1c;
}