/**
 * global_title
 * @version	1.1
 * @release	03-06-2021
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */
 
 .global_title
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--global_font_size_h4);
	font-weight: 500;
	line-height: 1;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: var(--root_color_white);
	background-color: var(--root_color_lead);
}

.global_title > *
{
	margin-right: var(--global_size_20);
	margin-left: var(--global_size_10);
}

.global_title > *:first-child
{
	margin-left: 0;
}

.global_title > *:last-child
{
	margin-right: 0;
}

/**********************************************************************************/

@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)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}