@charset "utf-8";

/* --------------- Style to null --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd, 
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, 
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}
a {    
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {                        
    border-collapse: collapse; 
    border-spacing: 0;
}
td, td img {
    vertical-align: top;            
} 
input, select, button, textarea {
    margin: 0;                 
    font-size: 100%;             
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    padding: 0;     
    font: 12px Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {         
    vertical-align: bottom;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
ul,
ol {
     list-style:none;
}
html {
    overflow-y: scroll;
    overflow-x: auto;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1;
    color: #000;
    text-align: left;
    z-index: 1;
    position: relative;
}
input [type='text']{
    padding: 0;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
input,
textarea {
    outline: none;    
}
textarea {
    resize:none; 
    overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    text-decoration: none;
}
input[type="search"]:focus { 
    outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner { 
    padding:0; 
    border:0; 
}
:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
.placeholder {
    color: #000;
}
/* --------------- /Style to null --------------- */

/* --------------- fonts --------------- */
@font-face {
	font-family: "myriadpro-semiboldcond";
	src: url("../fonts/myriadpro-semiboldcond.woff") format("woff");
}
@font-face {
	font-family: "myriadpro-blackcond";
	src: url("../fonts/myriadpro-blackcond.woff") format("woff");
}
@font-face {
	font-family: "myriadpro-light";
	src: url("../fonts/myriadpro-light.woff") format("woff");
}
/* --------------- /fonts --------------- */

/* --------------- site --------------- */
.site {
	padding: 60px 10px 0;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}
/* --------------- site --------------- */

/* --------------- wrap --------------- */
.wrap {
    width: 1000px;
    margin: 0 auto;
}
.main_title1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	height: 301px;
	display: table;
	width: 100%;
	max-width: 1287px;
	margin: 0 auto 40px;
}
.main_title1 span {
	line-height: 56px;
	font-weight: 700;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 140px;
	display: table-cell;
	white-space: pre-line;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: url("../img/main_title.png") no-repeat;
}
.main_title2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e6e6e6;
}
.main_title2 {
	position: relative;
	text-align: center;
	max-width: 1287px;
	margin: 0 auto 40px;
}
.main_title2 > span:before, .main_title2 > span:after {
	position: absolute;
	content: '';
	top: 0;
	width: 15px;
	height: 100%;
}
.main_title2 > span:before {
	left: -15px;
	background: url("../img/t_l.png") 0 0 no-repeat, url("../img/b_l.png") 0 100% no-repeat;
}
.main_title2 > span:after {
	right: -15px;
	background: url("../img/t_r.png") 0 0 no-repeat, url("../img/b_r.png") 0 100% no-repeat;
}
.main_title2 > span {
	position: relative;
	line-height: 46px;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	max-width: 560px;
	background: #fff;
	font-size: 34px;
	color: #828282;
	padding: 28px 20px 36px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main_title2 span span {
	display: block;
	color: #0b7f83;
}
/* --------------- /wrap --------------- */

/* --------------- header_title --------------- */
.header_title:after {
	content: '';
	position: absolute;
	width: 50%;
	left: 50%;
	bottom: 0;
	margin-left: -19%;
	height: 2px;
	background: #e6e6e6;
}
.header_title {
	position: relative;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.header_title h1 {
	font-size: 74px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	max-width: 1230px;
	line-height: 102px;
}
.header_title h1 span {
	color: #a08054;
	display: block;
}
.header_title .title {
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 94px 0 0 72px;
	width: 391px;
	height: 249px;
	font-size: 42px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: url("../img/title_bg.png") no-repeat;
}
.header_title .title span {
	display: block;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
}
.main_logo:hover {
	opacity: 0.9;
}
.main_logo {
	width: 60px;
	display: block;
	margin: 0 auto 60px;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.main_logo {
	display: block;
}
.you_know {
	max-width: 800px;
	overflow: hidden;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 40px;
}
.you_know .title:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -19px;
	background: url("../img/you_know_after.png") no-repeat;
	width: 36px;
	height: 36px;
}
.you_know .title {
	margin: 20px 0 0 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 30px;
	/*width: 360px;*/
	border-radius: 10px;
	border: 1px solid #cbb291;
	font-family: 'Noto Serif', serif;
	color: #333333;
	font-size: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 32px;
}
.you_know .title span, .you_know .title b {
	padding: 0 4px;
	display: inline-block;
	vertical-align: top;
	background: #edeef2;
}
.you_know_list {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.you_know_list h2 {
	font-weight: 700;
	font-size: 74px;
	margin-bottom: 5px;
	color: #a08054;
	text-transform: uppercase;
}
.you_know_list ol {
	font-family: 'Noto Serif', serif;
}
.you_know_list li {
	color: #fff;
	font-size: 22px;
	margin-bottom: 12px;
}
.you_know_list li span {
	background: #0b7f83;
	display: inline-block;
	vertical-align: top;
	padding: 11px 15px;
}
/* --------------- /header_title --------------- */

/* --------------- headerPanel --------------- */
#headerPanel {
	width:100%;
	padding: 0 20px 0 120px;
	height:40px;
	position:fixed;
	left:0;
	top:0;
	background-color:#252525;
	background-image:linear-gradient(#2E2E2E,#1C1C1C);
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #bfbfbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 51;
}
#headerPanel .action_logo {
	position: absolute;
	top: 12px;
	left: 20px;
}
#headerPanel > a:hover {
	color: #fff;
}
#headerPanel > a {
	text-decoration: none;
	border-bottom: 1px solid rgba(238,238,238,0.4);
	display: inline-block;
	vertical-align: top;
	margin: 12px 18px 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #bfbfbf;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#headerPanel > span {
	font-size: 13px;
	color: #bfbfbf;
	display: inline-block;
	vertical-align: top;
	margin: 12px 18px 0 0;
	font-family: Arial, sans-serif;
}
#panelcontainer {
	position: absolute;
	top: 7px;
	right: 20px;
}
/* --------------- /headerPanel --------------- */

