html, body
{
    background: #ffffff;
    font: inherit;
    font-size: 1em;
    font-family: 'Libre Franklin';
    color: #333;
}

pre {
    display: block;
    font-family: "Courier New", monospace;
    font-size: 0.8em;
    color: #900;
    white-space: pre;
    margin: 1em 0px;
    background-color: whiteSmoke;
    border: 1px dotted #785;
    margin: 10px 0;
    padding: 10px;
}

h1,h1c,h2,h3,a,p.bjqs-caption
{
    font-family: 'Libre Franklin';
    font-size: 1.1em;
}


footer
{
    font-family: Tahoma, Verdana, sans-serif;
}

p
{
    font-family: 'Poppins', sans-serif;
}

body *
{
    margin: 0px auto;
    padding: 0px;
    font-size: 1em;
    text-align: left;
}

img
{
    border: 0px;
    margin:0px;
    padding:0px;
}

h1
{
    font-size: 1.4em;
    font-weight: bolder;
    padding: 5px 0 5px 0;
    letter-spacing: 1.5pt;
    color:#07547D;
}

h1c
{
    font-size: 1.4em;
    font-weight: bolder;
    padding: 5px 0 5px 0;
    letter-spacing: 1.5pt;
    text-align: center;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1.2pt;
    
}

h3
{
    font-size: 1em;
    font-weight: bold;
}


.aktu-n {
    font-family: 'Libre Franklin';
    font-size: 1.3em;
    letter-spacing: 0;
    line-height: 1.3em;
    padding-bottom: 15px;
    position: relative;
    text-align: justify;
    color: #2f70ad;
}


/* Basic jQuery Slider essential styles */

ul.bjqs{
    position:relative;
    font-weight: bold;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
    display:none;
}
li.bjqs-slide{
    position:relative;
    display:none;
}
ul.bjqs-controls{
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
}
ul.bjqs-controls.v-centered li a{
    position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
    right:0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
    left:0;
}
ol.bjqs-markers{
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
}
ol.bjqs-markers.h-centered{
    text-align: center;
}
ol.bjqs-markers li{
    display:inline;
}
ol.bjqs-markers li a{
    display:inline-block;
}
p.bjqs-caption{
    color:black;
    display:block;
    width:96%;
    margin:0;
    padding:2%;
    position:absolute;
    bottom:0;
    background:white;
    opacity:0.6;
    letter-spacing: 1px;
}

#banner-slide{
    position: relative;
    color: white;
}

header{
    max-width: 1020px;
    height: 100%;
    /*background: white url(img/core/head/somatyk.png);*/
    background: linear-gradient(to top,white 90%, silver);
    background-clip:border-box;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}



header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;

}

.logo img {
    height: 90px;
}

.title {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.icons {
    display: flex;
    gap: 5px;
}

.icons img {
    height: 37px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.icons img:hover {
    transform: scale(1.1); /* powiększenie */
    filter: brightness(1.1); /* rozjaśnienie */
}

/* Stylizacja slidera */



.slider-logo {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.slider-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo img {
        display: none;
    }

    .title {
        margin: 10px 0;
    }

    .icons {
        margin-top: 10px;
    }

    .icons img {
        display: none;
    }


}

@media (max-width: 480px) {
    .title h1 {
        font-size: 18px;
    }

    .title p {
        font-size: 14px;
    }

    .icons img {
        height: 25px;
    }

    .slider {
        height: 150px;
    }
}


/* === HEADING === */

.menu-h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.menu-h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #065c75;
}
.menu-h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 18px;
    left: 50%;
    margin-left: -50px;
    background-color: #065c75;
}

/* === HEADING END === */



.navi{
    max-width: 1020px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    line-height: 1.15;
    text-align: center;
    background: white;
}

.p-navi{
    font-size: 95%;
    text-align: center;
    font-weight: bold;
    float:right;
    margin-top: 3px;
    color: #065c75;
}

.p-navi:hover{
    color:black;
}


.p-footer{
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    float:right;
    margin-top: 3px;
    color: gray;
    text-decoration: none;
}

.p-footer:hover{
    color:black;
}

.button-menu{
    position: relative;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 4px;
}


#info{
    font-weight: bold;
    color: maroon;
    margin:0;
}

#main{
    max-width: 1020px;
    padding-top: 5px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px dotted gray;
}

.main-header {
    list-style-type: none;
}


#nav li{
    margin: 0;
    padding: 0;
    font-size: 100%;
}

#nav a{
    float: left;
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
}

#nav a:hover, body#intro #t-intro a {
    color: #333;
    border-color: #727377;
}

