/**
 * section_cta
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

.section_cta .layout_mirror > *:last-child
{
	order: -1;
}

.section_cta.height_auto{ min-height: auto; }
.section_cta.height_25{ min-height: 25vh; }
.section_cta.height_30{ min-height: 30vh; }
.section_cta.height_35{ min-height: 35vh; }
.section_cta.height_40{ min-height: 40vh; }
.section_cta.height_45{ min-height: 45vh; }
.section_cta.height_50{ min-height: 50vh; }
.section_cta.height_55{ min-height: 55vh; }
.section_cta.height_60{ min-height: 60vh; }
.section_cta.height_65{ min-height: 65vh; }
.section_cta.height_70{ min-height: 70vh; }
.section_cta.height_75{ min-height: 75vh; }
.section_cta.height_100{ min-height: 100vh; }

.section_cta .link .global_link
{
	color: var(--root_color_white);
}

/**********************************************************************************/

@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_cta .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)
{
	.section_cta .heading
	{
		--global_font_size_h1: var(--global_font_size_h2);
	}
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}