.prices-about {
    position: relative;
	    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1.5;
    font-size: 14px;
    padding-top: 80px;
    padding-bottom: 30px;
	color: #fff;
	background-color: #171717;
}

.prices-about h3{
	font-weight:100;
	margin: 0 0 35px;
	color: #cba37c;
}

.prices-about .text {
    font-size: 1.2em;
    color: #989898;
	line-height: 1.5;
    font-weight: 200;
	max-width: 530px;
	margin-bottom: 50px;
}
@media (max-width: 1280px){
.prices-about .text {
   padding-bottom: 80px;
}
}

.procent-table {
    padding: 0;
}
.procent-wrap {
    margin-bottom: 45px;
    margin-left: -2px;
    margin-right: -2px;
}
.procent-wrap > div {
    padding-left: 5px;
    padding-right: 5px;
}
@media (min-width: 768px){
.procent-wrap .col-sm-3 {
    width: 20%;
}
}

@media (min-width: 1281px){
.prices-about .container > .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
}

.procent-wrap .procent {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
	margin-bottom: 20px;
    min-height: 135px;
    padding: 20px 5px;
    background: transparent;
    border: 0 solid #fff;
    position: relative;
    z-index: 70;
    font-size: .8em;
	 font-weight: 300;
    letter-spacing: .02em;
    line-height: 1.5;
}

.procent-wrap .procent.st9 {
    border-color: #775d42;
}

.procent-wrap .procent.select {
    -webkit-box-shadow: 0 0 7px 0 rgba(14,14,14,0.75);
    -moz-box-shadow: 0 0 7px 0 rgba(14,14,14,0.75);
    box-shadow: 0 0 7px 0 rgba(14,14,14,0.75);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
    border-width: 1px;
}

.procent-wrap .title {
   font: 400 22px/1 Merriweather,'Times New Roman',serif;
    margin-bottom: 15px;
}

.procent-wrap .procent>span {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    height: 18px;
    background: #fff;
	display:block;
}

.prices-about .image {
    margin-top: 50px;
	position:relative;
}
.prices-about .image canvas {
    width: 100%;
    position: relative;
    z-index: 70;
}

.dia.select {
    stroke: #fff;
    stroke-width: 2;
    -webkit-box-shadow: 0 0 7px 0 rgba(14,14,14,0.75);
    -moz-box-shadow: 0 0 7px 0 rgba(14,14,14,0.75);
    box-shadow: 0 0 7px 0 rgba(14,14,14,0.75);
}

@media (max-width:768px){
.procent-wrap .title{
font-size:16px;}
}