.help {
	margin: 30px 0;
	padding: 30px 0;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d1d6dc;
	border-left: 0;
	border-right: 0;
}
.help b {
	margin: 0 15px;
	font-weight: 700;
}
.help button {
	display: inline-block;
	margin: 10px;
	color: #0663a4;
	background: none;
	border: none;
	border-bottom: 1px dashed;
}

@media (max-width: 1023px) {
	.help b {
		display: block;
	}
}

/*
*******************************************************************************/

#modal_help_call {
	width: 360px;
	overflow: hidden;
	padding: 30px;
	font-size: 16px;
	background: #f6f5f4;
}
.modal_help_call_title {
	margin: 0 0 20px;
	line-height: 24px;
	color: #0c3970;
	font-size: 16px;
	font-weight: 600;
}
.modal_help_call_label {
	line-height: 30px;
}
.modal_help_call .select_toggle {
	border-left: none;
}
.modal_help_call .select_toggle::before {
	color: #000;
}
.modal_help_call_agree {
	margin: 20px 0;
	line-height: 18px;
	color: #7d7f82;
	font-size: 14px;
}
.modal_help_call_agree a {
	color: #0c3970;
	text-decoration: underline;
}
.modal_help_call_agree a:hover {
	text-decoration: none;
}
.modal_help_call_offer {
	display: table;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #c9c9c9;
}
.modal_help_call_offer_image,
.modal_help_call_offer_title {
	display: table-cell;
	vertical-align: middle;
}
.modal_help_call_offer_image {
	width: 80px;
	padding: 20px 0;
	text-align: right;
}
.modal_help_call_offer_image img {
	display: inline-block;
	max-width: 50px;
	max-height: 50px;
	margin: 0;
}
.modal_help_call_offer_title {
	padding: 20px;
	line-height: 16px;
	color: #7d7f82;
	font-size: 13px;
}

.modal_help_call .rf_item {
	margin: 0 0 15px;
}
.modal_help_call .city2 .rf_item {
	margin: 0;
}