.wieik-custom-page {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0 30px;
}

.wieik-custom-page .wieik-page-wrap {
    width: 1300px;
    max-width: calc(100% - 40px);
}

.wieik-custom-page .headerNaglowek {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    line-height: 0;
}

.wieik-custom-page .headerNaglowek img {
    display: block;
    width: 100%;
    height: auto;
}

.wieik-custom-page .clickable-link {
    position: absolute;
    display: block;
    z-index: 20;
    background: rgba(255, 0, 0, 0);
}

/* lewy logotyp PK */
.wieik-custom-page .left-link {
    top: 8%;
    left: 2%;
    width: 33%;
    height: 58%;
}

/* prawy logotyp WIEiK */
.wieik-custom-page .right-link {
    top: 8%;
    left: 49%;
    width: 47%;
    height: 58%;
}

.wieik-custom-page .header2 {
    width: 100%;
    min-height: 1200px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.22)),
        url('../images/tlo_plan.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 26px 24px 40px 24px;
    box-sizing: border-box;
}

.wieik-custom-page .header2-left,
.wieik-custom-page .header21-left,
.wieik-custom-page .header3-left {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
}

.wieik-custom-page .header2-left {
    color: rgb(128, 0, 128);
    font-size: 3.3rem;
    margin: 0 0 18px 0;
}

.wieik-custom-page .header21-left {
    color: rgb(128, 0, 128);
    font-size: 2.2rem;
    margin: 0 0 110px 0;
}

.wieik-custom-page .header3-left {
    display: inline-block;
    padding: 18px 42px;
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 5px;
    font-size: 2.1rem;
}

.wieik-custom-page .header3-left a {
    color: #0000aa;
    text-decoration: none;
}

.wieik-custom-page .header3-left a:hover {
    text-decoration: underline;
}