sidebar {
    float: left;
    width: 20%;
    list-style: none;
    margin-left: 10px;
}

sidebar a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 5px 6px; /* mniejsze odstępy */
    color: #333;       /* neutralny tekst bazowy */
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}

sidebar a:hover {
    background: #e6f4f3; /* ten sam hover co dropdown */
    
}
sidebar li {
    background-image: url(../img/core/kulka.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 24px;
    margin: 0;
    font-size: 110%;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

sidebar li:hover {
    background-color: #e6f4f3; /* zmiana tylko koloru tła */
    color: #043f4e;             /* ciemniejszy turkus */
    background-image: url(../img/core/kulka.png); /* upewniamy się, że kulka jest nadal widoczna */
    background-repeat: no-repeat;
    background-position: 0px center; /* dopasuj, jeśli chcesz pionowe wyśrodkowanie */
}


content{
    float: right;
    padding:10px;
    width: 75%;
    min-height:500px;
}

content-gallery{
    float: right;
    padding:10px;
    width: 99%;
    /*    min-height:500px;*/
}

article{
    padding: 10px;
    font-size: 95%;
    border-bottom: 1px dotted gray;
    margin-bottom: 12px;
    line-height: 150%;
}

/* === AKTU STYLE === */


/*.aktu-n:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #065c75;
}
.aktu-n:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 900px;
  background-color: #065c75;
}*/

.artykul-tresc{
    padding: 4px;
    padding-bottom: 5px;
    /*    text-indent: 18px;
    text-align: justify;*/
}

.artykul-tresc-c{
    font-size: 110%;
    padding: 4px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.artykul-tresc-c2{
    font-size: 100%;
    padding: 3px;
    padding-bottom: 4px;
    text-align: center;
    font-weight: bold;
}

.artykul-etr{
    font-family: Arial;
    padding: 4px;
    padding-bottom: 5px;
    /*    text-indent: 18px;
    text-align: justify;*/
}


.date-header{
    font-size: 75%;
    text-align: right;
    letter-spacing: 1px;
    margin-top: 4px;
}

.date-icon{
    float:right;
    width:25px;
    height:25px;
}

/* === AKTU STYLE === */


p.tresc{
    padding: 5px;
    text-indent: 18px;
    text-align: justify;
    text-justify: newspaper;
}

p.podpis{
    text-align: right;
    margin-right: 10px;
}

.clear{
    clear: both;
}

#przet{
    width: 90%;
}

td{
    text-align: center;
    vertical-align: top;
}

a{
    color: #030096;
    font-size: 1em;
}

a:hover{
    color: black;
}

a:focus{
    color: black;
}

.p-blue{
    color:#07547D;
}

/*  LIGHTBOX START  */

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* LIGHTBOX END */

/* Logowanie Form  START */

#panel {
    width: 400px;
    margin: 0 auto;
    padding: 15px 0 0;
    background: #fff;
    border: 1px solid silver;
    font: 16px calibri;
    letter-spacing: -1px;
}
form {
    margin: 0;
}

label {
    display: block;
    width: 260px;
    padding: 10px 20px;
    color: #696969;
    font-size: 16px;
    text-shadow: 0 0 1px silver;
}

#username, #password {
    display: block;
    width: 360px;
    margin: 0 auto;
    padding: 10px 5px;
    border: 1px solid silver;
    outline: 5px solid #ebebeb;
    font-size: 22px;
}
#username:focus, #password:focus {
    outline: 5px solid #e5f2f8;
}

#lower {
    background: #ecf2f5;
    width: 360px;
    padding: 5px 20px;
    margin-top: 20px;
}

.check {
    display: inline;
    float: none;
    font-size: 11px;
    padding: 5px;
}
input[type="submit"] {
    width: 70px;
    padding: 5px 13px;
    border: 1px solid #005f85;
    color: white;
    text-shadow: 0 0 1px black;
    background: #98c9dc;
    position: relative;
    left: 180px;
}

#panel, input[type="submit"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Logowanie Form  END */

.nav-menu{
    text-align:center;
}

/* przyciski na czcionke */

.font-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Odstęp między przyciskami */
}

.font-btn {
    font-size: 18px;  /* Zmniejszony rozmiar czcionki przycisków */
    padding: 5px 10px;  /* Dopasowanie rozmiaru przycisków */
    background-color: #007BFF;  /* Kolor tła przycisków */
    color: white;  /* Kolor tekstu */
    border: none;  /* Usunięcie obramowania */
    border-radius: 5px;  /* Zaokrąglone rogi */
    cursor: pointer;  /* Kursor wskazujący na możliwość kliknięcia */
    transition: background-color 0.3s;  /* Płynna zmiana koloru tła */
}

