.docs{
	padding: 4rem 0;
}
.docs h2{
	font-size: 50px;
}


.docs .files_list{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.docs .files_list .file{

}
.docs .files_list .file .file_link{
    display: inline-flex;
    gap: 10px;
    align-items: center;
	color: #000;
}
.docs .files_list .file .file_link:hover{
	color: #0066FF;
}
.docs .files_list .file .file_icon{
	position: relative;
}
.docs .files_list .file .file_icon span{
	-webkit-mask-image: url(img/file.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    width: 35px;
    height: 40px;
    background-color: rgb(63 111 255 / 100%);
    display: inline-flex;
}
.docs .files_list .file .file_icon i{
	color: rgb(63 111 255 / 60%);
    position: absolute;
    z-index: 16;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    left: 0rem;
    bottom: 6px;
    text-transform: uppercase;
}
.docs .files_list .file .file_title{
    font-size: 16px;
    line-height: 120%;
}



.individual_dostijen{
	padding: 0;
	position: relative;
}
.individual_dostijen > img{
	position: absolute;
	bottom: -13rem;
}
.individual_dostijen_inner{
	position: relative;
	z-index: 10;
}
.individual_dostijen_inner > img{
	position: absolute;
	top: -3rem;
	left: -5rem;
	z-index: 100;
	width: 8rem;
}
.individual_dostijen h2{
	font-size: 50px;
	margin-bottom: 3rem;
}
.individual_dostijen h2 span{
	position: relative;
    z-index: 10;
}
.individual_dostijen h2 span:before{
	position: absolute;
	content: '';
	transition: 0.7s ease;
	height: 67px;
	z-index: -1;
	left: -6%;
	background-color: #FFBE00;
	width: 0;
}
.individual_dostijen h2 span.shown:before{
	width: 110%;
}
.individual_dostijen .individual_dostijen_buttons{
	margin-bottom: 2rem;
}
.individual_dostijen .individual_dostijen_buttons{

}
.individual_dostijen .individual_dostijen_buttons > .ui.button.active{
	color: #fff;
	background-color: #213d50;
}
.individual_dostijen .individual_dostijen_list .accordion{
	border: none;
	box-shadow: unset !important;
	background-color: unset !important;
}
.individual_dostijen .individual_dostijen_list .accordion .individual_dostijen_item.item{
	padding: 0 !important;
	margin-bottom: 20px;
	border-radius: 10px !important;
	background-color: #fff !important;
	overflow: hidden;
	box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
	display: none;
	/*border-bottom: 1px solid #ccc;*/
	border-radius: 1rem !important;
	border: 2px solid #5792bb;
}
.individual_dostijen .individual_dostijen_list .accordion .individual_dostijen_item.item.active{
	display: block;
}
.individual_dostijen .individual_dostijen_list .accordion .item:before{
	position: static !important;
}
.individual_dostijen .individual_dostijen_list .accordion .title{
	padding: 30px !important;
	font-size: 22px !important;
	line-height: 28px !important;
	margin-bottom: 0;
}
.individual_dostijen .individual_dostijen_list .accordion .title i{
	position: absolute;
	right: 30px;
	color: #5792bb;
	font-size: 40px;
	transition: transform 0.5s;
    top: 24px;
    height: 40px;
}
.individual_dostijen .individual_dostijen_list .accordion .title.active i{
	transform: rotate(45deg);
}
.individual_dostijen .individual_dostijen_list .accordion .title span{
	width: calc(100% - 30px);
	display: block;
	font-weight: bold;
}
.individual_dostijen .individual_dostijen_list .accordion .content{
	padding: 0 !important;
	margin-top: -10px;
}
.individual_dostijen .individual_dostijen_list .accordion .content .content_inner{
	padding: 2rem 30px 30px 30px;
	font-size: 20px;
	line-height: 36px;
	text-align: justify;
}
.individual_dostijen .individual_dostijen_list .accordion .content .content_inner table{
	background-color: #213d50;
	color: #fff;
	border-radius: 15px;
}
.individual_dostijen .individual_dostijen_list .accordion .content .content_inner table td:nth-last-child(1){
	min-width: 200px;
	text-align: center;
}