.credit-page__block {
	margin: 30px 0 100px 0;
}
.credit-page__title {
	margin: 0 0 30px 0;
	color: #040000;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}

.credit-page__table {
	width: 100%;
	overflow-x: auto;
	margin: 0 0 30px 0;
}
.credit-page__table table {
	width: 100%;
	border-collapse: collapse;
}
.credit-page__table table td {
	padding: 14px;
	text-align: center;
	white-space: nowrap;
	color: #58595b;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	border: 1px solid #58595b;
}
.credit-page__table table tr:nth-child(1) td,
.credit-page__table table tr:nth-child(2) td {
	color: #040000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}
.credit-page__table table tr:nth-child(2) {
	background: #f4f4f4;
}

@media (max-width: 768px) {
	.credit-page__title {
		margin: 25px 0 20px 0;
		font-size: 22px;
	}
	.credit-page__table {
		margin: 0 0 65px 0;
	}
	.newCredit {
		padding: 115px 0 65px 0 !important;
	}
}
