.container-big{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	text-align: left;
	overflow: auto;
	min-height: 75vh;
}

.part-left{
	width: 280px;
	float: left;
}

.part-right{
	width: 650px;
	margin-left: 212px;
	background-color:#DFE9FD;
	padding: 8px;
	overflow: auto;
	padding: 25px;
	min-height: 800px;
}

.part-small{
	width: 300px;
	text-align: center;
	float: left;
	text-indent: 0;
	padding: 0;
}

.btn-big{
	text-align: left;
	border: 0;
	background-color: #FFFFFF;
	color: #212AF8;
	cursor:pointer;
	font-size: 16px;
	padding: 12px 15px;
	margin: 0;
	outline: none;
	width: 280px;
	border-bottom: 1px solid #DFE9FD;
}

.btn-big:hover{
	border-left:3px solid #2E49B1;
	color: #9A9EFF;
}

.active{
	border-left:3px solid #2E49B1;
	background-color: #DFE9FD;
}

.part-small p{
	text-align: center;
}
