/**
 * Значки.
 */

.badges .qtip
{
	font: small 'PT Serif',Georgia,Times,serif;
	border-color: silver;
	color: black;
	background-color: #f7f7fd;
	border-radius: 0.2em;
}

.badges .badge {
    padding: 0;
    font-size: 1em;
}

.area > .area__content.i-content
{
	position: relative;
}

.area > .area__content.i-content .badges .content
{
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -125px;
	z-index: 1000;
}

.area > .area__content.i-content .badges .badge img
{
	width: 75px;
}

@media screen and (max-width: 1024px)
{
	.area > .area__content.i-content .badges .content
	{
		position: static;
		margin-top: -40px;
		justify-content: space-between;
	}

	.area > .area__content.i-content .badges .badge
	{
		display: inline-block;
		flex-grow: 1;
	}

	.area > .area__content.i-content .badges .badge:not(:last-child)
	{
		margin-right: 2%;
	}

	.area > .area__content.i-content .badges .badge img
	{
		width: 100%;
	}

	.area > .area__content.i-content > .area__breadcrumbs.breadcrumbs
	{
		margin-top: 0;
	}
}

@media screen and (max-width: 640px)
{
	.area > .area__content.i-content .badges .badge:not(:last-child)
	{
		margin-right: 0.25em;
	}
}