/*=================================
//                                 
//    ###     ####   ###    ###  
//   ## ##   #   ##  ## #  # ##  
//  ##   ##    ###   ##  ##  ##  
//  #######  #   ##  ##      ##  
//  ##   ##   ####   ##      ##  
//                                 
//=================================*/

#content {
    z-index: 2;
    position: relative;
}

.main-content {
    padding: 0px 0;
}

.section {
    padding: 2rem 0 6rem;
}

.section>div {
    position: relative;
}

.section h1,
.section h2,
.section h3 {
    color: var(--border1);
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.section h2 {
    font-size: 1.325rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.section h3 {
    font-size: 1rem;
    margin: .5rem 0;
}

.section p {
    margin-bottom: .5rem;
}


.section .in-template {
    color: var(--text7);
}

.sec-title i,
.sec-title b {
    color: var(--text1);
    font-weight: 500;
}

.headerbar {
    text-align: center;
    font-weight: 400;
    padding: 1rem 0;
}

a.l-media,
a.l-page,
a.l-image {
    background-color: var(--text1);
    border-radius: 2rem;
    color: white;
    text-transform: uppercase;
    padding: .75rem 1.225rem;
    font-size: .925rem;
    display: inline-block;
    transition: all ease-in-out 250ms;
}

a.l-media:hover,
a.l-page:hover,
a.l-image:hover {
    background-color: var(--orange);
    color: var(--text1);
    transition: all ease-in-out 250ms;
}

.full.section {
    padding: 0 0 1rem;
    margin: 0 auto;
}


.typ-icon img {
    height: 3rem;
    width: auto;
}

.typ-winietka {
    display: inline-block;
}

.typ-winietka ol,
ul {
    padding-left: 1rem;
}

.typ-winietka p {
    margin-bottom: .75rem;
}

.typ-winietka .template {
    text-align: justify;
    /* font-size: 1rem; */
}

.typ-winietka .template p {
    margin: .25rem 0;
}

.third .set {
    background-color: var(--bkg4);
    margin-top: 1rem;
    border-radius: 6px;
    padding: 2rem 3rem 1.5rem;
}

.d-flex.four {
    flex-wrap: wrap;
    justify-content: space-between;
}

.section .four .headerbar {
    margin: 0;
    text-align: center;
}

.four .set {
    width: 24%;
    min-width: 16rem;
    margin-top: 1.5rem;
    flex-grow: 1;
}

.four .ctn-block {
    height: 8rem;
    text-align: center;
}

.d-flex.half {
    flex-wrap: wrap;
    justify-content: space-between;
}

.half .ctn-block {
    width: 48%;
    flex-grow: 1;
}

.ctn-block .headerbar {
    /* font-size: 1rem; */
    margin: .5rem 0;
}

.section .headerbar,
.section .headerbar h2,
.section .headerbar h3 {
    color: var(--text7);
    text-align: left;
    margin-bottom: .25rem;
}

.sekcja-body .set {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
}

.sekcja-body .set .ctn-block {
    width: 50%;
    /* font-size: 1rem; */
}

.set .ctn-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.subtitle {
    text-align: center;
    color: var(--text7);
    font-size: 1rem;
}

.el-title {
    text-align: center;
    color: var(--text7);
    /* font-size: .875rem; */
}

.cust_kontakty .typ-icon {
    position: relative;
    height: 3rem;
    padding: .75rem;
    width: 9rem;
    float: left;
    font-weight: 500;
    font-size: 1.125rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.cust_kontakty .typ-icon .picto {
    position: absolute;
    top: 0;
}

.cust_maszyny .slick-track {
    height: 450px;
}

h2.sec-title:before {
    content: '-';
}

h2.sec-title:after {
    content: '-';
}

.title-block .sec-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 3rem 0 3rem;
    letter-spacing: .425rem;
    font-weight: 400;
}

#sekcja-1>.container {
    padding-left: 0;
    padding-right: 0;
}

#sekcja-3 {}

#sekcja-3 .template .d-flex {
    justify-content: center;
}

#sekcja-3 .template .ctn-block {}



.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 1rem;
}

@media (max-width: 992px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 420px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gallery .item {
    overflow: hidden;
    display: flex;
    border-radius: 1rem;
    box-shadow: 0px 0rem 1rem 0rem rgb(0, 0, 0, .2);
}

.gallery .item img {
    transition: all 250ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}

.gallery .item:hover img,
.gallery .item:focus img {
    transform: scale(1.2);
    transition: all 250ms;
}







#sekcja-7 {
    background-color: var(--bkg6);
    padding: 4rem 0 1rem;
}

#sekcja-7 .halfed {
    display: flex;
    flex-wrap: wrap;
}

#sekcja-7 .halfed>div {
    width: 50%;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color7);
    /* font-size: .75rem; */
}

