﻿/* ======================== */
/* FORUM ADS				*/
/* ======================== */
@media screen and (min-width: 1700px)
{
	#content_topics,
	#content_categories
	{
		width: calc(100% - 640px);
	}

	.content_promo_side
	{
		box-sizing: border-box;
		float: left;

		width: 340px;
		padding: 63px 20px 20px 20px;
	}

		.content_promo_side.post
		{
			padding: 20px;
		}

		.content_promo_side.categories
		{
			padding-top: 74px;
		}

	.content_promo_top
	{
		height: 0;
	}
}

@media screen and (max-width: 1699px)
{
	#content_categories .section,
    #content_categories .section:first-child {
        margin-right:35px;
    }

	.content_promo_top
	{
		position: relative;
		box-sizing: border-box;

		top: 290px;
		width: 100%;
		height: 130px;
		padding: 20px;

		text-align: center;
		background: #ebeded;
		border-bottom: 2px solid #c4c4c4;
	}
}

.content_promo_inpost
{
	position: relative;
	box-sizing: border-box;

	width: 100%;
	height: 130px;
	padding: 20px;

	text-align: center;
}