@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200&display=swap');
font-family: 'Dosis', sans-serif;

*{
    padding: 0;
    margin: 0;
    }

a
{
    text-decoration: none;
}

body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    background:black;
    margin: 0;
    padding: 0;
    width:100%;
    display: block;
    overflow-x: hidden;
    color: yellow;
    line-height: 1.5em;
}


a
{
    color: yellow;
}

a:hover
{
    color: lime;
}


div.archiwum
{
    position: fixed;
    top:calc(15% - 30px);
    left:-50px;
    background: yellow;
    color: black;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    border-right:5px solid black;
box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
    z-index: 99999999;
    transition: 1s;
}


div.archiwum:hover
{
    left: 0px;
}

.scrollup
{
    display: none;
}

#reklama
{
    display: none;
}


.right-side
{
    justify-content: flex-end;
}

.left-side
{
    justify-content: flex-start;
}

.center-side
{
    justify-content: center;
}


figure
{
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

header
{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    min-width:100vw;
    box-sizing: border-box;
    z-index: 99999;
}

div.head-alt-view
{
   background: black;
   color: yellow;
   padding: 0em 1em;
    display: flex;
    justify-content:flex-end;
    align-content: center;
    box-sizing: border-box;
}

.alt-view-eye
{
    font-size: 1.2em;
    color: yellow;
    margin: 0.5em;
    padding: 0.5em;
}

.alt-view-size
{
    padding: 1em;
    flex-direction: row;
    display: flex;
    margin: 0.2em;
}

.alt-view-size a, .alt-view-eye a
{
    color: black;
    background: yellow;
    font-weight: 400;
}

div.head-alt-view a
{
    padding: 0.5em;
    border: 1px solid yellow;
    display: flex;
    margin: 0.5em;
}

div.head-alt-view a:hover
{
    background: lime;
    color: black;
}


div.head-top
{
    width: 100%;
    display: flex;
    background: black;
    justify-content: center;
    color: yellow;
    font-size: 1.5em;
}


div.head-alt-view
{
   background: black;
   color: yellow;
   padding: 0em 1em;
    display: flex;
    justify-content:flex-end;
    align-content: center;
    box-sizing: border-box;
}

.alt-view-eye
{
    font-size: 1.2em;
    color: yellow;
    margin: 0.5em;
    padding: 0.5em;
}

.alt-view-size
{
    padding: 1em;
    flex-direction: row;
    display: flex;
    margin: 0.2em;
}

.alt-view-size a, .alt-view-eye a
{
    color: black;
    background: yellow;
    font-weight: 400;
}

div.head-alt-view a
{
    padding: 0.5em;
    border: 1px solid yellow;
    display: flex;
    margin: 0.5em;
}

div.head-alt-view a:hover
{
    background: lime;
    color: black;
}





div.content
{
    width:1110px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid yellow;
    padding: 0.5em;
}


div.head-top .content
{
    justify-content: space-between;
    font-size: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

div.head-nav
{
    background: black;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav
{
    width:100%;
    display: flex;
    justify-content: space-between;
    transition: 1s;
}


nav.active
{
    margin-top: 0px;
    width:100%;
    background: black;
    top:0;
    left: 0;
    position: fixed;
    z-index: 9999;
    height:60px;
}

nav.logo
{
    height: 50px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding:0 20px;
}

nav.logo img
{
    height: 100px;
    position: absolute;
    left: 10px;
    top:10px;
}

div.logo
{
    display: block;
}

div.logo2
{
    display: none;
}

nav.active div.logo
{
    display: none;
}

nav.active div.logo2
{
    display: block;
}

nav.active div.logo2 img
{
    height: 50px;
    margin-left:100px;
}

nav.active ul.nav-right
{
    margin-top: 0px;
    margin-right:0px;
}

nav.active ul.nav-right
{
    margin-left:75px;
}

div.logo img
{
    height: 100px;
}
ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav-right
{
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: calc(50% - 100px);
     font-size: 1em;
    margin-left:100px;
}

ul.nav-right li
{
    color: #FFFFFF;
    padding: 0.5em 0.5em;
    transition: 0.5s;
}

ul.nav-right a
{
    color: yellow;
    text-decoration: none;
	text-transform: uppercase;
}

ul.nav-right li:hover
{
    text-decoration: none;
    background: black;
}


.page-header
{
    padding-top:20px;
    box-sizing: border-box;
    position: relative;
}

nav ul li 
{
    position: relative;
}

.head-nav button
{
    display: none;
}

nav ul ul
{
    position: absolute;
    padding: 0;
    display: none;
    width: 350px;
    left: 0;
    background: rgba(0,0,0,1);
    margin-top:18px;
    list-style: none;
    z-index: 9999;
}

li.sub-nav
{
   padding: 0em 0em;
   border-bottom: 1px solid  #231f20;
}

nav ul li:hover > ul
{
    display: block;
}

nav ul ul ul
{
    left:350px;
    margin-top: -24px;
}


div.up-menu
{
    position: fixed;
    margin-top:-400px;
    transition: 1s;
    z-index: 99999;
    width: 100%;
    font-size: 1em;
}



div.up-menu .head-alt-view
{
   background: black;
   color: yellow;
   padding: 0em 0.0em;
    display: flex;
    justify-content:flex-end;
    align-content: center;
    box-sizing: border-box;
    font-size: 0.7em;
}

div.up-menu .alt-view-eye
{
    display: flex;
    padding: 0;
    margin: 0;
}

div.up-menu .alt-view-size
{
    padding: 0em;
    flex-direction: row;
    display: flex;
    margin: 0.2em;
}

div.up-menu .alt-view-size a, div.up-menu .alt-view-eye a
{
    color: black;
    background: yellow;
    font-weight: 400;
}

div.up-menu .head-alt-view a
{
    border: 1px solid yellow;
    display: flex;
}

div.up-menu .head-alt-view a:hover
{
    background: lime;
    color: black;
}


div.up-menu .logo
{
    top:10px;
    left:10px;
}

div.up-menu ul ul
{
    z-index: 9999;
    margin-top: 12px;
}

div.up-menu ul ul ul
{
    margin-top: -24px;
}

div.up-menu ul ul ul li
{
    font-size: 1.0em;
    padding: 0.2em 1em;
}

div.up-menu ul ul li.sub-nav
{
    font-size: 1.0em;
    padding: 0.2em 0.5em;
}

div.up-menu.active
{
    margin-top:0px;
  }

div.up-menu.active2
{
    margin-top:0px;
  }

div.up-menu .content
{
    justify-content: space-between;
    font-size: 1 em;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
}

div.up-menu .content.con2
{
    flex-direction: column;
}

div.up-menu i
{
    color:black;
    margin:0.2em;
    font-size: 0.8em;
    transition: 1s;
}


div.up-menu i:hover
{
    color:yellow;
}

div.up-menu .head-nav
{
    background: black;
    width: 100%;
    display: flex;
    justify-content: center;
}

.up-menu nav
{
    margin-top: 0px;
    width:auto;
    display: flex;
    justify-content: space-between;
    transition: 1s;
}


.up-menu .nav.active
{
    margin-top: 0px;
    width:100%;
    background: black;
    top:0;
    left: 0;
    position: fixed;
    z-index: 9999;
    height:55px;
}

.up-menu nav.logo
{
    height: 50px;
    width: 100px;
    display: none;
    box-sizing: border-box;
    padding:0 20px;
}

.up-menu nav.logo img
{
    height: 100px;
    margin-top:-20px;
}

.up-menu div.logo
{
    display: block;
}

.up-menu div.logo2
{
    display: none;
}

.up-menu nav.active div.logo
{
    display: none;
}

.up-menu nav.active div.logo2
{
    display: block;
}

.up-menu nav.active ul.nav-right
{
    margin-top: 0px;
}

.up-menu .center-side
{
    margin-left:0px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.up-menu div.logo img
{
    height: 100px;
}

.up-menu .page-header
{
    width:100%;
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.up-menu ul.nav-right
{
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    margin:0;
}

.up-menu ul.nav-right li
{
    font-size: 1em;
    color: yellow;
    text-transform: capitalize;
    padding: 1em 0.5em;
    font-weight: 500;
    transition: 0.5s;
}

.up-menu ul.nav-right ul ul li
{
    font-size: 1em;
     padding: 0.2em 1em;
}

.up-menu ul.nav-right a
{
    color: yellow;
    text-decoration: none;
}

.up-menu ul.nav-right li:hover
{
    color: #fff;
    text-decoration: none;
}

.content h3
{
    width: 100%;
    max-width: 1150px;
    display: block;
    color: yellow;
    font-size: 2em;
    font-weight: 400;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 2px dotted #CCC;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid yellow;
    flex-direction: row;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    padding-left: 1em;
}


.content h3 a
{
    font-size: 0.8em;
    text-decoration: none;
    color: lime;
    font-weight: 500;
    vertical-align: bottom;
    height: 100%;
    display: block;
    margin-right: 1em;
}

.content p
{
    width: 100%;
    display: block;
}

section
{
    width:100vw;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

section.news .content
{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1150px;
    box-sizing: border-box;
    overflow: hidden;
}

.news article
{
    width:48%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 500px;
    box-sizing: border-box;
    margin-bottom: 2em;
    overflow: hidden;
    font-size: 1.2em;
    padding-top:260px;
    color: yellow;
}

.news article.master
{
    width: 48% ;
    font-size: 1.2em;
}


.news article figure
{
    overflow: hidden;
    height: 250px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top:0;
    width: 100%;
    background: yellow;
}


.news article figure > img
{
position: absolute;
left: 50%;
top: 50%;

-webkit-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-o-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
    width: 100%;
     z-index: 99;
}

.news article figure img:hover
{
    opacity: 0;
}

.news article figure label
{
    opacity: 1;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top:50px;
    color: black;
    font-size: 1em;
    z-index: 9;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 1em;
    padding-right: 1em;
}

.news article figure img:hover >.news article figure label
{
    opacity: 1;
}

.news article h4
{
    color: lime;
    width: 100%;
    font-weight: 400;
    padding:0 0.5em;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
}


.news article p
{
    color: yellow;
    font-size: 0.8em;
    padding:0 0.5em;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.news article .news-footer
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top:1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
    position: absolute;
    bottom: 0;
    left:0;
    color: yellow;
    background: black;
    border-bottom: 1px solid yellow;
}

.news article .news-footer i
{
    color: #0064b0;
    margin-right: 1em;
    display: none;
}

.news article .news-footer a
{
    background:  yellow;
    color: black;
    height: 1.5em;
    width: 1.5em;
    font-size: 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: .0,5em;
}

.news article .news-footer a:hover
{
    background:  lime;
}

section.banner, section.blog, section.media, section.offer
{
    display: none;
}


section.list
{
     background-color:black;
    display: flex;
    flex-direction: row;
    color: black;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.list .content
{
    margin: auto;
}

section.list h2
{
    font-weight: 300;
    color: yellow;
    padding: 0.5em;
    font-size: 2em;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}

section.list ul
{

    color: yellow;
    padding: 1em;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction:column;
}
section.list li::before
{
    content: "»";
    color: yellow;
    font-size: 1.2em;
    padding: 0.5em;
}
section.list ul li
{
    width: 100%;
    box-sizing: border-box;
    padding:0.2em 0.5em;
    font-size: 1.2em;
    display: block;
    min-width: 300px;
}
section.list ul a
{
    color: lime;
}
footer
{
    background-color: black;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    width: 100vw;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}

footer .content
{
    display: flex;
    flex-direction: column;
    color:yellow;
    text-transform: uppercase;
}

footer .content img
{
    max-width: 150px;
}

footer .content .size40, footer .content .size60, footer .content .footer-right
{
    width: 100%;
    font-size: 1.2em;
    text-align: center;
}

.footer-nav
{
    text-align: center;
    font-size: 0.9em;
    padding: 0.5em
}

.footer-down
{
    font-size: 0.7em;
    padding: 0.2em;
    text-align: center;
}

section.logo
{
    background: black;
    padding-top:2em;
    padding-bottom:2em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    max-width: 1150px;
    margin: 0 auto;
}

section.logo img
{
    width: auto;
}


.info
{
    margin-top: 250px;
}

.news-list
{
    font-size: 0.8em;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    border-bottom: 1px solid yellow;
    margin-bottom: 1em;
}

.news-list h3
{
    width: 100%;
    display: block;
    border-bottom: 0px;
}

.news-date
{
    font-size: 0.6em;
}

.news-date i
{
    display: none;
}

.news-list img
{
    max-width: 400px;
}

.news-list p
{
    width: calc(100% - 450px);
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 1.5em;
}

.news-list a
{
    position: absolute;
    right:-2em;
    bottom: -2em;
    background: yellow;
    height: 4em;
    width: 4em;
    transform: rotate(45deg);
}


.news-list a::before
{
    transform: rotate(-45deg);
    font-weight: 1.5em;
    text-decoration: none;
    padding: 2em 0em;
    content: "»";
    color: black;
}


.news-more img
{
    max-width: 100%;
}


squad
{
    box-sizing: border-box;
    padding: 2em;
    width: 50%;
    display: flex;
    position: relative;
    max-width: 400px;
    flex-wrap: wrap;
    flex-direction: column;
    float: left;
}

.squad figure
{
    width: 25%;
    border: 2px solid yellow;
    height: auto;
    min-height: 300px;
    position: relative;
    height: 200px;
    overflow: hidden;
}


.squad h4
{
   font-family: 'lato', sans-serif;
    text-transform: uppercase;
    color: yellow;
    font-size: 1.2em;
        font-weight:300;
    line-height: 1em;
    padding: 0;
}

.squad h4.surname
{
    font-weight: 600;
}

.squad .paragraph
{
    padding: 1em;
    width: 100%;
}
.squad figure img
{
    width: 100%;
}

.tv
{
    display: none;
}