@media (max-width:980px) {
	.sdzxdfw {
		padding-top: 10px !important;
	}
}

.dsd {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.dsd {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.dsd {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.fgsertf {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.fgsertf {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.dxfgdstwehvg {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dftwegf {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gdfges {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dfa {
	word-break: break-all;
}

h1 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 1.3 !important;
	color: #000 !important;
	padding-bottom: 20px !important;
}

h2 {
	font-weight: bold !important;
	font-size: 26px !important;
	line-height: 1.3 !important;
}

h3 {
	font-weight: bold !important;
	font-size: 23px !important;
	line-height: 1.3 !important;
}

h4 {
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
}

p {
	font-size: 18px !important;
}

.dfa h2 {
	text-align: center !important;
	color: #000 !important;
}

.dfa h3 {
	text-align: center !important;
	color: #000 !important;
}

.dfa h4 {
	text-align: center !important;
	color: #000;
}

.dfa h5,
.dfa h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.dfa li,
.dfa span,
.dfa a {
	color: #000 !important;
}

.dfa img {
	max-width: 100%;
	height: auto;
}

.dfa p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.dfa table {
	word-break: break-all !important;
}

.dfa td {
	font-size: 16px !important;
	color: #000 !important;
	padding: 10px !important;
}

.dfa li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

div.em-payment-gateway-form .em-anet-card-container {
	display: grid;
	grid-template-columns: auto 150px 60px;
	grid-gap: 10px;
}

div.em-payment-gateway-form .em-anet-card-container .has-error,
div.em-payment-gateway-form input[type="text"].em-anet-cc-name.has-error {
	border: 1px solid red !important;
}

div.em-payment-gateway-form .em-anet-card-container label {
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 3px !important;
}

@media only screen and (max-width: 600px) {
	div.em-payment-gateway-form .em-anet-card-container {
		display: grid;
		grid-template-columns: 2fr 1fr;
	}

	div.em-payment-gateway-form .em-anet-card-container>div:first-child {
		width: 100%;
		grid-column: 1 / -1;
	}
}