/* compony registeration flow */
.bg-flow {
	background-repeat: no-repeat;
	background-image: url(../img/registrationServices/trademark-steps-mobile.webp);
	background-position: center;
	background-size: contain;
}




/* responsive */

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {

	/* compony registeration flow */
	.bg-flow {
		background-image: url(../img/registrationServices/trademark-steps.webp);
	}

	/* main-content */
	.madarek {
		margin: -30px 0 0 0;
	}

}

@media (min-width: 1200px) {}