:root{
    --grey: #919191;
    --grey-light: #f4f4f4;
    --grey-dark: #2f2f2f;
    --white: #fff;
    --black: #0a0d0d;
    --green: #18863c;
    --green-light: #519D6A;
    --red: #c80d12;
    --brown: #ae9962;
    --brown-light: #DAC99D;
    --grey-line: #d5d5d5;

    --color-win: #00a83f;
    --color-draw: #f3a000;
    --color-loss: #dc0000;
	
	--color-promotion: #D7FFE6;
	--color-promotion-playoff: #FFEECE;
	--color-relegation:#FFDDDD;
}  



*{
    box-sizing:border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:200%;
    color:var(--black);
    font-weight:400;
    background: var(--white);
}

.container{
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding:0 40px;
}
.container1920{
	max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.container.nop{
    padding:0;
}
.container1920{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.container1920news{
	display: flex;
    justify-content: center;
    align-items: flex-start;
}

img, svg{
    max-height:100%;
    max-width:100%;
    vertical-align:top;
	width:auto;
	height:auto;
}

a{
    color: var(--green);
    transition: all 0.5s ease;
}
a, a:link, a:hover, a:visited, a:active{
    text-decoration: none;
}
a:hover{
    color: var(--red);
}
.pageWrap .content p{
	line-height:150%;
}
p{
    padding-bottom:20px;
}

h1{
    font-family: 'Teko', sans-serif;
    font-size:70px;
    line-height:110%;
    color:var(--white);
    font-weight:400;
}
.pageTitle h1{
	color: var(--green);
}
.pageWrap .content h1{
	color: var(--green);
	font-weight:400;
	padding-bottom:30px;
}
h2{
    font-family: 'Teko', sans-serif;
    font-size:70px;
    line-height:110%;
    color:var(--black);
    font-weight:500;
}
h3{
    font-family: 'Teko', sans-serif;
    font-size:30px;
    line-height:135%;
    color:var(--black);
    font-weight:500;
}
h4{
    font-family: 'Teko', sans-serif;
    font-size:22px;
    line-height:115%;
    color:var(--black);
    font-weight:500;
}
h5{
    font-family: 'Teko', sans-serif;
    font-size:18px;
    line-height:140%;
    color:var(--black);
    font-weight:500;
}

.moreGreen a{
    background:var(--white);
    height:50px;
    width:250px;
    border:2px solid var(--green);
    color:var(--green);
    font-size:18px;
    font-weight:700;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:25px;
    transition: all 0.5s ease;
}
.moreGreen a:hover{

    color:var(--white);
    background:var(--green);
}



.wrapSpace{
    padding:70px 0;
}
.wrapSpaceBig{
    padding:80px 0;
}









.tableImageWrapperLeague{
	padding-bottom:30px;
}




/*-------------------- TOP --------------------*/
header{
    position: relative;
}
.logo{
    position:absolute;
    top:20px;
    left:0;
    right:0;
    margin:0 auto;
    width:115px;
    height:143px;
    z-index:99;
}
.logo a{
    display:block;
}

.headerTopDarkWrapper{
    border-bottom:1px solid var(--grey-dark);
    background:var(--black);
}
.headerTopDarkWrap{
    height:40px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.headerColumnLeft, .headerColumnRight{
    width:50%;
    height:100%;
    display:flex;
    align-items: center;
}

.headerColumnRight{
    justify-content: flex-end;
}
.headerTopDarkWrap h5{
    color: var(--grey);
    line-height:100%;
}

.headerLigaImg{
    padding-left:10px;
	max-height:30px;
}
.headerLigaImg a{
	max-height:100%;
}

.headerBottomDarkWrapper{
    border-bottom:1px solid var(--grey-dark);
    background:var(--black);
}
.headerBottomDarkWrap{
    height:70px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.socialWrap{
    display:flex;
    width:180px;
    justify-content: space-between;
    align-items: center;
}
.socialIco a{
    display:block;
}
.socialIco svg{
    fill: var(--green);
    width:32px;
    height:32px;
    transition: all 0.5s ease;
    vertical-align:top;
}
.socialIco svg:hover{
    fill: var(--brown);
}

.redButtonTicket{
    padding-left:15px;
}
.redButtonTicket a{
    width:175px;
    min-height:50px;
    display:block;
    color:var(--white);
    padding-left:75px;
    background: var(--red) url('img/kup-bilet-bialy.svg') no-repeat 20px center;
}
.redButtonTicket a h4{
    color:var(--white);
    line-height:50px;
}
.redButtonTicket a:hover{
    background-color:var(--brown);
}

.redButtonTicket a h5{
    color:var(--white);
    line-height:55px;
    height:55px;
}




.headMenuArrow svg{
    fill:#075A22;
    width:12px;
    height:8px;
}


.headerMenuWrapper{
    background:var(--green);
}
.headerMenuWrap{
    display:flex;
    justify-content: space-between;
}
.headMenuWrap{
    display:flex;
}
.headMenuItem{
    display:flex;
    height:70px;
    align-items: center;
    position:relative;
}
.headMenuItem a{
    display:block;
}
.headMenuItem a h4{
    color:var(--white);
    line-height:40px;
    text-transform: uppercase;
}
.headMenuArrow{
    padding:0 10px;
    cursor:pointer;
    transition: all .3s;
    height:30px;
    display:flex;
    align-items: center;
}
.headMenuArrow.headMenuArrowUp {
    transform: rotate(180deg);
}

.headerColumnLeft .headMenuItem{
    padding-right:20px;
}
.headerColumnRight .headMenuItem{
    padding-left:20px;
}

.headMenuList{
    display:none;
    position:absolute;
    left:0;
    top:70px;
    min-width:180px;
    z-index:99;
}
.headMenuList .pages-list {
    margin:0;
    background:var(--white);

}
.headMenuList .pages-list .page{
    margin:0;
    padding:0;
    border:none;
    border-bottom: 1px solid var(--grey-dark);;
}
.headMenuList .pages-list .page:last-of-type{
    border:none;
}
.headMenuList .pages-list .page h3.title, .headMenuList .pages-list .page h2.title{
    color:var(--green);
    padding:0;
    line-height:40px;
	font-size:20px;
}
.headMenuList .pages-list .page a  {
    line-height:40px;
    display:block;
    padding:0 10px;
}
.headMenuList .pages-list .page h3.title:hover, .headMenuList .pages-list .page h2.title:hover a{
    color:var(--red);
    text-decoration:none;
}
.headMenuList .pages-list .page .image, .headMenuList time.date{
    display:none!important;
}

/*-------------------- HEADER PAGE --------------------*/

.headerPageWrapper{
    background:url('img/pageBg_2024.jpg') no-repeat top center;
}
.headerPageWrap{
    display:flex;
    align-items: flex-start;
    height: 680px;
    flex-direction: column;
    justify-content: flex-end;
	padding-bottom:40px;
}
.headerPageWrapperCover{
	background: linear-gradient(to top, #000 0%, transparent 70%);
}
.breadcrumb{

}
.breadcrumb a h5{
    color:var(--grey);
    text-transform: uppercase;
	font-weight:400;
}
.breadcrumb ol{
    display:flex;
}
.breadcrumb li{
    display:flex;
    align-items: center;
    height:40px;
}
.breadcrumb li:not(:first-child)::before{
    color:var(--grey);
    padding-bottom: 8px;
    font-weight:700;
}
.breadcrumb a h5:hover{
    color:var(--red);
}
/*-------------------- NEWS --------------------*/

.newsWrapper{
    background: url('img/newsBg.jpg') no-repeat center center;
    background-size:cover;
    background-attachment: fixed;
}

.titleWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:30px;
    border-bottom:1px solid var(--green-light);
}
.titleTagsWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.titleTagsWrap a{
    color:var(--white);
    padding:0 15px;
    text-transform: uppercase;
    border-right:2px solid var(--white);
}
.titleTagsWrap a:hover{
    color:var(--red);
}
.titleTagsWrap h5:last-of-type a{
    padding-right:0;
    border:none;
}
.newsWrap h2{
    color:var(--white);
}

.newsListWrap .pages-list {
    display:flex;
    flex-wrap: wrap;
    margin:0 0 30px 0;
}
.newsListWrap .pages-list .page{
    width:33.333%;
    margin:30px 0 0 0;
    padding:0 30px;
    border:none;
    border-right:1px solid var(--green-light);
}
.newsListWrap .pages-list .page:nth-of-type(3n){
    border-right:0;

}
.newsListWrap .pages-list .page .image{
    float:none;
    margin:0;
}
.dateWrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.dateWrapper h5{
    color:var(--white);
}
.newsListWrap .pages-list .page h3{
    font-weight:400;
    line-height:100%;
    color:var(--white);
}
.newsListWrap .pages-list .page .description p{
	color:var(--black);
	line-height:120%;
}
#newsPage .titleTagsWrap a {
	color:var(--black);
}

#newsPage .titleTagsWrap h5.active a, #newsPage .titleTagsWrap a:hover {
	color:var(--red);
}

#newsPage .newsListWrap .pages-list .page h3{
	color:var(--black);
}

#newsPage .dateWrapper h5{
    color:var(--black);
}

