
body {
        max-width: 1920px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    background: #F7F7F7;
    font-family: 'Fira Sans';
}
section {
    background: #FFFFFF;
}

a:hover {
    text-decoration: none;
}
.arrow {
  border: solid #635f5f;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.content-links-b {
    display: none!important;
}
.icon-previous {
    display: flex;
}

.icon-next {
    display: flex;
}
.udostepnij {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-right: 15px;
    margin-top: 10px;
}

#wszystko {
    display: grid;
    background: #e3f0ff;
    grid-template-columns: 15% 70% 15%;
    grid-template-areas: "top top top" "lewa srodek prawa";
}
.img-intro-left {
    position: relative;
    filter: brightness(100%);

    transition-duration: 0.5s;
}
.item {
    overflow: hidden;
}
.item:hover .img-intro-left, .leading-0:hover .img-intro-left {
    filter: brightness(125%);
    /* transform: background-size:110%; */
    -webkit-transform: scale(1.1);
    filter: brightness(125%);
    -moz-transform: scale(1.1);
    z-index: 0;
}
.top1 {
    height: 50px;
    /* background: #171717; */
    padding-left: 10px;
    padding-right: 10px;
    background-size: cover;
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: 15% 20% 50% 15%;
}
.top1 > div:nth-of-type(2) {
    padding: 10px 0 0 0;
}
#search_mob .top1 {
    display: none;
}
.search {
        display: grid;
    grid-column: 1 / 4;
    grid-template-columns: 15% auto 15%;
}
.ukrytelinki h2 {
    font-size: 2px;
}
.ukrytelinki h2 a {
    font-size: 2px;
    color: white;
    text-decoration: none;

}
/* Szukajka google */
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0px!important;
    width: 100%!important;
    max-width: 320px!important;
    margin: 0 auto !important;
}
@media screen and (min-width: 993px) {
    .cse .gsc-control-cse, .gsc-control-cse {
        min-width: 300px!important;
    }
}
table.gsc-search-box {
    margin-top: 5px !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    margin-top: 0px !important;
    padding: 11px 27px !important;
}
.szukajkaPodlogo {
    width: 100%;
    background: #e3f0ff;
    grid-row: 2;
    grid-column: 1/4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gsc-control-cse {
    border-color: #e3f0ff!important;
    background-color: #e3f0ff!important;
}
/* koniec szukajki google */



#searchForm {
        grid-column: 2;
}
.search-results {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
}
#search_mob .top1 {
    display: none;
}
.boxSearch {
        width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
}
.boxSearch a {
    color: #d8202c;
}
.top2 {
    background: url(/images/pasek_tlo_logo_miasto.jpg);
    background-size: cover;
    background: #d5edfb;
    grid-column: 1 / 4;
    /* margin-top: 10px; */
    display: grid;
    grid-template-columns: 15% 70% 15%;
    margin-bottom: 50px;

}
.top3 {
    display: none;
}
.tloHeader {
    grid-column: 2;
    /* background: #ff0000ab; */
    /* background: #D8202Ceb; */
    /* background: linear-gradient(75deg, #00b6e8 43%, #536069 43%); */
    background: #d5edfb;
    padding: 0px;
    display: flex;
}
.menuLeft {
    width: 33%;
}
.menuRight {
    width: 16.5%;
}

.spolecznosci {
    width: 16.5%;
}
.mymenu {
    overflow: hidden;
    height: 0px;
    padding: 0px 0;
    transition: height 0.25s ease-in-out, padding 0.25s ease-in-out;
}
.hamburger {
    display: none;
}
.boxGlowny {
    grid-column: 1 / 4;
}
.items-leading {
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
.leading-0 {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    background: #171717;
}
.leading-0 .ns-h2 a {
    color: white;
    width: 98%;
    font-size: 27px;
    padding-left: 30px;
    display: block;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.2px;
}
.lewa1 {
    background: #171717;;
}
.prawa1 {
    background: #171717;;
}
.pozostale {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    background: #e3f0ff;
    padding-top: 20px;

}
.items-row {
        display: flex;
    grid-column: 2;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0px;

}
@media screen and (min-width: 993px) {
    .leading-0 > div:nth-of-type(1) {
        width: 50%;
    }
}
.leading-0 .ns-h2 {
    width: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
}
.pozostale h2 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.pozostale h2 a {
        color: #565656;
    font-size: 15px;
    padding-left: 15px;
    display: block;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: -0.2px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
}

.box {
    width: 24.6%;
    background: white;

}
.data {
    display: flex;
    flex-wrap: nowrap;
    /* padding-top: 10px; */
    font-family: 'Domine', serif;
    grid-row: 1;
    grid-column: 2;
    align-items: center;

}
.article-info {
    display: none;
}
.logo {
    grid-column: 2;
    text-align: center;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

}
.logo img {
    width: 100%;
    max-width: 250px;
}
.logo_mob {
    display: none;
}
.lewa {
    /* background: #f7f7f7; */
}
.prawa {
    /* background: #f7f7f7; */
}
#menu {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    background: #e3f0ff;
}
.menu {
    display: flex;
    grid-column: 2;
    /* background: #f7f7f7; */
    justify-content: space-around;
    width: 100%;
    padding-left: 10px;
    height: 60px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}
