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


/* Small devices (less than 576px) */
/* navigacja */
.nav {
    padding:1rem;
}

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

.nav a img {
    width: 100%;
}

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

/* 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: 2rem;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

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

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

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

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

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

.header h3 {
    font-size: 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;
}

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

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

.cta {
    background-color: #b89157;
    border-radius: 0;
    border-color: #b89157;
    font-weight: bold;
    min-width: 210px;
    font-size: 1.5rem;
    padding: 10px 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;
}
.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: 1.5rem;
    font-weight: 500;
}

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

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

.container-list h2{
    margin-bottom:2rem
}
.container-list ul li{
    font-size: 1.5rem;
    font-weight: 500;
}
.numbers{
    font-size: 1.5rem;
    font-weight: 700;
    color:#b89157;
    
}
.btn-primary.btn {
    margin:2rem 0;
}



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

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


.tutor h2 {
    margin:1rem;
}
.tutor p {
    margin:0 1rem;
}

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

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

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

.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-container{
    padding:2rem;
}
.form-container a{
    font-size:1.2rem;
    color:#b89157;
    font-weight: 700;
}
.form-container h4{
    font-weight: 700;
    font-size:2rem;
    margin-bottom:2rem;
    margin-top:4rem;
    text-align: center;
}
.form-container p{
    text-align: justify;
    padding:1rem;
    font-size:1.2rem;
    margin-bottom:0;
}
.form-container p:last-child{
    padding:0rem;
}
.description{
    text-align: justify;
    padding:1rem;
    font-size:1.2rem;
    font-weight: 400;
}
.szkolenie #Lp_szkolenie{
    padding:1rem
}
.agr_rm3_h,
.agr_rm3_more,
.agr_rm2_more,
.agr_rm2_h{
    color:#b89157;
    font-weight: 500;
    font-size:1.2rem;
    cursor:pointer
}
.agr_rm3,
.agr_rm2{
    font-size:1.2rem;
    font-weight: 400; 
}
.item .form{
    padding:1rem;
}
.szkolenie{
    padding:1rem;
}
.form .button{
    background-color: #b89157;
    border-radius: 0;
    border-color: #b89157;
    font-weight: bold;
    min-height: 57px;
    max-width: 210px;
    font-size: 1.5rem;
    margin-top:2rem;
    color:#fff;
    margin:0 auto;
    margin-top:4rem;
    border:none;
}
.form .button:hover{
    background-color: #957446;
    border-color: #b89157;
}
.szkolenie,
#lpForm .first_name,
#lpForm .last_name,
#lpForm .phone,
#lpForm .e_mail,
#lpForm .pok,
#lpForm .szkolenie,
.check-all-text,
.short.agree_1,
.short.agree{
    font-size:1.2rem;
    font-weight: 600;
    margin-top:0.2rem
}
.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;
    font-weight: 600;
    margin: top 0.2rem;
    padding:0.5rem;
}
#Lp_pok > option{
    font-size:1.2rem;
    font-weight: 600;
    padding:0.5rem;
}
#Lp_pok > option:active{
    background-color:#b89157;
}

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


.row>[type="checkbox"]{
    width:1rem;
}
.short,
.check-all-text {
    position:relative;
    margin-left:1.5rem;
    bottom:1.5rem;
    margin-right:2rem;
}
#Lp_pok{
    margin-bottom:2rem;
}
.desclimer p{
    text-align: justify;
    font-size: 1.2rem;
    margin:1rem;
    padding:2rem 0;
}
.desclimer p a{
    font-size: 1.2rem;
    color:#b89157;
    font-weight:600;
}
.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;    
    }
    .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 h2{
        margin:2rem 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: 4rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .icons img{
        margin-top:2rem;
    }

    button.cta {
        margin-left: 3rem;
        margin-top: 0px;
    }
    
    .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: 4rem;
        }
        
        

        
    }
    
    /* 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;
            max-width: 250px;
            max-height: 250px;
        }
        
        .tutor p {
            font-size: 1.2rem;
        }
        
        .tutor ul 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: 4rem;
        }
        
    }
    /* X-Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
        /* *{
            font-size: 16px;
        } */
        .item-l{
            border-bottom:1px solid #b89157;
            padding-bottom:4rem;
            padding-top:2rem;
            
        }
        p, .container-list ul li{
            font-size:1.5rem;
        }
        .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.5rem;
            color: #b99252;
        }
        
        .container.container-list{
            padding-bottom:2rem;
        }
        .header h1 {
            font-size: 3rem;
        }
        .tutor p{
            font-size:1.2rem
        }
        
        .spaceline {
            border-bottom: 1px solid #b89157;
            height: 1px;
            margin: 0px auto;
            margin-top: 30px;
        }
    }
    
    /* 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:200px;
            min-height: 40px;
        }
        .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: 4rem;
        }
        .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{
            border-bottom:1px solid #b89157;
            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
    }
    
    