.listPagesNewsTitleView a{
    padding:30px 0;
    display:block;
}
time.date{
    opacity:1;
}

.moreBlackNews {
    display:flex;
    justify-content: center;
    align-items: center;
}
.moreBlackNews a{
    background:var(--black);
    color:var(--white);
    height:55px;
    width:33.333%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:0 55px;
}
.moreBlackNews h5{
    color:var(--white);
}
.moreBlackNews a:hover{
    background: var(--red);
}
.moreBlackNews .arrow{
    height:14px;
}
.moreBlackNews svg{
    width:20px;
    height:14px;
    fill:var(--green);
}

/*-------------------- NEWS ITEM --------------------*/

.newsPadding{
	padding:0 30px;
}
.newsInfoWrap{
	border-top: 1px solid var(--grey-line);
    border-bottom: 1px solid var(--grey-line);
    display: flex;
    align-items: center;
	font-family: 'Teko', sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    color: var(--grey);
    text-transform: uppercase;	
	height:75px;
	margin-bottom:40px;
}
.newsInfoItem{
	min-height:25px;
	display:flex;
	align-items:center;
	padding-left:30px;
	padding-right:15px;
}
.newsDate{
	background:url('img/data-czarna.png') no-repeat left center;	
}
.newsAuthor{
	background:url('img/autor-czarne.png') no-repeat left center;
}
.newsPhotoAuthor{
	background:url('img/autor-zdjecia-czarne.png') no-repeat left center;
}

.socialShareWrap{
	display:flex;
	align-items: center;
}
.socialShareText{
	
}
.socialShare{
	width:26px;
	height:26px;
	margin-left:10px;
}
.socialShare svg {
    fill: var(--green);
}
.socialShare svg:hover{
    fill: var(--brown);
}
.socialShare.socialShareFacebook{
	
}
.socialShare.socialShareTwitter{
	
}

.pageColumnContent .content img{
	margin-bottom:20px;
}

/*-------------------- INFO BOXES --------------------*/

.boxesInfoWrap{
    display:flex;
    justify-content: space-between;
}