#menuDolne .menu {
    display: flex;
    grid-column: 2;
    background: #01bbea;
    justify-content: space-around;
    width: 100%;
    padding: 0 5%;
    height: 60px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.moduletable_menu {
        width: 100%;
}
#odstep {
    height: 30px;
    background: #f7f7f7;
}
div->.moduletable_menu->.menu->ul {
    display: flex;
    flex-wrap: nowrap;
}
czer {
    color: #D8202C;
}

.menu ul li {
    width: auto;
    text-align: center;
}
.menu a {
    color: #353535;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#menuDolne .menu a {
    color: white;
}
#menuDolne .lewa {
    background: #171717;
}
#menuDolne .prawa {
    background: #171717;
}
.menu a:hover {
    border-bottom: 2px solid D8202C;
    text-decoration: none;
}
.slider {
    position: relative;
    display: block;
    width: 100%;
}
.slick-slide img {
    display: block;
    z-index: 160;
}
.blok_naj {
    display: flex;
    position: relative;
}
.n0 {
    display: block;
    grid-template-columns: 40% 60%;
    width: 100%;
}

.n1_pop a {
    padding: 40px;
    color: white;
    font-size: 44px;
    font-weight: bold;
    margin-left: 40px;
    width: 60%;
    z-index: 3;
    display: block;
}

.n1_pop {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    align-items: center;
    top: 0px;
    z-index: 100;
    height: 100%;
}
.strzalki {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    align-self: center;
}
.slick_arrows {
    display: flex;
    width: 100%;

    justify-content: space-between;
    padding: 10px;
}
.category_name {
    position: absolute;
    display: flex;
    width: 100%;
    padding-left: 80px;
    font-size: 20px;
    font-weight: 100;
    color: #d8d7d7;
    align-self: center;
}

#artykuly1 {
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
#artykuly2 {
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
#artykuly3 {
    display: grid;
    background: url(/images/Prostokat_12.jpg);
    grid-template-columns: 15% 70% 15%;
}
#artykuly3 .lewa {
    background: none;
}
#artykuly3 .prawa {
    background: none;
}
#artykuly3 .art1 {
        background: white;
}
#artykuly4 {
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
#artykuly2 .box1 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
    padding-top: 30px;
}
#artykuly3 .box1 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
    padding-top: 30px;
}
#artykuly4 .box1 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
    padding-top: 30px;
}
.wiecej1 {
    display: none;
}

.wiecej2 {
    display: none;
}
.wiecej21 {
    display: none;
}

.wiecej22 {
    display: none;
}
.wiecej32 {
    display: none;
}


