/* @import url('https://fonts.googleapis.com/css?family=Mulish&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: 'Mulish', 'Muli', sans-serif;
}

/* Text-truncate */

.text-truncate-container {
    /* width: 100%; */
    width: auto;
}

.text-truncate-container h3, .text-truncate-container p {
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.ttc2 h3, .ttc2 p {
    -webkit-line-clamp: 2 !important;
}

.ttc3 h3, .ttc3 p {
    -webkit-line-clamp: 3 !important;
}

.ttc4 h3, .ttc4 p {
    -webkit-line-clamp: 4 !important;
}

/* Corrects */

.banner {
    margin: 2em 0 3em;
    max-width: 100% !important;
}

.bannery, .newsletter-info-box {
    /* margin: 0 -2em; */
    margin: 0 calc(1px - 7.5vw);
}

.bannery-slider {
    height: 200px;
}

.banner .poziom img {
    padding: 0 !important;
    width: 100vw !important;
    height: 300px;
    object-fit: cover;
}

#text-size ul li {
    margin-left: 0.5em !important;
}

#page {
    /* background: #f0f0f0; */
    /* max-width: 1300px */
    /* box-shadow: 0px 10px 32px #dcdada; */
    max-width: 100% !important;
    box-shadow: none !important;
}

#content {
    width: 85%;
    margin: 0 7.5%;
}

.topnews, .panel {
    max-width: 85%;
    margin-left: auto !important;
    margin-right: auto !important;
}

ul.mainmenu a, ul.mainmenu a:visited {
    font-size: 1.25em !important;
}

.panel.mod .mLeft {
    width: 75%;
}

.panel.mod .mLeft h3 {
    font-size: 15px;
    font-weight: 500;
}

.panel.mod .mRight {
    width: 23%;
}

.mRight .okno .line h3 {
    font-size: 15px;
    font-weight: 500;
}

.mRight .okno .line p {
    display: none !important;
}

.imgwraper {
    filter: saturate(0.55);
    -webkit-transition: filter 0.3s ease-in;
    -moz-transition: filter 0.3s ease-in;
    -o-transition: filter 0.3s ease-in;
    transition: filter 0.3s ease-in;
}

.imgwraper:hover {
    filter: saturate(1);
    -webkit-transition: filter 0.3s ease-in;
    -moz-transition: filter 0.3s ease-in;
    -o-transition: filter 0.3s ease-in;
    transition: filter 0.3s ease-in;
}

.naglowek {
    margin: 6em 0 2.5em;
}

.naglowek a {
    text-decoration: none;
}

.okno ul li.box a .imgwraper {
    height: 35em;
}

.okno ul li.boxS {
    margin-bottom: 2.5em !important;
}

.okno ul li.boxS a {
    overflow: visible;
}

.okno ul li.boxS a .imgwraper {
    height: 20em !important;
}

.okno ul li .boxS h3 {
    font-size: 1.2em !important;
}

.okno ul li a:hover p, .okno ul li a:focus p {
    text-decoration: none !important;
}

/* .att_10 {
    display: none;
} */

@media screen and (min-width: 1921px) {
    .banner .poziom img {
        height: 350px;
    }
}

/* header */

@media screen and (min-width: 1920px) {
    #header-logo ul {
        font-size: 1.1em;
    }
    #header-logo h1 {
        font-size: 1.25em;
    }
}