/**
 * section_form
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

.section_form .layout_mirror > *:last-child
{
	order: -1;
}

.section_form .form
{
/*	border-radius:
		0
		var(--global_size_40)
		0
		0; */
}

.section_form .form a
{
	color: var(--root_color_black);
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
	.section_form .title 
	{
		margin-bottom: calc(var(--global_size_15) * -1);
	}
}

@media screen and (max-width: 800px)
{
	.section_form .title 
	{
		margin-bottom: calc(var(--global_size_20) * -1);
	}
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}