#artykuly1 .box1 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
}
.zobaczwiecej1, .zobaczwiecej21 {
        text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;

    background: #e2e2e2;
    color: #D8202C;
}
.zobaczwiecej1 h4, .zobaczwiecej21 h4{
    text-align: center;
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
.zobaczwiecej2, .zobaczwiecej22, .zobaczwiecej32 {
        text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;

    background: #e2e2e2;
    color: #D8202C;
}
.zobaczwiecej2 h4, .zobaczwiecej22 h4, .zobaczwiecej32 h4{
    text-align: center;
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
.zobaczwiecej3 {
        text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    background: #e2e2e2;
    color: #D8202C;
}
.zobaczwiecej3 a{
    text-align: center;
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
.zobaczwiecej23 {
        text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    background: #e2e2e2;
    color: #D8202C;
}
.zobaczwiecej23 a{
    text-align: center;
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
#wideo {
    background: #c5c5c5;
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
#wideo .lewa {
    background: #dcdada;
}
#wideo .prawa {
    background: #dcdada;
}
#special_art {
    background: #000000;
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
#special_art .lewa {
    background: #000000;
}
#special_art .prawa {
    background: #000000;
}
.box1mob {
    display: none;
}
.box1 .tresc {
    display: flex;
    flex-wrap: wrap;

}
.box1 .tresc .autor {
    display: block;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #909090;
    letter-spacing: 1px;
}
.box1 .zdjecie {
    grid-column: 2;
    display: flex;
    position: relative;
    justify-content: right;
}
.box1 .zdjecie .publish_date {
    position: absolute;
    right: 0px;
    justify-self: right;
    display: block;
    align-items: center;
    z-index: 105;
    bottom: 0px;
}
.box1 .tresc a {
    color: black;
    width: 70%;
    font-size: 22px;
    padding-left: 30px;
    display: block;
    font-weight: 600;
    font-family: times;
}
.tytarty {
    border-bottom: 1px solid #ececec;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #D8202C;
    font-size: 18px;
    font-weight: bold;
}
.tytarty a {

}
.profilautora {
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-left: auto; */
    align-self: flex-end;
    grid-template-columns: 30% 70%;
}
.dataKategoria h6{
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #bdbdbd;
    font-weight: 600;
    margin-top: 20px;
}
.opisautora {
    display: block;
    grid-column: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-left: 0px;
    font-size: 13px;
}
.autor2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.zdjecieautora {
    display: grid;
    grid-row: 1;
    grid-column: 1;
        justify-content: center;
        align-items: center;
}
.zdjecieautora img {
    width: 60%;
}
.tyt2 a {
    color: black;
    font-size: 14px;
    padding-left: 15px;
    display: block;
    padding-right: 15px;
    padding-top: 15px;
    font-weight: 400;
}
.tytpisany {
    display: flex;
    width: 50%;
    height: 150px;
    align-items: center;
    flex-wrap: wrap;
}
.tytpisany .autor {
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #909090;
    letter-spacing: 1px;
}
.tyt3 a{
    color: #5d5d5d;
    font-size: 30px;
    padding-left: 20px;
    display: block;
    font-family: -webkit-body;
    width: 80%;
}
.rowek {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* border-top: 1px solid #ececec; */
    /* border-bottom: 1px solid #ececec; */
    padding-top: 30px;
    /* padding-bottom: 30px; */

}
.autorMob {
    display: none;

}
.profilautora {
    display: none;
}
.autor {
    color: #404040;
    grid-row: 1;
    grid-column: 2;
    font-size: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
.leading-0 .autor {
    color: #ffffff;
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
.item:nth-child(7n+1) .autor {
    color: white;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.item:nth-child(7n+2) .autor {
    color: white;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.rowek2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

    border-bottom: 1px solid #ececec;
    padding-top: 30px;
    padding-bottom: 30px;

}
.item .ns-h2 h2 a:hover {

    color: #797979;
    text-decoration: none;


}
.item:nth-child(7n+1) {
    display: block;
    position: relative;
    background: #dcebfd;
    width: 49.65%;
    margin-bottom: 20px;
}
.item:nth-child(7n+1) .img-intro-left {
    position: relative;
}
.item:nth-child(7n+1) .ns-h2 {
        position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(19,19,19,0);
background: -moz-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,0)), color-stop(21%, rgba(18,18,18,0.48)), color-stop(39%, rgba(17,17,17,0.6)), color-stop(100%, rgba(17,17,17,1)));
background: -webkit-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: -o-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: -ms-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: linear-gradient(to bottom, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#111111', GradientType=0 );
}
.item:nth-child(7n+1) .ns-h2 h2 a {
    color: white;
    font-size: 25px;

}
.item:nth-child(7n+1) .ns-h2 h2 a:hover {
    color: #eaeaea;

}
.item:nth-child(7n+2) {
    display: block;
    position: relative;
    background: #dcebfd;
    width: 49.65%;
    margin-bottom: 20px;
}
.item:nth-child(7n+2) .img-intro-left {
    position: relative;
}
.item:nth-child(7n+2) .ns-h2 {
        position: absolute;
            width: 100%;
    bottom: 0px;
    background: rgba(19,19,19,0);
background: -moz-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,0)), color-stop(21%, rgba(18,18,18,0.48)), color-stop(39%, rgba(17,17,17,0.6)), color-stop(100%, rgba(17,17,17,1)));
background: -webkit-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: -o-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: -ms-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
background: linear-gradient(to bottom, rgba(19,19,19,0) 0%, rgba(18,18,18,0.48) 21%, rgba(17,17,17,0.6) 39%, rgba(17,17,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#111111', GradientType=0 );
}
.item:nth-child(7n+2) .ns-h2 h2 a {
    color: white;
    font-size: 25px;
}
.item:nth-child(7n+2) .ns-h2 h2 a:hover {
    color: #eaeaea;
}
.item:nth-child(7n+3) {
    display: block;
    width: 24.5%;
    margin-bottom: 20px;
    background: #dcebfd;
}
.item:nth-child(7n+4) {
    display: block;
    width: 24.5%;
    margin-bottom: 20px;
    background: #dcebfd;
}
.item:nth-child(7n+5) {
    display: block;
    width: 24.5%;
    margin-bottom: 20px;
    background: #dcebfd;
}
.item:nth-child(7n+6) {
    display: block;
    width: 24.5%;
    margin-bottom: 20px;
    background: #dcebfd;
}
.item:nth-child(7n+7) {
    display: flex!important;
    width: 100%;
    margin-bottom: 20px;
    background: #dcebfd;

}
@media screen and (min-width: 993px) {
    .item:nth-child(7n+7) > div:nth-of-type(1){
        width: 50%;
    }
}

.item:nth-child(7n+7) .ns-h2{

    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.item:nth-child(7n+7) .ns-h2 h2 a {
    font-size: 27px;
}
.item:nth-child(7n+7) .profilautora {
    display: grid;
}

.box21 {
    width: 23%;
    display: flex;
    flex-wrap: wrap;
}
.box21 .autor {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 10px;
    color: #909090;
    letter-spacing: 1px;
}
.wideo1 {

}
.wideo_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.tytWideo {
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
}
.tytWideo a{

    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #D8202C;
    font-size: 18px;
    font-weight: bold;
}
.icon_play {
    position: absolute;
    width: 30px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    opacity: 0.8;
}
.icon_play:hover {
    opacity: 1;
}
.box1wideo {
    width: 23%;
    display: flex;
    flex-wrap: wrap;
}
.videobox-title {
    display: block;
}
.n01 img {
    width: 100%;
}
.box1wideo .n1 {
    display: inline-block;
}
.lewaczerwona {
    background: #D8202C;
}
.prawaczerwona {
    background: #D8202C;
}
.lewaniebieska {
    background: #0289cc;
}
.prawaniebieska {
    background: #0289cc;
}
.lewamorski {
    background: #02ccbb;
}
.prawamorski {
    background: #02ccbb;
}
#artykuly4 .tytarty {
    background: #02ccbb;
    margin-bottom: 0px;
    color: white;
    border-bottom: 0px;


}
#artykuly3 .tytarty {
    background: #0289cc;
    margin-bottom: 0px;
    color: white;
    border-bottom: 0px;


}
#artykuly3 .rowek {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
}
#artykuly2 .tytarty {
    background: #D8202C;
    margin-bottom: 0px;
    color: white;
    border-bottom: 0px;


}
#special_art .logo {
    grid-column: 2;
    text-align: left;
    width: 100%;
    display: block;
}
.box1wideo .n1 a {
    color: black;
    font-size: 15px;
    font-family: times;
    padding-left: 15px;
    display: block;
    padding-right: 15px;
    padding-top: 10px;
    font-weight: 600;

}
.publish_date {
    padding-left: 15px;
    font-size: 12px;
    background: #e2e2e2;
    height: 20px;
    color: #9e9d9d;
    display: flex;
    align-self: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    margin: 15px;
    font-style: italic;
    padding-bottom: 0px;
    border-radius: 5px;
    padding-right: 15px;
}
.publish_dateMob {
    display: none;
}
.zegarek {
        width: 12px;
    margin-right: 5px;
}