.font-btn:hover {
    background-color: #0056b3;  /* Zmiana koloru tła po najechaniu */
}

.font-btn:focus {
    outline: none;  /* Usunięcie konturu po kliknięciu */
}


/* Dropdown LIST START */


.navi{
    max-width: 1020px;
    line-height: 1.15;
    text-align: center;
    background: white;
}


.navi-topnav{
    max-width: 1020px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;

}


.topnav {
    text-align: center;
    overflow: hidden;
    background-color: white;
}

.topnav a {
    display: block;
    color: #065c75;
    text-align: center;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 16px;
}

.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 14%;

}

.dropdown .dropbtn {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align:center;
    border: none;
    /*    outline: none;*/
    color: #065c75;
    /*    padding: 14px 16px;*/
    background-color: inherit;
    margin: 1.5em 0 5px 0;


}
.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #8fc4bb;
    border-radius: 6px;
    min-width: 180px;
    box-shadow: 0px 6px 16px rgba(0,0,0,0.1);
    z-index: 10;
}

.dropdown-content a {
    color: #000; /* czarny font */
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f0f0f0; /* subtelne linie między linkami */
    border-left: 3px solid transparent; /* niewidoczna linia na start */
    transition: all 0.3s ease;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background: #e6f4f3; /* subtelne tło */
    border-left: 3px solid #2bab95; /* turkusowa linia akcentu */
    color: #065c75; /* turkusowy font */
}

.topnav a:hover, .dropdown:hover .dropbtn {
    color: black;
}



.dropdown:hover .dropdown-content {
    display: block;
}

#styl-droplist{
    width: 250px;
    text-align:left;
}

.show {
    display: block;
}

/*a.nav-menu-ul{
    color: #065c75;
    text-decoration: none;
}

a.nav-menu-ul:hover{
    color: black;
}*/

@media screen and (max-width: 650px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .topnav.responsive {
        position: relative;
        top:5px;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    .dropdown{
        width: 100%;
    }
    .dropbtn{
        font-size: 95%;
        img {
            display: none;
        }
    }

    #styl-droplist{
        width: 100%;
    }
}

/*@media screen and (max-width: 1100px) {
.dropdown .dropbtn {
 width: 50%;
}*/

/* Dropdown LIST END */




#button-image{
    float: right;
    border: none;
    cursor: pointer;
    align-self: center;
    appearance: none;
    background-color: inherit;
    transition: transform .7s ease-in-out;

}

#button-image:hover{
    transform: rotate(360deg);

}

* {
    box-sizing: border-box
}
.mySlidesB {
    display: none
}

/* Slideshow container */
.slideshow-container {
    max-width: 1020px;
    max-height: 320px;
    position: relative;
    margin: auto;

    border-left: 1px solid gray;
    border-right: 1px solid gray;

}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}



#ws-image{
    border: 1px solid black;
    float: left;
    margin: 10px;
    width: 160px;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* TABELKA DOWNLOAD  */

.download-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd; /* Opcjonalna linia pod linkiem */
    padding: 5px 0;
}

.download-text {
    flex-grow: 1;
    text-align: left;
    word-break: break-word; /* Alternatywnie: overflow-wrap: break-word; */
    white-space: normal; /* Pozwala na łamanie tekstu */
    max-width: 80%; /* Opcjonalnie, aby nie zajmowało całej szerokości */
}

.download-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 140px; /* Dostosuj w zależności od potrzeb */
}

.download-link {
    text-decoration: none;
    width: 90px; /* Dopasuj do długości napisu "pobierz (XX.XX MB)" */
    text-align: left;
    display: inline-block;
}

.download-icon {
    width: 25px;
    height: 25px;
}

/* ARCHIWUM DROP DOWN LIST */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    overflow: hidden;
}

.dropdown-arch {
    position: relative;
    /*  display: inline-block;*/
}

.dropbtn-arch {
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    width: 100%;
    display: block;


    border-radius: 20px;
    border: 2px solid #87CEEB;
    padding: 15px;
    margin-bottom: 5px;

}


.dropbtn-arch:hover, .dropbtn-arch:focus {
    background: linear-gradient(to right,white ,#8fc4bb 120%);
    text-decoration: underline;

}


.dropdown-content-arch {
    display: none;
    background-color: white;
    width: 100%;

}

.dropdown-content-arch a {
    color: black;
    text-decoration: none;

}

.show-arch {
    display: block;
}

#center-c{
    font-size: 1.5em;
    text-align: center;
}

