@media (min-width: 700px) and (max-width: 1024px) {
	.bx_page h1 {
		padding-top: 2%;
		display: flex;
		font-size: 1.5rem;
		text-align: center;
	}
	.oplata li b {
		display: flex;
		flex-direction: column;
		font-size: 1rem;
		line-height: 1.5;
		text-align: justify;
		font-weight: bold;
	}
	.oplata p {
		display: flex;
		flex-direction: column;
		font-size: 1rem;
		line-height: 1.5;
		text-align: justify;
	}
	.oplata h2 {
		display: flex;
		font-size: 1.3rem;
		text-align: justify;
	}
	.variants li {
		display: flex;
		flex-direction: column;
		font-size: 1rem;
		line-height: 1.5;
		text-align: justify;
	}
}

@media (min-width: 1025px) and (max-width: 8000px) {
	.bx_page h1 {
		display: flex;
		padding-top: 2%;
		font-size: 1.8rem;
		justify-content: center;
	}
	.oplata li b {
		display: flex;
		font-size: 1.25rem;
		line-height: 1.3;
		text-align: justify;
	}
	.oplata p {
		display: flex;
		font-size: 1.25rem;
		line-height: 1.3;
		text-align: justify;
	}
	.oplata h2 {
		display: flex;
		font-size: 1.6rem;
		text-align: justify;
	}
	.variants li {
		display: flex;
		flex-direction: column;
		font-size: 1.25rem;
		line-height: 1.5;
		text-align: justify;
	}
}