* {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 300;
    /* font-size: 12px; */
    /*  */
    /* outline: 1px solid limegreen; */
}

html {
    background-color: #f3f3f3;
}

/* Small devices (less than 576px) */
/* navigacja */
.nav {
    padding: 1rem;
    align-items: center;
    justify-content: flex-start;
}

.nav a{
    display: block;
    width: 120px;
    /* padding:1rem 2rem;  */
    padding: 0 0 0 1rem;
    min-height: 40px;
}

.nav a img {
    width: 100%;
}

.icons {
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.icons a{
    margin:0.6rem;
    float:right
}
.icons img{
    width:25px;
    /* margin-top:2rem; */
}

@media screen and (min-width: 460px) {
    .icons {
        display: flex;
    }
}

/* header style */
.header-fluid {
    background: rgb(0, 0, 0);
    background-image: url(../gfx/lp_bcg.jpg);        
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.header {
    display: flex;
    align-items: center;
    padding: 3rem;
}

.header h1 {
    font-size: 1.2rem;
    font-family: Oswald, serif;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.header .text-color {
    /* color: #4f8fb9; */
    font-weight: 700;
}

.header h2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin-top: 2.5rem;
}

.header h2:first-of-type {
    margin-top: 0rem;
}

h2.onlythen {
    color: #ffffff;
    font-style: italic;
}

span.onlythen {
    font-weight: 500;
    display: block;
    font-size: 1rem;
}

.header h4 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-top:1.5rem;
}

.header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff; 
    /* margin-top: 2rem; */
    margin-bottom: 0rem;
}

.header p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff; 
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.headline {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.spaceline {
    border-top: 1px solid #b89157;
    margin: 0px auto;
    margin-bottom: 3rem;
    /* margin-top: 30px; */
    /* width: 100%; */
}

.spaceline2 {
    border-top: 1px solid #b89157;
    margin: 0px auto;
    margin-top: 4rem;
}

/* button */
.btn-primary.btn {
    background-color: #b89157;
    border-radius: 0;
    border-color: #b89157;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top:5rem
}
.btn-primary.btn a,
.cta a{
    font-weight: bold;
    font-size: 1.2rem;
    color:#fff;
    text-decoration:none;
}

.date-cta-container {
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; */
    margin-top: 2rem;
}



.cta {
    background-color: #b89157;
    border-radius: 0;
    border-color: #b89157;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 5px 15px;
    max-height: 80px;
    transition: transform .15s ease-in-out;
    margin-left: 0rem;
    margin-top: 1rem;
}

.cta:hover {
    transform: scale(1.1);
    background-color: #957446;
}

.cta a:hover {
    color: #FFF;
    text-decoration: none;
}



#Lp_pok_em_.errorMessage{
    margin-top:-2rem;
    margin-bottom:1rem;
}
.btn-primary.btn:hover,
#yt0:hover {
    background-color: #957446;
    border-color: #b89157;
    transition: transform 0.2s ease;
    transform: scale(1.1);
}
.header .btn-primary:active:focus,
.btn-check:focus + .btn-primary, 
.btn-primary:focus {
    box-shadow:0 0 0 0.25rem #f3f3f3 !important;
    background-color: #957446 !important;
    border-color: #b89157 !important;
}
.agr_rm3_h:hover, .agr_rm3_more:hover, .agr_rm2_more:hover, .agr_rm2_h:hover{
    color: #0d6efd;
}
/* sekcja z planem spotkania */
.container.container-list{
    padding:4rem 2rem 0;
    /* border-bottom: 1px solid #b89157; */
}
.header-fluid{
    background-image: url(../gfx/lp_bcg.jpg);        
    background-position: 0% 40%;
    background-size: cover;       
    box-shadow: inset 0 0 160px #000000;
}
.container h1 {
    font-size: 2rem;
    font-weight:700; 
    margin-bottom:0rem;
    margin-top: 2rem;
}

.container h2 {
    font-size: 1rem;
    font-weight: 500;
}