/* Special Art */
.specialBox {
    padding-top: 50px;
}
.specialOpis {
    padding-left: 40px;
}
.specialOpis a {
    color: white;
    font-family: times;
}
.videobox-title {
    display: block;
    align-items: flex-start;
}
.video_box {
    display: flex;
    flex-wrap: nowrap;
}
#prawy_bok {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 30px;
}
.n02 {
    width: 45%;
}
.tytMob {
    display: none;
}
/* Dział opinie */

.box1opinie {
    grid-template-columns: 30% 70%;
    display: grid;
}
.box1opinie .rowek{
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #02ccbb;

}
.box1opinie .rowek .box21 {
        width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #02ccbb;
}
.box1opinie .rowek .box21 .n0 {
    width: 30%;
    display: flex;
    align-items: center;


}
.box1opinie .rowek .box21 .tyt2 {
        width: 70%;

}
.box1opinie .tresc {
    padding: 30px;

}
.box1opinie .wstep {
    padding-left: 15px;
    font-size: 13px;
    color: #909090;
}
.box1opinie .tyt2 a {
    color: black;
    font-size: 14px;
    padding-left: 15px;
    display: block;
    font-size: 20px;
    padding-right: 15px;
    padding-top: 15px;
    font-weight: 600;
}
.box11 {
    border-right: 1px solid #02ccbb;
    border-left: 1px solid #02ccbb;
    border-bottom: 1px solid #02ccbb;
}
.box11 .autor {
        display: block;

    padding-top: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 10px;
    color: #909090;
    letter-spacing: 1px;
}
.box11 .wstep {
    padding-top: 15px;
    font-size: 18px;
    color: #909090;
    padding-left: 0px;
}
.box11 .tresc .n1 a {
    color: black;
    font-size: 14px;

    display: block;
    font-size: 28px;
    padding-right: 15px;
    padding-top: 15px;
    font-weight: 600;
}
#stopka {
    /* min-height: 400px; */
    background: #171717;
    position: relative;
    font-family: 'Oswald';
    letter-spacing: 0.5px;
}
.logo_stopka {
    width: 100%;
    /* background: url(/images/stopka_dark.jpg); */
    /* background: #536069; */
    background: #171717;
    padding: 30px;
    background-size: cover;
}
.img_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
.img_logo img {
    width: 250px;
}
.menu_regulaminy {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
}
.punktmenu a{
    color: #9c9c9c;
    margin-right: 30px;
    font-size: 12px;
}
.punktmenu:nth-last-of-type(1){
    margin: 0 0 0 auto;
}
.punktmenu:nth-last-of-type(1) img{
    opacity: 0.75;
}
.ikonySpol.mobile {
    display: none !important;
}
@media screen and (max-width: 992px) {
    .top1 {
        display: none;
    }
    .top2 {
        margin-bottom: 0px;
        background: url('/images/tlologo.jpg');
        background-position: center;
    }
    
    .mymenu .menu {
        height: auto;
    }
    body.menu-expanded .mymenu {
        height: 250px;
        padding: 50px 0;
    }
    .mymenu ul {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
    .mymenu ul > li {
        margin: 10px 0;
    }
    /* .logo {
        display: none;
    } */
    .tloHeader {
        grid-column: 1 / 4;
        /* background: #ff0000ab; */
        /* background: none; */
        /* border-bottom: 3px solid #DDDDDD; */
        background: none;
    }
    .menu_regulaminy {
        flex-flow: row;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }
    .punktmenu a{
        margin: 0;
    }
    .punktmenu:nth-last-of-type(1){
        margin: 30px 0 0 0;
        width: 100%;
        max-width: 320px;
        display: flex;
        justify-content: space-around;
    }
        .search {
    display: grid;
    grid-column: 1 / 4;
    grid-template-columns: 5% auto 5%;
    }
    .top3 {
        display: block;
        background: #e3f0ff;
    }
    .top3 > div {
        justify-content: flex-end;
    }
    .top3 .ikonySpol.mobile {
        display: flex !important;
        justify-content: flex-end !important;
    }
    .ikonySpol:not(.mobile) {
        display: none !important;
    }
    .ikonySpol.mobile > * {
        margin: 0 10px;
    }
    #search_mob > div:nth-child(1) > div:nth-child(1) {
        display: flex !important;
        /* justify-content: center; */
    }
    #search_mob > div:nth-child(1) > div:nth-child(1) > *:nth-child(2) {
        /* width: 100%; */
    }
    #search_mob > div:nth-child(1) > div:nth-child(1) > *:nth-child(2) .gsc-control-cse {
        /* margin: 0 0 0 auto !important; */
    }
    #search_mob {
        /* padding: 20px 0 0 0; */
    }


    .menuLeft, .menuRight {
        display: none;
    }

    .hamburger {
        display: block;
        padding: 15px 15px 5px 15px;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: #171717;
    }


    .logo {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .spolecznosci {
        margin-left: auto;
        height: 66px;
        width: auto;
    }

}
.opiskoncowy {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #5d5d5d;
    padding-top: 30px;
    font-size: 10px;
    padding-bottom: 30px;
    text-align: center;
    color: #757272;
}
.cookies-info {
    background: #D8202C;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #d4d4d4;
    font-size: 10px;
}

