/*documents*/

.docs p{
	margin-bottom: 15px!important;
	}

a.ustav{
	position: relative;
	display: inline-block;
}

a.ustav::after{
 position: absolute;
 content: "";
 width: 30px;
 height: 30px;
 background: url(../images/article.svg)no-repeat center center;
 -webkit-background-size: 40px;
 background-size: 30px;
 top: 0;
 left: 100%;
 margin-top: -4px;
 margin-left:5px;
}

.docs .table-responsive table tr>th,
.docs .table-responsive table tr>td{
	border:1px solid rgba(169, 168, 168,.5);
}

.docs ul{
	list-style: none;
}
.docs ul>li::before{
	content: "\2611";
	margin-right: 5px;
	color: #A9A8A8;
}

.container-main{
	width: 40%; 
	display: inline-flex;
	align-items: center;
	margin: 10px 0;
	@media (max-width: 800px) {
		display: block;
		width: unset;
	}
}
.content-survey{
	text-align: center;
	img{
		max-width: 500px;
	}
	@media (max-width: 800px) {
		width: 100%;
		min-width: unset;
		img{
			width: 100%;
		}
	}
	.survey_img{
		display: flex;
		gap: 10px;
		justify-content: center;
		@media (max-width: 800px){
			flex-direction: column;
		}
	}
}