.content-wrap_access h2 {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.content-wrap_access p {
    line-height: 18px;
}
.content-wrap_access ol {
    counter-reset: list 0;
    margin-bottom: 15px;
    list-style-type: decimal;
    margin-left: 21px;
    padding-right: 70px;
}
.content-wrap_access ol > li {
    padding: 0 0 18px 0;
    position: relative;
    line-height: 18px;
}
div.content-wrap_access p a,
div.content-wrap_access li a {
    border-bottom: 1px dashed #337fc0;
	text-decoration: none;
	color: #337fc0 !important;
}
.access__pic .logo{
    border-bottom: none !important;
    top: 3px;
    left: -23px;
}
div.content-wrap_access a {
    display: inline-block;
    line-height: 14px;
    color: #337fc0;
    text-decoration: none;
    border-bottom: 1px solid #337fc0;
    transition: border .3s ease;
    -webkit-transition: border .3s ease;
}
div.content-wrap_access a:hover{
    border-bottom-color: transparent;
}
.content-wrap_access{
    width: 100%;
}
.access{
    position: relative;
    text-align: justify;
    margin-bottom: 42px;
}
.access:after{
    display: inline-block;
    width: 100%;
    content: "";
}
.access__pic{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    padding-top: 107px;
    margin: 0 20px 0 29px;
}
.access__description{
    display: inline-block;
    vertical-align: top;
    width: 628px;
    padding-top: 100px;
    padding-right: 50px;
    text-align: left;
}
.access__circle{
    width: 245px;
    height: 245px;
    padding: 14px;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
}
.access__circle span{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 20px solid #e6007e;
    border-radius: 50%;
}
.access__circle span:before{
    position: absolute;
    top: 43%;
    left: -12px;
    width: 114%;
    height: 20px;
    background: #e6007e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}
.menu-wrap{
    position: relative;
}
.menu-wrap .menu {
    left: 50%;
    width: 940px;
    margin-left: -470px;
    z-index: 2;
}
.menu-wrap .menu a,
.menu-wrap .menu a:visited {
    padding: 0 32px;
}
.menu-wrap:after {
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #f4cc0a;
    background: -moz-linear-gradient(left, #f4cc0a 0%, #e76e15 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4cc0a), color-stop(100%,#e76e15));
    background: -webkit-linear-gradient(left, #f4cc0a 0%,#e76e15 100%);
    background: -o-linear-gradient(left, #f4cc0a 0%,#e76e15 100%);
    background: -ms-linear-gradient(left, #f4cc0a 0%,#e76e15 100%);
    background: linear-gradient(to right, #f4cc0a 0%,#e76e15 100%);
}
