.b-col_left {
    float: left;
    width: 660px;
	margin-top: 44px;
}
.b-col_left .menu {
    float: left;
    margin: 26px 0 0 -30px;
    padding: 0;
    width: 205px;
    box-sizing: border-box;
}
.b-col_left li {
    padding-top: 7px;
    line-height: 17px;
    padding-bottom: 8px;
    padding-left: 30px;
    list-style-type: none;
    position: relative;
    font-size: 14px;
    color: #4d4d4d;
    border-bottom: 1px solid #d4d4d4;
}
.b-col_left li:last-child {
    border-bottom: 0;
}
.b-col_left li:before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 15px;
    left: 13px;
    background: #cfb2d1;
}
.b-col_left .text {
    margin-left: 25px;
    width: 460px;
    float: left;
}
.b-col_left h3 {
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 400;
    font-family: Roboto-BoldCondensed;
    text-transform: uppercase;
    margin: 31px 0 8px;
    letter-spacing: 3px;
}
.b-col_left p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 19px;
    line-height: 17px;
}
.b-col_right {
    float: right;
	width: 250px;
    background-image: url(../images/text-page-right.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    padding-top: 29px;
    height: 960px;
    background-size:cover;
	/*margin-top: 49px;*/
}
.b-col_right img {
    margin-top: 53px;
    margin-left: -30px;
}
.b-col_right p {
    color: #FFF;
    font-size: 14px;
    margin: 18px 25px;
    line-height: 15px;
}
.b-col_right .border {
    font-size: 10px;
    text-transform: uppercase;
    font-family: SegoeUIBold;
    border-top: 3px solid rgba(255, 255, 255, .52);
    border-bottom: 3px solid rgba(255, 255, 255, .52);
    margin-top: 20px;
    padding: 10px 0;
    line-height: 12px;
}
.b-col_right h3 {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    font-family: Roboto-BoldCondensed;
    text-transform: uppercase;
    margin: -6px 0 0 25px;
    letter-spacing: 3px;
}
.b-col_left h2 {
    position: relative;
    font-family: Roboto-BoldCondensed;
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 38px;
    margin: 102px 0 16px;
    letter-spacing: 6.4px;
}
.b-col_left h2 sup {
    font-family: Roboto-Regular;
    font-size: 23px;
    font-weight: 400;
}
.b-col_left h2:before {
    content: "";
    width: 100vw;
    min-width: 1920px;
    height: 4px;
    background-image: url(../images/b-line.jpg);
	bottom: -23px;
    left: -482px;
    position: absolute;
    z-index: -1;
}
.b-text-page {
    position: relative;
    display: table;
	background-image: url(../images/text-page.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	overflow: hidden;
}


footer {
    margin-top: 37px;
}

.wrapp-left{float:left;width:205px;}
.wrapp-right{float:left;}
.b-col_left .text a{color:#4d4d4d;}
