

/* Start:/about/oplata/styles.css?17822641911079*/
.oplata-title {
	margin: 0 0 40px 0;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.oplata-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.oplata-card {
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 20px;
}

.oplata-card--gray {
	background-color: #f3f3f3;
}

.oplata-card--bordered {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

.oplata-card__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.oplata-card__icon {
	font-size: 24px;
	line-height: 1;
}

.oplata-card__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.oplata-card__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 0 20px;
	padding: 0;
}

.oplata-card__list li {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

@media (max-width: 768px) {
	.oplata-grid {
		grid-template-columns: 1fr;
	}

	.oplata-card {
		padding: 20px;
	}

	.oplata-title {
		margin-bottom: 20px;
		font-size: 28px;
	}
}

/* End */
/* /about/oplata/styles.css?17822641911079 */
