ul{
	padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
li {
    line-height: 24px;
}
/*.p-container{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.p-showed{
    opacity: 1;
}
.p-container>div{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.p-flex{
	display: flex;
}
.p-col_1{max-width:60px}
.p-col_2{max-width:160px}
.p-col_3{max-width:260px}
.p-col_4{max-width:360px}
.p-col_5{max-width:460px}
.p-col_6{max-width:560px}
.p-col_7{max-width:660px}
.p-col_8{max-width:760px}
.p-col_9{max-width:860px}
.p-col_10{max-width:960px}
.p-col_11{max-width:1060px}
.p-col_12{max-width:1160px}
.p-prefix_1{padding-left:100px}
.p-prefix_2{padding-left:200px}
.p-prefix_3{padding-left:300px}
.p-prefix_4{padding-left:400px}
.p-prefix_5{padding-left:500px}
.p-prefix_6{padding-left:600px}
.p-prefix_7{padding-left:700px}
.p-prefix_8{padding-left:800px}
.p-prefix_9{padding-left:900px}
.p-prefix_10{padding-left:1000px}
.p-prefix_11{padding-left:1100px}
.p-prefix_12{padding-left:1200px}
.p-descr{
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	padding: 20px 0;
	position: relative;
}
.p-descr::before, .p-descr::after {
    content: ''; 
    position: absolute;
    left: 40px;
    bottom: -30px;
    border: 15px solid transparent;
    border-left: 15px solid #000;
    border-top: 15px solid #000;
}
.p-descr::after {
    border-left: 15px solid #fff;
    border-top: 15px solid #fff;
    bottom: -21px; 
    left: 44px;
}
.p-descr p{
	font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}
.p-author{
	position: relative;
}
.p-author-descr{
    height: 80px;
    width: 500px;
    margin-top: 50px;
}
.p-author img{
	position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 80px;
    height: 80px;
}
.p-author-descr img{
	float: left;
	margin-right: 20px;
}
.img-title{
	line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 15px;
}
.p-author-descr .img-title{
	padding-left: 100px;
}
.img-descr{
	font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 300;
}
.p-author-descr .img-descr{
    padding-left: 100px;
}
.p-text{
	font-size: 20px;
    line-height: 1.55;
    margin: 0;
}
.p-title{
	font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    padding-right: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
}
.p-cell{
	display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
.p-circle{
	color: #1f5bff;
    border: 2px solid #1f5bff;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
}
.p-name{
	font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    padding-left: 40px;
}
.p-clear{
	margin-bottom: 20px;
}
.p-rec-line{
	width: 100%;
    max-width: 960px;
	position: absolute;
	border-bottom: 1px solid #262dff;
	height: 26px;
}
.p-rec-circle{
	background-color: #262dff;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 22px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px;
    padding-top: 1px;
    z-index: 2;
    position: relative;
}
.p-width_100{
	width: 100%;
    padding-bottom: 60px;
    background-color: #f5f5f5;
    margin-top: 60px;
}
.p-diagram{
	position: relative;
}
.p-diagram-block{
	width: 100%;
	position: relative;
	padding-top: 2px;
	padding-bottom: 5px;
}
.p-diagram-block.left, .p-diagram-block.right{
	width: calc(50% - 40px);
	padding-top: 0;
	padding-bottom: 0;
}
.p-diagram-block.left{
	padding-right: 40px;
	text-align: right;
}
.p-diagram-block.right{
	padding-left: 40px;
	text-align: left;
	margin-left: 50%;
}
.p-diagram-block .p-name{
	margin-bottom: 6px;
    margin-top: 0;
    font-size: 22px;
    line-height: 1.35;
    padding-left: 0;
}
.p-diagram-block .p-text{
	margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
}
.p-diagram-circle{
	width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #0559f5;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    border: 2px solid #fff;
}
.p-diagram-line{
	position: absolute;
    width: 2px;
    top: 0;
    background: #e0e0e0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.p-diagram-block:first-child .p-diagram-line{
	top: 10px;
}
.p-diagram-block:last-child .p-diagram-line{
	height: 10px;
    bottom: auto;
}
.p-important{
	padding: 30px 20px 28px 55px;
    position: relative;
    text-align: left;
    background: #EBEBEB;
    line-height: 24px;

}
.p-important-icon{
	position: absolute;
    top: 31px;
    left: 20px;
}
.p-important-title{
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}
.p-accordion{
	border-top: 1px solid #eee;
}
.p-accordion:last-child{
	border-bottom: 1px solid #eee;
}
.p-accordion-title{
	position: relative;
    cursor: pointer;
    padding: 27px 50px 27px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-accordion-href{
	font-weight: 600;
	font-size: 24px;
    line-height: 1.35;
    color: #0c05ff;
}
.p-accordion-title img{
	position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 8px;
}
.p-accordion-content {
	display: none;
	line-height: 24px;
	padding-bottom: 40px;
}
.p-speech {
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
}
.p-author-speech{
	text-align: center;
}*/
