/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); */
/* @font-face {
font-family: 'Montserrat';
src: url("http://192.168.1.200/theme2/font/montserrat-v18-latin-ext_latin-regular.woff") format("woff"),
    url("http://192.168.1.200/theme2/font/montserrat-v18-latin-ext_latin-regular.woff2") format("woff2")
} */
@font-face {
font-family: 'TW Cen MT';
src: url("/theme2/font/fontscorecomttwcenmt.woff") format("woff")
}
@font-face {
font-family: 'Segoe UI Light';
src: url("/theme2/font/SEGOEUIL.woff") format("woff")
}

body {
    background: url("/theme2/img/tlo-kza.png");
    background-size: cover;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #2A2D33;
    color: #fff;
    font-family: 'TW Cen MT', sans-serif;
    width: 1900px;
    height: 1050px;
    padding-bottom: 10px;
    /* letter-spacing: 3px; */
}
p {
    
}
.opis {
    font-family: Segoe UI Light;
    font-size: 1.8em;
    font-weight: 500;
    padding: 0 300px;
    line-height: 1.6em;
}
.opis h1 {
    line-height: 1.2em;
    font-weight: 500;
    padding-top: 50px;
}
.opis h2 {
    
}
.opis p{

}
.opis ul {
    margin-left: 40px;

}
.opis img {
    max-width: none;
    padding-top: 50px;
}
img {
    max-width: 100%;
    padding: 0;
}
.logo {
    text-align: center;
    /* padding-top: 10px; */
}
.logo img {
    height: 200px;
}
.stany-div {
    position: absolute;
    left: 0;
    top: 0;
}
.dane_kza {
    text-align: center;
    font-weight: 300;
    font-size: 1.7em;
    line-height: 7px;
}
.tytul {
    text-align: center;
    color: #FFC000;
    font-weight: 300;
    font-size: 4em;
    text-transform: uppercase;
    padding-top: 0;
}
.tytul p {
    margin-top: 0;
    padding-top: 150px;
}
.tytul span {
    color:#FF0000;

}
.button {
    margin-left: 10%;
    margin-right: auto;
    float: left;
    margin-top: 60px;
    font-size: 2em;
    text-transform: uppercase;
    position: relative;
}
.button-span-przelaczniki {
    font-size: 1em;
    text-transform: none;
}
.button span {
    display: inline-block;
    width: 450px;
}
.button a {
    background-color: #556270;
    border: 3px solid #fac01e;
    border-radius: 0px;
    color: #ffffff;
    font-size: 1.2em;
    /* font-weight: bold; */
    line-height: 130px;
    text-align: center;
    text-decoration: none;
    padding: 50px 20px;
    margin-right: 10px;
    -webkit-text-size-adjust: none;
}
.button a:hover {
    background-color: #3e454d;
    color: #fac01e;;
}
.web {
    clear: both;
    text-align: center;
    padding-top: 60px;
    font-size: 1.5em;
    font-weight: 300;
}
.domek {
    position: absolute;
    z-index: 300;
    top: 10px;
    left: 10px;
    padding: 5px;
    background: none;
}
.domek img {
    border: 1px solid #000;
}
.click-ico {
    position: absolute;
    z-index: 300;
    bottom: 50px;
    right: 70px;
    width: 200px;
    height: 200px;
    margin: 0;
    padding: 0;
}
.click-ico img {
    max-width: 200px;
    transform: rotate(-45deg);
}
.naglowek1 {
    
}
.naglowek2 img {
    height: 200px;
    margin-left: 43%;
}
.przelaczniki {
    position: absolute;
    z-index: 300;
    right: 40px;
    top: 10px;
    padding: 5px 20px;
    width: 310px;
    height: 300px;
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    background: none;
}
.przelaczniki img {
    height: 22px;
    padding-right: 5px;
    position: relative;
    top: 3px;
}
.container-przelaczniki {
    max-width: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.switch-holder {
    display: flex;
    float: left;
    background-color: #d1dad3;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    /* box-shadow: -8px -8px 15px rgba(255,255,255,.7),
                10px 10px 10px rgba(0,0,0, .3),
                inset 8px 8px 15px rgba(255,255,255,.7),
                inset 10px 10px 10px rgba(0,0,0, .3); */
    justify-content: space-between;
    align-items: center;
}

.switch-label {
    width: 210px;
    color: #000000;
    /* letter-spacing: 0;*/
}

.switch-label i {
    margin-right: 5px;
}

.switch-toggle {
    height: 40px;
    color: #000000;
}

.switch-toggle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -2;
}

.switch-toggle input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
    box-shadow: inset -8px -8px 15px rgba(255,255,255,.6),
                inset 10px 10px 10px rgba(0,0,0, .25);
}

.switch-toggle input[type="checkbox"] + label::before {
    position: absolute;
    content: 'NIE';
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    top: 8px;
    left: 8px;
    width: 45px;
    height: 25px;
    border-radius: 20px;
    background-color: #d1dad3;
    box-shadow: -3px -3px 5px rgba(255,255,255,.5),
                3px 3px 5px rgba(0,0,0, .25);
    transition: .3s ease-in-out;
}

.switch-toggle input[type="checkbox"]:checked + label::before {
    left: 50%;
    content: 'TAK';
    color: #000;
    background-color: #00b33c;
    box-shadow: -3px -3px 5px rgba(255,255,255,.5),
                3px 3px 5px #00b33c;
}
.button-alert {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 25%;
    width: 50%;
    margin: 0 auto;
    padding: 30px 10px;
    background: #FF0100;
    border-radius: 20px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}