.checkout_title {
	font-size: 20px;
	text-align: center;
	padding-bottom: 5px;
}
.checkout_title span {
	color: #000;
	font-weight: bold;
}
.checkout_table, .checkout_summa {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 16px;
	margin: 0 auto;
	background: #fff;
	font-family: 'Work Sans';
	font-weight: 400;
	letter-spacing: normal;
}
.checkout_table .rows, .checkout_summa .rows {
	display: table-row;
	background: #ffffff;
}
.checkout_table .rows:nth-of-type(2n+1) {
	background: #E6F6FF;	
}
.checkout_table .cell, .checkout_summa .cell {
	display: table-cell;
	padding: 8px 10px;
	font-weight: 300;
	width: 15%;
	text-align: center;
}
.checkout_summa .cell {
	padding: 2px 10px;
}
.checkout_table .cell:nth-of-type(1) {
	width: 55%;
	text-align: left;
}
.checkout_table .tbody.rows {
	background: #80bade;
	display: table-row;
	color: #fff;
}
.checkout_table .tbody .cell {
	font-weight: 700;	
	vertical-align: middle;
}
.checkout_summa {
	margin-bottom: 30px;
}
.checkout_summa .cell:nth-of-type(1) {
	width: 85%;
	text-align: right;
}
.checkout_summa .cell:nth-of-type(2) {
	vertical-align: bottom;
}
.checkout_summa .rows:nth-of-type(1) .cell {
	color: #2C7D07;
}
.checkout_summa .summa .cell {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
@media only screen and (max-width: 479px){
	.checkout_table, .checkout_summa { font-size: 13px; }	
}