.container h2 .guest {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.container-list p {
    font-weight:500; 
}

.container-list h2{
    margin-bottom:2rem
}
.container-list ul li,
.container-list ol li{
    font-size: 1rem;
    font-weight: 500;
}
.numbers{
    font-size: 1.2rem;
    font-weight: 700;
    color:#b89157;
    
}
.btn-primary.btn {
    margin:2rem 0;
    min-width: 210px;
    padding: 10px 15px;
}

.tutors-wrapper .tutors-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.tutor {
    width: 100%;
    margin-top: 3rem;
}

.date-and-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.clock{
    width:45px;
    padding:1rem;
    padding-left: 0px;
    padding-top: .6rem;
}

.date-and-time h3 {
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-block;
}

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


}

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

    .tutors-wrapper .tutors-row {
        flex-direction: row;
    }

    .tutor {
        width: 50%;
        padding: 1.5rem;
        margin: 1rem;
        background-color: #ffffff;
        border-radius: 1rem;
        box-shadow:
            0  5px 10px rgba(154,160,185,0.05),
            0 15px 40px rgba(166,173,201,0.2);
    }
}

.tutor .toutor-img {
    max-width:100%;
    border-radius: 300px;
    max-width: 200px;
    border: 2px solid #f3f3f3;
    margin-top: 2rem;
}

.container h2 strong{
    font-size: 1.2rem;
}

.tutor h2 {
    margin:1rem;
}
.tutor p {
    margin:0;
    font-size: .8rem;
    padding-left: 1rem;
    text-align: justify;
}



.tutor ul li,
.tutor ol li {
    margin:0 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.tutor-section{
    padding:0 2rem;
}
p {
    font-size: 1.2rem;
    font-weight: 400;
}
.partner-item {
    padding:2rem ;
    height:100%;
}

.partners .noble_logo  {
    max-width:140px;
    padding:1rem;
    padding-top:0;
}

.nav a img.ssw_logo {
    width: 100%;
    padding-left: 2rem;
}

.noble_funds{
    padding:1rem;
    max-width:216px;
}

.partners {
    padding:1rem;
    margin-top:1rem;
}
.partners h2{
    margin-bottom:1rem;
    margin-left:1rem;
    font-size: 1.4rem;
    font-weight: 400;
}


/* 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;
}

.form-container{
    padding:3rem;
}
.form-container a{
    font-size:1rem;
    color:#C69B6C;
    font-weight: 700;
}
.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: #957446;
}

#Form a:active,
#Form a:visited {
    color: #C69B6C;
}

#Form select#Lp_szkolenie {
    -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 p {
    padding: 0;
    padding-bottom: 1rem;
}

.szkolenie #Lp_szkolenie{
    padding:1rem
}
.agr_rm3_h,
.agr_rm3_more,
.agr_rm2_more,
.agr_rm2_h{
    color:#C69B6C;
    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: 0rem;
}
.szkolenie{
    padding:1rem;
}
.form .button{
    background-color: #C69B6C;
    border-radius: 5px;
    border-color: #C69B6C;
    font-weight: bold;
    /* min-height: 57px; */
    max-width: 320px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 1rem;
    color:#fff;
    margin:0 auto;
    margin-top:2rem;
    border:none;
}
.form .button:hover{
    background-color: #957446;
    border-color: #C69B6C;
}
.szkolenie,
#lpForm .first_name,
#lpForm .last_name,
#lpForm .phone,
#lpForm .e_mail,
#lpForm .pok,
#lpForm .szkolenie,
.check-all-text,
.short.agree_1,
.short.agree,
.pseudo-check {
    text-align: justify;
    font-size:1rem;
    font-weight: 600;
    margin-top:0rem
}
.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 0rem;
    padding:0.5rem;
    outline: 1px;
    background-color: #f3f3f3;
    border-radius: 5px;
    border: none;
}
#Lp_pok > option{
    font-size:1rem;
    font-weight: 600;
    padding:0.5rem;
}
#Lp_pok > option:active{
    background-color:#C69B6C;
}

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

.errorMessage{
    color:#C69B6C;
    font-size:1rem;
    font-weight: 600;
    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:1.5rem;
    bottom:1.1rem;
    /* margin-right:2rem; */
}
#Lp_pok{
    margin-bottom:2rem;
}
.desclimer p{
    text-align: justify;
    font-size: 1rem;
    /* margin:1rem; */
    padding:2rem 0;
    font-weight:  400;
}
.desclimer p a{
    font-size: 1rem;
    color:#C69B6C;
    font-weight: 400;
}
.desclimer-fluid{
    
    background:#f3f3f3
}

