@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #e9ebef;
	font-size: 14px;
	position: relative;
}

html body {
	background: #e9ebef;
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background: #e9ebef;
	background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

p {
	padding: 0px;
	margin: 0px;
}

ul,
li,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear {
	clear: both;
}


/*--------------------------*/

.main-page-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

.top_header {
	width: 100%;
	padding: 16px 10px;
	background: #ffffff;
	box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, 0.04);
}

.logo_left {
	max-width: 100%;
	display: inline-block;
}

.logo_left img {
	width: 80%;
	max-width: 315px;
}

.middle_cont {
	margin: auto;
	padding: 80px 15px;
	width: 100%;
	overflow: hidden;
  max-width: 1170px;
}

.inst_sec {
	width: 100%;
	background: #ffffff;
	float: left;
	border-radius: 3px;
	border: 1px solid #dcdfe2;
}

h1.text_inst {
	font-size: 16px;
	color: #4c4f56;
	padding: 22px 22px;
	font-weight: 500;
	background: #f5f6f7;
}

span.round_box {
	padding: 6px;
	background-color: #4ab756;
	margin: 6px 6px;
	float: left;
	display: inline-block;
	border-radius: 100%;
}

.point_count {
	background: #ffffff;
	min-height: 237px;
	padding: 0 25px;
	border-top: 1px solid #dcdfe2;
	border-radius: 3px 0 3px 0px;
}

.point_count ul {
	list-style: none;
	padding-top: 8px;
}

.point_count ul li {
	padding-top: 18px;
	padding-bottom:18px;
	color: #494949;
	font-size: 16px;
}

.inst_sec_right {
	width: 100%;
	float: right;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #dcdfe2;
}

.jane_text {
	padding: 14px 10px;
	border-bottom: 1px solid #dcdfe2;
}

.jane_text h1 {
	font-size: 24px;
	color: #111111;
	font-weight: normal;
	display: inline-grid;
}

.jane_text h1 span {
	font-size: 14px;
	color: #404040;
	/*display: inherit;*/
}

.inst_sec_right ul {
	list-style: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdfe2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}

.inst_sec_right ul li {
	padding-top: 16px;
	color: #494949;
	font-size: 16px;
}

.inst_sec_right ul li span {
	width: 125px;
	display: inline-block;
	font-weight: 500;
}

p.bott_text {
	color: #dd9636;
	padding: 20px 20px;
	font-size: 16px;
}

.left__part {
	width: 66%;
	float: left;
}

.input_box {
	width: 100%;
	color: #767676;
	font-size: 16px;
	outline: none;
	resize: none;
	border-bottom: 1px solid #dcdfe2;
	border-right: none;
	border-left: none;
	border-top: 2px solid #dcdfe2;
	min-height: 100px;
	padding: 20px;
}

.bottom_cout p {
	color: #ffffff;
	font-size: 24px;
}

.bottom_cout {
	background: #dd9637;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 30px;
	margin-top: 20px;
	border-radius: 3px;
}

.box__right {
	width: 33%;
	float: right;
}

.input_3.full {
	width: 100%;
}

.inst_sec.mt_20 {
	margin-top: 20px;
}

.zoom__btn {
	background: #ffffff url(../images/zoom.jpg) no-repeat 20px center;
	background-size: 55px;
	display: block;
	text-align: left;
	margin: 10px 0;
	clear: both;
	width: 100%;
	float: left;
	border-radius: 4px;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid #407df5;
	color: #407df5;
	padding: 20px 20px 20px 90px;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}

.zoom__btn.gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
}

.white_box span {
	color: #2b7ffc;
	font-size: 18px;
	text-align: center;
	display: inline-block;
}

img.cemra_zoom {
	width: 70px;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	top: -5px;
	float: left;
}

.inst_sec.hist_sec ul {
	padding-bottom: 20px;
}

.center_sec {
	width: 100%;
}

.message_arrow_link {
	display: inline-block;
	width: 20px;
	fill: #4c4f56;
	padding: 0;
	vertical-align: -webkit-baseline-middle;
	display: grid;
	margin-top: -2px;
}

.message_arrow_link {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.clock_link a {
	display: inline-block;
	width: 20px;
	fill: #dd9637;
	margin: 0;
	padding: 0;
	vertical-align: -webkit-baseline-middle;
}

span.clock_link {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.point_count_histori {
	background: #ffffff;
	border-top: 1px solid #dcdfe2;
	padding: 20px 20px;
}

.point_count_histori h1 {
	color: #494949;
	font-size: 16px;
}

.ev_message {
	width: 100%;
	display: inline-block;
}

.ev_message a {
	float: right;
	background: #dd9636;
	padding: 12px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 16px;
	margin: 8px 15px;
}

.ev_message a:hover {
	text-decoration: none;
	background: #4c4f56;
}


@media screen and (max-width: 600px) {

.left__part {
  width: 100%;
}

.box__right {
  width: 100%;
}

.middle_cont {
	    padding: 20px 15px;
}

.bottom_cout {
	margin-bottom: 15px;
}

.inst_sec.mt_20 {
	margin-bottom: 20px;
}


}

@media screen and (max-width: 800px) {
.inst_sec_right ul li span {
	display: block;
	width: 100%;
}


}
