.infoblocks {
    margin: 40px auto;
    border-radius: 29px;
    position: relative;
	background-color: #5FB96E;
}
.infoblocks h2{
	font-size: 1.4em; border-bottom: 1px solid white;
	position: relative; padding: 0.5em 0.2em 0.5em 5.3em;
	color:white; margin:0;
	/*height: 4.5em;*/
}
@media only screen and (max-width: 468px) {
    .infoblocks h2{height: 3.5em;}
	.infoblocks h2{font-size:1.2em; line-height: 1.3em;}
	.infoblocks h2:before{width: 55px !important; height: 55px !important;}
}
.infoblocks h2:before{
	content:'';
	position: absolute;
	background: url('../images/money.png') no-repeat white;
	background-size: contain;
	border-radius: 50%;
	width: 80px;
    height: 80px;
	left: 1em;
    bottom: -0.3em;
    box-shadow: 0 0 4px 4px #BFEDEB;
}

.price_table{
	width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.price_table tr:first-child:hover td, .price_table tr:first-child td {
    background-color: #5fb96e;
}
.price_table td {
    vertical-align: middle;
    background-color: #e9e9e9;
    border: 1px solid darkgrey;
    border-width: 0 1px 1px 0;
    text-align: center;
    font-weight: 400;
    color: #000;
    padding: 8px 8px;
    line-height: initial;
}
.price_table tr:hover td{background-color:#f9f7f7}
.price_table  th {
    border: 0 solid darkgrey;
    border-left-color: #fff;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-weight: 400;
    color: #fff;
	line-height: 1.5em;
}
.price_table .pricettdwid {
    width: 23%;
}
.price_table tr td:first-child{text-align: left}
.price_table .maintd {
    vertical-align: bottom;
}
.price_table  .info{text-align: center; background: #ccc}
.price_table .maintd td {
    background-color: #5fb96e;
    color: #ffffff;
    border-color: #5fb96e white darkgrey white;
}
.price_table .maintd:hover td{background-color:#5fb96e; }
.price_table td.krest, .price_table td.galka{text-align:left; padding-left:3.3em;}
.price_table td.krest{background:url('../images/icons/krest.png') no-repeat; background-position: 6px 50%;}
.price_table td.galka{background:url('../images/icons/galka.png') no-repeat; background-position: 6px 50%;}
.price_table td.title-video{
	background-color: #1B1B1B;
    color: orange;
    font-weight: bold;
    font-size: 1.2em;
 }
 .price_table tr:hover td.title-video{background-color: #1B1B1B;}