#sekcja-7 .template .d-flex {
    margin: 5% 0 2%;
    justify-content: center;
}

#sekcja-7 h2,
#sekcja-7 h3 {
    color: var(--white);
}

#sekcja-7 .ctn-block>h3 {
    color: var(--white);
    letter-spacing: .14rem;
    font-weight: 300;
    font-size: 1.125rem;
}

#sekcja-7 h4 {
    font-size: .875rem;
    font-weight: 300;
    /* color: blue; */
}

#sekcja-7 .box {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 2%;
}

#sekcja-7 .box-pos img {
    height: 4rem;
    width: 4rem;
}

#sekcja-7 .boks {
    width: 100%;
    height: 1rem;
    margin: 0;
    text-align: center;
}

#sekcja-7 .boks h4 {
    display: inline-block;
    margin: 0;
    color: var(--white);
    font-weight: 300;
}

#sekcja-7 .boks p {
    color: var(--text5);
}

#sekcja-7 .typ-winietka {
    color: var(--text5);
    padding: 0 1rem;
}



#sekcja-10 {
    background-color: var(--bkg11);
    padding: 1rem 2rem 3.5rem;
    position: relative;
}

#sekcja-10:before {
    background-image: url('gfx/template/filter.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    mix-blend-mode: overlay;
}

#sekcja-10 #box-form {
    z-index: 2;
} 



#sekcja-24 {
    background: linear-gradient(0, #FFFFFF 60%, #EFEFEF 40%);
}

#sekcja-24 .item-picture {
    background-color: var(--bkg1);
}

#sekcja-25:before {
    background-image: url('gfx/template/filter_2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
    /* mix-blend-mode: overlay; */
}

#sekcja-25 > * {
    z-index: 2;
} 

#sekcja-25 {
    position: relative;
    background-color: var(--bkg3);
    /* background-color: #b6bfcd; */
}

#sekcja-25 {
    padding-bottom: 4rem;
}

#sekcja-25 .sec-title {
    padding: 3rem 0 3rem;
}




@media (max-width: 992px) {
    #sekcja-7 .halfed>div {
        width: 100%;
    }

    #sekcja-10 {
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .section {
        padding: 1rem 0 4rem;
    }
}

@media (max-width: 768px) {
    .slick-autoplay-toggle-button {
        width: 3rem;
        height: 3rem;
    }

    .section {
        padding: 0rem 0 3rem;
    }

    .four .set {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .slick-autoplay-toggle-button {
        width: 2.5rem;
        height: 2.5rem;
    }
}



/* Partnerzy */
#sekcja-5 {
    background-color: #D5E2EB;
    position: relative;
}

#sekcja-5 .title-block h2 {
    color: var(--text5);
}

.s-partners {
    padding: 0;
    overflow: hidden;
}

.partners {
    display: flex;
}

.partners>a,
.partners>img {
    background-color: white;
    margin: 1rem;
    padding: 1rem;
}

.partners img {
    max-height: 180px;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1
}

.s-partners .slick-slide img {
    width: 100%;
    object-fit: contain;
    padding: 1.5rem;
}

.s-partners .slick-slide {
    padding: .725rem;
    position: static !important;
    float: initial;
    height: initial;
    min-height: initial;
}

.s-partners .slick-slide>div {
    background-color: white;
}

.s-partners .slick-slide a {
    display: block;
    /* background-color: white; */
    vertical-align: bottom;
}

.s-partners .slick-slide img,
.s-partners .slick-slide a img {
    max-height: 180px;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1
}

.s-partners .slick-track {
    display: flex;
    flex-direction: row;
}

.catalog .ctn-block {
    min-width: 24rem;
    width: 48%;
    flex-grow: 1;
}




.catalog .template .d-flex {
    gap: 2rem;
    flex-wrap: wrap;
    padding: 1rem;
}


/* Sponsorzy */
.cust_sponsorzy .template {
    max-width: 600px;
    margin: 0 auto;
}

/*  end Sponsorzy*/

/* Prelegnci */

