/*
GLOBAL
*/
#main-header{
     -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
}
/*.menu-item//
{
	border-bottom: 3px solid #154194;
}*/
.container--small{
	max-width: 930px;
}






/*
HEADER + space
*/
.space-label-top{
	height: 36px;
}	
.space-label-content{
	height: 100px;
}


/*
LABEL
*/
.ph__wrap-label{
	position: absolute;
    top: 0;
    width: 100%;
}
.page-header{
	position: relative;
	overflow: hidden;
}
.ph__content{
	background: #fdf7f7;
}

.ph__label::before{
	content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: -100vw;
    height: 100%;
    background: #a81573;
    z-index: 1;
}	
.ph__label{
	background-color: #a81573;
	border-top-right-radius: 25px;
	position: absolute;
	top: 0;
	width: 100%;
}
@media only screen and (min-width: 768px) {
    .ph__label {
		width: calc(100% - 100px);
    }
}
.ph__breadcrumbs{
	color: #fff;
	margin: 24px 0 24px;
}

.breadcrumbs__single{
	display: inline-block;
}
.breadcrumbs__el{
	color: #fff;
	margin-right: 13px;
	font-size: 14px;
	line-height: 22px;
	font-family: "BrandonGrotesque";
	font-weight: 400;
	letter-spacing: 1px;
}

