.i_wrapper,
.i_header,
.i_footer
{
	max-width: 1920px;
}
.i_index_left
{
	left: auto;
}

@media screen and (min-width: 1800px)
{
	.i_catalog_product .i_index_left
	{
		margin-left: -340px;
	}
}
@media screen and (min-width: 1570px) and (max-width: 1799px)
{
	.i_catalog_product .i_index_left
	{
		margin-left: -310px;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1569px)
{
	.i_catalog_product .i_index_left
	{
		margin-left: -300px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1299px)
{
	.i_catalog_product .i_index_left
	{
		margin-left: -265px;
	}
}

@media screen and (min-width: 1000px)
{
	nav.i_v_menu_bl:before
	{
		position: absolute;
		top: 0;
		right: 100%;

		width: 320px;
		height: 100%;

		content: '';

		background-color: white;
	}
}
