.payment {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 75px 0 25px;
	z-index: 0;
	background: #fff;
	height: auto;
	clear: both;
}

.payment__title {
	text-align: left
}

.payment__subtitle {
	text-align: left;
	padding: 20px 0;
	color: #9d9797;
	font-family: 'Futura';
	font-weight: 100;
}

.payment__cards {
	padding: 30px 0 0;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.payment__card {
	-webkit-box-flex: 0;
	max-width: 375px;
	width: 100%;
	border-radius: 11px;
	background-color: #f9f9f9;
	padding: 25px 30px 50px;
	margin-bottom: 10px;
}

.payment__top {
	width: 100%;
	height: 230px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.payment__img p {
	color: rgba(0, 0, 0, .49);
	font-size: 12px;
	line-height: 1.8
}

.payment__img p span {
	display: block;
	color: #58bbeb;
	font-size: 37px;
	line-height: 33.3px;
	padding-bottom: 5px
}

.payment__label {
	color: #151515;
	font-family: inherit;
	font-size: 22px;
	font-weight: 700;
	padding: 45px 0 15px;
}

.payment__text {
	color: rgba(0, 0, 0, .49);
	font-size: 16px;
	line-height: 1.5
}

.payment__img {
	padding-top: 20px;
}

.payment__img img {
	width: 320px;
	max-width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.vixa {
	border: 1px solid;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.payment__cards {
		display: block;
	}
}