/**
 * section_cta
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

.section_cta
{
/*	overflow: hidden; */
}

.section_cta .layout_mirror > *:last-child
{
	order: -1;
}

.section_cta .global_contener.layout_vertical
{
	grid-template-columns: 100%;
}

.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.background_blue.global_background.gb_before_bc::before
{
	--gb_before_bc: rgba(0, 0, 0, 0.8);
}

.section_cta.background_blue .contener
{
	max-width: 720px;
}

.section_cta.background_blue .contener *
{
	color: var(--root_color_white);
}

.section_cta.background_blue .link .global_link
{
	color: var(--root_color_white);
}

.section_cta.background_blue .link .global_link::after
{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 12.3008H19M19 12.3008L12 5.30078M19 12.3008L12 19.3008' stroke='%23FFFFFF' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.section_cta .is_video
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.section_cta .video
{
/*	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%; */
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 16 / 9;
}

.section_cta .video.is_mobile
{
	aspect-ratio: 9 / 16;
}

.section_cta.background_transparent.global_background.gb_before_bc::before
{
	--gb_before_bc: rgba(0, 0, 0, 0);
}

.section_cta.background_transparent .contener
{
	max-width: 720px;
}

.section_cta.background_transparent .contener *
{
	color: var(--root_color_white);
}

.section_cta.background_transparent .link .global_link
{
	color: var(--root_color_white);
}

.section_cta.background_transparent .link .global_link::after
{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 12.3008H19M19 12.3008L12 5.30078M19 12.3008L12 19.3008' stroke='%23FFFFFF' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

/**********************************************************************************/

@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); */
	}

	.section_cta.background_blue .contener
	{
		max-width: none;
	}

	.section_cta.is_video
	{
	/*	display: block; */
		padding-top: calc(var(--global_header_height) + var(--global_size_100));
	}

	.section_cta.is_video .global_button.gb_bc_white
	{
	/*	--global_button_color: var(--root_color_white);
		--global_button_background_color: var(--root_color_lead);
		--global_button_color_h: var(--root_color_white);
		--global_button_background_color_h: #000000; */
	}

	.section_cta.is_video.background_blue.global_background.gb_before_bc::before
	{
	/*	--gb_before_bc: rgba(255, 255, 255, 0) !important; */
	}

	.section_cta.is_video .contener > *
	{
	/*	color: var(--root_color_lead); */
	}

	.section_cta.is_video .contener 
	{
	/*	margin-top: var(--global_size_50); */
	}

	.section_cta.is_video .is_centered_tablet 
	{
		text-align: left;
	}

	.section_cta .is_video
	{
	/*	position: relative; */
	}

	.section_cta .is_video::before
	{
	/*	content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.25);
		z-index: 1; */
	}

	.section_cta .video
	{
	/*	min-width: 0;
		min-height: 0;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: none; */
		width: 100%;
	}
}

@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)
{
	.section_cta .is_video
	{
	/*	width: calc(100% + var(--global_padding) + var(--global_padding));
		margin-left: calc(var(--global_padding) * -1); */
	}
}

@media screen and (max-width: 360px)
{
}