.glowa_art {
    width: 70%;

}
.glowa_art h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 32px;
}
.tresc {
        margin-left: 80px;
}
.tresc p:nth-child(1) {
        margin-left: -80px;
    /* border-bottom: 1px solid gainsboro; */
    padding-bottom: 20px;
    font-size: 1.2rem;
}
.tresc img {
    max-width: 100%;
    height: auto;
}
.tresc iframe {
    max-width: 100%;
}
.item-page {
        display: flex;
    flex-wrap: nowrap;
}
.pagenav {
    list-style: none;
}
.pagenav a{
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 400px;
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-family: 'Oswald';
}
.pagenav a:hover {
    color: #d8202c;
    text-decoration: none;
}
.pagenav a .arrow{
    border: solid #b5b5b5;
    border-width: 0 6px 6px 0;
    padding: 12px;
}
.pagenav a:hover .arrow{
    border: solid #d8202c;
    border-width: 0 6px 6px 0;
    padding: 12px;
}
.counter {
    display: none;
}

.hidden-phone a {
    color: #b7b7b7;
}
.nawigacja_lewa {
    width: 15%;
}
.nawigacja_prawa {
    width: 15%;
}
.nawigacja_prawa ul li {
    display: block;
    width: 100%;
}
.nawigacja_lewa ul {
    -webkit-padding-start: 0px;
}
.nawigacja_prawa ul {
    display: flex;
    justify-content: center;
    -webkit-padding-start: 0px;
}
.nawigacja_lewa ul li:nth-child(2) {
    display: none;
}
.nawigacja_prawa ul li:nth-child(1) {
    display: none;
}
.pagination {
    padding: 25px 0;
    grid-template-columns: 15% 70% 15%;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    padding-left: 0;
    grid-column: 2;
    grid-row: 3;
    list-style: none;
    border-radius: .25rem;
    background: #e3f0ff;
}
.counter {
    width: 100%;
    justify-self: center;
    text-align: center;
    grid-row: 1;
    grid-column: 2;
}
.btn-group {

}
.pagination nav {
    display: flex;
    width: 100%;
    grid-column: 2;
    grid-row: 2;
}
.pagination-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    -webkit-padding-start: 0px;
    padding: 0;
}
.pagination-list a {
    color: #635f5f;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
}
.pagination-list a:hover {
    color: #D8202C;
    text-decoration: none;
}
.pagination-list a:hover .arrow{
    border: solid #d8202c;
    border-width: 0 6px 6px 0;
}
#author_infobox .author_infobox_articles_list ul li {
    list-style: outside;
}
#author_infobox .author_infobox_description, #author_infobox .author_infobox_articles_list a {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    /* padding-right: 50px; */
    color: #171717;
}
#author_infobox .author_infobox_articles_links {
    margin-bottom: 10px;
}
#author_infobox {
    border: none;
    background: none;
}
#polecane {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    background: #FAFAFA;
    /* background: #e8e8e8; */
    padding-top: 40px;
    padding-bottom: 40px;
}
#polecane .boxGlowny {
    grid-column: 2;
    /* background: #e8e8e8; */
    background: #FAFAFA;
}
#polecane .category-module {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.polecane_box {
    width: 24.5%;
    flex-wrap: wrap;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}
