.basket_false_steps h2 {
	color: #ccc;
}

.basket_order_area {
	display: none;
}
.basket_order_area.show_area {
	display: block;
}
.basket_false_steps .total_summ_area {
	text-align: right;
}
.basket_false_steps .total_summ_area {
	text-align: right;
}
.total_summ, .total_summ_delivery, .total_summ_finish, .total_prepay, .total_summ_finish_prepay {
	font-size: 24px;
	color: #40607d;
}
.delivery_calc_place {
	overflow: hidden;
}

.one_list_delivery {
	border: 2px solid #ddd;
	width: 260px;
	height: 162px;
	background: #f6f6f6;
	padding: 15px 20px;
	float: left;
	margin: 0 9px 20px 0;
	border-radius: 10px;
	position: relative;
}
.one_list_delivery:hover {
	cursor: pointer;
}
.one_list_delivery.active {
	border: 2px solid #3f92b2;
	background: #e0e0e0;
	color: #3f92b2;
}
.calc-delivery-list {
	display: none;
}
.calc_delivery_list_title {
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin: 10px 0;
}
.calc_delivery_list_price {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.calc_delivery_list_price span {
	font-size: 24px;
	color: #40607d;
}
.point_h2 {
	clear: both;
	display: none;
}
.point_h2.show {
	display: block;
}

.delivery_one_info {
	display: none;
	border: 2px solid #3f92b2;
	background: #e0e0e0;
	color: #3f92b2;
	float: left;
	margin: 0 11px 20px 0;
	border-radius: 10px;
	position: relative;
	clear: both;
}
.delivery_one_info.show {
	display: block;
}
.delivery_one_info img {
	margin: 15px 20px;
}
.delivery_one_info a {
	display: block;
	width: 260px;
	height: 120px;
	padding: 0 20px;
}
.delivery_sticker_1 {
	display: block;
	position: absolute;
	right: 0px;
	padding: 5px;
	background: green;
	color: #fff;
	top: 0;
	border-radius: 0 7px 0 0px;
}
.total_summ_block {
	text-align: right;
}
.total_summ, .total_summ_delivery, .total_summ_finish , .total_prepay , .total_summ_finish_prepay {
	font-size: 24px;
	color: #40607d;
}

.delivery_sticker{
	display:none;
} 

.area_change_city {
	display: none;
}

.area_change_city.show {
	display: block;
}