/* --------------- method_item --------------- */
.method_item {
	max-width: 800px;
	margin: 0 auto 55px;
	font-family: 'Open Sans', sans-serif;
}
.method_title {
	padding: 4px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 24px;
	font-family: "myriadpro-semiboldcond", sans-serif;
	letter-spacing: 11px;
}
.method_title.black_bg > span {
	background: #27282b;
}
.method_title > span {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
	background: #83c6d0;
	padding: 0 20px;
}
.method_title.black_bg span span {
	color: #0b7f83;
}
.method_title span span {
	color: #000;
}
.method_item h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.method_item p {
	font-family: 'Noto Serif', serif;
	font-size: 19px;
	margin-bottom: 20px;
	color: #333333;
	line-height: 32px;
}
.method_item p img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.method_item p:first-child {
	margin-bottom: 20px;
}
.method_item .wrap_text:before, .method_item .wrap_text:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: url("../img/text_line.png") center top no-repeat;
	height: 15px;
}
.method_item .wrap_text:before {
	top: 0;
}
.method_item .wrap_text:after {
	bottom: 0;
}
.method_item .wrap_text {
	position: relative;
	padding: 52px 0;
	font-family: 'Noto Serif', serif;
	font-size: 19px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 56px;
}
.method_item ol {
	counter-reset: heading;
	font-family: 'Noto Serif', serif;
	font-size: 19px;
	color: #333333;
	line-height: 22px;
}
.method_item li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 38px;
	height: 1px;
	background: #333333;
}
.method_item li:before {
	position: absolute;
	top: -6px;
	left: 0;
	counter-increment: heading;
	content: counter(heading);
	display: inline-block;
	vertical-align: top;
	font-family: "myriadpro-light", sans-serif;
	color: #83c6d0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #83c6d0;
	border-radius: 50%;
	font-size: 24px;
}
.method_item li {
	position: relative;
	padding: 0 0 40px 50px;
	line-height: 23px;
	margin-bottom: 28px;
}
.method_item .text_list {
	background: #edeef2;
	padding: 20px 16px 11px;
	margin-bottom: 32px;
}
.method_item .text_list li:after {
	display: none;
}
.method_item .text_list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	border: none;
}
.method_item .text_list li {
	padding: 0 0 0 15px;
	position: relative;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #333333;
}
/* --------------- /method_item --------------- */