.polecane_box .n0 {
    display: flex;
    flex-wrap: wrap;
}
.polecane_box .n0 img {
    width: 100%;
}
.polecane_box .n1 a {
        color: #565656;
    font-size: 13px;
    padding-left: 15px;
    display: block;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.2px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
}
blockquote {
        margin: 0 0 0rem;

    border-left: 2px solid #e8e8e8;
    padding-left: 25px;
}
blockquote p {
    margin-left: 20px!important;
    border-bottom: 0px!important;
    padding-bottom: 20px;
}

@media screen and (max-width: 1367px) {
    .top1 {
    height: 50px;

    background-size: cover;
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: 10% 30% 40% 10%;
}
    #menu {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
    #artykuly1 {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
    #artykuly2 {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
    #artykuly3 {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
    #artykuly4 {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
#wideo {
    background: #c5c5c5;
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
.items-leading {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
.pozostale {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    /* background: #e8e8e8; */
    padding-top: 20px;
}

}
@media screen and (max-width: 992px) {
.top1 {
    display: none;
}
#artykuly3 .art1, #artykuly3 .lewa, #artykuly3 .prawa {
    background: #e3f0ff;
}
#search_mob .top1 {
    display: grid;
    /* background: #f1eeee; */
    height: auto;
    grid-template-columns: 100%;
    padding-bottom: 10px;
}
#search_mob .ikonySpol {
    display: flex;
    grid-row: 1;
    grid-column: 1 /4;
    margin-left: auto;
    justify-content: center;
    align-items: center;
}
#search_mob .search_szuk {
    justify-content: center;
    display: flex;
}
.top2 {
    background-size: cover;
    grid-column: 1 / 4;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 15% 70% 15%;
}
.logo {
    grid-column: 2;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

}
/* .logo {
    display: none;
} */
.tloHeader {
    grid-column: 1 / 4;
    /* background: #ff0000ab; */
    /* background: none; */
    /* background: linear-gradient(75deg, #00b6e8 43%, #536069 43%); */
}
/* .logo_mob img {
    width: 300px;
}
.logo_mob {
    grid-column: 2;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
} */
    #menu {
    display: grid;
    grid-template-columns: 0% 100% 0%;
    /* border-top: 3px solid #f1eeee; */
}
    .menu a {
    color: black;
    font-size: 2vw;
    font-weight: 400;
}
    .n1_pop a {
        font-size: 3vw;
        padding: 15px;
    }
    .category_name {
        padding-left: 55px;
        font-size: 3vw;
    }

    .data {
        font-size: 2vw;
    }
    #artykuly1 {
    display: grid;
    grid-template-columns: 0% 100% 0%;
}
.autor {
    color: #ababab;
    font-size: 14px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
.items-leading {
    display: grid;
    grid-template-columns: 0% 100% 0%;
}
.leading-0 .img-intro-left {
    width: 100%;
}
.leading-0 .ns-h2 {
    width: 100%;
    padding: 30px;
    display: flex;
    position: absolute;
    align-self: flex-end;
    background: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.1) 48px, rgba(0, 0, 0, 0.4));
}
.leading-0 {
    display: flex;
    flex-wrap: nowrap;
    background: #f7f7f7;
    background: #dcebfd;
    padding-bottom: 20px;
}
.leading-0 .ns-h2 h2 {
    font-size: 2vw;
}
.leading-0 .ns-h2 h2 a {
    color: white;
    font-size: 4vw;
    padding-left: 0px;
}
.leading-0 .autor {
    color: #ffffff;
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
.item:nth-child(7n+1) .ns-h2 {
    position: relative;
    bottom: 0px;
    width: 100%;
        background: none;
}
.item:nth-child(7n+2) .ns-h2 {
    position: relative;
    bottom: 0px;
    width: 100%;
        background: none;
}
.item:nth-child(7n+1) .autor {
    color: #ababab;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
.item:nth-child(7n+2) .autor {
    color: #ababab;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
.item:nth-child(1) .autor {
    color: #ababab;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
.item:nth-child(2) .autor {
    color: #ababab;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
.item:nth-child(7n+1) .ns-h2 h2 a {
    color: #565656;
    font-size: 2vw;
}
.item:nth-child(7n+2) .ns-h2 h2 a {
    color: #565656;
    font-size: 2vw;
}
.item:nth-child(7n+7) .profilautora {

    display: none;
}
.item:nth-child(7n+1) .ns-h2 h2 a {
    color: #565656;
    font-size: 14px;
}
.item:nth-child(7n+2) .ns-h2 h2 a {
    color: #565656;
    font-size: 14px;
}
.item:nth-child(7n+7) .ns-h2 {
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item:nth-child(7n+7) .ns-h2 h2 a {
    font-size: 14px;
}


.pozostale {
    display: grid;
    grid-template-columns: 0% 100% 0%;
    /* background: #e8e8e8; */
    padding-top: 0px;
}
.pozostale h2 {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.pozostale h2 a {
    color: #565656;
    font-size: 14px;
    padding-left: 10px;
    display: block;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 700;
}
.items-row {
    display: flex;
    grid-column: 2;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0px;

}
.box {
        width: 49%!important;
    margin-bottom: 10px!important;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.item:nth-child(3n+3) {
    display: block!important;
    width: 100%!important;
}
.item:nth-child(1n+6) .img-intro-left {
    width: 100%;
}
.item:nth-child(1n+6) {
    display: block!important;
    width: 49.5%;
    margin-bottom: 10px;
}
/*.item:nth-child(8) {
    width: 100%;
}

.item:nth-child(13) {
    width: 100%;
}
.item:nth-child(16) {
    width: 100%;
}
.item:nth-child(19) {
    width: 100%;
}
.item:nth-child(22) {
    width: 100%;
}
*/
.item:nth-child(1n+9) {
    width: 100%!important;
}
.item:nth-child(1n+9) {
    width: 49%!important;
}
.item:nth-child(3n+3) {
    display: block!important;
    width: 100%!important;
}
.item:nth-child(34) {
    display: none!important;
}
.nawigacja_lewa {
    display: none;
}
.nawigacja_prawa {
    display: none;
}
.glowa_art {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.glowa_art h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 6vw;
}
.tresc {
    margin-left: 0px;
}
.tresc p:nth-child(1) {
    margin-left: -0px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;

    font-size: 4vw;
}
.tresc p {
    font-size: 4vw;
}
.zobaczwiecej1 h4 {
    text-align: center;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
.zobaczwiecej2 h4 {
    text-align: center;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
.zobaczwiecej3 a{
    text-align: center;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background: #efeded;
    color: #D8202C;
}
.publish_date {
    display: none;
}
.publish_dateMob {
    padding-left: 15px;
    font-size: 12px;
    background: #e2e2e2;
    height: 20px;
    color: #9e9d9d;
    display: block;
    width: 120px;
    text-align: center;
    margin: 10px;
    font-style: italic;
    padding-bottom: 0px;
    border-radius: 5px;
    padding-right: 15px;
}
.autorMob {
    display: block;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #989696;
}
.tyt {
    display: none;
}
.tytMob {
    display: block;
}
#artykuly2 {
    display: grid;
    grid-template-columns: 0% 100% 0%;
}
#artykuly2 .box21 {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 10px;
}
#artykuly2 .box21 .n0 {
    width: 30%;
}
#artykuly2 .box21 .autor {
    display: none;
}
#artykuly2 .box21 .tyt2 {
    width: 69%;
}
#artykuly3 {
    display: grid;
    grid-template-columns: 0% 100% 0%;
}
#artykuly3 .rowek {
    flex-wrap: wrap;
}
#artykuly3 .box21 {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 10px;
}
#artykuly3 .box21 .n0 {
    width: 30%;
}
#artykuly3 .box21 .autor {
    display: none;
}
#artykuly3 .box21 .tyt2 {
    width: 69%;
}
#artykuly4 {
    display: grid;
    grid-template-columns: 0% 100% 0%;
}
#artykuly4 .autor {
    display: none;
}
    #artykuly1 .box1 {
    display: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: 70% 30%;
    grid-template-areas: "lewa prawa" "dolna dolna";
    margin-bottom: 50px;
}
    #artykuly2 .box1 {
    display: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: 70% 30%;
    grid-template-areas: "lewa prawa" "dolna dolna";
    margin-bottom: 50px;
}
#artykuly3 .box1 {
    display: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: 70% 30%;
    grid-template-areas: "lewa prawa" "dolna dolna";
    margin-bottom: 50px;
}
#artykuly4 .box1 {
    display: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: 70% 30%;
    grid-template-areas: "lewa prawa" "dolna dolna";
    margin-bottom: 50px;
}
.profilautora {
    display: none;
    border-top: 1px solid #e8e7e7;
    padding-top: 20px;
    margin-left: 15px;
    grid-row: 2;
    grid-column: 1 /4;
    align-self: flex-end;
    grid-template-columns: 60% 40%;
}
.profilautora2 {
    display: none;
    border-top: 1px solid #e8e7e7;
    padding-top: 20px;
    margin-left: 15px;
    grid-row: 2;
    grid-column: 1 /4;
    align-self: flex-end;
    grid-template-columns: 60% 40%;
}
.box1mob {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.box1mob .tresc {
    position: absolute;
    padding: 20px;
    color: white;
    font-size: 3vw;
    background: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.1) 48px, rgba(0, 0, 0, 0.4));
}
.box1mob .tresc a {
    color: white;
    font-weight: 600;
    font-size: 4vw;
    width: 90%;
    display: block;
}
    .box1 .tresc a {
    font-size: 3vw;
    width: 100%;
    padding-left: 15px;

    }
    .box1mob .zdjecie {
        width: 100%;
    }
    .tytarty {
        justify-content: center;
    text-align: center;
    font-size: 4vw;
    }
    .box1 .tresc .autor {
        padding-left: 15px;
     }

    .box1 .zdjecie {
    grid-column: 2;
    display: flex;
    align-items: flex-end;
}
.tyt2 a {
    padding-left: 10px;
    font-weight: 600;
    font-size: 3vw;
    padding-bottom: 0px;
    padding-top: 0px;
 }
    .zdjecie .n0 {
    display: block;
    grid-template-columns: 40% 60%;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
}
    .rowek {
        padding-top: 10px;
        flex-wrap: wrap;
    }
    .box21 {
        width: 49%;
    }
    .tyt3 a {
    color: #5d5d5d;
    font-size: 3vw;
    padding-left: 20px;
    display: block;
    font-family: -webkit-body;
    width: 100%;
    }
    #wideo {
    background: #c5c5c5;
    display: grid;
    grid-template-columns: 0% 100% 0%;
}
.wideo_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box1wideo {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
}
#prawy_bok {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.n02 {
    width: 100%;
}
.kropeczkibial {

    display: flex;
    padding: 0px!important;
    flex-wrap: wrap;
    justify-content: center;

}
.kropeczkibial span {
    color: white;
    font-size: 15px!important;
    letter-spacing: 0px!important;
    padding-left: 0px!important;
}
.kropeczkibial .logo {

    grid-column: 2;
    text-align: center;
    align-self: center;
    align-items: flex-start;
    /* height: 100px; */
    width: 100%;
    display: flex;

}
.specialOpis {

    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

    .specialOpis h2 a {
    font-size: 20px!important;
    line-height: 1;
    display: block;

}
.box1opinie {
    grid-template-columns: 100%;
    display: grid;
}

.box1opinie .rowek .box21 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #02ccbb;
}
.box1opinie .box11 {
    display: none;
}
.box1opinie .tyt2 a {
    padding-left: 10px;
    font-weight: 600;
    font-size: 3vw;
    padding-bottom: 0px;
    padding-top: 0px;
 }
 .box1opinie .wstep {
    display: none;
 }
 .opiskoncowy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    color: #f1f1f1;
}
.menu_regulaminy {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
/* .logo_stopka {
    width: 100%;
    background: url(images/box_dol.jpg);
    height: 90px;
    background-size: cover;
    margin-top: 30px;
} */
#polecane {
    display: grid;
    grid-template-columns: 0% 100% 0%;
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.polecane_box {
    width: 49.5%;
    flex-wrap: wrap;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    margin-bottom: 20px;
}



}
@media screen and (max-width: 420px) {
.autor {
    color: #ababab;
    font-size: 2vw;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
}



#nazwakategorii {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 15% 70% 15%;
}