.catalog.cust_prelegenci .template {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {

    .catalog.cust_prelegenci .template {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 992px) {

    .catalog.cust_prelegenci .template {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 768px) {

    .catalog.cust_prelegenci .template {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

}

@media (max-width: 460px) {

    .catalog.cust_prelegenci .template {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

}

/* end Prelegenci */


/* boksy */
.boks {
    position: relative;
    text-align: left;
    /* padding-bottom: 1.5rem;
    margin: 1.5rem 0; */
    /* box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2); border-radius: 1.25rem;*/
    display: inline-block;
}

.boks.bk1 {
    border-right: 1px dashed var(--border4);
}

.boks.bk2 {
    border-right: 1px dashed var(--border4);
}

.boks .block {
    padding: .5rem 0;
}

.boks a {
    color: var(--link1);
    text-decoration: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.boks h3 {
    padding: .25rem 0;
    font-size: 1.125rem;
    font-weight: 500;
}

.boks h4 {
    font-size: 1rem;
    font-weight: 600;
}

.boks a:hover {
    color: var(--orange);
}

.boks p {
    color: var(--text1);
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: .875rem;
}

.boks .picture {
    position: relative;
    text-align: left;
    padding-bottom: 100%;
}

.boks .picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 1.25rem;
    object-fit: cover;
}

.boks .i-bot {
    text-align: left;
    font-size: .75rem;
    color: var(--text1);
}

.boks .i-text {
    background-color: var(--bkg1);
    padding: 0;
    overflow: clip;
}

.boks .prepos {
    position: absolute;
    background-color: var(--bkg8);
    line-height: 1rem;
    font-size: .75rem;
    padding: 1rem .75rem;
    height: 5rem;
    text-align: center;
    min-width: 5rem;
    color: var(--color2);
    margin-right: 5%;
}

.prepos time {
    line-height: 1.5rem;
}

.prepos div {
    font-size: 1rem;
    margin: 0 .75rem;
    border-bottom: 1px solid var(--color2);
}

.boks .short {
    margin-top: .725rem;
}

.boks .link {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: .5rem;
    text-align: left;
}

.boks .line {
    width: 100%;
    height: 1px;
    background-color: var(--color4);
    margin-bottom: 1rem;
}




/* strona 48 */
/*
.site-48 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.site-48 .box {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.site-48 .box a {
    display: block;
    height: 100%;
}

.site-48 .box .picture {
    outline: 1px solid var(--border4);
    margin-bottom: 1rem;
}

.site-48 .box .picture img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.site-48 .box time {
    font-size: .875rem;
    margin-bottom: .5rem;
    display: block;
}

.site-48 .box time i {
    color: var(--text1);
}

.site-48 .box .title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text1);
    margin-bottom: 1rem;
}

.site-48 .box a:hover .title {
    color: var(--hover4);
}

.site-48 .box a:hover time,
.site-48 .box a:hover .desc {
    color: var(--text1);
}

@media (max-width: 1200px) {
    .site-48 {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {
    .site-48 {
        grid-template-columns: 1fr;
    }
}
*/
/* end aktualnosci */

/* Patroni */
#c_patnons {
    position: relative;
}

/* Miejsce */

.cust_miejsce .ctn-block span {
    font-weight: 500;
}

.cust_miejsce .ctn-block span b,
.cust_miejsce .ctn-block span strong,
.cust_miejsce .ctn-block b span,
.cust_miejsce .ctn-block strong span  {
    font-weight: 800;
}

.cust_miejsce .ctn-block {
    margin-bottom: 2rem;
}

/* organizarorzy */
.cust_organizatorzy .template {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.cust_organizatorzy .boks {
    width: 360px;
    text-align: center;
}


/* partnerzy */
#sekcja-30 {
    background-color: var(--bkg3);
    padding: 1rem 0 3.5rem;
}
#c_partners {
    position: relative;
}


/* cennik */
.cust_cennik .d-flex {
    flex-direction: column;
    padding: 1rem;
}


/* TOP */
#sekcja-32 {
    background-color: #234d91;
    background-image: url('gfx/template/topic_1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    color: white;
    position: relative;
}

#sekcja-32::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 39, 85, 0.5); /* czarny overlay 50% przezroczysty */
    /* lub gradient: */
    /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.3)); */
    z-index: 1;
}

#sekcja-32 > .container {
    z-index: 2;
}

#sekcja-32 .cust_top {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#sekcja-32 .pagetitle {
    font-size: 1.125rem;
    padding: 1.5rem 0;
}

#sekcja-32 .datekonf {
    color: #F86900;
    font-weight: 800;
    font-size: 2rem;
}

#sekcja-32 .lockonf {
    color: #F86900;
    font-weight: 600;
    font-size: 1.225rem;
}

#sekcja-32 h1 {
    margin-top: 4rem;
    font-weight: 700;
    font-size: 3.225rem;
    color: white;
}

#sekcja-32 .subtitle {
    color: #F86900;
    font-weight: 600;
    font-size: 1.225rem;
}

#sekcja-32 .more {
    margin-top: 4rem;
}

#sekcja-32 .more a {
    background-color: white;
    border-radius: 2rem;
    color: var(--text1);
    text-transform: uppercase;
    padding: .75rem 1.225rem;
    font-size: .925rem;
}
#sekcja-32 .more a:hover {
    background-color: var(--orange);
    color: var(--text1);
    transition: all ease-in-out 250ms;
}