/* --------------- article_item --------------- */
.article_item {
	position: relative;
	background: #edeef2;
	overflow: hidden;
	max-width: 800px;
	height: 339px;
	margin: 0 auto 40px;
}
.article_item .article_text {
	line-height: 48px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #33929c;
	height: 100%;
	display: table;
}
.article_item .article_text span {
	white-space: pre-line;
	height: 100%;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.article_item img {
	float: right;
}
.article_item a:hover {
	color: #e6e6e6;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.article_item a {
	letter-spacing: 3px;
	position: absolute;
	bottom: 24px;
	right: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: "myriadpro-blackcond", sans-serif;
	background: url("../img/read_more.png") no-repeat;
	width: 244px;
	height: 71px;
	padding: 27px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/* --------------- /article_item --------------- */

/* --------------- block_info --------------- */
.block_info:before, .block_info:after {
	content: '';
	position: absolute;
	left: -24px;
	right: -24px;
	height: 17px;
}
.block_info:before {
	top: -24px;
	background: url("../img/top_left.png") 0 0 no-repeat, url("../img/top_right.png") 100% 0 no-repeat;
}
.block_info:after {
	background: url("../img/bottom_left.png") 0 0 no-repeat, url("../img/bottom_right.png") 100% 0 no-repeat;
	bottom: -24px;
}
.block_info {
	position: relative;
	background: url("../img/info_bg.png") no-repeat;
	background-size: 100% 100%;
	padding: 62px 104px 40px;
	border: 24px solid #edeef2;
	box-shadow: 0 0 5px #bfbfbf;
	max-width: 1052px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.block_info .title:before, .block_info .title:after {
	content: '';
	position: absolute;
	width: 67px;
	height: 66px;
}
.block_info .title:before {
	background: url("../img/titl_bef.png") no-repeat;
	margin-left: -100px;
}
.block_info .title:after {
	margin-left: 50px;
	background: url("../img/titl_aft.png") no-repeat;
}
.block_info .title {
	position: relative;
	padding: 0 72px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 54px;
	margin: 0 0 30px;
	line-height: 64px;
	color: #fff;
	font-weight: 700;
}
.block_info .wrap_text:before, .block_info .wrap_text:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -115px;
	background: url("../img/text_be.png") no-repeat;
	width: 230px;
	height: 14px;
}
.block_info .wrap_text:before {
	top: 0;
}
.block_info .wrap_text:after {
	bottom: 0;
}
.block_info .wrap_text.align_center {
	text-align: center;
}
.block_info .wrap_text.align_center span {
	margin-bottom: 20px;
	display: block;
}
.block_info .wrap_text {
	font-family: 'Noto Serif', sans-serif;
	font-size: 19px;
	color: #c4c4c6;
	line-height: 32px;
	padding: 40px 40px;
	position: relative;
}
.block_info .wrap_text ol {
	counter-reset: heading;
}
.block_info .wrap_text ol li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: heading;
	content: counter(heading);
	display: inline-block;
	vertical-align: top;
	font-family: "myriadpro-light", sans-serif;
	color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #f8f8f8;
	border-radius: 50%;
	font-size: 24px;
}
.block_info .wrap_text ol li > span {
	display: block;
	margin-bottom: 10px;
}
.block_info .wrap_text ol li {
	padding-left: 54px;
	position: relative;
	margin-bottom: 18px;
	line-height: 26px;
}
.block_info .wrap_text ol li b {
	color: #fff;
}
.block_info .wrap_text p {
	color: #ba986c;
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 23px;
}
.block_info p.author {
	text-align: center;
	padding: 25px 0 0;
	font-size: 24px;
	color: #a08054;
	line-height: 30px;
}
.block_info p.text_material {
	color: #fff;
	font-size: 22px;
}
/* --------------- /block_info --------------- */

/* --------------- site_block --------------- */
.site_block {
	text-align: center;
	position: relative;
	max-width: 800px;
	margin: 0 auto 20px;
}
.site_block .logo {
	position: absolute;
	top: 34px;
	left: 40px;
}
.site_block a:hover {
	color: #e6e6e6;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site_block a {
	letter-spacing: 3px;
	position: absolute;
	top: 26px;
	right: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: "myriadpro-blackcond", sans-serif;
	background: url("../img/read_more.png") no-repeat;
	width: 244px;
	height: 71px;
	padding: 27px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.site_block > img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
.site_block p {
	padding: 48px 40px 68px;
	font-weight: 300;
	font-size: 36px;
	color: #33929c;
	line-height: 48px;
}
/* --------------- /site_block --------------- */

@media screen and (max-width: 1366px) {
	.header_title h1 {
		font-size: 46px;
		line-height: 60px;
		max-width: 657px;
	}
	.header_title .title {
		width: 270px;
		background-size: 100% auto;
		font-size: 28px;
		height: 180px;
		padding: 67px 0 0 52px;
	}
	.header_title {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.you_know .title {
		font-size: 14px;
		margin-top: 0;
		padding: 20px;
		line-height: 22px;
	}
	.you_know .title:after {
		left: -15px;
		width: 25px;
		height: 25px;
		margin-top: -12px;
		background-size: 100% 100%;
	}
	.you_know_list h2 {
		font-size: 50px;
	}
	.you_know_list li {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.you_know_list li span {
		padding: 3px 12px;
	}
	.main_title1 {
		font-size: 32px;
		height: 180px;
		max-width: 920px;
	}
	.main_title1 span {
		line-height: 44px;
	}
	.main_title2 > span {
		line-height: 30px;
		font-size: 26px;
	}
	.method_title > span {
		font-size: 22px;
		height: 32px;
		line-height: 32px;
	}
	.method_title {
		margin-bottom: 10px;
		letter-spacing: 7px;
	}
	.method_item h2 {
		line-height: 32px;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.method_item p {
		font-size: 16px;
		line-height: 22px;
	}
	.block_info {
		max-width: 800px;
		padding: 40px 63px;
	}
	.block_info .title {
		line-height: 40px;
		font-size: 30px;
		padding: 0 50px;
	}
	.block_info .title:before, .block_info .title:after {
		width: 40px;
		height: 40px;
		background-size: 100% 100%;
		position: absolute;
		margin: 0;
	}
	.block_info .title:before {
		top: 0;
		left: -5px;
	}
	.block_info .title:after {
		position: absolute;
		bottom: 0;
		right: -5px;
	}
	.block_info .wrap_text {
		font-size: 16px;
	}
	.block_info .wrap_text ol li {
		padding-left: 44px;
		line-height: 22px;
	}
	.block_info .wrap_text ol li:before {
		font-size: 18px;
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.method_item .wrap_text {
		padding: 32px 0;
	}
	.method_item ol {
		font-size: 16px;
	}
	.method_item li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.block_info .wrap_text {
		line-height: 24px;
	}
	.block_info .wrap_text p {
		font-size: 16px;
	}
	.site_block p {
		padding: 20px;
		font-size: 28px;
		line-height: 40px;
	}
	.article_item .article_text {
		font-size: 32px;
		line-height: 40px;
	}
	.header_title:after {
		width: 60%;
		left: 23%;
		margin: 0;
	}
}
@media screen and (max-width: 1000px) {
	.header_title h1 {
		width: 290px;
		line-height: 54px;
		font-size: 36px;
		margin: 0 40px 20px;
		padding-top: 20px;
	}
	.header_title .title {
		height: 162px;
		font-size: 24px;
		width: 255px;
	}
	.you_know .title {
		margin: 0 auto 40px;
		display: block;
	}
	.article_item img {
		display: block;
		margin: 0 auto;
		float: none;
	}
	.article_item {
		height: auto;
	}
	.article_item .article_text {
		padding: 20px 0;
	}
	.article_item .article_text span {
		white-space: normal;
	}
	.article_item a {
		position: relative;
		display: block;
		margin: 0 auto 20px;
		bottom: inherit;
		right: inherit;
	}
	.block_info .title {
		font-size: 36px;
		line-height: 42px;
		padding: 0 50px;
	}
	.block_info .wrap_text {
		padding: 40px 0;
	}
	.block_info .title:before {
		margin-left: -50px;
	}
	.block_info .title:after {
		margin-left: 15px;
	}
}
@media screen and (max-width: 720px) {
	.header_title h1 {
		font-size: 32px;
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
		line-height: 44px;
	}
	.you_know .title {
		width: 85%;
		padding: 10px 28px;
	}
	.you_know_list h2 {
		font-size: 40px;
	}
	.main_title1 {
		width: 100%;
		background-size: 100% auto;
		font-size: 26px;
	}
	.main_title1 span {
		padding: 0 20px;
		line-height: 40px;
	}
	.main_title2 > span {
		width: 260px;
		font-size: 20px;
		line-height: 24px;
	}
	.method_item h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.article_item img {
		width: 100%;
		height: auto;
	}
	.article_item .article_text span {
		padding: 0 20px;
	}
	.article_item .article_text {
		font-size: 28px;
		line-height: 30px;
	}
	.block_info {
		border: 10px solid #edeef2;
		padding: 20px;
	}
	.block_info .title {
		font-size: 16px;
		line-height: 22px;
		padding: 0 20px;
	}
	.block_info .wrap_text {
		line-height: 22px;
	}
	.block_info .wrap_text ol li {
		text-align: left;
		line-height: 20px;
	}
	.block_info .wrap_text p, .method_item p, .method_item li {
		line-height: 20px;
		font-size: 17px;
	}
	.site_block {
		padding-top: 20px;
	}
	.site_block .logo {
		width: 100%;
		text-align: center;
		position: relative;
		top: inherit;
		left: inherit;
		display: block;
		margin-bottom: 20px;
	}
	.site_block a {
		position: relative;
		top: inherit;
		right: inherit;
		width: 90%;
		display: block;
		margin: 0 auto 20px;
		background-size: 100% 100%;
	}
	.block_info:before {
		top: -10px;
	}
	.block_info:after {
		bottom: -10px;
	}
	.block_info:before, .block_info:after {
		left: -10px;
		right: -10px;
	}
	.header_title:after {
		width: 100%;
		left: 0;
		margin: 0;
	}
	#fp-nav ul li a span:before {
		display: none;
	}
	#fp-nav ul li a span,
	.fp-slidesNav ul li a span {
		border-radius: 50%;
		position: absolute;
		z-index: 1;
		height: 4px;
		width: 4px;
		border: 0;
		background: #16abaa;
		left: 50%;
		top: 50%;
		margin: -2px 0 0 -2px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	#fp-nav ul li:hover a span,
	.fp-slidesNav ul li:hover a span {
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
	}
	#fp-nav ul li a.active span,
	.fp-slidesNav ul li a.active span,
	#fp-nav ul li:hover a.active span,
	.fp-slidesNav ul li:hover a.active span {
		height: 12px;
		width: 12px;
		margin: -6px 0 0 -6px;
		border-radius: 100%;
	}
	#fp-nav ul li, .fp-slidesNav ul li {
		width: 10px;
		height: 10px;
	}
	.method_title {
		letter-spacing: 6px;
	}
	.fp-scrollable {
		padding-right: 26px;
	}
	.block_info .title:before, .block_info .title:after {
		width: 25px;
		height: 25px;
		margin: 0;
	}
}

p.upload {
	border: 4px solid #0b7f83;
	padding: 20px 20px 10px;
	margin: 0 0 20px;
}
p.upload span {
	display: block;
	color: #0b7f83;
	border-bottom: 1px solid #0b7f83;
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
p.upload a:hover {
	text-decoration: none;
}
p.upload a.pdf:before {
	background: url("../img/pdf.png") no-repeat 0 0;
	background-size: 100% auto;
}

p.upload a.jpg:before {
	background: url("../img/jpg.png") no-repeat 0 0;
	background-size: 100% auto;
}

p.upload a.xls:before {
	background: url("../img/xls.png") no-repeat 0 0;
	background-size: 100% auto;
}
p.upload a:before {
	content: '';
	background: url("../img/word.png") no-repeat 0 0;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
p.upload a {
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #274e97;
	margin: 0 10px 10px 0;
}