#nazwakategorii > div:nth-of-type(2) {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.nazwakategorii {
    background-color: #D8202c;
    color: #FFFFFF;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    margin: 0 auto;
}
.ciasteczka {
    /* width: 100%;
    display: block;
    position: absolute;
    bottom: 30px; */
}

.mymenu [id^=___gcse] {
    display: none;
}
@media screen and (max-width: 479px) {
    /* .mymenu .menu {
        flex-flow: column;
        margin: 0 auto 20px auto;
        height: 165px;
    } */

    /* .mymenu {
        overflow: hidden;
        height: 0px;
        transition: height 0.25s ease-in-out;
    } */

    /* .mymenu.is-active {
        height: 250px;
    } */
    /* #search_mob {
        padding: 5px 0 0 0;
    } */
    #search_mob [id^=___gcse] {
        display: none;
    }
    .mymenu [id^=___gcse] {
        display: block;
    }
    #search_mob > div:nth-child(1) > div:nth-child(1) > *:nth-child(2) {
        width: 100%;
    }
    #search_mob > div:nth-child(1) > div:nth-child(1) > *:nth-child(2) .gsc-control-cse {
        margin: 0 0 0 auto !important;
    }
    #menu .menu a {
        font-size: 18px;
    }
    #menuDolne .menu {
        height: 44px;
    }
    .opiskoncowy {
        display: none;
    }
    .cookies-info {
        font-size: 2vw;
    }
    .menu_regulaminy {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .menu_regulaminy .punktmenu a {
        font-size: 2vw;
    }
    .punktmenu {width: 25%; text-align: center;}
    .punktmenu:nth-last-of-type(1) {width: 100%; display: none;}
    .img_logo img {
        width: 150px;
    }
}
@media screen and (max-width: 390px) {
    .ikonySpol img {
    height: 20px;
    margin-top: 4px;
}
}
button svg { height:16px;}

.resp-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