.container .tutor-section{
    margin-top:0rem;
    /* padding-bottom:2rem; */
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
    .nav a{
        display: block;
        /* padding:1rem; */
        min-height: 40px;  
        width: 140px;  
    }
    .icons img{
        /* margin-top:2.5rem; */
        width:30px;
    }
    .icons img:hover{
        transition: transform 0.2s ease-in-out;
        transform: scale(1.1);
    }
    .header-fluid {
        background-image: url(../gfx/lp_bcg.jpg);        
        /* background-position: right; */
    }
    .header {
        min-height: 500px;
    }
    .header .btn-primary.btn {
        margin-top:5rem
    }
    .container.container-list {
        padding:4rem 1rem 0; 
    }
    .container .tutor-section{
        margin-top:0rem;
        /* padding-bottom:2rem; */
    }
    
    .tutor p {
        /* font-size: 1.3rem; */
        padding-left: 0rem;
    }
    
    .tutor h2{
        margin:1rem 0;
    }
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        border-bottom:1px solid #b89157;
        padding:1rem 0;
        line-height: 1px;
    }
    .container h2 strong{
        font-size:2rem;
    }
    .container.container-list{
        padding-bottom:2rem;
    }
    .header h1 {
        font-size: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   
    button.cta {
        margin-top: 3rem;
    }
    
    .header-fluid {
        background-image: url(../gfx/lp_bcg.jpg);        
        background-position: right;
        background-size: cover;       
    }
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        border-bottom:1px solid #b89157;
        padding:1rem 0;
        line-height: 1px;
    }
    
    
    .container.container-list{
        padding-bottom:2rem;
    }
    .header h1 {
        font-size: 2.5rem;
    }
    
    .date-cta-container {
        margin-top: 4rem;
    }
    
    .header h3 {
        font-size: 2rem;
    }
    
    
    
    .cta {
        min-width: 210px;
        font-size: 1.2rem;
        padding: 10px 15px;
    }
    
    .cta a{
        font-size: 1.2rem;
    }
    
    .container h2,
    .container h2 .guest {
        line-height: 1.5;
    }
    
    p {
        font-size: 1.2rem;
    }
    
    .container-list ul li,
    .container-list ol li{
        font-size: 1.2rem;
    }
    
    .btn-primary.btn {
        font-size: 1.2rem;
    }
    
    span.onlythen {
        font-size: 1.2rem;
    }
    
    .container h2 strong{
        font-size:2rem;
    }
    
    /* .tutor p {
        font-size: 1.1rem;
    } */
    
    .description{
        font-size:1.2rem;
    }
    
    .form-container p{
        font-size:1.2rem;
    }
    
    .form-container a{
        font-size:1.2rem;
    }
    
    .form-container h4{
        font-size:2rem;
        margin-bottom:2rem;
        margin-top:4rem;
    }
    
    .agr_rm3_h,
    .agr_rm3_more,
    .agr_rm2_more,
    .agr_rm2_h{
        font-size:1.2rem;
    }
    .agr_rm3,
    .agr_rm2{
        font-size:1.2rem;
    }

    .szkolenie,
    #lpForm .first_name,
    #lpForm .last_name,
    #lpForm .phone,
    #lpForm .e_mail,
    #lpForm .pok,
    #lpForm .szkolenie,
    .check-all-text,
    .short.agree_1,
    .short.agree,
    .pseudo-check {
        font-size:1.2rem;
        margin-top:0.2rem;
        text-align: left;
        line-height: 1.3;
    }
    .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:1.2rem;
        margin: top 0.2rem;
    }
    #Lp_pok > option{
        font-size:1.2rem;
        padding:0.5rem;
    }
    
    .short,
    .check-all-text {
        bottom:1.5rem;
    }
    .desclimer p{
        font-size: 1.2rem;
    }
    .desclimer p a{
        font-size: 1.2rem;
    }
    
    
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    /* *{
        font-size: 14px;
    } */
    .container .tutor-section {
        margin-bottom: 0;
        /* margin-top: 3rem; */
    }
    
    .tutor .toutor-img{
        margin:0;
        margin-top: 1rem;
        /* max-width: 250px; */
        /* max-height: 250px; */
    }
    
    /* .tutor p {
        font-size: 1.2rem;
    } */

    .fields .field {
        width: 49%;
    }
    
    .tutor ul li,
    .tutor ol li {
        font-size:1.2rem;
    }
    
    .partners{
        padding-top:0;
        margin-top:0;
    }
    .noble_funds{
        padding-left:0;
    }
    .partners .noble_logo{
        padding:0;
    }
    .partner-item h2{
        margin-left:0;
    }
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        border-bottom:1px solid #b89157;
        padding:1rem 0;
        line-height: 1px;
    }
    .container h2 strong{
        font-size:2rem;
    }
    .container.container-list{
        padding-bottom:2rem;
    }
    .header h1 {
        font-size: 2.5rem;
    }
    
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* *{
        font-size: 16px;
    } */
    .item-l{
        /* border-bottom:1px solid #b89157; */
        padding-bottom:3rem;
        padding-top:2rem;
        
    }
    p, 
    .container-list ul li,
    .container-list ol li {
        font-size: 1.2rem;
    }
    .header .btn-primary.btn{
        margin-top:2rem;
    }
    
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        border-bottom:1px solid #b89157;
        padding:1rem 0;
        line-height: 1px;
    }
    
    .container h2 strong{
        font-size: 2rem;
    }
    
    .header h2 strong {
        font-size: 1.2rem;
        color: #b99252;
    }
    
    .container.container-list{
        padding-bottom:2rem;
        
    }
    .header h1 {
        margin-top: 2rem;
        font-size: 3rem;
    }

    .header .thx_header {
        font-size: 2.5rem;
    }
    /* .tutor p{
        font-size:1.2rem
    } */
    
   
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* *{
        font-size: 16px;
    } */
    
    /* p, .container-list ul li{
        font-size:1.2rem;
    } */
    .header .btn-primary.btn{
        margin-top:3rem;
        margin-bottom:2rem;
    }
    
    /* .icons img{
        margin-top:1.5rem;
    } */
    .icons a{
        margin:0.6rem;
    }
    .nav {
        padding:0;
    }
    .nav a {
        /* width:150px; */
        min-height: 40px;
    }
    
    @media screen and (min-width: 768px) {
        .nav a {
            width:180px;
            margin: 1.5rem 0;
            margin-right: 20px;
        }
    }
    
    .header-fluid {
        background-image: url(../gfx/lp_bcg.jpg);        
        background-position: right;
        background-size: cover;
    }
    /* .kran {
        background-image: url(../gfx/kranik.jpg); 
        background-size:contain;  
        background-repeat: no-repeat;     
        background-position:bottom right;
    } */
    .header h1 {
        /* font-size: 3rem; */
    }
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        border-bottom:1px solid #b89157;
        padding:1rem 0;
        line-height: 1px;
    }
    .btn-primary.btn a{
        font-size:1.3rem
    }
    .item-l{
        padding:2rem 0 4rem 0;
    }
    
    /* #lpForm .first_name, #lpForm .last_name, #lpForm .phone, #lpForm .e_mail, #lpForm .pok, #lpForm .szkolenie{
        width:50%;
        display: inline-block;
        position:relative;
        
    }
    .last_name input, 
    .last_name,
    .e_mail input,
    .e_mail,
    .e_mail > .errorMessage,
    .last_name > .errorMessage
    {
        margin-left:2.5rem
    }
    
    .first_name > .errorMessage,
    .e_mail > .errorMessage,
    .phone > .errorMessage,
    .pok > .errorMessage
    {
        position:absolute;
        font-size:1rem;
        left:6rem;
    } */
}
@media (min-width: 1600px) {
    .header-fluid {
        background-image: url(../gfx/lp_bcg.jpg);        
        background-position: right;
        background-size:cover;
        /* min-height: 60vh; */
        border-bottom:1px solid #b89157;
        
    }
    /* .kran {
        background-image: url(../gfx/kran-large.jpg); 
        background-size:contain;  
        background-repeat: no-repeat;     
        background-position:bottom right;
    } */
    /* .header h1 {
        font-size: 6rem;
    } */
    
}


.thx_header{
    margin-top:3rem
}
.thx-header-bottom{
    margin-bottom:3rem;
}
.thx.partners{
    padding:0
}