.ph__title{
	margin: 42px 0 42px;
}
.title-label{
	word-break: break-all;
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 48px;
	color: rgb(255,255,255);
	font-family: "BrandonGrotesque";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
    line-height: 20px;
    letter-spacing: 3px;
}
@media only screen and (min-width: 520px) {
	.title-label{
		font-size: 40px;
		letter-spacing: 6px;
		line-height: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.title-label{
		font-size: 50px;
		letter-spacing: 8px;
		line-height: 42px;
	}
}
@media only screen and (min-width: 992px) {
	.title-label{
		font-size: 60px;
		letter-spacing: 10px;
		line-height: 48px;
	}
}






/*
FILTRY
*/
.filters{
	position: relative;
}
.filters__row{
	position: relative;
	display: block;
}
.title-filters{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 38px;
	color: rgb(34,34,34);
	font-family: "BrandonGrotesque";	
	font-weight: 700;
}

.filters__content{
	padding-bottom: 40px;
	
}
.filters__col{
	display: inline-block;
	width: 100%;
}

.filter_txt, .filter_check{
	vertical-align: top;
}

.filters__section--year .filters__col .filters__list{
	overflow: hidden;
		clear:both;
}
.filters__section--year .filters__single{
	float: left;
	width: 100px;
}
@media only screen and (min-width: 768px) {
	.filters__content{
		overflow: hidden;
		clear:both;
	}
	.filters__col{
		float: left;
		width: 33%;
	}
}



.filters__section{
	padding: 10px 0 30px;
	padding-right: 15px;
	overflow: hidden;
}
.filters__name{
	font-size: 14px;
	color: rgb(34,34,34);
	font-family: "BrandonGrotesque";
	font-weight: 700;
}

.filters__single{
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: rgb(34,34,34);
	font-family: "BrandonGrotesque";
	 font-weight: 500;
}





.container--doc{
	margin: auto;
	display: block;
	text-align: center; 
	overflow: hidden;
}

.listing{
	display: block;
	margin: auto;
	position: relative;
	padding: 60px 0 60px;
}
.listing__single{
	position: relative;
}
.title-document{
	font-size: 19px;
	line-height: 28px;
	color: rgb(34,34,34);
	font-family: "BrandonGrotesque";
	font-weight: 700;
	}

.table2{
	width: 100%;
}
.table2 .cell{
	padding: 10px;
	
	display: inline-block;
}
.cell--desc .cols{
	overflow: hidden;
	clear: both;
	width: 100%;
	display: table;
}
.cell--desc .cols .col--desc,
.cell--desc .cols .col--icon{
	display: block;
}
.cell--desc .cols .col--desc{
	width: 100%;
}
.cell--desc .cols .col--icon{
	margin-top: 20px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.result-table td{
		border-right: 1px solid #ccc;
	}
	
	.result-table td:first-of-type{
		border-left: 1px solid #ccc;
	}
	.cell--desc .cols .col--desc,
	.cell--desc .cols .col--icon{
		display: table-cell;
		vertical-align: middle;
	}
	.cell--desc .cols .col--desc{
		width: 70%;
	}
	.cell--desc .cols .col--icon{
		margin-top: 0px;
		width: 30%;
	}
}



.result-table{
	width: 100%;
	border-collapse: unset;
}
.result-table td{
	padding: 10px;
	text-align: center;
	position: relative;
}


.result-table tr{

}
.result-table td{
	
}

.result-table td::before{
	/*content: '';
	height:10px;
	width:10px;
	background: red;
	display: block;
	position:absolute;*/
}




thead{
	padding-top: 25px;
    overflow: hidden;
}
tbody{
	padding-bottom: 25px;
    overflow: hidden;
}

.result-table th{
	width: 100%;
}
.result-table td{
	width: 100%;
	display: block;
}
@media only screen and (min-width: 768px) {
	.result-table td{
		display: inline-block;
		display: block;
		float: left;
	}
	.result-table tr{
		overflow: hidden;
		clear: both;
	}
	.result-table td.cell--year{ width: 33%; }
	.result-table td.cell--destiny{ width: 33%;	}
	.result-table td.cell--sections{ width: 33%;	}
	.result-table td.cell--type{ width: 33%; border-left: 1px solid #ccc;	}
	.result-table td.cell--desc{ width: 66%;	}
}
@media only screen and (min-width: 992px) {
	.result-table td{
		display: table-cell;
		display: inline-block;
	}
	.result-table td.cell--year{ width: 84px; }
	.result-table td.cell--destiny{ width: 164px;	}
	.result-table td.cell--sections{ width: 140px;	}
	.result-table td.cell--type{ width: 200px;	border-left: 0px solid #ccc; }
	.result-table td.cell--desc{ width: calc( 100% - 588px)	}
}









 
.results_row{
	margin: 20px 0 40px;
}

.btn--blue{
	/*display: block;
    margin: 50px auto 50px;
    background: #154194;
    color: #fff;
    border: none;
    padding: 15px 25px;
	border-radius: 35px;
	cursor: pointer;*/
	
	
	display: block;
    margin: 50px auto 50px;
    letter-spacing: 1px;
    background: #154194;
    color: #fff;
    background-color: #00006e;
    border: none;
    padding: 17px 30px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 15px;
}
.btn--blue:hover{
	background: #2658b7;
}



.js-label{
	display: block;
	cursor: pointer;
}
.filter_txt{
	line-height: 22px;
}
.filter_check{
	width: 25px;
    display: inline-block;
}
.js-checkbox,
.acceptance-467{
	position: absolute;
    opacity: 0;
}
.js-label .icon-no-active{ display: inline-block; }
.js-label .icon-active{ display: none; }
.js-label.active .icon-no-active{ display:none; }
.js-label.active .icon-active{ display: inline-block; }

.fa.icon-no-active{
	background: #fff;
    color: #ddd; 
}
.icon-active{
    color: #a81573;
    background: #fff;
}
.fa.icon-active,
.fa.icon-no-active{
	font-size: 21px;
	line-height: 15px;
	border-radius: 3px;
}



.btn-icon
{    
	font-size: 16px;
    background: #154194;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-align: center;
}
.btn-icon:hover{
	background: #2658b7;
}








/*
INTRO
*/
 
.section{
    padding: 30px 0 30px;
}
.section__header{

}
.section__content{

}
.section__footer{

}


.title--section{

}


.intro{

}
.intro__nav{

}
.intro__cols{

}


/*FIX*/
#main-content .container-0.container{
    
}

 



    




/* WSZYSTKIE */
.results{
    padding: 10px 0 10px;
}
.results__row{
	padding: 10px 0 10px;
}
.res{
	display: block;
	width: 100%;
}
.res__body{
	display: grid;
	width: 100%;
	 grid-template-columns: 100%;
}
.res__cell{
	text-align: center;
    padding: 10px;
    position: relative;
    vertical-align: middle;
}
.res__cell--description .cols .col.col--icon{
    margin: 10px auto 10px;
}
.res__header{
    position: relative;

}
.res__header-icon{
    position: absolute;
    top: -12px;
    right: 0;
}



   /* MOBILE  */
   @media only screen and (max-width: 992px){ 
    .res__body{
            grid-template-columns: repeat(6, 16.6666666666666%);
            grid-template-rows: auto;
            grid-template-areas: 
            "year year destiny destiny sections sections"
            "type type type description description description";
            margin: 20px 0 50px;
        }
        .res__cell--year{ grid-area: year; }
        .res__cell--destiny{ grid-area: destiny; }
        .res__cell--sections{ grid-area: sections; }
        .res__cell--type{ grid-area: type; }
        .res__cell--description{ grid-area: description; }
        .col--icon{ display: none; }
        .title-document{
            padding-right: 60px;
        }
        /*.res__body,
        .res__cell{
            border: 1px solid #eee;
        }*/
        .res__cell--year{ 
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
         }
        .res__cell--destiny{ 
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
         }
        .res__cell--sections{ 
            border-bottom: 1px solid #eee;
         }
        .res__cell--type{ 
            border-right: 1px solid #eee;
         }
        .res__cell--description{ 
            
         }
        .res__body{
            font-size: 12px;
            color: #999;
        }
    }
    @media only screen and (max-width: 992px) and (-ms-high-contrast: active), (-ms-high-contrast: none){
        .res__body{
            display: table;
            width: 100%;
            height: 100%;
            clear: both;
			overflow: hidden;
			display: block;
        }
        .res__cell{
            display: table-cell;
            border: 1px solid #eee;
			height: 100%;
			display: inline-block;
			float: left;
        }
        .res__cell--year,
        .res__cell--destiny,
        .res__cell--sections{
             width: 33.3333333%; 
        }
        .res__cell--type, 
        .res__cell--description{
             width: 50%;
        }
    }



    /* DESKTOP */
    @media only screen and (min-width: 992px){ 
        .res__body{
            margin: 20px 0 50px;
        }
        .col--icon{ 
            display: block;
        }
        .res__header-icon{
            display: none;
        }
        .res__cell{ 
            border-left: 1px solid #ccc; 
        }
        .res__cell--description{ 
            border-right: 1px solid #ccc;
        }
        .res__body{
             grid-template-columns: 84px 164px 140px 200px calc(100% - 588px);
        }
        .col--desc{
            width: calc(100% - 70px);
        }
        .col--icon{
            width: 70px;
        }
        .res__cell .cols{
            display: table;
            height: 100%;
            width: 100%;
        }
        .res__cell .cols .col{ 
            display: table-cell;
            vertical-align: middle;
        }
        .res__body{
            color: #999;
        }
    }
    @media only screen and (min-width: 992px) and (-ms-high-contrast: active) and (-ms-high-contrast: none){
        .res__body{
            display: table;
            width: 100%;
            height: 100%;
            clear: both;
            overflow: hidden;
        }
        .res__cell{
            display: table-cell;
            border: 1px solid #eee;
			height: 100%;
			
        }
        .res__cell--year{ width: 84px; }
        .res__cell--destiny{ width: 164px; }
        .res__cell--sections{ width: 140px; }
        .res__cell--type{ width: 200px; }
        .res__cell--description{ width: calc(100% - 588px); }
    }





      






