div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}

.payment__head {
	max-width: 520px;
	margin-bottom: 20px;
}

.payment .payment__subtitle {
	font-size: 15px;
    line-height: 145%;
    font-weight: 700;
    color: #333333;
    opacity: 0.8;
	color: #23BABF;
	margin-bottom: 10px;
}
.news-date-time {
	color:#486DAA;
}
.payment__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.payment__items {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.payment__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.payment__item {
	border: 1px solid #23BABF;
	box-shadow: inset 0 0 15px 3px rgba(35, 186, 191, 0.5);
    padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
    border-radius: 5px;
    height: 100%;
}

@media (max-width: 767px) {
	.payment__item {
		padding: 16px;
	}
}

.payment__item-icon {
    width: 75px;
    height: 75px;
}

.payment__item-icon img {
    width: auto;
    height: 100%;
}

.payment__item-name {
	font-size: 20px;
    line-height: 140%;
    font-weight: 700;
	text-align: center;
}

.payment__item-text {
	text-align: center;
}

.payment__ask {
	margin-top: 20px;
}

.payment__ask-name {
	font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #333333;
	margin-bottom: 10px;
}

.payment__ask-subname {
	font-weight: 700;
	margin-bottom: 30px;
}

.payment__ask-subname a {
	color: #23BABF;
}