body{
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	background-color: #e0e0e0;
	line-height: 1;

}
h1{
	font-weight: 700;
}
*{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
a{
	color: #1574af;
}
.wrap{
	display: flex;
	/*width: 100%;*/
	width: 490px;
	
	
	background-color: #fff;
	padding: 15px 57px 53px 15px;
	border-radius: 3px;

}

.cat{
	width: 132px;
	height: 210px;
	margin-right: 20px;

}
.cat a{
	text-decoration: none;
}

.btnn{
	width: 132px;
	height: 30px;
	/*background-color: #e67900;*/
	

	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.43);
	background-image: url(img/Button.jpg);
	background-size: cover;
}


.content{
	/*background-color: lightgreen;*/
	padding-top: 4px;
	/*width: 53.8%;*/
	height: 210px;
}
.name_content{
	margin-bottom: 8px;
	font-size: 23px;
}
.city_content{
	font-size: 11px;
	color: #757575;
	margin-bottom: 24px;
}
.info_content{
	display: flex;
	/*background-color: red;*/
	width: 264px;
	height: 62px;
	margin-bottom: 31px;
}
.asc{
	width:130px; 
	height:60px;
	margin-right: 28px;
	font-weight: 700;
	line-height: 1.9;
}
.answer{
	width: 106px;
	height: 60px;
	line-height: 1.9;
}
.intresting{
	font-weight: 700;
}
.group_btn{
	margin-top: 3px;
	display: flex;
	/*width: 209px;
	height: 23px;*/
	/*background-color: yellow;*/
}
.group_btn_item{
	border-radius: 2px;
	padding: 5px 8px;
	margin-right: 3px;
	/*width: 59px;
	height: 23px;*/
	border:1px solid #d5d5d5;
}
.group_btn a {
	text-decoration: none;
}
.group_btn_item:hover{
	background-color: #f3f3f3;
	color: #000;
}
.friends_wrap
{
	padding: 15px 0px 0px 15px;
	height: 279px;
	overflow-y: scroll;

}

.friends_block{
	width: 50%;
	text-align: left;

}

.friends_block_item{
	display: flex;
	margin-bottom: 30px;
}
.friends_info{
	padding-left: 16px; 
}

.friends_info>a{
	font-weight: 700;
}
.friends_city{
	margin-top: 5px;
	font-size: 11px;
	color: #757575;
}
.subcity{
	margin-top: 0px;
}

.online{
	margin-top: 16px;
	font-style: italic;
	font-size: 10px;
	color: #7cae79;
}

.margin_online{
	margin-top: 8px;
}

.sdvig{
	margin-left: 10px;
} 
.nav-item{
	font-size: 14px;
}
/*.nav-link{
	color: #fff;
	background-color: blue;
}*/
.nav-link{
	color: #fff;
	
	background-color: #1179b1;
}
.nav-link:hover{
	color: #fff;
}

.nav-tabs {
     border-bottom: 0px solid #dee2e6; 
}
.nav-tabs .nav-link {
    border: 0px solid transparent; 
    
}

::-webkit-scrollbar{
	width: 5px;

}
::-webkit-scrollbar-thumb{
	background: #0f7bb1;
	border-radius: 5px;

}
::-webkit-scrollbar-track-piece{
	background-color: #ededed;

}





@media screen and (max-device-width:468px){
	.nav-tabs{
		flex-direction: column;
		width: 100%;
	}
	.nav-item{
		font-size:70px;

	}
	.sdvig{
		margin-left: 0px;
		margin-top: 0px;
	}
	.wrap{
		padding: 0px;
		width: 100%;
		flex-direction: column;
	}
	.friends_wrap{
		height: 100vh;
	}
	.cat{
		display: block;
		width: 100%;
		height: 50%;
		
	}
	.name_content{
		font-size: 70px;
	}
	.friends_block_item{
		width: 100%;
		margin-bottom: 10px;
	}
	.cat img{
		width: 100%;
	}
	.friends_block img{
		width: 50%;
	}
	.btnn{
		width: 100%;
		
	}
	.city_content{
		font-size: 40px;
	}
	.friends_block{
		width: 100%;
	}
	.friends_info a{
		font-size: 45px;
	}
	.friends_city{
		font-size: 40px; 
	}
	.online{
		font-size: 40px;
	}
	::-webkit-scrollbar{
	display: none;

}
}
