
/**Main Style Table**/

.t-product-wrap {
	margin-bottom: 26px;
}
.title_txt {margin-bottom: 15px;}

.bl-item {
    width: 217px;
	margin-right: 10px;
	position: relative;
	z-index: 80;
	display: inline-block;
	
}

.bl-item:before {
    content: "";
	width: 264px;
	height: 445px;
	position: absolute;
	left: -17px;
	top: -3px;
	z-index: -12;
	margin-top: -12px;
   
}

.bl-item.accent:before {
    background: url(../img/ramka.png) -1px 1px no-repeat;
	background-size: 251px 250px;
}



.bl-item:last-child {
    margin-right: 0;
}

.bl-button {
    height: 40px;
    position: absolute;
    width: 212px;
    display: block;
    margin-top: -31px;
    margin-left: 3px;
}

.bl-button span {
    display: block;
    padding: 10px;
}

.bl-item a {
    font-family: Open Sans, Arial Narrow, sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}

.bl-button.b-btn-1 {
    background: url(../img/button_blue.png);
}

.bl-button.b-btn-2 {
    background: url(../img/button_orange.png);
}

.bl-button.b-btn-3 {
    background: url(../img/button_yellow.png);
}

.bl-button.b-btn-4 {
    background: url(../img/button_green.png);
}

.bl-titl-1 {
    background: #0f90ca;
	border-radius: 4px 4px 0px 0px;
}

.bl-titl-2 {
    background: #d75f2a;
	border-radius: 4px 4px 0px 0px;
}

.bl-titl-3 {
    background: #ffb027;
	border-radius: 4px 4px 0px 0px;
}

.bl-titl-4 {
    background: #36a53c;
	border-radius: 4px 4px 0px 0px;
}

.wrap-txt {
    padding: 8px 40px;
	line-height: 8px;
}

.bl-item h1 {
    font-family: Open Sans, Arial Narrow, sans-serif;
    font-size: 23px;
    color: #fefefe;
    text-align: center;
    margin-top: 16px;
}

div.bl-item:nth-child(3) h1 span {
    text-transform: uppercase;
}

.bl-item p {
    font-family: Open Sans, Arial Narrow, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #0e506e;
    text-decoration: line-through;
}

.bl-item .bl-titl-2 p {
    color: #752a09;
}

.bl-item .bl-titl-3 p {
    color: #6b4503;
}

.bl-item .bl-titl-4 p {
    color: #1e5a21;
}

.price {
    
    height: 30px;
    background: #0b6086;
    border-radius: 15px 15px 15px 15px;
}

.price.bl-2 {
    background: #a73b0b;
}

.price.bl-3 {
    background: #ba7909;
}

.price.bl-4 {
    background: #186f1d;
}

.price div {
    text-align: center;
    padding: 12px;
    font-family: Open Sans, Arial Narrow, sans-serif;
    font-size: 17px;
    color: #fff;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.bl-list-wrap {
    border: 1px solid #d3d3d3;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.bl-list-wrap ul {
    margin-bottom: 50px;
}

div.bl-item:nth-child(2) > div:nth-child(2) > ul:nth-child(1) {
    margin-bottom: 36px;
}

div.bl-item:nth-child(3) > div:nth-child(2) > ul:nth-child(1) {
    margin-bottom: 40px;
}

div.bl-item:nth-child(4) > div:nth-child(2) > ul:nth-child(1) {
    margin-bottom: 50px;
}

.bl-list-wrap ul li {
    list-style-type: none;
    text-align: center;
    font-family: Open Sans, Arial Narrow, sans-serif;
    font-size: 14px;
    color: #505050;
    border-bottom: 1px solid #d3d3d3;
    padding: 16px 0;
}

.bl-list-wrap .fix {
    padding: 8px 0;
}