.infoBox{
    width:32%;
    height:280px;
    margin-bottom:30px;
    position:relative;
}
.infoBox a{
    padding:30px 30px 10px 30px;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    height:100%;
}
.infoBox:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
}
.infoBox1{
    background:url('img/box1.jpg') no-repeat bottom center;
    background-size:cover;
}
.infoBox1 a{
    background: linear-gradient(to top, #105828 0%, #105828 20%, transparent 100%);
}
.infoBox1 svg{
    fill:var(--red);
}
.infoBox2{
    background:url('img/box2.jpg') no-repeat bottom center;
    background-size:cover;
}
.infoBox2 a{
    background: linear-gradient(to top, var(--black) 0%, var(--black) 20%, transparent 100%);
}
.infoBox2 svg{
    fill:var(--brown);
}
.infoBox3{
    background:url('img/box3_2024.jpg') no-repeat bottom center;
    background-size:cover;
}
.infoBox3 a{
    background: linear-gradient(to top, #C80D12 0%, #C80D12 20%, transparent 100%);
}
.infoBox3 svg{
    fill:var(--green);
}

.infoBoxSign{
    position: absolute;
    bottom: -30px;
    right: 30px;
    z-index:1;
}

.infoBoxTitle{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.infoBoxTitle{
    position: relative;
    z-index:2;
}

.infoBox h4, .infoBox h2{
    color:var(--white);
    z-index:2;
    line-height:100%;
}

/*-------------------- GAME --------------------*/

ul.images-11{
	display: flex;
    justify-content: center;
}

ul.images-11 li{
	width:31%;
	margin:0 1% 30px 1%;
}
/*-------------------- GAME --------------------*/

.gameLine{
    border-bottom:1px solid var(--grey-line);
}

.gameWrapper{
    background:url('img/gameBg2.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
}


.gameColumn1, .gameColumn2{
    border-right:1px solid var(--grey-line);
}
.gameColumn3 .gameTableWrap{
	padding-bottom:47px;
}
.greyButton .arrow{
    height:14px;
}
.greyButton .arrow svg{
    fill:var(--grey);
}
.greyButton a{
    background:var(--grey-light);
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:55px;
    padding:0 30px;
    transition: all 0.5s ease;
}
.greyButton a:hover{
    background: var(--red);
    color:var(--white);
}
.greyButton a:hover h5{
    color:var(--white);
}
.greyButton a:hover .arrow svg{
    fill:var(--white);
}
.greyButton h5{
    color:var(--grey);
}
.gameWrap{
    display:flex;
    justify-content: space-between;
}
.gameColumn{
    width:33.333%;
    padding:0 30px;
}

.gameColumn h2{
    padding-bottom:10px;
}

.gameDateWrapper{
    text-align:center;
    padding:30px 0;
}
.gameDateHourWrap{
    display:flex;
    justify-content: center;
}
.gameDateHourWrap h3{
    line-height:100%;
}

.gameDateWrap{
    color:var(--green);
    padding-left:30px;
    padding-right:10px;
    background:url('img/data-zielona.svg') no-repeat left 1px;
}
.gameHourWrap{
    color:var(--green);
    padding-left:30px;
    background:url('img/godzina.svg') no-repeat left 3px;
}

.gamePointsWrap{
    padding:30px 0;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.gameTeamImg{
    width:100%;
    height:110px;
    padding-bottom:20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.gameTeamWrap{
    width:35%;
    text-align: center;
}
.gameTeamPoints{
    width:30%;
    text-align: center;
}

.gameHalfWrap{
    display:flex;
    justify-content: space-between;
}
.gameHalf{
    width:48%;
}
.gameHalf .redButtonTicket{
    padding-left:0;
}
.gameHalf .redButtonTicket a{
    width:100%;
}


.gameTableWrap{
    padding-bottom:30px;
}
.tableLine{
    display:flex;
    text-align:center;
    align-items: center;
    height:44px;
    border-bottom:1px solid var(--grey-line);
    font-family: 'Teko', sans-serif;
    font-size:22px;
    color:var(--black);
}
.tableColumnNumber{
    width:5%;
}
.tableColumnImg{
    width:6%;
    height:80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tableColumnImg img{
    width:auto;
    height:auto;
}
.tableColumnName{
    width:54%;
    text-align:left;
    padding-left:5px;
    text-transform: uppercase;
    line-height:100%;
}
.tableColumnMatch{
    width:8%;
    color:var(--grey);
}
.tableColumnWin{
    width:6%;
    color:var(--grey);
}
.tableColumnDraw{
    width:6%;
    color:var(--grey);
}
.tableColumnLoss{
    width:6%;
    color:var(--grey);
}
.tableColumnPoints{
    width:9%;
    color:var(--grey);
}

.tableLineWhite{
    background:var(--white);
}

/*-------------------- EDU 7 --------------------*/

.eduWrapper{
    border-bottom:1px solid var(--grey-line);
}
.eduWrap{
    display:flex;
}
.educationWrap{
    width:65%;
}
.educationWrap a{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.educationImg{
    width:48%;
}
.educationText{
    width:48%;
}
.educationText h3.educationTitle{
    text-transform:uppercase;
    color:var(--green);
    padding-bottom:15px;
}
.educationText h3.educationDesc{
    color:var(--grey);
    font-weight:300;
}


/*-------------------- MULTIMEDIA --------------------*/
.boxesImagesWrapper {
	padding-top:100px;
}
.multimediaTitleWrapper{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.multimediaTitleWrapper h2{
    color:var(--green);
}
.multimediaTabsWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.multimediaTabItem{
    height:85px;
    display:flex;
    justify-content: center;
    align-items: center;
    width:220px;
    text-align:center;
    background:var(--grey-light);
    color:grey;
    cursor:pointer;
    transition: all 0.5s ease;
}
.multimediaTabItem.active{
    background:var(--green);
    color:var(--white);
}
.multimediaTabItem:hover{
    background:var(--brown);
    color:var(--black);
}

.multimediaContentWrap{

}

.multimediaWrapBottom{
    background:url('img/multimediaBg2.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
}

.multimediaWrapBottom .pages-list{
    margin:0;
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
}



.multimediaContentTab{
    
}
.multimediaTabContainer{
	display:flex;
	justify-content:space-between;
}
.multimediaTabItemSmall{
    position:relative;
	margin-bottom:20px;
	width:32%;
}
.multimediaTabItemSmall a{
    display:block;
	position:relative;
}
.multimediaTabItemSmall a .handler{
    background: linear-gradient(to top, var(--black) 0%, var(--black) 20%, transparent 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.multimediaTabItemSmall h3{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    color:var(--white);
    padding:15px 30px;
    line-height:110%;
}
.multimediaTabItemSmall:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
}


.multimediaTabRightColumn .moreBlackNews a{
    width:100%;
}


#multimediaContentTab2{
    display:none;
}

/*-------------------- SOCIAL MEDIA --------------------*/

.socialMediaTitleWrapper{
    padding-bottom:30px;
    border-bottom:1px solid var(--grey-line);
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.socialMediaTitleWrapper h2{

}
.socialMediaTitleWrapper .socialWrap{
    width:240px;
}
.socialMediaTitleWrapper .socialIco svg{
    width:44px;
    height:44px;
}

.socialMediaColumnsWrap{
    padding-top:30px;
    display:flex;
}
.socialMediaColumn{
    width:33.333%;
    border-right:1px solid var(--grey-line);
    padding:0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.socialMediaColumn:last-of-type{
    border:none;
}

#eapps-instagram-feed-1 > a{
    display:none;
}
.socialMediaInstWrap{
    overflow-x: hidden;
    overflow-y: scroll;
    height:560px;
	padding-right: 5px
}

.socialMediaColumn .greyButton{
    padding-bottom:30px;
}
.socialMediaColumn .greyButtonGreen a:hover{
    background: var(--green);
}
.socialMediaColumn .greyButtonBlack a:hover{
    background: var(--black);
}


/*-------------------- PAGES-LIST --------------------*/

.pageWrap .defPageList .pages-list {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.pageWrap .defPageList .pages-list .page{
    width:32%;
    border:1px solid var(--grey-line);
    padding:0;
    margin:0 0 15px 0;
}
.pageWrap .defPageList .pages-list .page a{
    padding:15px;
    height:160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageWrap .defPageList .pages-list .page .title{
    text-align:center;
    color:var(--green);
	padding-bottom:0;
}
.pageWrap .defPageList .pages-list .page .title a:hover{
    color:var(--green);
    text-decoration:none;
}
.pageWrap .defPageList .pages-list .page:hover{
    border-color:var(--green);
}



.professionWrapper{
	border-top: 1px solid var(--grey-line);
}
.professionWrapper h2{
	padding:30px;
	text-transform:uppercase;
}

.playersWrapper{
	display:flex;
	flex-wrap: wrap;
}

.playersWrapper a{
	width:23%;
	margin:0 1% 30px 1%;
	position:relative;
}
.playersWrapper a .playerNumber{
	position:absolute;
	top:0;
	right:0;
	width:75px;
	height:75px;
	font-family: 'Teko', sans-serif;
    font-size: 70px;
    line-height: 100%;
    color: var(--white);
    font-weight: 500;
	background:var(--red);
	display:flex;
	justify-content: center;
    align-items: center;
	padding-top:10px;
}
.playersWrapper a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 1);
	box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 1);
}






.pagePlayerWrap{
	padding-top:100px;
}
.playersWrapper a .playerName{
	height:85px;
	font-family: 'Teko', sans-serif;
    font-size: 30px;
    line-height: 110%;
    color: var(--black);
    font-weight: 400;
	display:flex;
	justify-content: center;
    align-items: center;
	text-transform:uppercase;
	text-align:center;
}.playersWrapper a .playerFunction{
	font-family: 'Teko', sans-serif;
    font-size: 24px;
    line-height: 110%;
    color: var(--black);
    font-weight: 400;
	display:flex;
	justify-content: center;
    align-items: center;
	text-align:center;
}

.playerHeaderWrap{
	display:flex;
	align-items: center;
	padding-bottom:30px;
	border-bottom: 1px solid var(--grey-line);
}


.pagePlayerWrap .playerNumber{
	width: 75px;
    height: 75px;
    font-family: 'Teko', sans-serif;
    font-size: 70px;
    line-height: 100%;
    color: var(--white);
    font-weight: 500;
    background: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
	margin-right:30px;
}

.pagePlayerWrap h1.playerName{
	color:var(--black);
	text-transform:uppercase;
	line-height: 100%;
}
.pagePlayerWrap .playerPosition{
	text-transform:uppercase;
	font-family: 'Teko', sans-serif;
    font-size: 22px;
	line-height: 100%;
}


.playerContentWrap{
	display:flex;
}
.playerContentLeft{
	width:50%;
}
.playerContentRight{
	width:50%;
	display:flex;
	align-items: flex-end;
    justify-content: center;
}

.playerTable {
	padding:30px 0;
	max-width:415px;
}
.playerTableRow{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:55px;
	border-bottom: 1px solid var(--grey-line);
}
.playerTableRow:last-of-type{
	border:none;
}
.playerTableLeft{
	color:var(--grey);
}
.playerTableRight{
	
}


.playerTableLeft.sGamerMatches{
	padding-left:50px;
	background:url('img/zawodnik-mecze.svg') no-repeat left center;
}
.playerTableLeft.sGamerMatchTime{
	padding-left:50px;
	background:url('img/zawodnik-czasgry.svg') no-repeat left center;
}
.playerTableLeft.sGamerBlankAccount{
	padding-left:50px;
	background:url('img/zawodnik-bramki.svg') no-repeat left center;
}
.playerTableLeft.sGamerGoals{
	padding-left:50px;
	background:url('img/zawodnik-bramki.svg') no-repeat left center;
}
.playerTableLeft.sGamerAsist{
	padding-left:50px;
	background:url('img/zawodnik-asysty.svg') no-repeat left center;
}
.playerTableLeft.sGamerYellowCards{
	padding-left:50px;
	background:url('img/zawodnik-zoltakartka.svg') no-repeat left center;
}
.playerTableLeft.sGamerRedCards{
	padding-left:50px;
	background:url('img/zawodnik-czerwonekartki.svg') no-repeat left center;
}

.statsTitleWrap{
	text-transform:uppercase;
	font-family: 'Teko', sans-serif;
    font-size: 30px;
	line-height: 100%;
	font-weight:300;
	padding-top:20px;
}
.statsTitleWrap strong{
	font-weight:500;
}


/*-------------------- FOOTER LOGOS --------------------*/

.pageWrapper{
    border-bottom:1px solid var(--grey-line);
}

/*-------------------- FOOTER LOGOS --------------------*/

.logosWrapper{
    background: var(--brown);
}

.logosLine{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.logosLine h5{
    text-align:center;
    font-weight:400;
}

.logosLineFirst{
    padding-bottom:55px;
}

.logosLineFirst .logosMainItem{
    width:32%;
}
.logosLineFirst .logoItemWrap{
    height:120px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    border:1px solid var(--brown-light);
}

.logosTitleFull{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: url('img/footerLineDot.png') repeat-x left center;
    padding-top:5px;
    margin-bottom:20px;
}
.logosTitleFull h5{
    padding:0 30px;
    background:var(--brown);
}

.logosLineSecond{
    flex-wrap:wrap;
    justify-content: flex-start;
    padding-bottom:40px;
}
.logoItemSmall{
    width:16.66666666666667%;
    display:flex;
    align-items: center;
    justify-content: center;
    height:65px;
    margin-bottom:15px;
    border-right:1px solid var(--brown-light);
    padding:5px 60px;
}
.logoItemSmall img{
	max-width:100px;
	max-height:55px;
}



.logosLineLast{
    display:flex;
	justify-content: center;
    background: url('img/footerLineDot.png') repeat-x left 20px;
}
.logosTechPartner{
    width:50%;
    display:flex;
    flex-direction: column;
    align-items: flex-end;;
    border-right:1px solid var(--brown-light);
}
.logosTechPartner h5{
    padding-bottom:20px;
}
.logosTechPartner .logoItemWrap{
    display:flex;
    align-items: center;
    justify-content: center;
    height:65px;
	width:auto;
	padding: 5px 60px;
}
.logosTechPartner .logoItemWrap img{
	max-width:100px;
	max-height:55px;
}
.logosMediaPartner {
    width:50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.logosMediaPartner .logoItemSmall{
	width:auto;
}
.logosMediaTitleWrap, .logosTechPartnerTitle{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background: url('img/footerLineDot.png') repeat-x left center;
    padding-top: 5px;
    margin-bottom: 20px;
    width: 100%;
}
.logosTechPartnerTitle{
    background:none;
	justify-content: flex-end;
}
.logosMediaTitleWrap h5, .logosTechPartnerTitle h5{
    padding: 0 30px;
    background: var(--brown);
}
.logoMediaItemsWrap{
    display:flex;
    width:100%;
}
.logoMediaItemsWrap .logoItemSmall{
    width:20%;
    margin-bottom:0;
}







/*-------------------- PAGE TABLE --------------------*/



.gamePageTableWrap{
    padding-bottom:30px;
}
.pageTableLine{
    display:flex;
    text-align:center;
    align-items: center;
    min-height:44px;
    border-bottom:1px solid var(--grey-line);
    font-family: 'Teko', sans-serif;
    font-size:22px;
    color:var(--black);
}
.pageTableLegend{
	padding-top:30px;
}
.pageTableLegendLine{
	padding:0 15px;
}
.pageTableLine.Promotion, .pageTableLegendLine.Promotion{
	background-color: var(--color-promotion);
}
.pageTableLine.Promotion.Play-off, .pageTableLegendLine.Promotion.Play-off{
	background-color: var(--color-promotion-playoff);
}
.pageTableLine.Relegation, .pageTableLegendLine.Relegation {
	background-color: var(--color-relegation);
}
.pageTableLine h4{
    padding:3px;
    line-height:24px;
}
h4.pageTableColumnNumber{
    width:5%;
	max-width:30px;
	border-radius:5px;
	padding:5px 3px 1px 3px;
	
}

.pageTableColumnImg{
    width:5%;
    height:80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageTableColumnImg img{
    width:auto;
    height:auto;
	max-height:50px;
}
.pageTableColumnName{
    width:25%;
    text-align:left;
    padding-left:5px;
    text-transform: uppercase;
    line-height:100%;
}
.pageTableColumnGrey{
    color:var(--grey);
}
.pageTableColumnMatch{
    width:5%;

}
.pageTableColumnWin{
    width:5%;
}
.pageTableColumnDraw{
    width:5%;
}
.pageTableColumnLoss{
    width:5%;
}
.pageTableColumnGoals{
    width:8%;
}
.pageTableColumnGoalDifference{
    width:7%;
}
.pageTableColumnPoints{
    width:6%;
}
.pageTableColumnForm{
    width:24%;
    display:flex;
}
.pageTableColumnFormItem{
    width:18.4%;
    max-width:30px;
    margin-right:2%;
    border-radius:5px;
    display:flex;
    align-items: center;
    justify-content: center;
    height:30px;
    color:#fff;
    padding-top: 5px;
}
.pageTableColumnFormItem:last-of-type{
    margin-right:0;
}
.pageTableLineWhite{
    background:var(--white);
}

.formWin{
    background-color: var(--color-win);
}
.formLoss{
    background-color: var(--color-loss);
}
.formDraw{
    background-color: var(--color-draw);
}



.matchPageTableWrap{
    padding-bottom:40px;
}

.matchPageTableLineHeader{
    background:var(--grey-line);
    justify-content: center;
}
.matchPageTableLine{
    display:flex;
    text-align:center;
    align-items: center;
    height:44px;
    border-bottom:1px solid var(--grey-line);
    font-family: 'Teko', sans-serif;
    font-size:22px;
    color:var(--black);
}
.matchPageTableLine h4{
    padding:3px;
    line-height:24px;
}
.matchTableColumnDate, .matchTableColumnHours{
    width:10%;
    word-break: keep-all;
}
.matchTableColumnClubs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height:100%;
    width:80%;
}
.matchTableColumnClubsItem, .matchTableColumnClubsItem2{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    width:45%;
}
.matchTableColumnClubsItem{
    flex-direction: row-reverse;
}
.matchTableColumnClubsItem .matchTableColumnClubsItemName{
    text-align:right;
}
.matchTableColumnClubsItemImg{
    width:25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    max-height:30px;
}
.matchTableColumnClubsItemImg img{
    width:auto;
    height:auto;
}
.matchTableColumnClubsItemName{
    width:75%;
    text-align:left;
    padding-left:5px;
    text-transform: uppercase;
    line-height:100%;
}
.pageTableColumnGrey{
    color:var(--grey);
}
.matchTableColumnClubsResult{
    width:10%;
    word-break: keep-all;
}

/*-------------------- PAGE HISTORY --------------------*/

.listHistory{
    background: linear-gradient(to right, #fff 0%, #fff 8px, #E5EBE7 8px, #E5EBE7 17px, #fff 17px, #fff 100% );
    padding-top:30px;
}
.listHistoryItem{
    padding-left:90px;
    position:relative;
    padding-bottom:50px;
    display:flex;
    justify-content: space-between;
}
.listHistoryItemDot{
    position:absolute;
    top:0;
    left:0;
    width:25px;
    height:25px;
    border:5px solid var(--white);
    background: var(--red);
    border-radius:50%;
}
.listHistoryItemLeft{
    min-width:240px;
    padding-right:30px;
}
.listHistoryItemDate{
    font-family: 'Teko', sans-serif;
    font-size: 70px;
    line-height: 110%;
    font-weight: 500;
}
.listHistoryItemTitle{
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    color:var(--green);
}
.listHistoryItemCenter{
    min-width:240px;
    padding-right:30px;
}
.listHistoryItemRight p{
    font-weight:300;
    line-height:180%;
    padding:0 0 20px 0;
}






/*-------------------- PAGE STARS GALLERY --------------------*/

.listStarsItemWrap{
    display:flex;
    justify-content: space-between;
    padding:100px 0;
    border-bottom:1px solid var(--grey-line);
}
.listStarsItemWrap:first-of-type{
    padding-top:0;
}
.listStarsItemWrap:last-of-type{
    border:none;
    padding-bottom:0;
}
.listStarsItemWrap:nth-of-type(2n){
    flex-direction: row-reverse;
}
.listStarsImage{
    width:42%;
    padding-right:30px;
    padding-left:0;
}
.listStarsItemWrap:nth-of-type(2n) .listStarsImage{
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left:30px;
    padding-right:0;
}
.listStarsTextWrap{
    width:58%;
}
.listStarsTitle{
    font-family: 'Teko', sans-serif;
    font-size: 70px;
    line-height: 110%;
    font-weight: 400;
    color:var(--green);
    text-transform:uppercase;
}
.listStarsRole{
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    line-height: 110%;
    font-weight: 400;
    color:var(--black);
    text-transform:uppercase;
    padding-bottom:30px;
    border-bottom:1px solid var(--grey-line);
}
.listStarsHalfWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:12px 0;
    border-bottom:1px solid var(--grey-line);
}
.listStarsHalfLeft{
    width:35%;
    color:var(--grey);
    line-height: 110%;
}
.listStarsHalfRight{
    width:65%;
    text-align:right;
    color:var(--black);
    line-height: 110%;
}
.listStarsDescription{
    padding-top:30px;
}
.listStarsDescription p{
    font-weight:300;
    line-height:175%;
}

/*-------------------- PAGE AKADEMIA SZABLON --------------------*/

.pageWrapColumn{
    display:flex;
}
.pageColumnContent{
    width:70%;
}
.pageColumnColumn{
    width:30%;
    padding-left:50px;
}
.pageColumnColumnTitle{
    padding:40px 0;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    line-height: 140%;
    font-weight: 500;
    color:var(--black);
    text-transform:uppercase;
    border-top:1px solid var(--grey-line);
    border-bottom:1px solid var(--grey-line);
    display: flex;
    align-items: center;
}
.pageColumnColumnImage{
    padding:40px 0;
}
.pageColumnColumnName{
    font-family: 'Teko', sans-serif;
    font-size: 36px;
    line-height: 110%;
    font-weight: 400;
    color:var(--green);
    text-transform:uppercase;
}
.pageColumnContent h3{
	padding-bottom:30px;
	color:var(--green);
}
.pageColumnColumnPhoneWrap{
    border-bottom:1px solid var(--grey-line);
}
.pageColumnColumnPhoneWrap, .pageColumnColumnMailWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
}
.pageColumnColumnPhoneLeft, .pageColumnColumnMailLeft{
    color:var(--grey);
}
.pageColumnColumnPhoneRight a, .pageColumnColumnMailRight a{
    color:var(--black);
    font-weight:700;
}
.pageColumnColumnPhoneRight a:hover, .pageColumnColumnMailRight a:hover{
    color:var(--green);
}

/*-------------------- PAGE NEWS SINGLE --------------------*/

.columnNewsListTop{
    display:flex;
    justify-content: space-between;
	align-items:center;
	height:32px;
	padding:0 10px;
}
.columnNewsListTop a{
	font-family: 'Teko', sans-serif;
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    color:var(--grey);
}
.columnNewsListTop a:hover{
	color:var(--red);
}
.pageColumnListNews .pages-list {
	margin:0;
}
.listPagesNewsColumnItem{    
    border-bottom:1px solid var(--grey-line);
	padding-bottom:10px;
	padding-top:5px;
}
.listPagesNewsColumnItem > a{
    padding:10px 10px 25px 10px;  
	display:block;	
	background:url('img/strzalka-prawo-kolko-czerwona.svg') no-repeat 10px bottom;
}
.listPagesNewsColumnItem:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 1);
	box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 1);
}
.listPagesNewsColumnItem:hover > a{
	background:url('img/strzalka-prawo-kolko-czerwona.svg') no-repeat 30px bottom;
}
.columnNewsListRight{
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    color:var(--green);
}
.listPagesNewsColumnItem h3.title{
    line-height:110%;
}
/*-------------------- PAGE ACADEMY PARTNERS --------------------*/

li.imagePartnerWrap{
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.imagePartnerLeft{
	width:35%;	
}
.imagePartnerLeftImage{
	width:100%;
	min-height:320px;
	display:flex;
	justify-content:center;
	align-items:center;
	background: var(--grey-line);
}
li.imagePartnerWrap .imagePartnerLeftImage img{
	box-shadow:none;
}
.imagePartnerRight{
	width:60%;
	text-align:left;
}
.imagePartnerRight p{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: var(--black);
	font-weight: 300;
	max-width:100%;
}

.imagesHeaderTitleWrap{
	min-height:125px;
	display:flex;
	align-items:center;
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 66px;
	color: #0a0d0d;
	font-weight: 400;
	font-family: "Teko";
	border-top:1px solid var(--grey-line);
	border-bottom:1px solid var(--grey-line);
	margin-top:50px;
	margin-bottom:30px;
	padding:0 15px 0 30px;
}


ul[class*='imagess-']{
	list-style:none;
}

ul[class*='imagess-'] li {
    margin: 0;
}

ul.imagess-9 li{
	display:flex;
	align-items: center;
    justify-content: center;
}
ul.imagess-10, ul.listLogosSponsors{
	display:flex;
	flex-wrap:wrap;
}
ul.imagess-10 li, ul.listLogosSponsors li{
	display:flex;
	align-items: center;
    justify-content: center;
	padding:15px;
	margin-bottom:10px;
	border-right:1px solid var(--grey-line);
	min-width:25%;
	min-height:80px;
}


/*-------------------- PAGE TABLE --------------------*/



.defPageList .pages-list .page .image, .defPageList .pages-list .page .description{
    display:none;
}


.pageWrap .defPageList .pages-list .page:nth-of-type(3n+1):hover a{
    background:var(--green);
}
.pageWrap .defPageList .pages-list .page:nth-of-type(3n+1):hover a .title{
    color:var(--white);
}

.pageWrap .defPageList .pages-list .page:nth-of-type(3n+2):hover a{
    background:var(--black);
}
.pageWrap .defPageList .pages-list .page:nth-of-type(3n+2):hover a .title{
    color:var(--white);
}

.pageWrap .defPageList .pages-list .page:nth-of-type(3n):hover a{
    background:var(--red);
}
.pageWrap .defPageList .pages-list .page:nth-of-type(3n):hover a .title{
    color:var(--white);
}



/*-------------------- PAGE TEAMS ACADEMY --------------------*/

.subpagesAcademyWrap{
	padding-top:50px;
}
.subpageAcademy{
	background:var(--grey-light);
	padding:30px;
	margin-bottom:30px;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subpageAcademy h2{
	color:var(--green);
}
.academyLeagueWrap{
	padding-bottom:10px;
	line-height:175%;
	display:flex;
}
.academyLeagueDesc{
	color:var(--green);
	font-weight:700;
	padding-right:10px;
}
.subpageAcademy .image{
	padding-bottom:30px;
}
.subpageAcademy .description p{
	line-height:175%;
}
.academyCoachAssistantWrap{
	display:flex;
}
.academyCoachWrap, .academyAssistantWrap{
	display:flex;
}
.academyCoachWrap{
	padding-right:30px;
}
.academyCoachDesc, .academyAssistantDesc{
	color:var(--green);
	font-weight:700;
	padding-right:10px;
}
.moreGreenWrap{
	display:flex;
}
.subpageAcademy .moreGreen{
	margin:0 15px;
}

/*-------------------- FOOTER LOGO --------------------*/

.logoFootWrapper{
    padding-top:90px;
    padding-bottom:30px;
}
.logoFootWrap{
    height: 140px;
    background: url('img/footerLineDot.png') repeat-x left center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoFoot{
    padding:0 60px;
    background:var(--white);
    height:100%;
}

/*-------------------- FOOTER MENU --------------------*/

.menuFootWrap{
    display:flex;
    justify-content: space-between;
    padding-bottom:40px;
    border-bottom:1px solid var(--grey-line);
}
.footMenuItem{
    width:12%;
}
.footMenuItem h4{
    padding-bottom:20px;
    text-transform: uppercase;
}

.footMenuList .pages-list {
    margin:0;
    background:var(--white);

}
.footMenuList .pages-list .page{
    margin:0;
    padding:0;
    border:none;
}
.footMenuList .pages-list .page h2.title, .footMenuList .pages-list .page h3.title{
    color:var(--grey);
    padding:0;
    line-height:30px;
    text-transform: uppercase;
    font-weight:400;
	font-size:20px;
}
.footMenuList .pages-list .page h2.title a, .footMenuList .pages-list .page > a{
    display:block;
    padding:0 0 8px 0;
    line-height:30px;
}
.footMenuList .pages-list .page h2.title:hover a, .footMenuList .pages-list .page > a:hover h3.title{
    color:var(--red);
    text-decoration:none;
}
.footMenuList .pages-list .page .image, .headMenuList time.date{
    display:none!important;
}

/*-------------------- FOOTER CONTACT --------------------*/

.footContactWrap{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:25px 0;
    border-bottom:1px solid var(--grey-line);
}
.footContactColumn1{
    display:flex;
}
.footContactColumn1 h4{
    font-weight:400;
}

.footContactColumn1{
    width:32%;
}
.footContactColumn2{
    width:35%;
    display:flex;
    justify-content: space-between;
}
.footContactColumnButtonWrap{
    width:32%;
}

.footContactColumnButton a{
    height: 50px;
    color: var(--white);
    padding-left: 55px;
    display:flex;
    align-items: center;
}
.footGreenButton a {
    background: var(--green) url('img/sklep-szalik-biala.svg') no-repeat 10px center;
}
.footBlackButton a {
    background: var(--black) url('img/vip-biala.svg') no-repeat 10px center;
}
.footRedButton a {
    background: var(--red) url('img/kup-bilet-bialy.svg') no-repeat 5px center;
}
.footContactColumnButton a h4{
    color: var(--white);
}

.footContactColumn3{
    width:32%;
    display:flex;
    justify-content: flex-end;
}
.footContactColumnButton a:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
}




.footPhone{
    padding-left:20px;
    background:url('img/telefon-stopka.svg') no-repeat left center;
}
.footMail{
    padding-left:25px;
    background:url('img/email-stopka.svg') no-repeat left center;
    padding-right:10px;
}
.footPhone a:hover h4, .footMail:hover a h4{
    color:var(--green);
}





/*-------------------- FOOTER COPYRIGHT --------------------*/

.copywrightWrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 0 80px 0;
}
.copyWrap{
    display:flex;
}
.copywrightWrap h5{
    padding-right:10px;
    color:var(--grey);
    font-weight:400;
}
.copywrightWrap h5 a{
    color:var(--grey);
}
.copywrightWrap h5 a:hover{
    color:var(--green);
}




.formFullBox{
	display:flex;
	justify-content:space-between;
}
.formHalf{
	width: 48%;
}


.imagess-8{
	display: flex;
    flex-wrap: wrap;
}
.imagess-8 li.imagePartnerWrap{
	width: 50%;
    align-items: center;
	margin-bottom:30px;
}
.imagess-8 .imagePartnerLeftImage{
	background:none;
	min-height:100px;
}

.pageWrapTwoColumns{
	display: flex;
    justify-content: space-between;
}
.pageTwoColumn{
	width:49%;
}
.infoImgLogo{
	display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom:25px;
}
.infoMapWrap{
	padding-top:30px;
}



.lbzAmB{
	padding:0!important;
}


/*-------------------- RWD --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1220px){
    .footContactColumn1{
        flex-direction: column;
    }
    .footContactColumn1, .footContactColumn3{
        width:25%;
    }
    .footContactColumn2{
        width:50%;
    }
    .footContactColumn3{
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }
    .footMail{
        padding-right:0;
    }
}

@media screen and (max-width:1200px){
    .container{
        padding:0 15px;
    }
    .headerColumnRight .headMenuItem {
        padding-left: 0px;
    }
    .headerColumnLeft .headMenuItem {
        padding-right: 0px;
    }
    
    .gameColumn{
        padding:0 15px;
    }
    .newsListWrap .pages-list .page{
        padding:0 15px;
    }
    .socialMediaColumn{
        padding:0 15px;
    }
    .multimediaTabItemSmall h3{
        padding:15px;
    }
    .moreBlackNews a{
        padding:0 30px;
    }
    .greyButton a{
        padding:0 15px;
    }
    .logosTechPartner{
        width: 32.3333333%;
        margin-right:1%;
        border:none;
    }
    .logosTechPartnerTitle{
        background: url('img/footerLineDot.png') repeat-x left center;
    }
    .logosMediaPartner{
        width: 66.6666667%;
        border-left: 1px solid var(--brown-light);
    }
    .logoMediaItemsWrap .logoItemSmall{
        width:25%;
    }
	.playersWrapper a .playerNumber{
		font-size:55px;
		width:65px;
		height:65px;
	}
}

@media screen and (max-width:1100px){
    .newsWrap .titleWrap{
        flex-direction: column;
    }
}

@media screen and (max-width:990px){
    .headerMenuWrapper{
        display:none;
    }
    .headerMenuMobile{
        background:var(--green);
    }
    .hamburger{
        padding:9px 15px;
    }
    .hamburger-label{
        font-family: 'Teko', sans-serif;
        font-size:20px;
        margin:0;
        color:var(--white);
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
        background-color:var(--white);
    }
    .menuFootWrap{
        flex-wrap:wrap;
    }
    .footMenuItem{
        width:24%;
        padding-bottom:15px;
    }
    
    .multimediaTabItemSmall{
        width:49%;
    }
	.multimediaTabItemSmall:nth-of-type(3){
		display:none;
	}
    .moreBlackNews{
        margin-top:30px;
    }
    .educationWrap{
        width:auto;
    }
    .wrapSpaceBig{
        padding:50px 0;
    }
    .wrapSpace{
        padding:30px 0;
    }
    .gameWrap{
        flex-wrap:wrap;
    }
    .gameColumn{
        width:50%;
    }
    .gameColumn2{
        border:none;
    }
    .gameColumn3{
        padding-top:30px;
    }
    h1, h2, .content-wrap h2{
        font-size:55px;
    }
    h3{
        font-size:26px;
    }
    h4{
        font-size:20px;
    }
    .moreBlackNews a {
        padding: 0 15px;
    }
	.cid-tLxeYnxx9m .embla__slide a .card-wrap .item-wrapper .image-wrap {	  
	  min-height: 550px;
	}
    .headerPageWrap{
        height:400px;
    }
	.pageTableLine h4 {
		line-height: 100%;
	}
    .listHistoryItem{
        flex-wrap:wrap;
        padding-left:50px;
    }
    .listHistoryItemLeft{
        width:50%;
        min-width:0;
        padding-right:15px;
    }
    .listHistoryItemCenter{
        width:50%;
        min-width:0;
        padding-right:0;
        padding-left:15px;
        display: flex;
        justify-content: flex-end;
    }
    .listHistoryItemRight{
        width:100%;
        padding-top:30px;
    }
    .listStarsItemWrap{
       padding:30px 0;
    }
	.pageColumnColumn{
		display:none;
	}
	.pageColumnContent{
		width:100%;
	}
	.newsPadding{
		padding:0 15px;
	}
	.playersWrapper a{
		width:31.333%;
	}
	#newsPage .titleWrap{
		flex-direction: column;
	}
}

@media screen and (max-width:850px){
    .copyWrap{
        flex-direction: column;
    }
    .copywrightWrap{
        align-items: flex-start;
    }
	ul.images-11{
		flex-wrap:wrap;
	}
	ul.images-11 li{
		width:48%;
	}
}
@media screen and (max-width:800px){
	.logosLineSO .logoItemSmall{
		width:33.333%;
		margin-bottom:15px;
	}
}
@media screen and (max-width:790px){
    .titleTagsWrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .titleTagsWrap h5{
        padding-bottom:10px;
    }
    .newsListWrap .pages-list .page{
        width:50%;
    }
    .newsListWrap .pages-list .page:nth-of-type(3n){
        border-right: 1px solid var(--green-light);
    }
    .newsListWrap .pages-list .page:nth-of-type(2n){
        border:none;
    }
    .logoMediaItemsWrap .logoItemSmall{
        width:33.333333%;
    }
    .logosTechPartner{
        width:40%;
    }
    .logosMediaPartner{
        width:60%;
    }
    .headerBottomDarkWrap .headerColumnRight{
        flex-direction: column;
        align-items: flex-end
    }
    .headerBottomDarkWrap{
        height:auto;
        padding:10px 0;
    }
    .logo{
        top:10px;
    }
    .footContactColumn2{
        order:2;
        width:100%;
        padding-top:15px;
    }
    .footContactWrap{
        flex-wrap:wrap;
    }
    .footContactColumn1, .footContactColumn3{
        width:50%;
    }
	.logosMediaPartner .logosLineSecond{
		width:100%;
	}
	.logosMediaPartner .logoItemSmall{
		width:50%;
		padding:5px 0;
}

@media screen and (max-width:760px){
    .moreBlackNews a{
        width:50%;
    }
    .boxesInfoWrap{
        flex-wrap:wrap;
    }
    .infoBox{
        width:48%;
        margin-bottom:60px;
    }
    .gameHalf .redButtonTicket a{
        background: var(--red) url('img/kup-bilet-bialy.svg') no-repeat 10px center;
        padding-left:60px;
    }
    .gameColumn3{
        width:100%;
    }
    .multimediaTabRightColumn .moreBlackNews{
        width:48%;
    }
    .socialMediaColumnsWrap{
        flex-wrap:wrap;
    }
    .socialMediaColumn{
        width:50%;
    }
    .socialMediaColumn:nth-of-type(2){
        border:none;
    }
    .logosLineFirst{
        padding-bottom:30px;
        flex-wrap:wrap;
    }
    .logosLineFirst .logosMainItem{
        width:48%;
    }
    .logosLineFirst .logosMainItem:first-of-type{
        width:100%;
        margin-bottom:30px;
    }
    .logoItemSmall{
        width:20%;
    }
    .logoItemSmall:nth-of-type(6n){
        border-right: 1px solid var(--brown-light);
    }
    .logoItemSmall:nth-of-type(5n), .logoItemSmall:last-of-type{
        border:none;
    }
    .headerTopDarkWrap .headerColumnLeft{
        width:35%;
    }
    .multimediaTitleWrapper{
        flex-direction: column;
    }
    .multimediaTabsWrap{
        width:100%;
    }
    .multimediaTabItem{
        width:50%;
    }
    .pageWrap .pages-list .page{
        width:49%;
    }
	.pageWrapTwoColumns{
		flex-direction: column-reverse;
	}
	.pageTwoColumn{
		width:100%;
	}
}
@media screen and (max-width:700px){
    .listStarsItemWrap, .listStarsItemWrap:nth-of-type(2n){
        flex-direction:column;
    }
    .listStarsImage, .listStarsItemWrap:nth-of-type(2n) .listStarsImage{
        padding:0;
        width:auto;
        display:flex;
        justify-content: center;
    }
    .listStarsImage img, .listStarsItemWrap:nth-of-type(2n) .listStarsImage img{
        max-width:300px;
    }
    .listStarsTextWrap{
        width:auto;
    }
    .listStarsTitle, .listStarsRole{
        text-align:center;
    }
	.playersWrapper a {
		width: 48%;
	}
	.playerContentWrap{
		flex-direction: column-reverse;
	}
	.playerContentLeft{
		width:100%;
	}
	.playerContentRight{
		width:100%;
	}
	.playerContentRight img{
		max-width:350px;
	}
}
@media screen and (max-width:650px){
    .pageTableLine h4{
        font-size:16px;
    }
    .pageTableColumnFormItem{
        height:26px;
    }
    .headerPageWrap{
        height:auto;
        padding:80px 0;
    }
	.newsInfoWrap{
		height:auto;
		flex-direction:column;
		align-items: flex-start;
	}
	.newsInfoItem{
		min-height:35px;
	}
	.breadcrumb ol{
		flex-direction: column;
	}
	.breadcrumb li{
		height:auto;
	}
	.breadcrumb li:not(:first-child)::before{
		padding-bottom:0;
		line-height:20px;
	}
	.formFullBox{
		display:block;
	}
	.formHalf{
		width: 100%;
	}
	.imagess-8 li.imagePartnerWrap{
		width: 100%;
	}
	.subpageAcademy .moreGreen{
		margin:0 5px;
	}
	.subpageAcademy .moreGreen a{
		width:120px;
	}
	.academyCoachAssistantWrap{
		flex-direction: column;
		align-items: center;
	}
	.academyCoachWrap{
		padding-right:0;
	}
	.subpageAcademy{
		padding:15px;
	}
}
@media screen and (max-width:580px){
    .logoItemSmall{
        width:25%;
    }
    .logoItemSmall:nth-of-type(5n) {
        border-right: 1px solid var(--brown-light);
    }
    .logoItemSmall:nth-of-type(4n), .logoItemSmall:last-of-type {
        border: none;
    }
    .logosLineLast{
        flex-direction: column;
    }
    .logosTechPartner{
        width:100%;
        align-items: flex-start;
    }
    .logosTechPartner .logoItemWrap{
        width:35%;
    }
    .logosMediaPartner{
        border:none;
    }
    .logoMediaItemsWrap .logoItemSmall{
        width:33.333333%;
    }
    .logosMediaPartner{
        width:100%;
    }
    .socialMediaTitleWrapper{
        flex-direction: column;
    }
    .socialMediaColumn{
        width:100%;
        border:none;
        padding-bottom:20px;
    }
    .multimediaTabRightColumn{
        padding:0;
    }
	.multimediaTabContainer{
		flex-wrap:wrap;
	}
    .multimediaTabItemSmall{
        width:100%;
        padding-top:15px;
    }
	
    .multimediaTabRightColumn .moreBlackNews, .moreBlackNews a{
        width:100%;
    }
    h1, h2, .content-wrap h2{
        font-size:45px;
    }
    h3{
        font-size:22px;
    }
    .gameColumn{
        width:100%;
        border:none;
        padding-bottom:30px;
    }
    h2.gameLine{
        text-align:center;
    }
    .infoBox{
        width:100%;
    }
	.cid-tLxeYnxx9m .embla__slide a .card-wrap .item-wrapper .image-wrap {	  
	  min-height: 350px;
	}
	ul.images-11 li{
		width:100%;
		margin:0 0 20px 0;
	}
	.logosLineSO .logoItemSmall{
		width:50%;
	}
	.logosMediaTitleWrap, .logosTechPartnerTitle{
		justify-content: center;
	}
	.logosTechPartner .logoItemWrap{
		width:100%;
	}
}

@media screen and (max-width:520px){
    .headerTopDarkWrap{
        height:auto;
        align-items: flex-end;
        flex-direction: column;
        padding:5px 0;
    }
    .headerTopDarkWrap h5{
        text-align:right;
    }
    .headerBottomDarkWrap{
        align-items: flex-end;
        flex-direction: column;
    }
    .headerBottomDarkWrap .headerColumnLeft{
        justify-content: flex-end;
    }
    .logo{
        top:40px;
        right:auto;
        left:15px;
    }
    .headerTopDarkWrap .headerColumnLeft{
        width:auto;
    }
    .matchPageTableLine{
        height:auto;
        flex-wrap: wrap;
    }
    .matchTableColumnClubs{
        width:100%;
    }
    .matchTableColumnClubsItemImg img{
        max-height:30px;
    }
    .matchTableColumnClubsItem, .matchTableColumnClubsItem2{
        width:45%;
    }
    .matchTableColumnDate, .matchTableColumnHours{
        width:20%;
    }

    .listHistoryItemLeft{
        width:100%;
        padding-right:0;
    }
    .listHistoryItemCenter{
        display:none;
    }
	.copywrightWrap{
		flex-direction:column;
	}
}

@media screen and (max-width:490px){
    .logoItemSmall{
        width:33.333333%;
    }
    .logoItemSmall:nth-of-type(4n){
        border-right: 1px solid var(--brown-light);
    }
    .logoItemSmall:nth-of-type(3n), .logoItemSmall:last-of-type{
        border:none;
    }
    .educationWrap a{
        flex-direction:column;
    }
    .educationImg, .educationText{
        width:100%;
    }
    .educationImg{
        padding-bottom:15px;
    }
	.content-wrap h2{
        font-size:35px;
    }
    .pageWrap .pages-list .page{
        width:100%;
    }
    .pageWrap .pages-list .page a{
        height:auto;
        min-height:100px;
    }
	.playersWrapper a .playerNumber {
		font-size: 35px;
		width: 45px;
		height: 45px;
		padding-top:4px;
	}
	.playersWrapper a .playerName{
		font-size:24px;
	}
	.playerHeaderWrap{
		flex-direction: column;
		align-items: flex-start;
	}
	.pagePlayerWrap .playerNumber{
		margin-bottom:10px;
	}
	.footContactColumn1, .footContactColumn3{
		width:100%;
	}
	.footMenuItem{
		width:50%;
	}
}

@media screen and (max-width:400px){
    .logo{
        left:7px;
    }
    .headerColumnLeft, .headerColumnRight{
        width:64%;
    }
    .newsListWrap .pages-list .page{
        width:100%;
        border:none;
        border-bottom: 1px solid var(--green-light);
    }
    .newsListWrap .pages-list .page:nth-of-type(2n){
        border-bottom: 1px solid var(--green-light);
    }
    .newsListWrap .pages-list .page:nth-of-type(3n){
        border-right:none;
    }
    .pageTableLine h4 {
        font-size: 13px;
    }
    .pageTableColumnFormItem{
        height:20px;
        padding-top: 3px;
    }
	.playersWrapper a .playerNumber {
		font-size: 25px;
		width: 35px;
		height: 35px;
		padding-top:2px;
	}
	.footContactColumn2{
		flex-direction: column;
		align-items: center;
	}
	.footContactColumnButtonWrap{
		width:180px;
		margin-bottom:10px;
	}
}


































