.banquets-wrap{
	padding: 50px 0;
    /*background: #f8f8f8;*/
}

.banquets-wrap .calc-wrap{
	/*background: #f8f8f8;*/
}
.banquets_title{
	font: 22px 'RobotoRegular';
    color: #383838;
    margin-bottom: 15px;
}
.banquets_label{
	display: block;
    font: 13px 'RobotoLight';
    color: #9a9a9a;
    margin-bottom: 7px;
    width: 30%
}
.banquets-input{
	width: 20%;
	border: 3px solid #e8e8e8;
    border-radius: 5px;
    font: 15px 'RobotoLight';
    color: #383838;
    padding: 4px 4px 5px 9px;
    margin-bottom: 10px;
}
.banquets-col{
	width: 33.3%;
	
	display: inline-flex;
}
.banquets-content{
	padding: 0 15px;
}
.banquets_select{
	width: 70%
}
.banquets-col-btn{
	display: block;
	margin:10px 0px 20px;
}

.banquets_table{
	width: 100%;
	border: 1px solid #ddd;
    border-collapse: separate;
    
    border-radius: 4px;
}

.banquets_table_head > tr > th{
	text-align: left;
	background: #008855;
    color: #fff;
    padding: 10px;
    margin: 10px;
    
}
.banquets_table_footer > tr > th{
	text-align: left;
	padding: 10px;
		
}


.banquets_table_body>tr >td{
	    border-right: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
    	padding: 10px;
    	color: #111;
    	font-size: 16px;
}

.banquets-wrap h2{
	font-size: 20px;
	display: block;
	
}

.banquets-wrap a.product_button{
	color: #fff;
}

.catalog-header{
	padding: 5px 10px;
	background-color: #ccc;
	border-radius: 3px;
	display: block;
	margin-top:20px;
	margin-bottom: 20px;
}

.catalog-header h2{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

.catalog-header span{
	display: inline-block;
	vertical-align: middle;
	color: #111;
	width: 210px;
	height: 20px;
	text-align: center;
}

.catalog-header span.budget{
	width: 440px;
}

.banquets-wrap .catalog_item{
	width: 256px;
}

