@media screen and (max-width: 1500px){
	body.inner {
		padding-top: 180px;
	}	
	
	.topcontent {
		top: 125px;
		padding: 6px 0;
		height: 55px;
	}
	
	body > .leftcontent {
		top: 0;
		width: 100%;
		height: auto;
		z-index: 10;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	
	body > .leftcontent .container {
		width: 1170px;
		padding: 0 15px;
	}

	
	.leftcontent .logo {
		float: left;
	}
	
	.leftcontent .logo img {
		width: 95px;
	}
	
	.leftcontent ul.mainmenu {
		float: right;
		margin: 18px 0px;
		width: calc(100% - 130px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	/*	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

.leftcontent ul.mainmenu li {
	margin: 0px 0;
	float: left;
	padding: 0px 10px;
	border-radius: 5px;
	width: 100%;
}

.leftcontent ul.mainmenu li a {
	font-size: 14px;
}

.leftcontent ul.mainmenu li a br {
	display: none;
}

.leftcontent {
	width: 0;
}

.topcontent .rightcontent,
.rightcontent{
	width: 100%;
}
}

@media screen and (max-width: 1200px){
	body > .leftcontent .container {
		width: 970px;
	}
	
	.topcontent ul.topmenu li a,
	.topcontent .head_profile .linktohead p{
		font-size: 16px;
	}
	
	.leftcontent ul.mainmenu {
		margin: 20px 0;
	}

	


}
/*farit css*/
@media screen and (max-width: 992px) {

	/*test*/
	.block-menu_items {
		display: block;
		margin-right: 60px;
	}
	.leftcontent ul.mainmenu li.active a{
		background-color: #3a94d3;
		color: #fff;
	}
	/* // test*/

	.profile_stats p {
		text-align: center;
		font-size: 18px;
		margin: 0;
	}
	.white_bg {
		width: 100%;
	}
	h1.heading {
		text-align: center;

	}

	body > .leftcontent .container {
		width: 750px;
	}
	
	h1.heading:after, p.heading:after {
		width: 70px;
		height: 2px;
		background: #3a94d3;
		content: '';
		position: absolute;
		bottom: -20px;
		left: 318px;
	}
	.pad {	
		padding: 0 20px;
		max-width: 330px;
		margin: 0 auto;
	}
	.pad p {
		display: inline-block;
	}
	.user_photo {
		width: 60%;
	}
	.mainmenu {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 162px;
	}
	.topcontent ul.topmenu li a {
		padding: 17px 2px;
		width: 100%;
		border: none;
	}

	.topcontent .head_profile {
		float: none; 
		margin-top: 5px;
	}
	.topmenu { text-align: center; }
	.topcontent ul.topmenu li a:hover {
		border:none;
		text-decoration: none;
	}
	.mainmenu  {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: absolute;
		top: 0;
		left: 60px;
	}
	body > .leftcontent {
		overflow-y:  visible;
	}
	.leftcontent ul.mainmenu  {
		width: 100%;
		padding: 0 30px;
		box-shadow: 0 0 10px #0000003d;
		left: 0;
		top: 103px;
		height: 150px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #fff;
		height: auto;
		display: none;
	}
	.leftcontent ul.mainmenu li a {
		color: rgb(58, 148, 211);
		width: 100%;
		display: inline-block;
		text-align: center;
		padding: 0;
	}
	.block-menu_items {
		display: block;
		margin-right: 60px;
	}
	.leftcontent ul.mainmenu li.active a{
		background-color: #3a94d3;
		color: #fff;
	}
}

/****************(max-width: 770px****************/

@media screen and (max-width: 767px) {
	
	body > .leftcontent .container {
		width: 100%;
	}

	.topcontent ul.topmenu li a {
		font-size: 15px;
		color: white;
		font-weight: 400;
		line-height: 0;
		display: inline-block;
		margin-right: 0px;
	}
	.topcontent ul.topmenu li a {
		padding: 26px 5px;
		width: 100%;
		border: none;
	}
	h1.heading:after, p.heading:after {
		display: none;
	}
	.head_profile {
		display: inline-block;
		width: 100%;
	}
	.topcontent {
		height: auto;
	}
	h1.heading, p.heading {
		margin-top: 80px;
	}

	.topcontent .head_profile a.logout {
		margin-right: 25px;
	}

}

@media screen and (max-width: 590px) {
	
	.leftcontent ul.mainmenu li a {
		line-height: 25px;
	}
	.block-menu_items {
		display: block;
		margin:0;
	}
}