div, span, p, a, td {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

a:hover {
	text-decoration: none;
}

.business_container {
	position: relative;
}

.business {
	overflow-x: hidden; 
	white-space: nowrap;
}

.business::-webkit-scrollbar {
	display: none;
}

.business {
	-ms-overflow-style: none;
}

.tariff, .tariff_best {
	margin: 0 0 0 10px;
	padding: 20px 20px 35px;
	width: 218px;
	height: 560px;
	display: inline-block;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
}

.tariff:first-child {
	margin: 0 !important;
}

.tariff_best {
	border: 1px solid #fff9de;
	background: #fff9de;
}

.tariff_name {
	padding: 8px 16px;
	font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	display: inline-block;
    border-radius: 40px;
	background: #dbffbd;
	
	margin-left: -21px;
    padding: 8px 25px 8px 20px;
    border-radius: 0 40px 40px 0;
}

.tariff_best .tariff_name {
	color: #fff;
	background: #f74141;
}

.tariff_price {
	margin-bottom: 4px;
	font-size: 36px;
    line-height: 44px;
}

.tariff_price span {
	font-size: 20px;
}

.tariff_row {
	line-height: 1.3;
}

.tariff_row span {
    font-size: 14px;
	white-space: normal;
}

.tariff_row p {
    font-size: 20px;
	font-weight: 600;
}

.tariff_row p img {
	margin-right: 2px;
    display: inline-block;
}

.tariff_button a {
    padding: 13px 28px;
	width: 100%;
    display: inline-block;
    color: #1ca3f0;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #1ca3f0;
}


.tariff_button a:hover, .tariff_best .tariff_button a {
    color: #f74141;
    border: 1px solid #f74141;
}

.tariff_best .tariff_button a:hover {
    color: #fff;
	background: #f74141;
}
	
.bold {
    font-weight: 700;
}	
	
.font_weight_normal {
    font-weight: normal !important;
}	

.tariff_table {
	border-collapse: collapse;
	width: 100%;
}

.tariff_table td, .tariff_table th {
	padding: 12px 16px 10px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	white-space: normal;
}

.tariff_table th {
	font-weight: 600;
	background: #f0f0f0;
	border-bottom: 1px solid #dbdbdb;
}

.tariff_table td img {
	margin-top: 2px;
}

.left_text {
	text-align: left !important;
}

.tariff_table_button {
	margin-top: 5px;
	padding: 8px 12px;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	border-color: #1ca3f0;
	background-color: #1ca3f0;
	border-radius: 3px;
}

.tariff_table_button:hover {
    color: #fff;
	background-color: #f74141;
}

.tariff_row {
    line-height: 1.3;
}

#left_arrow {
	display: block;
	position: absolute;
	top: 236px;
	left: -70px;
}

#right_arrow {
	display: block;
	position: absolute;
	top: 236px;
	right: -70px;
}

.faq_question, .faq_answer {
	margin-bottom: 5px;
    padding: 15px 18px;
	font-size: 14px;
    border-radius: 10px;
    position: relative;
}

.faq_question img {
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
}

.faq_question p, .faq_answer p, .faq_question span, .faq_question a, .faq_answer a {
	font-size: 14px;
}

.faq_question span {
	color: #999;
}

h1, h2 {
    margin: 0 auto 38px;
    font-size: 34px;
    line-height: 1.2;
	font-weight: bold;
    text-align: center;
}

h1 {
    margin-top: 10px;
}

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.margin_bottom_15 {
    margin-bottom: 15px !important;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_25 {
    margin-bottom: 25px !important;
}

.margin_bottom_50 {
    margin-bottom: 50px !important;
}

.margin_top_50 {
    margin-top: 50px !important;
}

.grey_bg {
	background: #f7f7f7;
}