.documents--pasports .inner-page__block {
	margin-bottom: 44px;
}

.pasports {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	gap: 28px;
	flex-wrap: wrap;
}

.pasport {
	max-width: 241px;
	width: 100%;
	display: flex;
	gap: 16px;
}

.pasport .pasport__left {
	flex-shrink: 0;
}

.documents--pasports .cert__download {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #232E41;
}
.documents--pasports .cert__download:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pasport__date {
	color: #232E41;	
	font-size: 13px;	
	line-height: 26px;
	opacity: 0.5;
}

@media screen and (max-width: 1023px) {
	.documents--pasports .inner-page__block {
		margin-bottom: 28px;
	}

	.pasports {
		margin-top: 28px;
	}

	.pasport {
		width: calc(50% - 28px);
    	max-width: unset;
	}

	.documents--pasports .cert__download {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 450px) {
	.pasport {
		width: 100%;    	
	}
}