        :root {
            --baza: #8b0606;
            --baza2: #D22D2D;
            --baza3: #C27878;
            --baza4: rgb(170, 88, 88);
            --tlo-baza: #F3F3F3;
            --color-baza: #000
        }
        .pNews p:has(img) {
                max-width: 50%
        }
        body {
            box-sizing: border-box;
            /*font-family: 'Amiko', sans-serif;*/
            font-family: 'Roboto', sans-serif;
            background-color: var(--tlo-baza);
            color: var(--color-baza)
        }
img{
    /*max-width: 400px;
    height: auto */


     }
        * {
            margin: 0;
            padding: 0
        }

        #wraper {
            font-size: 1.3vw
        }

        #wraper a {
            text-decoration: none
        }

        #top {
            height: 145px;
            font-size: 1.25vw;
            background: linear-gradient(to bottom, #8b0606 0%, #660b05 65%, #660b05 100%);
            color: #fff;
            margin-bottom: 1px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-right: 15px
        }

        #top a {
            color: #fff;
            display: block;
            height: 10vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 3px;
            transition: 0.3s
        }

        #top a:hover {
            background-color: var(--baza3);
            color: var(--baza)
        }

        #top q,
        #top cite {
            font-size: 1vw
        }

        .menu_top1,
        #menu_top {
            background: var(--baza3);
            height: 50px;
            margin-bottom: 1px;
            box-shadow: 0 0 7px 1px #666;
            transition: 1s;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-around
        }

        .menu_top2 {
            position: fixed;
            z-index: 100000;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, #8b0606 0%, #660b05 65%, #660b05 100%) !important;
            color: #fff
        }

        #container {
            display: flex;
            position: relative;
            width: 100%;
            margin: auto;
            padding-bottom: 70px
        }

        #menu_left,
        .menu_left1 {
            width: 21%;
            padding: 10px;
        }

        .menu_left2 {
            position: fixed;
            top: 50px;
            width: 21%;
            height: auto
        }

        .right2 {
            margin-left: 22.1%;
            width: 79%;
        }

        #right,
        .right1 {
            width: 79%;
            padding: 10px;
            /*position: relative;*/
        }

        #footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            color: #FFF;
            background: linear-gradient(to bottom, #8b0606 0%, #660b05 65%, #660b05 100%);
            width: 100%;
            padding: 20px 0;
            position: fixed;
            bottom: 0
        }

        #footer div {
            width: 100%;
            text-align: center;
        }

        #footer .fbA {
            color: #fff;
            text-decoration: none
        }

        /*nawigacja top*/
        #nav-roll-top fieldset {
            border: 0;
            height: 0;
            overflow: auto;
            padding: 0;
            border-radius: 0 0 5px 5px
        }

        #nav-roll-top fieldset:hover,
        #nav-roll-top legend:hover {
            overflow: visible;
            height: auto;
            color: #FFF !important;
            display: block
        }

        #nav-roll-top {
            width: 100%;
            display: flex;
            justify-content: space-around;
            font-size: 1.3vw
        }

        .nav-poz-top {
            /* width: 100%;*/

            padding: 7px;
            color: #fff;
            position: relative;
            z-index: 1000000;
            align-items: center;
            transition: 0.5s;
            border-radius: 0 0 5px 5px
        }

        .nav-poz-top:hover {
            background-color: var(--baza);
            color: #fff;
            height: auto;
            box-shadow: 1px 1px 2px 2px #666
        }

        .nav-poz-top a {
            color: #fff;
            display: block
        }

        /*nawigacja top end*/
        /*nawigacja lewo*/
        .nag-nav-left {
            background-color: var(--baza);
            padding: 5px;
            color: #fff;
            text-align: center
        }

        .link-nav-left {
            border-bottom: 1px dotted var(--baza3);
            border-top: 0
        }

        .link-nav-left a {
            display: block;
            transition: 0.3s;
            padding: 5px;
            color: #000
        }

        .link-nav-left a:hover {
            background-color: var(--baza3);
            color: #fff
        }

        .link-nav-left-x {
            background-color: var(--baza4)
        }

        /*nawigacja lewo end*/
        /* foto do art*/
        .fotoSites {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 90%;
            margin: 20px auto
        }

        .fotoSites div {
            height: 100px;
            margin: 1px;
            box-shadow: 0 0 2px 2px #aaa;
            transition: 0.3s;
            cursor: pointer
        }

        .fotoSites div:hover {
            background-color: #eee;
            opacity: 0.5
        }

        .fotoSites img {
            height: 100%;
        }

        .plus {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100px;
            background-color: #666;
            opacity: 0.7;
            color: #fff;
            font-size: 2em;
            margin-top: -107px;
        }

        /* foto do art koniec*/
        /*średni telefon lub IPad*/
        @media (max-width: 1100px) {}

        @media (max-width: 1099px) and (min-width: 800px) {}

        @media (max-width: 799px) {

            #container {
                width: 100%;
                font-size: 12px
            }

            #menu_left,
            #menu_left2 {
                display: none
            }

            #right,
            #right2,
            .news,
            #footer,
            legend {
                width: 100%;
                margin: 0;
                padding: 0;
                font-size: 12px
            }

            .pNews img {
                width: 100%
            }

            a {
                font-size: 12px
            }
        }
