#template_home .lead
{
	position: relative;
	z-index: 1;
}

#template_home .lead + section
{
	position: relative;
	z-index: 2;
}


#template_home .lead .heading
{
	font-family: 'Saira';
	font-weight: 400;
}

/**********************************************************************************/

#template_home :not(.points) .heading,
#template_home :not(.points) .content
{
	transition-delay: 0.3s;
}

#template_home :not(.points) .link
{
	transition-delay: 0.6s;
}

/**********************************************************************************/

#template_home .clients .swiper-wrapper,
#template_home .clients_press .swiper-wrapper
{
	transition-timing-function: linear;
	align-items: center;
}

/**********************************************************************************/

#template_home .background_image
{
	min-height: 33vw;
	padding-top: var(--global_size_50);
	padding-bottom: var(--global_size_50);
}

/**********************************************************************************/

#template_home .points .image
{
	width: 100%;
	max-width: 200px;
/*	aspect-ratio: 1/1.11; */
}

/**********************************************************************************/

@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)
{
	#template_home .background_image
	{
		min-height: 44vw;
		background-position-x: 50%;
	}

	#template_home .lead .link 
	{
		margin-top: var(--global_size_50);
	}

	#template_home .points .image
	{
		max-width: 160px;
	}

	#template_home .clients .clients_swiper  
	{
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}