

/* Start:/local/assets/css/pages/payment/style.css?17821976341687*/
/*---------------------------
	RB PAGE PAYMENT
---------------------------*/

.rb-page-payment {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.rb-page-payment__subtitle {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.53;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.rb-page-payment-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rb-page-static .rb-page-payment__title {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 10px;
}

.rb-page-static .rb-page-payment__text {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.53;
	margin-bottom: 0;
}

@media(max-width: 991px) {

	.rb-page-payment {
		gap: 30px;
	}

	.rb-page-payment-block {
		gap: 15px;
	}

}

/*	Begin Payment Icons	*/

.rb-page-payment__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.rb-page-payment__item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.rb-page-payment__item-block {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.rb-page-payment__item-icon {
	color: #111;
	font-size: 40px;
}

.rb-page-payment__item-name {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.rb-page-static .rb-page-payment__item-text {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.53;
	margin-bottom: 0;
}

.rb-page-static .rb-page-payment__item-text span {
	color: #000;
	font-weight: 500;
}

.rb-page-static .rb-page-payment__item-link {
	color: #111;
	cursor: pointer;
	text-decoration: underline;
}

/*	End Payment Icons	*/
/* End */
/* /local/assets/css/pages/payment/style.css?17821976341687 */
