.b-col_left {
    float: left;
    width: 660px;
}
.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;
}
.img-review{width:135px;height:135px;float:left;border-radius:80px;margin-right:10px;}
.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: 600px;
    float: left;
	padding-bottom:20px;
	border-bottom:1px solid #d4d4d4;
	margin-top:10px;
}
.b-col_left .text:last-child{border-bottom:none;}
.b-col_left h3 {
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 400;
    font-family: Roboto-BoldCondensed;
    text-transform: uppercase;
    margin: 33px 0 0;
    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;
    height: 827px;
}
.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;
}
h2 {
    position: relative;
    font-family: Roboto-BoldCondensed;
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 38px;
    margin: 102px 0 16px;
    letter-spacing: 6.4px;
}
h2 sup {
    font-family: Roboto-Regular;
    font-size: 23px;
    font-weight: 400;
}
.b-text-page {
    position: relative;
    display: table;
}
.b-text-page:after {
    content: "";
    position: absolute;
    top: 0;
    left: -460px;
    width: 1920px;
    height: 172px;
    background-image: url(../images/text-page.png);
    z-index: -1;
}
.b-text-page:before {
    content: "";
    width: 100vw;
    min-width: 1920px;
    height: 4px;
    background-image: url(../images/b-line.jpg);
    top: 216px;
    left: -460px;
    position: absolute;
    z-index: -1;
}
footer {
    margin-top: 37px;
}

.wrapp-left{float:left;width:205px;}
.wrapp-right{float:left;}
