@media screen and (max-width: 450px)
{
	.whiteProductBlock
	{
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.mainProductCardsBlock .productContainer
	{
		display: none;
	}

	.mainProductCardsBlock .productContainer:nth-child(1),
	.mainProductCardsBlock .productContainer:nth-child(2)
	{
		display: block;
	}

	.mainProductMore
	{
		color: #00A3E2;
		text-decoration: none;
		border: 1px solid #D7D7D7;
		display: block;
		line-height: 20px;
		padding: 15px;
		text-align: center;
	}

	.mainProductMore:hover,
	.mainProductMore:active,
	.mainProductMore:focus
	{
		background-color: #00A3E2;
		border-color: #00A3E2;
		color: #FFFFFF;
	}

	.mainProductHeaderMore
	{
		display: none;
	}

	.productContainer
	{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.productContainer
	{
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}

	.product
	{
		height: 100%;
	}

	.product .tabloid
	{
		height: 100%;
		padding: 10px;
	}


	.product .markerContainer
	{
		display: none;
	}

	.changeAvailable
	{
		top: 11px;
		right: 10px;
	}

	.changeAvailable span
	{
		padding: 2px 5px;
	}

	.product .picture
	{
		height: 110px;
	}

	.product .name
	{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 10px;
	}

	.product:hover .optional,
	.product .optional
	{
		display: none;
	}

	.product .buyButtonBlock
	{
		display: block;
	}

	.product .price
	{
		font-size: 14px;
		line-height: 20px;
		display: block;
		/*height: 35px;*/
	}

	.product .price .discount
	{
		display: block;
		padding-left: 0;
		font-size: 10px;
		line-height: 14px;
	}

	#catalog .productContainer
	{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product .buyButton
	{
		margin-top: 5px;
	}

	.creditPrice
	{
		font-size: 11px;
		margin-top: 3px;
		margin-bottom: 10px;
	}

	.creditPrice span
	{
		display: none;
	}
}