#right {
	display:inline-block;
	vertical-align:top;
	width:300px;
	}
@media screen and (max-width:640px) {
	#right {display:none;}
	#center {width:100%;}
}
@media screen and (min-width:641px) and (max-width:900px) {
	#right {display:none;}
	#center {width:100%;}
	}
@media screen and (min-width:901px) and (max-width:1099px) {
	#center {width:calc(100% - 330px);}
	#left {display:none;}
	#social-in-footer {display:none;}
}
@media screen and (min-width:1100px) {
	#menu-line {display:none;}
	#center {width:calc(100% - 530px);}
	#social-in-footer {display:none;}
	}

.block_right
{
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding:5px;
	margin-top:5px;
}