.p-arch-date{
    font-size: 15px;
    text-decoration: none;
}


.p-arch-h1{
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
}



.li-dost{
    font-family: 'Poppins', sans-serif;
    padding: 2px;
    margin-left: 20px;
}

.ol-pp {
    padding-left: 30px;  /* Przesunięcie głównej listy */
}


.li-pp {
    font-family: 'Poppins', sans-serif;
    padding-left: 10px; /* Wcięcie tekstu po cyfrze */
    list-style-position: outside; /* Numer pozostaje na zewnątrz */
}

.li-pp::marker {
    font-weight: bold;
}

.li-etr{
    font-family: Arial;
    padding: 2px;
    margin-left: 20px;
}

.li-dost::marker {
    color: #217796;
    font-size: 18px;
}
.li-mark{
    font-family: 'Poppins', sans-serif;
    padding: 2px;
    padding-left: 25px;
}

.li-mark::marker {
    content: "\2666";
    color: #217796;
}
/* ARCHIWUM DROP DOWN LIST NO I KONIEC */

/* SPIS TEL */

.table-phone{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    font-size: 95%;
    letter-spacing: 1px;
    font-family: 'Roboto';
    border: 1px solid black;
    border-collapse: collapse;
}



.td-left-ph-1{
    text-align: left;
    /* background-color: #e5f6fa; */
    width: 50%;
    border: 1px solid gray;

    padding-left: 10px;
}

.td-right-ph-1{
    text-align: right;
    /* background-color: #e5f6fa; */
    border: 1px solid gray;

    padding-right: 10px;
}

.td-left-ph-2{
    text-align: left;
    /*    background-color: #dbf7ff;*/
    /* background-color:#f5ffff; */
    width: 50%;
    border: 1px solid gray;

    padding-left: 10px;
}

.td-right-ph-2{
    text-align: right;
    /* background-color: #f5ffff; */
    border: 1px solid gray;

    padding-right: 10px;
}

.table-phone-h1{
    font-size: 120%;
    text-align:center;
    background-color: #a2dade;
    font-weight: bold;
    border: 1px solid black;

}

.span-print{
    cursor: pointer;

}

.span-print:hover{
    color: blue;
    text-decoration: underline;
}
/* SPIS TEL END */

.table-map-h1{
    color:#07547D;
    font-size: 120%;
    /*    text-align:center;*/
    /*    background-color: #a2dade;*/
    font-weight: bold;
    /*    border: 1px solid black;*/

}

.table-map{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    font-size: 100%;
    font-family: 'Roboto';
    border-collapse: separate;
}

.td-left-map{
    text-align: left;
    /* background-color: #e5f6fa; */
    width: 13%;
    font-weight: bold;
    /*    padding-left: 10px;*/
    padding-bottom: 6px;
    /*    border-bottom: 1px solid black;*/
}

.td-right-map{
    text-align: left;
    width: 80%;
    /*    padding-right: 10px;*/
    padding-bottom: 6px;
    /*    border-bottom: 1px solid black;*/
}




/*FOOTER*/

footer{
    font-size: 70%;
    background: linear-gradient(to bottom, white 50%, silver);
    padding-right: 10px;
    text-align: right;
    max-width: 1020px;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}


/*FOOTER*/



/* ZMIANA FONT */

content .buttons{
    width: 100%;
    position: absolute;
    right: 100px;
    top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

content .buttons .button{

}

content .buttons .button:nth-child(2){
    font-size: 18px;

}

content .buttons .button:nth-child(3){
    font-size: 20px;
}

content .buttons .active{
    background: #444;
}
content .text{
    margin: 5rem 0;
}




/* ZMIANA FONT */





@media screen and (max-width:855px){


    #google_translate_element {
        display: none;
    }

}

@media screen and (max-width:680px){

    body {
        max-width: 100%;
        font-size: 95%;
    }
    #main, content,
    .navi, header, .nav-menu {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
    #banner-slide img {
            display: none;
        }
    

#logo {
    font-size: 90%;
    height: auto;
    width: 100%;
}

#logo img {
    width: 85%;
    object-fit: fill;
}

#loga-contr img {
    width: 100%;
}



    /*    #loga, #loga-left, sidebar, #google_translate_element {*/
    sidebar, #google_translate_element {
        display: none;
    }

    footer img {
            max-width: 100%;
        
    }


    #ws-image{
        width: 100%;
        margin: 0;
    }

    #p1,#p2,#p3,#p4{
        width: 90%;
        max-width: 90%;
    }

    .table-phone{
        font-size: 85%;
    }

}

