* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.wrapper {
    width: 100%;
    margin: 0px auto;
    height: 100vh;
    /* background-image: url(images/ZDJECIE.jpg); */
    /* background-size: 145%; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    transition: .5s all;
    overflow: hidden;
}
.tlo {
    width: 100%;
    margin: 0px auto;
    height: 100vh;
    /* background-image: url(images/ZDJECIE.jpg); */
    /* background-size: 145%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s all;
    overflow: hidden;
}
.tlo__maska {
    width: 100%;
    height: 100vh;
    background-image: url(images/maska.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}
.wrapper__mask {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.wrapper__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.wrapper__content--title {
    width: 100%;
    padding: 0px 24px;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    font-family: 'Krona One', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.wrapper__sections {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.wrapper__sections--tourist {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px 28px;
    text-align: right;
}
.wrapper__sections--tourist a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: auto;
}
.wrapper__sections--community {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 28px;
    text-align: left;
}
.wrapper__sections--community a {
    max-width: 375px;
    pointer-events: auto;
}
.wrapper__tourist--text, .wrapper__tourist--text span,
 .wrapper__community--text, .wrapper__community--text span {
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 16px;
    max-width: 500px;
}
.community__enter span,
.tourist__enter span, .lot__enter a {
    font-family: 'Sen', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.community__enter, .tourist__enter, .lot__enter {
    width: 80px;
    padding: 4px 0px;
    transition: .3s;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: solid 1px transparent;
}
.lot__enter {
    text-align: center;
    font-family: 'Sen', sans-serif;
}
.tourist__enter:hover, .community__enter:hover, .lot__enter:hover {
    border-bottom: solid 1px white;
    transition: .3s;
}
.wrapper__sections--tourist a:hover > .wrapper {
    background-size: 110%;
}
.wrapper__sections--community a:hover > .wrapper {
    background-size: 110%;
}
.footer {
    width: 100%;
    background-color: #cfe2f0;
    padding: 16px 0px;
}
.footer__wrapper {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.polityka-mapa {
    width: 100%;
    display: flex;
    align-items: center;
}
.walidacja-intermedia {
    width: 100%;
}
.polityka-mapa a {
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 16px;
}
.polityka-mapa a:first-child {
    padding-left: 0px;
}
.polityka-mapa a:nth-child(2) {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
.walidacja {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.walidacja a {
    margin: 0px 0px 4px 8px;
}
.w3c-logo {
    width: 82px;
    height: 31px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 35px, #ffcc66 35px, #ffcc66 100%);
    border: 1px outset #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w3c-logo:before {
    content: "";
    background: url(images/w3c.png) center center no-repeat;
    width: 33px;
    height: 16px;
    background-size: 32px 16px;
}
.w3c-logo span {
    display: block;
    text-align: left;
    width: 42px;
    overflow: hidden;
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    color: #000000;
}
.w3c-logo::after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    color: #990000;
    margin: 5px 0px 0px 65px;
}
.intermedia {
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.intermedia span, .intermedia span a {
    color: #000;
    font-size: 14px;
}
.intermedia span:first-child a {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #000;
}
.polityka-mapa a:hover {
    opacity: .8;
}
.intermedia span a:hover {
    opacity: .8;
}
.wrapper__lot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    pointer-events: auto;
}
.wrapper__lot > p:first-child{
    font-size:28px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
    margin-bottom: 12px;
}

.community__enter i {
    font-size: 12px;
    position: absolute;
    left: 47px;
    bottom: 6px;
}
.tourist__enter i {
    font-size: 12px;
    position: absolute;
    left: 22px;
    bottom: 6px;
}
.lot__enter i {
    font-size: 12px;
    position: absolute;
    left: 52px;
    bottom: 6px;
}
.tourist__enter {
    justify-content: flex-end;
}
.lot__enter {
    width: 60px !important;
    font-size: 14px;
}
/* @media (min-width: 1279px) {
    .wrapper:hover {
        transform: scale(1.05);    
    }
} */
@media (min-width: 1279px) {
    /* .tlo:hover {
        transform: scale(1.05);
    } */
}
@media (min-width: 320px) and (max-width: 751px) {
    .wrapper__content--title {
        font-size: 40px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .blok {
        max-width: 992px;
    }
}
@media (min-width: 1023px) and (max-width: 1279px) {
    .footer__wrapper {
        max-width: 992px;
    }
    .polityka-mapa a {
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 1023px) {
    .footer__wrapper {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
    }
    .polityka-mapa, .walidacja-intermedia {
        width: 90%;
        margin: 0 auto;
    }
    .polityka-mapa {
        margin-bottom: 20px;
    }
}
@media (min-width: 320px) and (max-width: 639px) {
    .polityka-mapa {
        display: flex;
        justify-content: center;
    }
    .walidacja, .intermedia {
        justify-content: center;
    }
}
@media (min-width: 320px) and (max-width: 617px) {
    .polityka-mapa a {
        padding: 0px 8px;
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 462px) {
    .intermedia {
        display: flex;
        flex-direction: column;
    }
}
/* kolumna */

/* @media (min-width: 320px) and (max-width: 650px) {
    .wrapper__sections {
        flex-direction: column;
        align-items: center;
    }
    .wrapper__sections--tourist {
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 50px;
        width: 70%;
    }.wrapper__sections--community {
        width: 70%
    }
    .wrapper__sections--tourist a {
        align-items: flex-start;
    }
    .wrapper__content--title {
        font-size: 30px;
    }
}
@media (min-width: 320px) and (max-width: 400px) {
    .wrapper__sections {
        flex-direction: column;
        align-items: center;
    }
    .wrapper__sections--tourist {
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 50px;
        width: 100%;
    }.wrapper__sections--community {
        width: 100%
    }
    .wrapper__sections--tourist a {
        align-items: flex-start;
    }
    .wrapper__content--title {
        font-size: 25px;
        padding: 0;
    }
} */

/* skalowanie */

@media (min-width: 320px) and (max-width: 600px) {
    .wrapper__tourist--text, .wrapper__tourist--text span, .wrapper__community--text, .wrapper__community--text span, .wrapper__lot > p:first-child {
        font-size: 16px;
    }
    .wrapper__content--title {
        font-size: 30px;
    }
    .wrapper__sections--community, .wrapper__sections--tourist {
        padding: 16px;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    .wrapper__content--title {
        font-size: 25px;
        padding: 0;
    }
    .wrapper__sections--community {
        padding: 0px 0px 0px 12px;
    }
    .wrapper__sections--tourist {
        padding: 0px 12px 0px 0px;
    }
    .wrapper__tourist--text, .wrapper__tourist--text span, .wrapper__community--text, .wrapper__community--text span, .wrapper__lot > p:first-child {
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .community__enter span, .tourist__enter span, .lot__enter {
        font-size: 10px;
    }
    .community__enter i {
        left: 34px;
        bottom: 5px;
        font-size: 10px;
    }
    .tourist__enter i {
        font-size: 10px;
        left: 36px;
        bottom: 6px;    
    }
    .lot__enter i {
        font-size: 10px;
        left: 35px;
        bottom: 6px;
    }
    .lot__enter {
        width: 45px !important;
    }
    
}