l/*font install*/
@font-face {
	font-family: 'museo_cyrl500';
	src: url('../fonts/museo/museo_cyrl_500.eot');
	src: url('../fonts/museo/museo_cyrl_500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museo/museo_cyrl_500.woff') format('woff'),
		url('../fonts/museo/museo_cyrl_500.ttf') format('truetype'),
		url('../fonts/museo/museo_cyrl_500.svg#museo_cyrl500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iflash_7_0_6';
	src: url('../fonts/IFlash_706/iflash_7_0_6.eot');
	src: url('../fonts/IFlash_706/iflash_7_0_6.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IFlash_706/iflash_7_0_6.woff') format('woff'),
		url('../fonts/IFlash_706/iflash_7_0_6.ttf') format('truetype'),
		url('../fonts/IFlash_706/iflash_7_0_6.svg#iflash_7_0_6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'din_pro';
    src: url('../fonts/dinpro/dinpro_regular.eot');
    src: url('../fonts/dinpro/dinpro_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro/dinpro_regular.woff') format('woff'),
         url('../fonts/dinpro/dinpro_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_pro_bold';
    src: url('../fonts/dinpro/dinpro_bold.eot');
    src: url('../fonts/dinpro/dinpro_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro/dinpro_bold.woff') format('woff'),
         url('../fonts/dinpro/dinpro_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'luga';
    src: url('../fonts/luga/lugaadc.eot');
    src: url('../fonts/luga/lugaadc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luga/lugaadc.woff') format('woff'),
         url('../fonts/luga/lugaadc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*main reset*/
body, ul, h1, h2, h3, h4, h5, h6, p, nav, form, fieldset, button, figure, dl, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: "museo_cyrl500";
	background : url(../images/pattern.png) repeat center top;
}


ul {
	list-style: none;
}

fieldset,
img {
	border: 0 none;
}

a {
	color: inherit;
	text-decoration: inherit;
}

nav, section {
	display: block;
}

strong.old_price {
	color: #000 !important;
	font-size: 14px !important;
	text-decoration: line-through;
}

.img_textbox {
	/*min-height: 250px;*/
	overflow: hidden;
}

.table_wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
}

.table_wrap {
	overflow-y: hidden;
	overflow-x: auto;
}

.leasing_popup .table_wrap {
	max-height: 400px;
	overflow: auto;
}

span.valign_wrapper {
	display: table !important;
	border: 0 none !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	height: 100% !important;
	text-align: center !important;
}

.price_plan_title span.valign_wrapper {
	text-align: left !important;
}

span.valign {
	display: table-cell !important;
	vertical-align: middle !important;
	float: none !important;
	border: 0 none !important;
	padding: 0 !important;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 1px;
	font-size: 13px;
}

tfoot,
thead {
	color: #333;
	font-family: 'museo_cyrl500';
	font-size: 17px;
}

.leasing_popup tfoot,
.leasing_popup thead {
	font-size: 15px;
}

td {
	padding: 11px;
	border: 1px solid #D6D6D6;
}

tbody tr:nth-child(odd) {
	background-color: #f2f2f2;
}

td + td {
	border-left: 0 none;
}

label {
	color: #333;
	font-family: arial,tahoma, arial;
	font-size: 14px;
}

input[type="text"] {
	padding: 0 5px;
	width: 100%;
	height: 32px;
	border: 1px solid #D6D6D6;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(214, 214, 214, .65) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea{
	padding: 5px;
	width: 100%;
	min-height: 104px;
	border: 1px solid #D6D6D6;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(214, 214, 214, .65) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
}

dl.accordion dt {
	position: relative;
	margin: 1px 0;
	padding: 17px 38px 17px 20px;
	background-color: #e9c91a;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

dl.accordion dt:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 23px;
	height: 12px;
	background: url('../images/thumb_nav.png') no-repeat;
}

dl.accordion dt.open {
	background-color: #333;
}

dl.accordion dt.open:after {
	margin-top: -5px;
	background-position: -23px 0;
}

dl.accordion dd {
	display: none;
	padding: 10px;
}

dl.accordion article {
	position: relative;
	padding: 15px;
	border: 1px solid #D6D6D6;
}

dl.accordion.rich_text article p {
	margin-bottom: 0;
}

dl.accordion.extras_acc dt.open + dd {
	display: block;
}

dl.accordion article + article {
	margin-top: 10px;
}

dl.accordion article span.new:before {
	content: " ";
	float: left;
	margin-left: -14px;
	margin-top: -1px;
	width: 9px;
	height: 9px;
	background: url('../images/dt_article_new.png') no-repeat;
}

dl.accordion article span.new {
	position: absolute;
	top: -10px;
	left: 9px;
	padding: 1px 5px;
	background-color: #3E4E63;
	color: #fff;
	font-family: "iflash_7_0_6";
	font-size: 8px;
	text-transform: uppercase;
}

dl.accordion article h1 {
	margin: 0;
	color: #262262;
	font-size: 17px;
}

tr.ddc {
	background-color: '#fff';
    color: #666;
}

.rich_text a.to_full,
.payment dl.accordion article .to_full {
	float: right;
	margin: 0 -15px -15px 0;
}

#wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1240px;
}

.hidden { display: none; }
.with-margin-top { margin-top:5px; }


.checkbox_btn_bgr:before {
	content: " ";
	float: left;
	margin-left: -20px;
	width: 17px;
	height: 17px;
	background: url('../images/shop_net_radio_btn.jpg') no-repeat -17px 0;
}

.checkbox_btn_bgr.active:before {
	background-position: 0 0;
}

.checkbox_btn_bgr {
	display: inline-block;
	vertical-align: top;
}

.checkbox_btn_bgr {
	padding-left: 20px;
}

label.checkbox_btn_bgr.active {
	color: #00B2AC;
}

.custom_select_box {
	position: relative;
	display: inline-block;
	/*vertical-align: top;*/
	color: #333;
	font-family: tahoma, arial;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

.custom_select_box p {
	position: relative;
	padding: 8.5px;
	padding-right: 30px;
	width: 100%;
	border: 1px solid #D6D6D6;
	box-shadow: 0 0 5px rgba(0, 0, 0, .07) inset;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom_select_box p:after {
	content: " ";
	position: absolute;
	top: 8px;
	right: 6px;
	margin-top: 5px;
	margin-right: 5px;
	width: 11px;
	height: 6px;
	background: url('../images/select_arrow.png') no-repeat;
}

.custom_select_box p.opened:after {
	background-position: 0 -6px;
}

.custom_select_box li {
	padding: 9px;
	width: 100%;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom_select_box ul {
	position: absolute;
	top: 32px;
	left: 0;
	overflow: auto;
	display: none;
	width: 100%;
	max-height: 220px;
	border: 1px solid #D6D6D6;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .07) inset;

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

.custom_radio:before {
	content: " ";
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	width: 18px;
	height: 18px;
	background: url('../images/radio_btn.png') no-repeat;
}

.custom_radio.selected:before {
	background-position: 0 -18px;
}

.button_hover_gap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 5px;
	background-color: #e9c91a;
}

.price_plan {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-webkit-box-align: start;

	-moz-box-orient: horizontal;
	-moz-box-pack: start;
	-moz-box-align: start;

	box-orient: horizontal;
	box-pack: start;
	box-align: start;
}

.price_plan:before,
.price_plan:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: url('../images/plan_left_shadow.png') no-repeat right bottom;
}

.price_plan:before {
	right: auto;
	left: 183px;
	background: url('../images/plan_right_shadow.png') no-repeat left bottom;
}

.price_plan_title {
	margin-right: 10px;
	width: 183px;
	color: #fff;
	font-family: tahoma, arial;
	font-size: 12px;
	text-transform: uppercase;
}

.price_plan_title span {
	display: block;
	padding: 5.4px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background-color: #738AA0;
}

.price_plan_container {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 0px;
	padding: 20px 0 15px 0;
	margin: -20px 0 15px 0;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-overflow-scrolling: touch;
}

.price_plan_inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.price_plan_container .plan {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 233px;
	color: #262262;
	font-family: tahoma, arial;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	/*margin-bottom: 20px;*/
	white-space: normal;
}

.price_plan_container .plan.selected {
	color: #3E4E63;
	box-shadow: 0 0 15px #000;
}

.price_plan_container .plan.selected h1 {
	background-color: #248289;
}

.price_plan_container .plan h1 {
	margin: 0;
	padding: 5px 10px;
	background-color: #262262;
	color: #fff;
	font-family: "museo_cyrl500";
	font-size: 17px;
	font-weight: normal;
}

.price_plan_container .plan div {
	display: block;
	margin: .1px 0;
	padding: 5.5px;
	border: 1px solid #D6D6D6;
	border-top: 0 none;
}

.price_plan_container .plan .rowsplit span {
	float: left;
	width: 50%;
	height: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0;
}

.price_plan_container .plan .rowsplit span:nth-child(even) {
	border-left: 1px solid #d6d6d6;
}

.price_plan_container .plan .rowsplit .black {
	color: #333;
	border-bottom: 1px solid #d6d6d6;
	padding: 0;
}

.price_plan_container .plan .grey {
	background-color: #f7f7f7;
}

.price_plan_title {
	position: absolute;
	top: 0;
	left: -164px;
	z-index: 2;
}

.price_plan_container {
	margin-left: 35px;
}

.price_plan_container .text_value {
	position: relative;
	padding: 0;
}

.price_plan_container .text_value .description_container {
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: 1;
	padding: 0;
	width: 100%;
	border: 0 none;
}

.price_plan_container .text_value .description {
	display: none;
	padding: 5px;
	background-color: #fff;
	color: #666;
	font-family: tahoma, arial;
	font-size: 14px;
	text-transform: none;
	border: 0 none;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.price_plan_container .text_value p {
	padding: 7px 10px;
	background-color: #e9c91a;
	color: #fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.price_plan_container .text_value p:after {
	content: " ";
	float: right;
	margin-top: 2px;
	width: 24px;
	height: 13px;
	background: url('../images/thumb_nav.png') no-repeat;
	background-position: -24px 0;
}

.price_plan_container .text_value p.open {
	background-color: #000;
}

.price_plan_container .text_value p.open:after {
	background-position: 0px 0;
}

.price_plan_container .text_value a {
	margin-top: 40px;
}

.open_320 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 10px;
	height: 100%;
	height: calc(100% - 15px);
	background-color: #e9c91a;
	color: #fff;
	font-family: 'iflash_7_0_6';
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.open_320 p {
	position: relative;
	top: 46%;
	left: -46px;
	width: 135px;
	padding: 7px 0;
	background-color: #e9c91a;
	white-space: nowrap;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.price_tag:before {
	content: "";
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: 0px;
	right: 0px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.price_tag {
	position: relative;
	background-color: #EAEAEA;
	margin-top: 10px;
	padding: 11px;
	color: #333;
	font-family: 'museo_cyrl500'; 
	font-size: 17px;
	text-transform: uppercase;
	text-align: right;
}

.price_tag span {
	position: relative;
	float: left;
	margin-top: 12px;
}

.price_tag a {
	position: relative;
	margin: 0;
}

	.device_box {
		margin-top: 5px;
		text-align: left;
	}

	.device_box > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 2px;
		width: 231px;
		border: 1px solid #d6d6d6;
		text-align: left;
	}

	.device_box .rich_text li {
		margin: 6px 0;
	}

	.device_box .additional .info {
		position: absolute;
		top: 0;
		left: 0;
		width: 48px;
		height: 48px;
		background: url('../images/info.png') no-repeat;
		font-size: 0;
		text-indent: -99999px;
	}

	.device_box .image {
		height: 290px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.device_box .additional ins:before {
		content: " ";
		position: absolute;
		top: 0;
		left: -9px;
		width: 9px;
		height: 9px;
		background: url('../images/dt_article_new.png') no-repeat;
	}

	.device_box .additional ins {
		position: absolute;
		top: -9px;
		right: 0;
		padding: 2px 4px;
		background-color: #3E4E63;
		color: #fff;
		color: rgba(255, 255, 255, .8);
		font-size: 8px;
		font-family: "iflash_7_0_6"; 
		text-transform: uppercase;
		text-decoration: none;
	}

	.device_box .image img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		max-height: 290px;
	}

	.device_box .description {
		height: 233px;
	}

	.device_box .description h3 {
		margin-bottom: 10px;
		padding: 10px;
		min-height: 40px;
		background-color: #e9c91a;
		color: #fff;
		font-size: 17px;
		font-weight: normal;
		text-align: center;
	}

	.device_box .description ul {
		padding: 0 10px;
	}

	.device_box .description strong {
		padding: 0 10px;
		color: #e9c91a;
		font-size: 17px;
		font-weight: normal;
	}

	.device_box .description a {
		display: block;
		margin-top: 10px;
		padding: 0 10px;
		color: #e9c91a;
		font-size: 13px;
		text-decoration: underline;
	}

	.device_box .description h3 a {
		margin-top: 0;
		padding: 0;
		color: #fff;
		text-decoration: none;
		font-size: inherit;
	}

	.device_box .description a:after {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 6px 0 0 6px;
		width: 6px;
		height: 5px;
		background: url('../images/submenu.png') no-repeat -6px -9px;
	}

.devices_inner .left_sidebar .device_images {
	display: none;
}

#popup, #popup_leasing {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	height: 100%;
}

#popup_leasing {
	position: fixed;
	top: 5%;
}

.info_box {
	font-size: 0;
	text-indent: -99999px;
}

.info_box_box {
	position: absolute;
	z-index: 9999;
	padding: 10px;
	width: 280px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	color: #333;
	font-family: tahoma, arial;
	font-size: 12px;
	text-indent: 0;
	visibility: hidden;
}

.postpaid_mobile_services_inner .dif_content section .title_section:after,
.postpaid_mobile_services .dif_content nav a.active:before,
.rich_text li:before,
.packages_inner .dif_content .packages_info li:before,
.packages_inner .dif_content article + article:before,
.packages_inner .dif_content .packages_info:after {
	content: " ";
	background: url('../images/main_sprite.png') no-repeat;
}


.basket_drop_down {
	padding: 10px;
	max-width: 650px;
	border: 1px solid #333;
	background-color: #fff;
	color: #262262;
	font-size: 14px;
	font-family: tahoma, arial;
	box-shadow: 0 5px 15px #666;
}

.basket_drop_down label {
	color: inherit;
	text-transform: none;
}

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

.basket_drop_down .inactive {
	color: #666;
}

.basket_drop_down tr.hr td {
	padding: 4.5px;
	background-color: #D6D6D6;
}

.basket_drop_down tfoot {
	background-color: #EAEAEA;
}

table .green_btn,
.basket_drop_down .green_btn {
	vertical-align: middle;
	margin: 0;
	border: 0 none;
}

.invoice_table {
	width: auto;
}

.invoice_table,
.invoice_table thead,
.invoice_table tfoot {
	font-family: arial;
}

.invoice_table tbody td+td {
	text-align: center;
}

.invoice_table tr td:nth-child(5) {
	padding: 0;
}

.basket_drop_down td + td {
	text-align: right;
}

.basket_drop_down .info {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	background: url('../images/info_box.jpg') no-repeat;
}

.dif_content {
	xwidth: 990px;
}

/* Target high resolution displays (retina min-width: 320px) ---------------------------------------------------------------------------------------------- */
	.dif_content {
		width: 100%;
	}

	h1 {
		margin: 15px;
		color: #333;
		font-size: 30px;
		font-weight: normal;
		text-transform: uppercase;
	}

	h3 {
		color: #000;
		font-family: 'museo_cyrl500';
		font-size: 17px;
		font-weight: normal;
	}

	.filters {
		margin-bottom: 10px;
		background-color: #F0F3F4;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
		overflow-x: auto;
	}

	.filters span.active:before {
		content: " ";
		position: absolute;
		bottom: -9px;
		width: 18px;
		height: 9px;
		background: url('../images/submenu.png') no-repeat;
	}

	.filters span.active {
		position: relative;
		display: block;
		padding: 10px 0;
		padding-left: 20px;
		background-color: #333;
		color: #fff;
		font-family: 'museo_cyrl500';
		font-size: 17px;
		text-transform: uppercase;
		text-align: left;
	}

	.form_filter_wrapper {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.filters form {
		padding: 10px;
		/*width: 560px;*/
		text-align: left;
		white-space: nowrap;
	}

	.filters fieldset {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		padding: 5px 0;
		border-top: 1px dashed #333;
	}

	.filters .range {
		display: inline-block;
		vertical-align: top;
		width: 227px;
	}

	.filters legend {
		padding-right: 5px;
		background-color: #F0F3F4;
	}

	.filters label {
		display: table;
		min-width: 90px;
	}

	.filters fieldset + fieldset label {
		width: 100%;
	}

	.filters .amount {
		outline: 0 none;
		float: left;
		width: 50%;
		padding: 0;
		border: 0 none;
		background-color: transparent;
		box-shadow: none;
	}

	.filters .amount.to{
		float: right;
		text-align: right;
	}

	.green_btn {
		display: inline-block;
		vertical-align: top;
		margin: 10px 0;
		padding: 10px 20px;
		background-color: #262262;
		color: #fff!important;
		font-size: 14px;		
		font-family: tahoma, arial;
		text-transform: uppercase;
		text-decoration: none!important;
	}

	.share_btn {
		max-height: 80px;
		text-align: center;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.share_btn li {
		max-width: 80px;
		max-height: 20px;
		margin: 0 5px;
		display: inline-block;
		vertical-align: top;
	}

	.share_btn .tweet {
		display: inline-block;
		width: 79px;
	}

	.rich_text {
		color: #666;
		font-family: tahoma, arial;
		font-size: 14px;
		line-height: 16px;
	}

	.rich_text h1,
	.rich_text h2,
	.rich_text h3,
	.rich_text h4,
	.rich_text h5,
	.rich_text h6 {
		line-height: 120%;
	}

	.rich_text p {
		margin: 0 0 15px 0;
	}

	.packages .rich_text p {
		margin: 10px;
	}

	.rich_text a {
		color: #262262;
		text-decoration: underline;
	}

	.rich_text img {
		max-width: 100%
	}
	 
	.management .rich_text img {
		max-width: none;
	}

	.rich_text h3 {
		color: #262262;
		font-family: 'museo_cyrl500';
		font-size: 17px;
		font-weight: normal;
	}

	.rich_text h4 {
		color: #333;
		font-family: 'museo_cyrl500';
		font-size: 13px;
		font-weight: normal;
	}

	.rich_text h5 {
		color: #666;
		font-family: tahoma, arial;
		font-size: 14px;
		font-weight: normal;
	}

	.rich_text ul li:before {
		display: inline-block;
		margin: 5px 5px 0 0;
		width: 8px;
		height: 7px;
		vertical-align: top;
	}

	.rich_text li {
		list-style: none;
	}

	.rich_text ol li {
		list-style-type: decimal;
	}

	.rich_text li {
		margin: 10px 0;
	}

	.rich_text small {
		color: #666;
		font-size: 11px;
		font-style: italic;
	}

	.left_sidebar {
		display: inline-block;
		clear: both;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}


	.left_sidebar .submenu {
		display: none;
		width: 250px;
	}

	.content_wrapper .category_title {
		clear: both;
	}

	.left_sidebar .banner {
		width: 250px;
		margin: 0 auto;
	}

	.left_sidebar .banner cite {
		display: block;
		margin: 0;
		padding: 10px 20px;
		line-height: 37px;
		background-color: #A7B6BE;
		color: #fff;
		font-family: 'din_pro_bold';
		font-size: 34px;
		font-weight: bold;
		font-style: normal;
		text-align: left;
		text-transform: uppercase;
	}

	.left_sidebar .banner cite span {
		display: block;
		font-family: 'museo_cyrl500';
		font-size: 22px;
		font-weight: normal;
	}

	.left_sidebar .banner img {
		width: 100%;
		display: block;
	}

	.left_sidebar .poll {
		text-align: left;
		margin-top: 10px;
		color: #666;
		font-size: 14px;
		font-family: tahoma, arial;
	}

		.left_sidebar .poll .title:before {
			content: " ";
			position: absolute;
			bottom: -9px;
			left: 18px;
			width: 18px;
			height: 9px;
			background: url('../images/poll_bgr.png') no-repeat;
		}

		.left_sidebar .poll .title {
			position: relative;
			display: block;
			margin-bottom: 18px;
			padding: 11px 18px;
			background-color: #A7B6BE;
			color: #fff;
			font-size: 16px;
			text-transform: uppercase;
			font-weight: normal;
		}

		.left_sidebar .poll form {
			padding-left: 8px;
		}

		.left_sidebar .poll legend {
			display: inline-block;
			margin-bottom: 10px;
			line-height: 16px;
			color: #e9c91a;
			font-weight: bold;
		}

		.left_sidebar .poll input[type="radio"] {
			/*width: 0;
			margin: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;*/
			display: none;
		}

		.left_sidebar .poll label:before {
			content: " ";
			position: absolute;
			top: 0;
			left: 0;
			margin-left: -27px;
			width: 18px;
			height: 18px;
			background: url('../images/radio_btn.png') no-repeat;
		}

		.left_sidebar .poll label.active:before {
			background-position: 0 -18px;
		}

		.left_sidebar .poll label {
			position: relative;
			text-indent: -4px;
			display: table;
			margin: 10px 0;
			margin-left: 27px;
			color: #666;
		}

		.left_sidebar .poll button,
		.poll_page button {
			padding: 9px 22px;
			border: 0 none;
			background-color: #e9c91a;
			color: #fff;
			text-transform: uppercase;
			cursor: pointer;
		}

		.left_sidebar .poll .see_results {
			padding-left: 5px;
			color: #e9c91a;
			text-decoration: underline;
		}

		.left_sidebar .poll li {
			margin-bottom: 10px;
		}

		.left_sidebar .poll .poll_answer,
		.poll_page .poll_answer {
			padding: 2px;
			display: block;
			background-color: #e9c91a;
		}

		.buisiness_site .left_sidebar .poll .poll_answer {
			background-color: #3E4E63;
		}

		.left_sidebar .ask_question {
			display: block;
			margin-top: 10px;
			margin-bottom: 20px;
			text-align: left;
		}

		.left_sidebar .ask_question span:before {
			content: " ";
			position: absolute;
			bottom: -9px;
			left: 18px;
			width: 18px;
			height: 9px;
			background: url('../images/poll_bgr.png') no-repeat;
		}

		.left_sidebar .ask_question span {
			position: relative;
			display: block;
			padding: 11px 18px;
			background-color: #A7B6BE;
			color: #fff;
			font-size: 17px;
			text-transform: uppercase;
			font-weight: normal;
		}

		.left_sidebar .ask_question img {
			width: 100%;
			display: block;
		}

		.left_sidebar .bulletin {
			clear: both;
			margin-top: 10px;
			text-align: left;
		}

		.left_sidebar .bulletin .title:before {
			content: " ";
			position: absolute;
			bottom: -9px;
			left: 18px;
			width: 18px;
			height: 9px;
			background: url('../images/poll_bgr.png') no-repeat;
		}

		.left_sidebar .bulletin .title {
			position: relative;
			display: block;
			margin-bottom: 18px;
			padding: 11px 18px;
			background-color: #A7B6BE;
			color: #fff;
			font-size: 17px;
			text-transform: uppercase;
			font-weight: normal;
		}

		.left_sidebar .bulletin fieldset {
			padding: 0 8px;
		}

		.left_sidebar .bulletin legend,
		#poll_page_container legend {
			display: inline-block;
			margin-bottom: 10px;
			line-height: 16px;
			color: #e9c91a;
			font-weight: bold;
			font-family: tahoma, arial;
			font-size: 14px;
		}

		.poll_page #poll_page_container label {
			display: block;
			margin: 10px 0;
			color: #666;
		}

		.left_sidebar .bulletin button {
			border: 0 none;
		}

		.dif_content {
			padding: 10px;
			padding-top: 0;
			padding-right: 0;
			padding-left: 20px;
			float: right;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}

		.promotions .dif_content {
			float: none;
			width: 100%;
			overflow: hidden;
		}

		.directions_software .dif_content,
		.questions_answers .dif_content,
		.documents .dif_content,
		.terms_conditions .dif_content {
			padding-left: 0;
		}

		.careers .inner_content {
			padding: 0;
		}

		.quick_links {
			color: #fff;
			font-size: 17px;
			text-align: left;
		}

			.quick_links a {
				display: block;
				padding: 20px 10px;
				background-color: #e9c91a;
			}

			.green_btn:hover,
			.left_sidebar .poll button:hover,
			.main_menu .drop_down .reload_service a:hover,
			.top_buttons > a:hover,
			.quick_links a:hover {
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha(opacity=90);
				-moz-opacity: 0.9;
				-khtml-opacity: 0.9;
				opacity: 0.9;
			}

			.quick_links a + a {
				background-color: #738AA0;
			}

			.quick_links a + a + a {
				background-color: #008183;
			}

			.quick_links a + a + a + a {
				background-color: #3E4E63;
			}

			.quick_links a + a + a + a + a{
				background-color: #627990;
			}

			.quick_links a + a + a + a + a + a{
				background-color: #738AA0;
			}

			.social_links {
				padding: 10px 0;
				width: 100%;
				border-top: 1px solid #D6D6D6;
				text-align: center;
			}

				.social_links a {
					float: left;
					padding: 0 5px;
					width: 20%;
					height: 69px;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}

				.social_links a img {
					margin-top: 16px;
					max-width: 100%;
					height: auto;
				}

				.social_links a + a img {
					margin-top: 32px;
				}

				.social_links a + a + a img {
					margin-top: 17px;
				}

				.social_links a + a + a + a img {
					margin-top: 20px;
				}

				.social_links a + a {
					border-left: 1px solid #D6D6D6;
				}

		.links_container .phone span  {
			display: none;
		}

		.links_container .phone  {
			position: relative;
			display: inline-block;
			margin: 45px 0 45px 50px;
			padding: 8px 10px;
			background-color: #e9c91a;
			color: #fff;
			font-size: 18px;
			font-family: tahoma, arial;
			font-weight: bold;
		}

		.links_container .phone:after {
			content: " ";
			position: absolute;
			top: 0;
			right: -40px;
			width: 40px;
			height: 55px;
			background: url('../images/phone_bgr.png') no-repeat;
		}

		.links_container .phone_image  {
			position: absolute;
			top: -31px;
			right: -93px;
		}

		.left_sidebar .phone {
			margin: 45px 0 45px -98px;
		}

		.breadcrumbs {
			display: none;
		}
	/*main header ----------------------*/
	.top_buttons {
		width: 100%;
		color: #fff;
		font-family: "iflash_7_0_6";
		font-size: 0;
		text-transform: uppercase;
	}

	.top_buttons > a {
		position: relative;
		width: 16%;
		background-color: #A7B6BE;
		font-size: 8px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_buttons a.mymax_btn {
		font-size:9px;
	}

	.top_buttons > span {
		position: relative;
		vertical-align: middle;
		width: 20%;
	}

	.top_buttons > span > a {
		display: inline-block;
		width: 100%;
		height: 100%;
		background-color: #A7B6BE;
		text-align: center;
		font-size: 8px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.drop_down_language {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99;
		width: 100%;
		background-color: #4C99A4;
	}

	.drop_down_language a {
		display: block;
		margin: 3px 0;
		padding: 8px 10px;
		font-size: 8px;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main_header .phone {
		display: inline-block;
		padding-right: 5px;
		width: 100%;
		height: 30px;
		line-height: 28px;
		background-color: #F3F3F3;
		color: #3E4C63;
		font-family: "museo_cyrl500";
		font-weight: 500;
		font-size: 13px;
		text-align: right;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main_header .phone_image {
		display: none;
	}
	
	.top_buttons .menu_icon:before,
	.top_buttons .menu_icon {
		display: inline-block;
		margin-left: 8px;
		vertical-align: middle;
		width: 28px;
		height: 23px;
		line-height: 30px;
		background: url('../images/header_top.png') no-repeat -5px 0;
	}

	.top_buttons .full .menu_icon:before,
	.top_buttons .full .menu_icon {
		background: none;
	}

	#main_header .phone .menu_icon {
		display: none;
	}

	#main_header .logo {
		display: block;
		margin: 25px auto 0;
		text-align: center;
	}

	.top_buttons {
		position: relative;
	}

	.top_buttons > a {
		float: left;
	}

	.top_buttons a {
		display: inline-block;
		height: 40px;
	}

	.top_buttons a span {
		line-height: 40px;
		vertical-align: middle;
	}

	.top_buttons .phone_btn {
		display: none;
	}
	
	.top_buttons .careers_btn .menu_icon:before,
	.top_buttons .careers_btn .menu_icon {
		width: 13px;
		background-position: -84px 0;
	}

	.top_buttons .careers_btn {
		/*display: none;*/
		background-color: #91A4B1;
	}

	.top_buttons .calculator_btn span {
		
	}

	.top_buttons .calculator_btn .menu_icon:before,
	.top_buttons .calculator_btn .menu_icon {
		background-position: -170px 0;
		width: 20px;
		padding:0;
	}


	.top_buttons .calculator_btn {
		/*display: none;*/
		background-color: #738aa0;
	}

	

	.top_buttons .common_conditions_btn .menu_icon:before,
	.top_buttons .common_conditions_btn .menu_icon {
		width: 20px;
		background-position: -35px 0;
	}

	.top_buttons .common_conditions_btn {
		display: none;
		background-color: #248289;
	}

	.top_buttons .language_box {
		padding: 14px 0;
		background-color: #3e4e63;
		text-align: center;

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


	.top_buttons .language_box a .menu_icon {
		display: none;
	}

	.top_buttons .language_box a {
		display: inline-block;
		vertical-align: middle;
		margin: 4px 7px;
		width: auto;
		height: auto;
		background-color: transparent;
		text-align: left;
		font-size: 8px;
		text-transform: uppercase;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_buttons .phone_btn,
	.top_buttons .language_box a {
		padding: 0;
		text-align: center;
	}

	.top_buttons .language_box a:hover,
	.top_buttons .language_box a.active {
		text-decoration: underline;
	}

	.main_menu > ul > li > a.menu_home_btn {
		padding: 7px 12px 6px;
	}

	.top_buttons .mymax_btn{
		background-color: #4c99a4;
	}

	.top_buttons .mymax_btn {
		text-transform: none;
	}

	.top_buttons .basket_btn i {
		display: none;
	}
	
	.top_buttons .mymax_btn .menu_icon:before,
	.top_buttons .mymax_btn .menu_icon {
		width: 26px;
		background-position: -97px 0;
		height:26px;
		margin-right: 0px;

	}

	.top_buttons .basket_btn{
		background-color: #00cec4;
	}
	
	.top_buttons .basket_btn .menu_icon:before,
	.top_buttons .basket_btn .menu_icon {
		width: 25px;
		background-position: -59px 0;
	}

	.top_buttons .basket_btn.full {
		xline-height: 25px;
	}

	.top_buttons .basket_btn.full i {
		display: block;
		position: absolute;
		top: -5px;
		left: 8px;
		margin: 10px auto 0;
		line-height: 0;
		font-style: normal;
		width: 23px;
		height: 24px;
		background: url('../images/basket.png') no-repeat 0 0;
		text-align: center;
		line-height: 31px;
	}

	.top_buttons .basket_btn.full .menu_icon {
		content: none;
	}

	.top_buttons .search_btn{
		background-color: #e9c91a;
	}

	.top_buttons .search_btn .menu_icon:before,
	.top_buttons .search_btn .menu_icon {
		width: 16px;
		background-position: -124px 0;
	}

	.top_buttons .search_btn.active{
		background-color: #333;
		box-shadow: 0 2px 10px #333;
	}

	.top_buttons .top_drop_down {
		position: absolute;
		top: 60px;
		right: 0;
		width: 100%;
		z-index: 999;
		display: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_buttons .search_field {
		padding: 20px;
		width: 300px;
		background-color: #333;
		box-shadow: 0 2px 10px #333;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_buttons .search_field .custom_select {
		position: relative;
		display: inline-block;
		width: 145px;
		height: 34px;
		vertical-align: top;
		color: #333;
		font-size: 11px;
		font-family: tahoma, arial;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_buttons .search_field .custom_select ul {
		display: none;
	}

	.top_buttons .search_field .custom_select li.selected:before {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 4px 4px 0 0;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
	}

	.top_buttons .search_field .custom_select li.selected {
		color: #00B2AC;
	}

	.top_buttons .search_field .custom_select p:before {
		content: " ";
		float: right;
		margin-top: 2px;
		margin-right: 5px;
		width: 11px;
		height: 6px;
		background: url('../images/select_arrow.png') no-repeat;
	}

	.top_buttons .search_field .custom_select p.opened:before {
		background-position: 0 -6px;
	}

	.top_buttons .search_field .custom_select li,
	.top_buttons .search_field .custom_select p {
		padding: 10px;
		padding-right: 0;
		width: 100%;
		height: 34px;
		border: 1px solid #D6D6D6;
		background-color: #F0F3F4;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_buttons .search_field .custom_select li {
		border-top: 0 none;
	}

	.top_buttons .search_field .custom_select li:hover {
		text-decoration: underline;
	}

	.top_buttons .search_field form input {
		width: 100%;
		height: 34px;
		margin: 5px 0;
		border: 1px solid #D6D6D6;
	}

	.top_buttons .search_field form select {
		position: absolute;
		top: -9999px;
		left: -9999px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		width: 145px;
		height: 34px;
		border: 1px solid #D6D6D6;
	}

	.top_buttons .search_field form .green_btn {
		margin: 0;
		padding: 8.3px 29px;
		border: 0 none;
	}

	@-moz-document url-prefix() { 
		.top_buttons .search_field form .green_btn {
			padding: 7.2px 32px;
		}
	}

	.top_buttons .mymax_drop_down {
		padding: 20px;
		max-width: 671px;
		border: 1px solid #000;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
		text-transform: none;
	}

	.profile .dif_content .old_users,
	.top_buttons .mymax_drop_down p {
		margin-bottom: 20px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 14px;
	} 

	.profile .dif_content .tab_content fieldset.no_border {
		border-top: 0;
		margin-top: 20px;
	}

		.tab_content .no_border legend {
			text-transform: uppercase;
		}

		.tab_content .sum {
			vertical-align: middle;
			line-height: 60px;
			font-family: "arial";
		}

		.float_right {
			float: right;
		}

		table tfoot {
			text-align: right;
		}

	.profile .dif_content .tab_content fieldset.no_border  .custom_select_box {
		max-width: 320px;
	}

	.tab_content dl {
		color: #333;
		font-size: 13px;
		font-weight: normal;
	}

	.tab_content dt { 
		margin-top: 30px;
		border-top: 1px solid #d6d6d6;
	}

	table td.no_border {
		border: 0 none;
		padding-left: 0;
		padding-right: 0;
	}

	.epay_btn {
		display: inline-block;
		height: 60px;
		width: 150px;
		margin: 0 10px;
		border: 1px solid #d6d6d6;
		background: #fff url(../images/epay_btn.png) no-repeat center;
		line-height: 60px;
		vertical-align: middle;
		font-size: 0pt;
		text-indent: -99999px;
	}


	table .green_btn {
		max-width: 120px;
		font-size: 12px;
		text-align: center;
	}

	.tab_content dt span {
		display: inline-block;
		position: relative;
		top: -7px;
		padding-right: 10px;
		background-color: #fff;
	}

	.top_buttons .mymax_drop_down p.old_users {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.top_buttons .mymax_drop_down p.old_users a {
		display: inline;
	}

	.top_buttons .mymax_drop_down:after {
		content: " ";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #e9c91a;
	}

	.top_buttons .mymax_drop_down label {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin: 10px 0;
	}

	.top_buttons .mymax_drop_down .green_btn {
		margin-left: -3px;
		padding: 6.5px 20px;
		border: 0 none;
	}



	.top_buttons .mymax_drop_down a {
		display: table;
		float: left;
		clear: both;
		width: auto;
		height: auto;
		line-height: 18px;
		color: #e9c91a;
		text-decoration: underline;
	}

	.top_buttons .mymax_drop_down a.green_btn:after {
		content: none;
	}

	.top_buttons .mymax_drop_down a:after {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 7px 0 0 5px;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
	}

	.main_menu {
		position: relative;
		margin-top: 68px;
		min-height: 63px;
		background-color: #e9c91a;
		color: #fff;
	}

		.main_menu > ul {
			display: none;
			font-size: 17px;
			margin-top: 10px;
		}

		.main_menu > ul > li {
			position: relative;
			margin: 10px 0;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}

		.main_menu > ul > li:last-child .drop_down  {
			border-bottom: 1px solid #e9c91a;
		}

		.main_menu > ul > li > a {
			display: block;
			padding: 10px 18px 11px;
			vertical-align: top;
			text-transform: uppercase;
		}

		.main_menu li.active {
			background-color: #3E4E63;
		}

		.main_menu > ul > li.opened:not(.active) {
			background-color: #fff;
			color: #e9c91a;
		}

	.main_menu .drop_down {
		display: none;
		background-color: #fff;
		color: #e9c91a;
	}

	.main_menu .drop_down h2 {
		position: relative;
		padding: 0px 0 10px 20px;
		background-color: #e9c91a;
		color: #fff;
		font-size: 17px;
		font-weight: normal;
	}

	.main_menu .drop_down li > a:before {
		content: " ";
		display: inline-block;
		margin: 0 5px 0 -10px;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
		vertical-align: middle;		
	}

	.main_menu .drop_down li {
		font-size: 17px;
	}

	.main_menu .drop_down span {
		color: #3E4E63;
		font-family: tahoma, arial;
		font-size: 11px;
		text-transform: uppercase;
	}

	.main_menu .drop_down span.down_shadow {
		font-size: 0;
		text-indent: -9999px;
	}

	.main_menu .drop_down.services span.down_shadow {
		display: block;
		border-bottom: 5px solid #e9c91a;
	}

	.main_menu .drop_down span a + a {
		padding-left: 5px;
		border-left: 1px solid #3E4E63;
	}

	.main_menu .drop_down li {
		padding: 5px 0 5px 30px;
		text-transform: uppercase;
	}

	.main_menu .drop_down li > a {
		display: block;
	}

	.main_menu .drop_down li:hover {
		color: #f1a220;
	}

	.clients_btn_container {
		display: table;
		position: absolute;
		right: 0;
		z-index: 2;
		/*float: right;*/
		margin-top: -62px;
		width: 100%;
		font-size: 0;
		text-transform: uppercase;
	}

	/*i9 hack*/
	:root .clients_btn_container{
		display:block \ ;
	}
	/*end i9 hack*/

		.clients_btn_container .active {
			height: 62px;
			/*border-left: 0 none;*/
		} 

		.clients_btn_container .active:after {
			background: none;
		}

	.business_clients,
	.private_clients {
		position: relative;
		display: inline-block;
		width: 50%;
		height: 60px;
		line-height: 61px;
		border-left: 2px solid #fff;
		background-color: #e9c91a;
		font-size: 13px;
		text-indent: 17px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.private_clients {
		border-left: 0 none;
	}

	/*.business_clients:after,
	.private_clients:after {
		content: " ";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background: url('../images/menu_bottom_border.png') repeat-x;
	}*/

	.business_clients {
		background-color: #262262; 
	}

	#menu_pull:before {
		content: " ";
		float: left;
		margin: 9px 17px 0 20px;
		width: 31px;
		height: 17px;
		background: url('../images/menu_pull_icon.png') no-repeat;
	}

	#menu_pull {
		display: block;
		padding-top: 13px;
		font-size: 35px;
		text-transform: uppercase;
	}

	#menu_pull:after {
		content: " ";
		float: right;
		margin: 12px 10px 0 0;
		width: 23px;
		height: 14px;
		background: url('../images/drop_down_sprite.png') no-repeat 0 -9px;
	}

	#menu_pull.opened:after {
		width: 25px;
		background-position: -23px -9px;
	}

	.main_menu .drop_down .reload_service {
		display: block;
		padding: 10px;
		border-top: 1px solid #e9c91a;
		background-color: #EAEAEA;
		text-align: center;
		font-size: 14px;
	}

	.main_menu .drop_down .reload_service a {
		display: inline-block;
		padding: 10px;
		background-color: #e9c91a;
		color: #fff;
	}
	/*main header end ----------------------*/

	/*main footer*/
	#main_footer {
		margin-top: 20px;
		border-top: 1px solid #D6D6D6;
		font-family: tahoma, arial;
		text-align: center;
	}

	#main_footer nav {
		padding: 10px 0;
		color: #00B2AC;
		font-size: 14px;
	}

	#main_footer nav a {
		display: inline-block;
		vertical-align: top;
		padding: 5px;
		text-decoration: underline;
	}

	#main_footer nav a:hover {
		text-decoration: none;
	}

	#main_footer small {
		display: block;
		padding: 7px 0;
		color: #666;
		font-size: 12px;
		background-color: #F3F3F3;
		border-bottom: 1px solid #fff;
	}

	#main_footer .the_mags {
		display: block;
		padding: 18px 0;
		background-color: #F3F3F3;
	}
	/*main footer end*/
	/*about_company*/
	.about_company .page .about_img {
		width: 100%;
	}

	.about_company .page .company h2 {
		color: #333;
		font-size: 14px;
		font-weight: normal;
	}

	.page .dif_content .main_img {
		width: 100%;
	}
	/*about_company end*/
	/*management, news, news_inner*/
	.news_inner .dif_content,
	.news .dif_content,
	.management .dif_content {
		padding-left: 0;
	}
	.news_inner .page .dif_content article,
	.news .page .dif_content article {
		padding: 10px;
	}

	.news_inner .page .dif_content img {
		float: left;
		padding-bottom: 10px;
	}

	.management .page .dif_content h2 {
		clear: both;
		padding-top: 10px;
		margin: 15px 0;
		color: #333;
		font-size: 17px;
		font-weight: normal;
		border-top: 1px solid #D6D6D6;
	}

	/*.management .page .dif_content img {
		margin-bottom: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}*/

	/*.management .page .dif_content img,*/
	.news_inner .page .dif_content article img,
	.news .page .dif_content article img {
		margin-right: 10px;
		border: 1px solid #D6D6D6;
	}

	.news_inner .page .dif_content article,
	.news .page .dif_content article {
		display: table;
		border-bottom: 1px solid #d6d6d6;
	}

	.news_inner .page .dif_content article {
		padding: 10px;
		padding-top: 0;
	}

	.news_inner.registered .page .dif_content article {
		padding: 0;
		margin-top: 10px;
	}

	.news_inner .page .dif_content article .single_news,
	.news .page .dif_content article .single_news,
	.news .page .dif_content article img {
		display: table-cell;
		vertical-align: top;
	}

	.news_inner .page .dif_content article h3 span,
	.news .page .dif_content article h3 span {
		color: #333;
		font-size: 17px;
	}

	.news_inner .page .dif_content article h3 span:after,
	.news .page .dif_content article h3 span:after {
		content: " / ";
	}

	.news .page .dif_content article .single_news h3 {
		margin-top: 10px;
	}

	.news .page .dif_content article .see_more:after {
		content: " ";
		display: inline-block;
		margin: 0 5px 0 5px;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
		vertical-align: middle;
	}

	.pagginator {
		margin: 20px 0;
		text-align: center;
	}

	.pagginator span {
		display: inline-block;
		margin: 0 15px;
		width: 12px;
		height: 23px;
		background: url('../images/pagginator.png') no-repeat;
		vertical-align: top;
		cursor: pointer;
	}

	.pagginator ul {
		display: inline-block;
		vertical-align: top;
		color: #fff;
		font-family: 'iflash_7_0_6';
		font-size: 8px;
		text-align: center;
	}

	.pagginator li {
		float: left;
		margin: 0 5px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background-color: #e9c91a;
	}

	.pagginator a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		text-decoration: none;
	}

	.pagginator li.active {
		background-color: #333;
	}

	.pagginator .right {
		background-position: -12px 0;
	}

	.news_inner .page .dif_content article + a {
		float: right;
		margin-right: 10px;
		font-size: 17px;
	}
	/*management, news, news_inner end*/

	/*careers, apply*/
	.careers .page .dif_content {
		padding-left: 20px;
	}

	.careers .page .dif_content .main_text {
		padding: 10px;
	}

	.apply .dif_content h3 {
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.apply_container {
		padding: 5px;
	}

	.apply .careers_ok {
		margin: 0 auto;
		max-width: 680px;
		text-align: center;
	}

	.apply .careers_ok h2 {
		font-family: Tahoma;
		font-size: 17px;
		font-weight: normal;
	}

	.apply .careers_ok p {
		color: #666;
		font-size: 14px;
	}

	/*careers, apply end*/
	/*application_form*/

	.application_form .dif_content .application_form_container {
		padding: 10px;
		border-bottom: 1px solid #D6D6D6;
	}

	.application_form .dif_content small {
		color: #666;
		font-family: tahoma, arial;
		font-size: 11px;
	}

	.application_form .dif_content form {
		margin-top: 20px;
	}

	.application_form .dif_content legend {
		padding: 0 10px 10px 0;
		color: #333;
		font-size: 20px;
	}

	.application_form .dif_content legend span {
		font-size: 17px;
	}

	.application_form .dif_content legend {
		display: inline-block;
	}

	.application_form .dif_content fieldset:nth-child(1) .left {
		max-width: 295px;
	}

	.application_form .dif_content label {
		display: inline-block;
		width: 100%;
		margin: 5px 0 7px 0;
	}

	.application_form .dif_content input {
		margin-bottom: 16px;
	}

	.application_form .dif_content input[readonly] {
		width: 277px;
		background-color: #F0F3F4;
	}

	.application_form .dif_content fieldset + fieldset {
		border-top: 1px solid #D6D6D6;
	}

	.application_form .dif_content fieldset + fieldset small {
		margin: -13px 0 8px 0;
	}

	.application_form .dif_content fieldset small {
		display: block;
		font-style: italic;
	}

	.application_form .dif_content .application_form_container .green_btn {
		margin: 0;
		padding: 6.5px 12px;
		border: 0 none;
		cursor: pointer;
	}

	.application_form .dif_content input[readonly].get_file {
		margin-right: 8px;
		width: 150px;
		background-color: #fff;
	}

	.application_form .dif_content .uplode_file {
		position: relative;
		display: inline-block;
	}

	.application_form .dif_content input[type="file"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	.application_form .dif_content .go_back {
		float: right;
		margin-right: 10px;
	}

	.application_form .dif_content .captcha {
		display: block;
	}

	.application_form .dif_content .captcha + input {
		margin-top: 10px;
		width: 159px;
	}

	.application_form .dif_content .application_form_container button.green_btn {
		margin-top: 25px;
	}

	/*application_form end*/
	/*search, questions_answers*/
	.search .dif_content .searching_word {
		margin: 5px 0 20px 0;
		font-size: 17px;
	}

	.questions_answers .dif_content strong,
	.search .dif_content strong {
		color: #262262;
		font-weight: bold;
	}

	.search .dif_content .result {
		margin: 10px 0;
	}

	.search .dif_content p {
		margin: 0;
	}
	/*search, questions_answers end*/

	/*documents, directions_software, terms_conditions*/
	 a.pdf:before {
		content: " ";
		display: inline-block;
		margin-right: 5px;
		width: 24px;
		height: 26px;
		background: url('../images/document_icons.png') no-repeat;
		vertical-align: middle;
	}

	.terms_conditions .dif_content a,
	.directions_software .dif_content a,
	.documents .dif_content a {
		float: left;
		clear: both;
		margin: 5px 0;
	}

	.directions_software .dif_content h3 {
		display: block;
		color: #000;
		margin: 10px 0;
	}

	.directions_software .dif_content section {
		margin: 10px 0 30px 0;
	}

	.terms_conditions .rich_text li:before {
		content: none;
	}

	/*documents, directions_software, terms_conditions end*/
	/*postpaid_mobile_services*/
	.postpaid_mobile_services .dif_content {
		padding: 0;
	}

	.postpaid_mobile_services .dif_content nav {
		position: relative;
		display: table;
		width: 100%;
		border-bottom: 1px solid #D6D6D6;
		background-color: #e9c91a;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
	}

	.postpaid_mobile_services .dif_content nav a {
		display: table-cell;
		padding: 16px 20px;
	}

	.postpaid_mobile_services .dif_content nav a.active:before {
		position: absolute;
		bottom: -4px;
		left: 10px;
		width: 18px;
		height: 9px;
		background-position: -8px 0;
	}

	.postpaid_mobile_services .dif_content nav a.active {
		position: relative;
		background-color: #333;
	}

	.postpaid_mobile_services .dif_content nav a + a {
		border-left: 1px solid #fff;
	}

	.postpaid_mobile_services .dif_content article {
		padding: 15px 10px;
		border-bottom: 1px solid #d6d6d6;
	}

	.postpaid_mobile_services .dif_content article img {
		padding: 0 10px 10px 0;
		float: left;
	}

	.postpaid_mobile_services .dif_content article .summary {
		overflow: hidden;
	}

	.postpaid_mobile_services .dif_content article h3 {
		xpadding-top: 10px;
	}

	.postpaid_mobile_services .dif_content article h5 {
		padding-top: 5px
	}

	.postpaid_mobile_services .dif_content article a.green_btn {
		float: right;
		margin: 0;
	}
	/*postpaid_mobile_services end*/
	/*postpaid_mobile_services_inner*/
	.postpaid_mobile_services_inner .dif_content {
		margin-top: 20px;
		padding: 0;
	}

	.postpaid_mobile_services_inner .dif_content .product_title {
		min-height: 89px;
		background: url('../images/temp/postpaid_mobile_services_inner.jpg') no-repeat center;
		background-size: 100% auto;
	}

	.postpaid_mobile_services_inner .dif_content .product_title h1 {
		position: relative;
		margin: 0;
		padding: 5px;
		padding-left: 10px;
		color: #fff;
		font-family: 'din_pro_bold';
		font-size: 40px;
		font-weight: bold;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	}

	.postpaid_mobile_services_inner .dif_content .product_lines:before,
	.postpaid_mobile_services_inner .dif_content .product_lines:after {
		content: " ";
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -144px;
		width: 289px;
		height: 5px;
		background: url('../images/product_line_shadow.png') no-repeat 0 -5px;

	}

	.postpaid_mobile_services_inner .dif_content .product_lines {
		position: relative;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines:after {
		top: auto;
		bottom: 0;
		background-position: 0 0;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines_inner {
		overflow: auto;
		margin: 10px 0px 0 0;
		/*padding-right: 10px;*/
		max-height: 200px;
		color: #e9c91a;
		font-style: 17px;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines_inner a {
		display: block;
		padding: 11px 15px;
		font-size: 17px;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines_inner li:not(.active):hover {
		text-decoration: underline;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines_inner .active {
		color: #fff;
		background-color: #333;
	}

	.postpaid_mobile_services_inner .dif_content .short_title {
		padding: 10px;
	}

	.postpaid_mobile_services_inner .dif_content section + section {
		margin-top: 30px;
	}

	.postpaid_mobile_services_inner .dif_content .accordion {
		margin-top: 40px;
	}

	.postpaid_mobile_services_inner .dif_content .accordion dd {
		width: 100%;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.postpaid_mobile_services_inner .dif_content section .title_section:after {
		position: absolute;
		bottom: -19px;
		left: 50%;
		margin-left: -19px;
		width: 38px;
		height: 20px;
		background-position: 0 -9px;
	}

	.postpaid_mobile_services_inner .dif_content section .title_section {
		position: relative;
		padding: 20px;
		line-height: 20px;
		background-color: #248289;
		text-align: center;
	}

	.postpaid_mobile_services_inner .dif_content section .title_section h2 {
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 20px;
		font-weight: normal;
	}

	.postpaid_mobile_services_inner .dif_content section .title_section .green_btn {
		margin: 10px;
		vertical-align: middle;
	}

	.postpaid_mobile_services_inner .dif_content .price_plan {
		position: relative;
		margin-top: 40px;
	}

	/*.postpaid_mobile_services_inner .dif_content .additional {
		position: absolute;
		top: 0;
		right: 0;
	}*/

	.postpaid_mobile_services_inner .dif_content .additional ins:before {
		content: " ";
		position: absolute;
		top: 0;
		left: -9px;
		width: 9px;
		height: 9px;
		background: url('../images/dt_article_new.png') no-repeat;
	}

	.postpaid_mobile_services_inner .dif_content .additional ins {
		position: absolute;
		top: -9px;
		right: 0;
		padding: 2px 4px;
		background-color: #3E4E63;
		color: #fff;
		color: rgba(255, 255, 255, .8);
		font-size: 8px;
		font-family: "iflash_7_0_6"; 
		text-transform: uppercase;
		text-decoration: none;
	}

	/*.postpaid_mobile_services_inner .dif_content .rich_text li:before {
		content: none;
	}*/

	.postpaid_mobile_services_inner .dif_content .devices_extras {
		max-width: 960px;
		white-space: nowrap;
	}

	.proposal {
		display: inline-block;
		vertical-align: top;
		margin: 0 2px;
		width: 230px;
		border-radius: 2px;
		text-align: left;
		white-space: normal;
	}

	.proposal.selected {
		box-shadow: 0 0 5px rgba(36, 130, 137, .9);
	}

	.add_extra.buyed {
		background-color: #d8517e;
	}

	.proposal.selected .img_container mark {
		height: 100%!important;
		background-color: rgba(36, 130, 137, .9);
	}


	.proposal .img_container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 233px;
	}

	.proposal .img_container img {
		display: block;
		margin: 0 auto;
	}

	/*.proposal .img_container mark.selected {
		background-color: rgba(36, 130, 137, .9);
	}*/

	.proposal .img_container mark {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 25%;
		background-color: rgba(0, 181, 172, .9);
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
	}

	/*.proposal .img_container mark {
		height: 19%;
	}*/

	.proposal .img_container mark em {
		display: block;
		padding: 1px 5px 5px 5px;
		font-family: "museo_cyrl500";
	}

	.proposal .img_container mark em {
		font-size: 17px;
		font-style: normal;
		min-height: 40px;
	}

	.proposal .img_container mark span {
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.proposal .img_container mark span + span {
		padding-top: 5px;
		border-top: 1px solid #fff;
	}

	.proposal strong {
		display: inline-block;
		margin: 17px 0 0 18px;
		vertical-align: top;
		color: #00B2AC;
		font-size: 17px;
		font-weight: normal;
	}

	.proposal a {
		float: right;
		margin: 9px;
		padding: 7.5px 20px;
		font-weight: normal;
		background-color: #acacac;
	}

	.proposal em a {
		float: none;
		margin: 0;
		padding: 0;
		background-color: transparent;
		color: #fff;
		text-decoration: none;
	}

	.post_pagginator {
		margin-top: 8px;
		text-align: center;
	}

	.post_pagginator a {
		display: inline-block;
		vertical-align: top;
		margin: 3px;
		width: 12px;
		height: 12px;
		border: 1px solid #d6d6d6;
		background-color: #F0F3F4;
		font-size: 0;
		text-indent: -10000px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}

	.post_pagginator a.active {
		border: 0 none;
		background-color: #e9c91a;
	}

	
	/*postpaid_mobile_services_inner end*/
	/*terms_conditions_inner, covering, shop_network*/

	.shop_network .dif_content,
	.covering .dif_content,
	.terms_conditions_inner .dif_content {
		padding: 10px 0 0 0;
	}

	.covering .dif_content article,
	.terms_conditions_inner .dif_content article {
		padding: 0 10px; 
		border-bottom: 1px solid #D6D6D6;
	}

	.covering .dif_content article {
		border-bottom: 0 none;
	}

	.terms_conditions_inner .dif_content a {
		display: table;
		margin: 20px 0;
	}

	.shop_network .dif_content h3,
	.covering .dif_content h3,
	.terms_conditions_inner .dif_content h3 {
		display: block;
		padding-left: 10px; 
		text-transform: uppercase;
	}

	.terms_conditions_inner .dif_content a.green_btn {
		float: right;
		margin-right: 10px;
	}

	.gmap {
		width: 100%;
		height: 300px;
		border: 0 none;
	}

	.shop_network .dif_content form {
		margin-top: 20px;
	}

	.shop_network .dif_content .search,
	.shop_network .dif_content label {
		margin: 8px;
	}

	.shop_network .dif_content .search {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		max-width: 715px;
		margin-bottom: 20px;
	}

	.shop_network .dif_content .search input {
		display: table-cell;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.shop_network .dif_content button {
		margin: 10px 0 0 0;
		padding: 6.5px 20px;
		border: 0 none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}

	.shop_network .dif_content .gmap {
		margin-top: 30px;
	}

	#mapContainer .infobox_gmap h3,
	#mapContainer .infobox_gmap {
		color: #fff;
	}

	#mapContainer .infobox_gmap {
		padding: 10px;
		border-radius: 5px;
		background-color: #e9c91a;
	}

	.shop_network .dif_content select {
		width: 142px;
		height: 32px;
	}

	.shop_network .dif_content fieldset + fieldset {
		position: relative;
	}

	.shop_network .dif_content fieldset + fieldset span {
		display: block;
		margin: 20px 0;
	}

	.shop_network .dif_content button {
		margin: 0 0 0 5px;
		padding: 7.4px;
	}

	@-moz-document url-prefix() { 
		.shop_network .dif_content button {
			padding: 7.2px;
		}
	}

	.shop_network .dif_content h2 {
		padding: 9.5px;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		background-color: #248289;
	}

	.shop_network .dif_content table strong {
		display: block;
	}

	.shop_network .dif_content table td {
		width: 30%;
	}

	.shop_network .dif_content table td + td {
		width: 20%;
	}

	.shop_network .dif_content table td + td + td {
		width: 11%;
	}

	.shop_network .dif_content table td + td + td + td {
		width: 10%;
	}

	.shop_network .dif_content table td + td + td + td + td {
		width: 29%;
	}

	.payment .dif_content {
		padding-left: 0;
	}
	/*terms_conditions_inner, covering, shop_network end*/
	/*payment_inner*/
	.payment_inner .dif_content .service_type a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 8px 13px;
		background-color: #e9c91a;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 14px;
		text-transform: uppercase;
	}

	.payment_inner .dif_content .service_type a + a {
		margin-left: -3px;
	}

	.payment_inner .dif_content .service_type a:hover,
	.payment_inner .dif_content .service_type a.active {
		background-color: #333;
	}

	.payment_inner .dif_content .service_type a.active:before {
		content: " ";
		position: absolute;
		bottom: -6px;
		left: 20;
		width: 18px;
		height: 6px;
		background: url('../images/submenu.png') no-repeat 0 -3px;
	}

	.payment_inner .dif_content form {
		margin-top: 30px;
	}

	.payment_inner .dif_content label {
		display: inline-block;
		vertical-align: top;
		width: 295px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.payment_inner .dif_content .payment_way label:first-child {
		display: none;4
	}

	.payment_inner .dif_content .payment_way label {
		width: auto;
		margin-right: 20px;
	}

	.payment_inner .dif_content .payment_way_content {
		display: none;
	}

	.payment_inner .dif_content .payment_way_content.login button {
		margin: 19px 10px 0 0;
		padding: 6.5px 20px;
	}

	.payment_inner .dif_content .payment_way_content.login label {
		margin-right: 10px;
	}

	.payment_inner .dif_content .payment_way_content.login a {
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
		color: #262262;
		font-family: tahoma, arial;
		font-size: 14px;
		text-decoration: underline;
	}

	.payment_inner .dif_content .payment_way_content.login a:after {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 9px 0 0 4px;
		width: 6px;
		height: 5px;
		background: url('../images/submenu.png') no-repeat -6px -9px;
	}
	
	.payment_inner .dif_content .payment_way_content.active {
		display: block;
	}

	.payment_inner .dif_content tfoot {
		margin-top: 10px;
	}

	.payment_inner .dif_content tfoot .full_price td:after,
	.payment_inner .dif_content tfoot .full_price td:before {
		content: " ";
		position: absolute;
		top: -2px;
		left: 0;
		width: 100%;
		border-top: 1px solid #d6d6d6;
	}

	.payment_inner .dif_content tfoot .full_price td {
		position: relative;
		padding: 15px 0;
		padding-left: 10px;
		border-bottom: 1px solid #fff;
		border-left: 
	}

	.payment_inner .dif_content tfoot .full_price td:after {
		top: auto;
		bottom: -2px;
		border-top: 0 none;
		border-bottom: 1px solid #d6d6d6;
	}

	.payment_inner .dif_content tfoot .full_price {
		margin-top: 20px;
		background-color: #EAEAEA;
	}

	.payment_inner .dif_content table {
		display: none;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.payment_inner .dif_content tfoot {
		font-family: "museo_cyrl500";
		color: #262262;
		font-size: 17px;
	}

	.payment_inner .dif_content tfoot td {
		border: 0 none;
	}

	.payment_inner .dif_content table label {
		width: auto;
	}

	.payment_inner .dif_content tfoot tr:first-child td {
		border: 0 none;
	}

	.payment_inner .dif_content td + td + td + td {
		border: 0 none;
		background-color: #fff;
	}

	/*.payment_inner .dif_content .payment_way_content + .payment_way_content,
	.payment_inner .dif_content .payment_way label + label {
		display: block;
	}*/

	.payment_inner .dif_content .service h4 {
		padding: 10px 0;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
		font-weight: normal;
	}

	.payment_inner .dif_content .service label {
		width: auto;
		margin-right: 20px;
	}

	.payment_inner .dif_content .data {
		line-height: 28px;

	}

	.payment_inner .dif_content .data .service_in {
		display: none;
	}

	.payment_inner .dif_content .data .service_in.active {
		display: block;
	}

	.payment_inner .dif_content .data span {
		display: inline-block;
		vertical-align: top;
		margin: 30px 10px 0 10px;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.payment_inner .dif_content .captcha_wrap {
		display: inline-block;
		margin-top: 10px;
		width: 294px;
		border: 1px solid #d6d6d6;
		text-align: center;
	}

	.payment_inner .dif_content .captcha_wrap img {
		max-width: 100%;
	}

	.payment_inner .dif_content .method_of_payment,
	.payment_inner .dif_content .reg_2,
	.payment_inner .dif_content.prepaid_div .register  {
		position: relative;
		margin-top: 20px;
		border-top: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px; 
		clear: both;
	}

	.payment_inner .dif_content .reg_2, .payment_inner .dif_content.prepaid_div .register {
		border-bottom: 0;
	}

	.payment_inner .dif_content.prepaid_div .register {
		margin-bottom:30px;
		padding-bottom: 15px;
	}

	.payment_inner .dif_content .method_of_payment span,
	.payment_inner .dif_content .reg_2 span ,
	.payment_inner .dif_content.prepaid_div span.registration_legend {
		position: absolute;
		top: -10px;
		left: 0;
		padding-right: 10px;
		background-color: #fff;
		font-family: "museo_cyrl500";
		font-size: 13px;
	}

	.payment_inner .dif_content .reg_2 fieldset {margin-top:25px;margin-bottom: 5px;}

	.payment_inner .dif_content .method_of_payment .text {
		margin: 10px 0 0 32px;
	}

	.payment_inner .dif_content .method_of_payment .epay {
		float: right;
	}

	.payment_inner .dif_content .method_of_payment > div label {
		width: auto;
	}

	.payment_inner .dif_content .method_of_payment > div {
		display: inline-block;
		vertical-align: top;
		padding: 20px;
		padding-left: 0;
		width: 100%;
		/*width: 49%;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.payment_inner .dif_content .method_of_payment > div + div {
		border-top: 1px solid #d6d6d6;
		/*border-left: 1px solid #d6d6d6;*/
		/*padding-left: 10px;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.payment_inner .dif_content .register {
		margin-top: 20px;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.payment_inner .dif_content .register label {
		margin-right: 15px;
	}

	.payment_inner .dif_content .register .reg_inner {
		display: none;
	}

	.payment_inner .dif_content .payment_way_content button {
		border: 0 none;
		cursor: pointer;
	}
	/*payment_inner end*/
	/*contacts*/
	.contacts .dif_content {
		padding: 10px;

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

	.contacts .dif_content address {
		font-style: normal;
	}

	.contacts .dif_content address .title {
		display: inline-block;
		vertical-align: top;
		margin-left: 0; 
		padding: 15px 0 5px 0;
		font-size: 17px;
		font-family: "museo_cyrl500";
		text-transform: uppercase;
	}

	.contacts .dif_content address p {
		margin: 0;
	}

	.contacts .dif_content .gmap {
		margin-top: 20px;
	}

	.contacts .dif_content .info {
		float: left;
		margin-top: 6px;
		padding: 10px;
		width: 50%;
		min-height: 90px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 12px;
		background-color: #f5f5f5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.contacts .dif_content .info + .info {
		border-left: 10px solid #fff;
	}

	.contacts .dif_content form {
		margin-top: 20px;
	}

	.contacts .dif_content fieldset {
		border-top: 1px solid #d6d6d6;
	}

	.contacts .dif_content legend {
		color: #333;
		font-size: 13px;
	}

	.contacts .dif_content form .container {
		display: table;
		margin-top: 30px;
	}

	.contacts .dif_content .left {
		width: 295px;
	}

	.contacts .dif_content input {
		margin-bottom: 15px;
	}

	.contacts .dif_content .captcha {
		display: block;
	}

	.contacts .dif_content .captcha + input {
		margin-top: 10px;
		margin-bottom: 3px;
		width: 159px;
	}

	.contacts .dif_content small {
		display: block;
		color: #666;
		font-size: 11px;
		font-style: italic;
	}

	.contacts .dif_content button {
		border: 0 none;
		padding: 7.5px 20px;
	}

	.contacts .dif_content form .container {
		width: 100%;
	}

	.contacts .dif_content textarea {
		margin: 0;
		min-height: 98px;
	}

	.contacts .dif_content .right input {
		display: block;
		width: 295px;
	}
	/*contacts end*/
	/*promotions, promotion_inner*/
	.promotions .dif_content {
		position: relative;
	}

	.promotions .dif_content:after,
	.promotions .dif_content:before {
		content: " ";
		position: absolute;
		top: -40px;
		left: 30px;
		z-index: 1;
		width: 5px;
		height: 374px;
		background: url('../images/promotions_shadow.png') no-repeat;
	}

	.promotions .dif_content:after {
		left: auto;
		right: 20px;
		background-position: -5px 0px;
	}

	.promotions .dif_content .container {
		position: relative;
		overflow: auto;
		margin: 0 20px;
		padding-left: 3px;
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
	}

	.promotions .dif_content .container ul {
		white-space: nowrap;
	}

	.promotions .dif_content .container li {
		display: inline-block;
		vertical-align: top;
		white-space: normal;
		overflow: hidden;
		margin: 0 2px;
		width: 230px;
		height: 285px;
		border: 1px solid #d6d6d6;
	}

	.promotions .dif_content .img_container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 233px;
	}

	.promotions .dif_content .img_container mark {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 81px;
		background-color: rgba(0, 181, 172, .9);
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
	}

	.promotions .dif_content .img_container mark em {
		display: block;
		font-size: 17px;
		font-style: normal;
	}

	.promotions .dif_content .img_container mark span {
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.promotions .dif_content strong {
		display: inline-block;
		margin: 17px 0 0 10px;
		max-width: 82px;
		white-space: nowrap;
		vertical-align: top;
		color: #00B2AC;
		font-size: 17px;
		font-weight: normal;
	}

	.promotions .dif_content a {
		float: right;
		margin: 8px;
		padding: 7.5px 20px;
		font-weight: normal;
	}

	.promotions .dif_content .img_container a {
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.promotions .dif_content .img_container a img {
		width: 100%;
	}

	.promotion_inner .dif_content {
		padding-right: 10px;
		float: none;
		width: 100%;
	}

	.promotion_inner .dif_content img {
		/*float: left;*/
		padding: 0 10px 10px 0;
		/*max-width: 250px;*/
	}

	.promotion_inner .dif_content h3 {
		font-size: 17px;
		color: #000;
	}

	.promotion_inner .dif_content article {
		border-bottom: 1px solid #d6d6d6;
	}

	.promotion_inner .dif_content article > a {
		display: table;
		margin: 13px 0;
		font-family: 'museo_cyrl500'; 
		font-size: 17px;
	}

	.promotion_inner .dif_content > a.green_btn {
		float: right;
		margin-right: 10px;
	}
	/*promotions, promotion_inner end*/
	/*packages*/
	.packages .dif_content .container {
		overflow: hidden;
	}

	.packages .dif_content .container > ul > li:before {
		content: none;
	}

	.packages .dif_content .container > ul {
		margin-top: -5px;
		text-align: left;
	}

	.packages .dif_content .container > ul > li {
		position: relative;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
		margin: 7px 5px;
		width: 230px;
		height: 375px;
		border: 1px solid #d6d6d6;
		text-align: left;
	}

	.packages .dif_content .container > ul > li ul {
		overflow: hidden;
		max-height: 120px;
		padding: 3px 10px 3px 23px;
	}

	.packages .dif_content .container > ul > li li:before {
		margin: 5px 5px 0 -13px;
	}

	.packages .dif_content .container > ul > li li {
		margin: 4px 0;
	}

	.packages .dif_content .container > ul > li > a {
		position: absolute;
		bottom: 4px;
		margin-left: 10px;
	}

	.packages .dif_content .container > ul > li > a:after {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 6px 0 0 5px;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
	}

	.packages .dif_content .img_container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 233px;
	}

	.packages .dif_content .img_container mark {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 81px;
		background-color: rgba(0, 181, 172, .9);
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
	}

	.packages .dif_content .img_container mark em {
		display: block;
		font-family: "museo_cyrl500";
		font-size: 17px;
		font-style: normal;
	}

	.packages .dif_content .img_container mark span {
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
		font-family: tahoma, arial;
		font-size: 14px;
	}
	/*packages end*/
	/*packages_inner*/
	.packages_inner .dif_content {
		padding: 0;
	}

	.packages_inner .dif_content .packages_info {
		position: relative;
		padding: 10px;
		min-height: 200px;
		background-repeat: no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 14px;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	}

	.packages_inner .dif_content .packages_info h1 {
		margin: 5px 0;
		color: #fff;
		font-family: 'din_pro_bold';
		font-size: 40px;
		text-transform: none;
	}

	.packages_inner .dif_content .packages_info ul {
		margin-top: 10px;
	}

	.packages_inner .dif_content .packages_info li:before {
		display: inline-block;
		vertical-align: top;
		margin: 6px 5px 0 0;
		width: 8px;
		height: 7px;
		background-position: -26px 0;
	}

	.packages_inner .dif_content .packages_info li {
		margin: 2px 0;
	}

	.packages_inner .dif_content h2 {
		margin: 30px 0 10px 10px;
		font-size: 17px;
		font-weight: normal;
		text-transform: uppercase;
	}

	.packages_inner .dif_content article img {
		float: left;
		margin: 0 10px 10px 0;
	}

	.packages_inner .dif_content article { 
		padding: 10px;
	}

	.packages_inner .dif_content article + article:before {
		position: absolute;
		top: -13.5px;
		left: 50%;
		margin-left: -13.5px;
		width: 27px;
		height: 27px;
		background-position: 0 -29px
	}

	.packages_inner .dif_content article + article {
		position: relative;
		padding-top: 20px;
		border-top: 1px solid #d6d6d6;
	}

	.packages_inner .dif_content article a.green_btn {
		float: right;
	} 

	.packages_inner .dif_content .price_tag {
		margin-top: 20px;
	}

	.packages_inner .dif_content .accordion {
		margin-top: 15px;
	}

	.packages_inner .dif_content .accordion a {
		display: table;
		margin: 10px 0;
		font-family: "museo_cyrl500";
		font-size: 17px;
	}

	/*packages_inner end*/
	/*registration*/
	.registration .dif_content {
		float: none;
		padding: 0 10px;
		width: 100%;
	}

	.registration .dif_content .box {
		max-width: 620px;
		margin: 10px 0;
	}

	.registration .dif_content .box > * {
		display: inline-block;
		vertical-align: top;
		max-width: 298px;
		width: 100%;
		margin-right: 10px;
	}

	.registration .dif_content label {
		line-height: 25px;
	}

	.registration .dif_content label.more_info {
		color: #f1a220;
		line-height: 17px;
	}

	.registration .dif_content .more_info_content {
		display: none;
	}

	.registration .dif_content .more_info_content fieldset {
		border-top: 1px solid #d6d6d6;
	}

	.registration .dif_content .more_info_content legend {
		padding-right: 10px;
		color: #333;
		font-size: 13px;
	}

	.registration .dif_content .more_info_content .box {
		max-width: 1035px;
	}

	.registration .dif_content .more_info_content small {
		color: #666;
		font-style: italic;
	}

	.registration .dif_content .more_info_content .building {
		max-width: 399px;
		width: 100%;
	}

	.registration .dif_content .more_info_content .building label {
		display: inline-block;
		width: 95px;
	}

	.registration .dif_content .more_info_content .building input {
		width: 85px;
	}

	.registration .dif_content .post_code input {
		display: block;
		width: 85px;
	}

	.registration .dif_content .conditions {
		margin: 10px 0;
		padding: 10px;
		border-top: 1px solid #d6d6d6;
	}

	.registration .dif_content .conditions label {
		line-height: 17px;
		margin: 10px 0;
		color: #333;
	}

	.registration .dif_content small {
		display: block;
		color: #666;
		font-family: tahoma, arial;
		font-size: 11px;
		font-style: italic;
	}

	.registration .dif_content .captcha {
		padding: 10px;
		border-top: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
	}

	.registration .dif_content .captcha img.captcha_img {
		max-width: 297px;
		width: 100%;
		border: 1px solid #d6d6d6;
	}

	.registration .dif_content .captcha label {
		display: inline-block;
		vertical-align: top;
		max-width: 327px;
		width: 100%;
	}

	.registration .dif_content button {
		display: block;
		margin: 20px auto 0 auto;
		border: 0 none;
		cursor: pointer;
	}
	/*registration end*/
	/*devices*/
	.devices .dif_content {
		padding: 0;
	}

	.device_carousel {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-height: 215px;
	}

	.device_carousel ul {
		/*width: 99999px;*/
		display: inline-block;
		vertical-align: top;
		width: 100%;
		white-space: nowrap;
	}

	.device_carousel li {
		width: 100%;
		position: relative;
		/*float: left;*/
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}

	.device_carousel li + li {
		margin-left: -4px;
	}

	.device_carousel img {
		display: block;
		width: 100%;
	}

	.banner_info {
		position: absolute;
		top: 10px;
		left: 20px;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 12px;
		line-height: 16px;
	}

	.banner_info > * {
		font-weight: normal;
	}
	
	.banner_info strong {
		font-size: 9px;
	}

	.device_carousel aside:before {
		content: " ";
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -10px;
		width: 40px;
		height: 20px;
		background: url('../images/slider_aside_bgr.png') no-repeat top center;
	}

	.device_carousel aside {
		position: relative;
		min-height: 50px;
		background-color: #e9c91a;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
	}

	.device_carousel aside a {
		display: inline-block;
		vertical-align: top;
		padding: 10px;
		padding-right: 105px;
	}

	.device_carousel .nav_slides {
		position: absolute;
		bottom: 10px;
		right: 20px;
		display: block;
	}

	.device_carousel .nav_slides span {
		display: inline-block;
		vertical-align: top;
		width: 12px;
		height: 23px;
		background: url('../images/slider_arrows.fw.png') no-repeat;
		cursor: pointer;
	}

	.device_carousel .nav_slides .right {
		margin-left: 40px;
		background-position: -13px 0;
	}

	.all_devices fieldset {
		margin-top: 10px;
		border-top: 1px solid #d6d6d6;
	}

	#form_filter {
		padding: 0 14px 0 10px;
	}

	.all_devices .sort {
		float: right;
		margin-bottom: 15px;
		width: 100%;
		background-color: #fff;
		text-align: right;
	}
	
	.all_devices legend {
		padding: 10px 0;
		padding-right: 5px;
		color: #333;
		font-size: 13px;
	}

	.comparison table {
		white-space: normal;
	}
	.comparison table thead {
		vertical-align: top;
	}

	.comparison table h2 {
		padding: 5px 0;
		color: #000;
		font-size: 17px;
	}

	.comparison table thead td {
		padding: 0 11px;
		max-width: 240px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.comparison table thead h2 {
		padding: 10px 0;
		max-width: 240px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 17px;
		text-transform: uppercase;
	}

	.comparison table thead td + td {
		max-width: auto;
		text-align: center;
	}

	.comparison thead .add {
		position: relative;
	}

	.comparison .custom_select_box {
		display: block;
		margin: 0 auto 25px auto;
	}

	.comparison thead .add:before {
		content: " ";
		position: absolute;
		top: -8px;
		left: 50%;
		margin-left: -8px;
		border-color: transparent transparent #e9c91a transparent;
		border-width: 0 8px 8px 8px;
		border-style: solid;
	}

	.comparison tr.titles {
		color: #333;
		font-family: "museo_cyrl500";
		font-size: 18px;
	}

	.comparison tr.titles td {
		text-align: left;
	}

	.comparison tbody {
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.comparison tbody td + td {
		text-align: right;
	}

	.comparison .dif_content > a.green_btn {
		float: right;
	}
	/*devices end*/
	/*devices_inner, accessories_inner*/
	.accessories_inner .dif_content,
	.devices_inner .dif_content {
		padding: 0;
	}

	.device_images {
		overflow-y: hidden;
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.device_images ul {
		padding-bottom: 10px;
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
	}

	.device_images li {
		display: inline-block;
		vertical-align: top;
		margin: 0 2px;
		width: 245px;
		height: 320px;
		border: 1px solid #d6d6d6;
		text-align: center;
		white-space: normal;
	}

	.device_images li span {
		display: inline-block;
		vertical-align: top;
		margin: 5px 0;
		padding: 5px 10px;
		background-color: #3E4E63;
		color: #fff;
		color: rgba(255, 255, 255, .8);
		font-family: "iflash_7_0_6";
		font-size: 8px;
		text-transform: uppercase;
	}

	.device_images li img {
		display: block;
		margin: 0 auto;
		padding: 5px;
		max-width: 100%;
		max-height: 276px;
	}

	.accessories_inner .dif_content .device_information,
	.devices_inner .dif_content .device_information {
		padding: 10px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.accessories_inner .dif_content .device_information h2,
	.devices_inner .dif_content .device_rating h2,
	.devices_inner .dif_content .device_information h2 {
		margin: 10px 0;
		color: #000;
		font-family: "museo_cyrl500";
		font-size: 17px;
		font-weight: normal;
		text-transform: uppercase;
	}

	.accessories_inner .dif_content .device_information p,
	.devices_inner .dif_content .device_information p {
		margin: 5px;
	}

	.accessories_inner .dif_content .device_all_info nav,
	.devices_inner .dif_content .device_all_info nav {
		border-bottom: 1px solid #d6d6d6;
	}

	.accessories_inner .dif_content .device_all_info nav > a,
	.devices_inner .dif_content .device_all_info nav > a {
		display: inline-block;
		vertical-align: top;
		padding: 16px 10px;
		background-color: #e9c91a;
		color: #fff;
		font-size: 17px;
		text-transform: uppercase;
		font-family: "museo_cyrl500";
	}

	.accessories_inner .dif_content .device_all_info nav > a + a,
	.devices_inner .dif_content .device_all_info nav > a + a {
		margin-left: -3px;
	}

	.accessories_inner .dif_content .device_all_info  nav > a.active:before,
	.devices_inner .dif_content .device_all_info nav > a.active:before {
		content: " ";
		position: absolute;
		bottom: -5px;
		left: 15px;
		width: 10px;
		height: 5px;
		background: url('../images/main_sprite.png') no-repeat -12px -4px;
	}

	.accessories_inner .dif_content .device_all_info nav > a.active,
	.devices_inner .dif_content .device_all_info nav > a.active {
		position: relative;
		background-color: #333;
	}

	.accessories_inner .dif_content .device_all_info .compare,
	.devices_inner .dif_content .device_all_info .compare {
		display: block;
		margin: 15px 10px;
		color: #00B2AC;
		font-size: 14px;
		font-family: tahoma, arial;
		text-decoration: underline;
		text-align: right;
	}

	.accessories_inner .dif_content .device_all_info .compare a:after,
	.devices_inner .dif_content .device_all_info .compare a:after {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 8px 0 0 6px;
		width: 6px;
		height: 5px;
		background: url('../images/submenu.png') no-repeat -6px -9px;
	}

	.devices_inner .inf {
		color: #666;
		font-family: tahoma, arial;
	}

	.devices_inner .dif_content .accordion {
		font-family: "museo_cyrl500";
		font-size: 17px;
	}

	.devices_inner .dif_content table {
		white-space: nowrap;
	}

	.devices_inner .dif_content tbody {
		font-family: tahoma, arial;
		color: #333;
		font-size: 14px;
	}

	.devices_inner .dif_content tbody td {
		position: relative;
	}

	.devices_inner .dif_content tbody td label {
		line-height: 19px;
	}

	 .devices_inner .dif_content tbody td:nth-child(3) label,
	 .devices_inner .dif_content tbody td:nth-child(4) label {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  min-width: 110px;
	 }

	 .devices_inner .dif_content tbody td:nth-child(3) label:before,
	 .devices_inner .dif_content tbody td:nth-child(4) label:before {
	  position: absolute;
	  top: 0;
	  left: 0;
	 }

	.devices_inner .dif_content tbody td + td {
		text-align: right;
	}

	.devices_inner .dif_content tbody .promo {
		position: relative;
		top: -11px;
		left: -11px;
		float: left;
		padding: 5px 10px;
		background-color: #3E4E63;
		color: rgba(255, 255, 255, .8);
		font-family: "iflash_7_0_6";
		font-size: 8px;
		text-transform: uppercase;
	}

	.devices_inner .dif_content .buy {
		float: right;
		margin-bottom: -25px;
		margin-right: -15px;
	}

	.devices_inner .dif_content .buy .info {
		display: inline-block;
		vertical-align: middle;
		width: 26px;
		height: 26px;
		background: url('../images/info_box.jpg') no-repeat;
	}

	.devices_inner .dif_content .buy button {
		border: 0 none;
		vertical-align: middle;
		cursor: pointer;
	}

	.accessories_inner .dif_content .connected_products,
	.devices_inner .dif_content .connected_products {
		margin: 40px 9px 0 10px;
		padding-bottom: 20px;
		border-top: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
	}

	.accessories_inner .dif_content .connected_products > ins,
	.devices_inner .dif_content .connected_products > ins {
		display: inline-block;
		vertical-align: top;
		margin-top: -9px;
		padding-right: 10px;
		background-color: #fff;
		color: #333;
		font-size: 13px;
		text-decoration: none;
	}

	.devices_inner .dif_content .mask {
		overflow-y: hidden;
		overflow-x: auto;
		width: 100%;
	}

	.devices_inner .dif_content .connected_products .device_box {
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
	}

	.devices_inner .dif_content .device_box li {
		display: inline-block;
		vertical-align: top;
		margin: 1px;
		white-space: normal;
	}

	.devices_inner .dif_content .back {
		float: right;
		margin-right: 10px;
	}

	.accessories_inner .dif_content .inf + .inf,
	.devices_inner .dif_content .inf + .inf {
		display: none;
	}

	.accessories_inner .dif_content .inf + .inf,
	.devices_inner .dif_content .inf + .inf {
		padding: 0 10px;
	}

	.devices_inner .dif_content .inf + .inf  table {
		width: auto;
	}
	.devices_inner .dif_content .inf + .inf thead td {
		background-color: #E1E7EA;
	}

	.devices_inner .dif_content .inf + .inf  td {
		background-color: transparent;
	}

	/*.accessories_inner .dif_content .inf li:before,
	.devices_inner .dif_content .inf li:before {
		content: none;
	}*/

	.accessories_inner .dif_content .condition a,
	.devices_inner .dif_content .condition a {
		display: table;
		margin: 8px 0;
		color: #262262;
		font-size: 17px;
		text-decoration: underline;
	}

	.device_rating {
		margin-bottom: 20px;
		text-align: center;
	}

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

	.device_rating h2 {
		padding-left: 10px;
	}

	.device_rating .param {
		display: inline-block;
		vertical-align: top;
		margin: 6px 4px; 
		padding: 5px;
		width: 126px;
		height: 51px;
		border: 1px solid #fff;
		outline: 1px solid #d6d6d6;
		background-color: #F5F5F5;
	}

	.device_rating .param small {
		display: block;
		color: #666;
		font-family: "iflash_7_0_6";
		font-size: 8px;
		text-transform: uppercase;
	}

	.device_rating .param span {
		display: inline-block;
		vertical-align: top;
		margin: 10px 1px;
		width: 13px;
		height: 13px;
		background-color: #919191;
		text-indent: -99999px;
		font-size: 0;
	}

	.device_rating .param span.active {
		background-color: #e9c91a;
	}

	.device_rating .select_color {
		display: block;
		margin: 6px auto;
		padding: 5px;
		width: 216px;
		height: 78px;
		border: 1px solid #fff;
		outline: 1px solid #d6d6d6;
		background-color: #F5F5F5;
	}

	.device_rating .select_color strong {
		display: inline-block;
		vertical-align: middle;
		color: #333;
		font-weight: 500;
		font-size: 18px;
	}

	.device_rating .select_color small {
		display: block;
		margin-top: 20px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 11px;
		font-style: italic;
	}

	.device_rating .pick_color {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.c_picker_remove {
		position: absolute;
		left: -999999px;
		opacity: 0;
	}

	.device_rating .pick_color ul {
		position: absolute;
		top: 32px;
		left: 0;
		z-index: 1;
		width: 100%;
		border: 1px solid #D6D6D6;
		background-color: #F0F3F4;
		display: none;
	}

	.device_rating .pick_color li,
	.device_rating .pick_color p {
		padding: 3px;
		line-height: 25px;
		background-color: #F0F3F4;
		color: #666;
		font-family: tahoma, arial;
		font-size: 12px;
		cursor: pointer;
	}

	.device_rating .pick_color li:after {
		content: " ";
		clear: both;
	}

	.device_rating .pick_color li span,
	.device_rating .pick_color p span {
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
		width: 25px;
		height: 25px;
		background-color: #000;	
		text-indent: -99999px;
		font-size: 0;
	}

	.device_rating .pick_color p {
		display: inline-block;
		vertical-align: top;
		border: 1px solid #D6D6D6;
		cursor: default;
	}

	.device_rating .pick_color p:after {
		content: " ";
		float: right;
		margin: 10px;
		width: 11px;
		height: 6px;
		background: url('../images/select_arrow.png') no-repeat;
	}

	.icons_container {
		float: right;
	}

	.icons_container span {
		float: left;
		overflow: hidden;
		margin: 1px 3px;
		width: 28px;
		height: 28px;
		background: url('../images/icon.jpg') #e9c91a;
		font-size: 0;
	}

	.icon_popup:before {
		content: " ";
		position: absolute;
		top: -13px;
		right: -28px;
		width: 100%;
		height: 100%;
		background: url('../images/icon_popup_shadow.png');
	}

	.icon_popup {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		display: none;
		padding: 10px;
		max-width: 276px;
		width: 100%;
		border: 1px solid #e9c91a;
		background-color: #F5F5F5;
		color: #333;
		font-size: 12px;
		font-family: tahoma, arial;
	}

	.icon_popup:after {
		content: " ";
		position: absolute;
		bottom: -13px;
		left: -1px;
		z-index: 3;
		width: 15px;
		height: 13px;
		background: url('../images/icon_popup_arrow.png') no-repeat;
	}
	/*devices_inner end*/

	#popup .extras_popup,
	#popup_leasing .extras_popup {
		position: relative;
		margin: 0 auto;
		margin-top: 100px;
		max-width: 998px;
		width: 100%;
		box-shadow: 0 0 5px #000;
		background: #fff;
		text-align: center;
	}

	#popup .extras_popup h2,
	#popup_leasing .extras_popup h2 {
		background-color: #333;
		padding: 10px;
		color: #fff;
		font-weight: normal;
		font-size: 17px;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 #000;
		text-align: left;
	}

	#popup .extras_popup article,
	#popup_leasing .extras_popup article {
		margin: 10px;
		padding: 10px;
	}

	#popup .extras_popup .close,
	#popup_leasing .close {
		position: absolute;
		top: 8px;
		right: 8px;
		width: 23px;
		height: 23px;
		overflow: hidden;
		background: url('../images/main_sprite.png') no-repeat -30px -17px;
		cursor: pointer;
		font-size: 0;
		text-indent: -9999px;
	}

	#popup .proposal .img_container mark{
		height: 39%;
	}

	#popup .proposal .img_container mark em {
		padding: 0;
	}

	/*profile*/
	.profile .dif_content {
		padding: 0 10px;
	}

	.profile .profile_nav {
		float: right;
	}

	.profile .profile_nav.tabs {
		float: left;
	}

	.profile .dif_content form {
		clear: both;
	}

	.tab_content .nav {
		margin-bottom: 10px;
	}

	.profile .profile_nav li {
		display: inline-block;
	}

	.profile .profile_nav a,
	.profile .profile_nav span {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 5px;
		margin-left: -3px;
		padding: 6px 17px;
		background-color: #e9c91a;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 14px;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 #248289;
		cursor: pointer;
	}

	.profile .dif_content .old_users {
		float: right;
		margin-bottom: 0;
	}

	.profile .dif_content .old_users a {
		color: #e9c91a;
		font-family: tahoma, arial;
		font-size: 14px;
		text-decoration: underline;
	}

	.profile .dif_content .old_users a:after {
		content: " ";
		display: inline-block;
		vertical-align: top;
		margin: 7px 0 0 5px;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
	}

	.profile .profile_nav span:not(.user):hover,
	.profile .profile_nav a:not(.user):hover,
	.profile .profile_nav .active {
		position: relative;
		background-color: #333;
		text-shadow: none;
	}

	.profile .profile_nav .user {
		background-color: #248289;
	}
	
	.profile .dif_content .nav span {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 5px;
		padding: 7.5px 17px;
		background-color: #e9c91a;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 14px;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 #248289;
		cursor: pointer;
	}

	.profile .dif_content .nav span + span {
		margin-left: -3px;
	}

	.profile .dif_content .nav .active:before {
		content: " ";
		position: absolute;
		bottom: -5px;
		left: 15px;
		width: 10px;
		height: 5px;
		background: url('../images/main_sprite.png') no-repeat -12px -4px;
	}

	.profile .dif_content .nav .active {
		position: relative;
		background-color: #333;
		text-shadow: none;
	}

	.profile .dif_content form + form {
		display: none;
	}

	.profile .dif_content legend {
		padding-right: 10px;
		color: #333;
		font-size: 17px;
	}

	.profile .dif_content fieldset {
		padding: 10px 0;
		border-top: 1px solid #d6d6d6;
	}

	.profile .dif_content label {
		display: inline-block;
		vertical-align: top;
		margin-right: 16px;
		/*max-width: 295px;*/
		max-width: 315px;
		line-height: 20px;
		width: 100%;
		color: #333;
		font-size: 14px;
	}

	.dif_content form .select_box {
		margin-right: 16px;
	}

	.dif_content form .box {
		margin: 10px 0;
	}

	.dif_content form .small_box {
		display: inline-block;
		vertical-align: top;
	}

	.dif_content form .small_box input{
		max-width: 85px;
		width: 100%;
		display: block;
	}

	.profile .dif_content .company_name {
		max-width: 611px;
		width: 100%;
	}

	.dif_content form .select_box {
		display: inline-block;
		vertical-align: top;
		max-width: 295px;
		width: 100%;
	}

	.profile .dif_content select {
		max-width: 295px;
		width: 100%;
		height: 32px;
	}

	.profile .dif_content .same_address {
		display: block;
		margin: 10px 0!important;
		max-width: 100%;
		width: auto;
	}

	.profile .dif_content .same_address.active {
		color: #262262;
	}

	.profile .dif_content button {
		border: 0 none;
	}

	.profile .dif_content fieldset.delivery,
	.profile .dif_content fieldset.correspondence {
		display: none;
	}

	.profile .dif_content .password button {
		padding: 6.5px 20px;
		margin-top: 20px;
	}

	.profile .dif_content .tab_content tbody {
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	/*basket*/
	.basket .dif_content {
		float: none;
		width: 100%;
	}

	.basket .dif_content {
		padding: 0 10px 0 10px;
		float: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.basket .price_tag {
		color: #262262;
		text-align: left;
		text-transform: none;
	}

	.basket .price_tag  span {
		float: none;
	}

	.basket_container tr.hr {
		height: 8px;
		background-color: #D6D6D6;
	}

	.basket_container td {
		padding: 3px;
	}

	.basket_container tr.hr td {
		padding: 0;
		border: 0 none;
		background-color: transparent;
	}

	/*.basket_container hr {
		margin: 0;
		border: 0 none;
		border-top: 9px solid #d6d6d6;
	}*/

	.basket_container thead td {
		padding: 8.5px;
	}

	.basket_container tfoot td {
		border: 0 none;
		color: #262262;
		font-size: 17px;
	}

	.basket_container tfoot .full_price td:after,
	.basket_container tfoot .full_price td:before {
		content: " ";
		position: absolute;
		top: -2px;
		left: 0;
		width: 100%;
		border-top: 1px solid #d6d6d6;
	}

	.basket_container tfoot .full_price td {
		position: relative;
		padding: 15px 0;
		padding-left: 10px;
		border-bottom: 1px solid #fff;
	}

	.basket_container tfoot .full_price td:after {
		top: auto;
		bottom: -2px;
		border-top: 0 none;
		border-bottom: 1px solid #d6d6d6;
	}

	.basket_container tfoot .full_price {
		background-color: #EAEAEA;
	}

	.basket_container tbody {
		color: #262262;
		font-family: tahoma, arial;
		font-size: 14px;
	} 

	.basket_container tbody label.active {
		color: #262262;
	}

	.basket_container tbody .add_remove {
		float: right;
	}

	.basket_container tbody .change {
		margin: 0;
		float: right;
		cursor: pointer;
	}

	tbody .remove_service,
	tbody .remove_addon_basket,
	tbody .add_remove .add,
	tbody .add_remove .remove {
		display: inline-block;
		vertical-align: top;
		width: 34px;
		height: 34px;
		background: url('../images/basket_sprite.png') no-repeat;
		font-size: 0;
		text-indent: -99999px;
	}

	tbody .add_remove .remove {
		background-position: -35px 0;
	}

	.basket_container tbody .add_remove .remove.active {
		background-position: 0 -35px;
	}

	tbody .remove_service,
	tbody .remove_addon_basket {
		float: right;
		margin-right: 5px;
		width: 23px;
		height: 23px;
		background-position: -35px -35px;
		cursor: pointer;
	}

	.basket_container tbody .device_row td,
	.basket_container tbody .extra_row td {
		padding: 13px;
		background-color: #F2F2F2;
	}

	.basket_container tbody .device_row_title td,
	.basket_container tbody .extra_row_title td {
		padding-left: 13px;
		background-color: #fff;
	}

	.basket .data_payment {
		margin-top: 20px;
	}

	.basket .data_payment .login {
		margin-top: 40px;
	}

	.basket .pay .section_client + .section_client,
	.basket .pay + .pay {
		display: none;
	}


	.basket .data_payment .login label {
		display: inline-block;
		vertical-align: top;
		max-width: 295px;
		line-height: 20px;
		width: 100%;
		color: #333;
		font-size: 14px;
	}

	.basket .data_payment .login button {
		display: inline-block;
		margin-top: 20px;
		padding: 6.5px 20px;
		border: 0 none;
		vertical-align: top;
	}

	.basket .data_payment .login a {
		display: inline-block;
		vertical-align: top;
		margin: 25px 0 0 10px;
		color: #262262;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.basket .data_payment .login a:after {
		content: " ";
		display: inline-block;
		margin: 0 4px 0 5px;
		width: 6px;
		height: 5px;
		background: url('../images/drop_down_sprite.png') no-repeat -19px 0;
		vertical-align: middle;
	}

	.basket .data_payment .clients {
		margin-top: 20px;
	}

	.basket .data_payment .clients span:not(.active) {
		cursor: pointer;
	}

	.basket .data_payment .clients .active {
		background-color: #333;
	}

	.basket .purchasing_data h2 {
		margin: 20px 0;
		color: #333;
		font-size: 25px;
		font-weight: normal;
	}

	.basket .purchasing_data fieldset {
		margin: 10px;
		border-top: 1px solid #d6d6d6;
	}

	.basket .purchasing_data legend {
		padding: 10px;
		padding-left: 0;
		color: #333;
		font-size: 13px;
	}

	.basket .purchasing_data label {
		display: inline-block;
		vertical-align: top;
		max-width: 295px;
		width: 100%;
	}

	.basket .purchasing_data small {
		color: #666;
		font-family: tahoma, arial;
		font-size: 11px;
		font-style: italic;
	}

	.basket .purchasing_data .same_address > label {
		margin: 5px 0;
		display: table;
		max-width: none;
		width: auto;
	}

	.basket .purchasing_data .same_address fieldset:not(.show) {
		display: none;
	}

	.basket .purchasing_data .same_address .prefer_date {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		width: 105px;
	}

	.basket .purchasing_data .same_address .prefer_date img {
		position: absolute;
		bottom: 3px;
		right: 4px;
	}

	.basket .purchasing_data .same_address .hour {
		display: inline-block;
		vertical-align: top;
		width: 85px;
	}

	.basket .purchasing_data .method_of_payment fieldset > div {
		display: block;
		padding: 10px;
		width: 100%;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.basket .purchasing_data .method_of_payment fieldset label {
		display: block;
		width: 100%;
	}

	.basket .purchasing_data .method_of_payment .text {
		margin: 10px 0 0 30px;
	}

	.basket .purchasing_data .method_of_payment .post,
	.basket .purchasing_data .method_of_payment .epay {
		float: right;
	}

	.basket .agreement {
		padding: 0 20px;
	}

	.basket .agreement label {
		display: table;
		padding: 10px 0;
		max-width: none;
		width: auto;
	}

	.basket .captcha {
		padding: 20px;
		border-top: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
	}

	.basket .captcha img {
		margin-right: 20px;
		border: 1px solid #d6d6d6;
	}

	.basket button.get {
		display: block;
		margin: 30px auto 0;
		border: 0 none;
	}

	.basket select {
		width: 100%;
		height: 32px;
	}

	.more_popup {
		position: relative;
		margin: 0 auto;
		max-width: 671px;
		width: 100%;
		background-color: #fff;
		text-align: right;
		box-shadow: 0 0 30px #333;
	}

	.more_popup.device {
		max-width: 940px;
	}

	.more_popup.forgot_password,
	.more_popup.newsletter_popup {
		max-width: 425px;
		color: #666;
		font-family: tahoma, arial;
		font-size: 14px;
		text-align: left;
	}

	.more_popup .forgot_pass,
        .more_popup .newsletter_popup{
		padding: 10px;
	}

	.more_popup .forgot_pass label,
        .more_popup .newsletter_popup label{
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
		margin-right: 10px;
		max-width: 295px;
		width: 100%;
	}

	.more_popup .forgot_pass button,
        .more_popup .newsletter_popup button{
		border: 0 none;
		margin: 29px 0 0 0;
		padding: 6.5px 20px;
	}
        
        .more_popup.newsletter_popup p {
            padding:0px 25px;
        }
        
        .more_popup.newsletter_popup form {
            text-align:center;
        }
        .more_popup.newsletter_popup a {
            color: #00b4ac;
            text-decoration: underline;
        }

	.more_popup img {
		width: 60px;
		height: 60px;
		border: 1px solid #d6d6d6;
	}

	.more_popup .extras_wrap {
		padding: 10px 10px 0 10px;
	}

	.more_popup .extras_wrap > a{
		margin-left: 5px;
	}

	.more_popup h2 {
		padding: 10.5px;
		background-color: #262262;
		color: #fff;
		font-size: 17px;
		font-weight: normal;
		text-align: left;
	}

	.more_popup thead {
		text-align: left;
	}

	.more_popup tbody {
		color: #333;
		font-size: 14px;
		font-family: tahoma, arial;
		text-align: left;
	}

	.more_popup td + td + td {
		text-align: right;
	}

	.more_popup .checkbox_btn_bgr:before {
		margin-right: 15px;
	}

	.more_popup.leasing_popup .checkbox_btn_bgr:before {
		margin-right:0;
	}

	#popup .close,
	#popup_leasing .close {
		position: absolute;
		top: 7px;
		right: 12px;
		width: 23px;
		height: 23px;
		background: url('../images/main_sprite.png') no-repeat -30px -17px;
		font-size: 0;
		text-indent: -9999px;
		cursor: pointer;
	}

	#popup table,
	#popup_leasing table {
		white-space: nowrap;
	}
	/*basket end*/

	/* Reload- prepaid page banner */

	.right_side_content a {
		display: block;
		width: 94%;
	}

	.right_side_content img {
		width: 100%;
	}


@media only screen and (max-width: 479px) {

	.profile_nav + .profile_nav {
		display: table;
		width: 100%;
		background-color: red;
	}

	.profile  .profile_nav + .profile_nav span {
		display: table-cell;
	}


}

@media only screen and (max-width: 768px) {

.postpaid_mobile_services_inner .dif_content .product_title h1 {
	font-size: 25px;
}

	.main_menu .drop_down span.reload_service {float:none !important;}
	.left_sidebar {
		clear: both;
	}
	
	.profile .profile_nav.tabs {
		float: none;
	}

	.profile .profile_nav.tabs ul {
		display: none;
	}

	.profile .profile_nav.tabs ul li {
		display: block;
	}

	.profile .profile_nav.tabs ul a,
	.profile .profile_nav.tabs .dropdown_trigger {
		display: block;
		margin-bottom: 1px;
		padding: 10px 20px;
	}

	.profile_nav + .profile_nav {
		float: left;
	}

	.profile .profile_nav.tabs .dropdown_trigger {
		position: relative;
		padding-right: 30px;
	}

	.profile .profile_nav.tabs .dropdown_trigger:after {
		content: ">";
		position: absolute;
		width: 0;
		height: 0;
		text-indent: -9999px;
		font-size: 0pt;
		border-top: 7px solid #fff;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		right: 20px;
		top: 15px;
	}

	.profile .profile_nav.tabs .dropdown_trigger.active:after {
		border-top: 0;
		border-bottom: 7px solid #fff;
	}

	.top_buttons .basket_btn.full i {
		left: 10px;
	}


}

/* Target high resolution displays (retina max-width: 480px) ---------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

	.top_buttons > span,
	.top_buttons > a {
		display: inline-block;
		float: left;
		text-align: center;
		height: 60px;
	}
	.top_buttons .menu_icon {
		display: block;
		margin: 15px auto;
	}

	.top_buttons .mymax_btn .menu_icon {
		margin-right: auto;
	}

	.top_buttons .menu_icon + span {
		display: none;
	}

	.top_buttons > a {width: 16%;}
	.top_buttons .language_box a {
		display: inline-block;
	}

	.top_buttons .language_box {
		padding-top:18px;
	}


	.top_buttons a span {
		line-height: 10px;
	}

	.top_buttons .search_field form input {
		clear: both;
	}

	.top_buttons .basket_btn.full i {
		top: -5px;
		left: 0;
		width: 100%;
		background-position: center;
	}

	.top_buttons > a.news_btn {
		display: none;
	}
}

/* Target high resolution displays (retina min-width: 481px) ---------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 481px) {
	.dif_content {
		width: 100%;
	}
	.links_container .phone {
		display: none;
	}

	.content_wrapper .category_title {
		display: inline-block;
		float: left;
	}

	.share_btn li {
		display: block;
		margin: 2px 0;
	}

	.share_btn {
		float: right;
		margin: 15px 10px 0 0;
		text-align: right;

		margin-bottom: 0;
	}
	/*main header ----------------------*/

	.top_buttons .basket_btn.full {
		xline-height: 42px;
	}

	.top_buttons .basket_btn.full i {
		display: inline-block;
		vertical-align: top;
		margin: 7px 8px 0 0;
	}

	.top_buttons > span > a .menu_icon,
	.top_buttons a .menu_icon {
		display: inline-block;
		margin-right: 4px;
	}

	.top_buttons .basket_btn.full .menu_icon {
		display: inline-block;
		vertical-align: middle;
	}

	.top_buttons .language_box {
		display: table;
		float: left;
		padding: 0;
		vertical-align: middle;
	}

	.top_buttons .language_box a {
		margin: 0px 7px;
		display: table-cell;
		line-height: 38px;
		float: none;
	}

	.drop_down_language {
		top: 40px;
	}

	.drop_down_language a {
		padding: 2px 10px;
		line-height: 31px;
	}

	.top_buttons > span {
		height: 40px;
	}

	#main_header .logo {
		display: inline-block;
		margin: 23px 20px;
		text-align: left;
	}

	#main_header .phone {
		position: relative;
		float: right;
		display: inline-block;
		margin-top: 42px;
		margin-right: 103px;
		padding: 19px 10px;
		width: auto;
		line-height: 0;
		background-color: #e9c91a;
		color: #fff;
		font-family: tahoma, arial;
		font-size: 18px;
		font-weight: bold;
	}

		#main_header .phone span {
			display: none;
		}

	#main_header .phone:after {
		content: " ";
		position: absolute;
		top: 0;
		right: -40px;
		width: 40px;
		height: 55px;
		background: url('../images/phone_bgr.png') no-repeat;
	}

	#main_header .phone_image {
		position: absolute;
		top: -26px;
		right: -93px;
		display: inline;
	}

	.top_buttons .top_drop_down {
		top:40px;
	}

	.top_buttons .search_field {
		width: 485px;
	}

	.top_buttons .search_field form input {
		width: 224px;
	}

	.top_buttons .search_field form .green_btn {
		margin-top: 5px;
		padding: 8.3px 13px;
	}

	@-moz-document url-prefix() { 
		.top_buttons .search_field form .green_btn {
			padding: 7.2px 10px;
		}
	}

	.top_buttons .search_field .custom_select {
		margin-top: 5px;
	}

	.main_menu {
		margin-top: 62px;
	}

	.business_clients,
	.private_clients {
		font-size: 20px;
	}
	/*main header end ----------------------*/
	/*management*/
	.management .page .dif_content img {
		float: left;
	}

	/*management end*/
	/*postpaid_mobile_services, postpaid_mobile_services_inner*/
	.postpaid_mobile_services .dif_content nav {
		font-size: 17px;
	}

	.postpaid_mobile_services_inner .dif_content .price_plan_title {
		position: static;
	}

	.postpaid_mobile_services_inner .dif_content .price_plan_container {
		margin-left: 0;
	}

	.postpaid_mobile_services_inner .dif_content .open_320 {
		display: none;
	}
	/*postpaid_mobile_services, postpaid_mobile_services_inner end*/

	/*shop_network*/
	.shop_network .dif_content button {
		display: table-cell;
		min-width: 100px;
	}
	/*shop_network end*/
	/*packages_inner*/
	/*.packages_inner .dif_content .packages_info {
		margin-top: -96px;
	}*/
	/*packages_inner end*/

	/*news*/
	.news_inner .page .dif_content article .single_news .inner {
		overflow: hidden;
	}
	/*news end*/

	/*devices*/
	.banner_info {
		font-size: 16px;

		line-height: 24px;
	}

	.banner_info strong {
		font-size: 11px;
	}

	.device_carousel aside a {
		padding: 20px;
	}

	.device_carousel .nav_slides {
		bottom: 15px;
		right: 30px;
	}
	.accessories_inner .dif_content .device_all_info .compare,
	.devices_inner .dif_content .device_all_info .compare {
		display: inline-block;
		vertical-align: top;
	}

	.dif_content .device_all_info nav,
	.devices_inner .dif_content .device_all_info nav {
		margin-bottom: 10px;
	}

	.device_rating {
		text-align: left;
	}

	.device_rating .select_color {
		float: right;
	}

	.devices_inner .dif_content table {
		margin-top: 10px;
		white-space: normal;
	}
	/*devices end*/
	/*basket*/
	.basket .data_payment label {
		margin-right: 20px;
	}


	.basket .data_payment .login label {
		margin-right: 16px;
	}

	.top_buttons > a.news_btn {
		display: none;
	}
	/*basket end*/

	/*top buttons fix*/
	.top_buttons a span,
	.top_buttons .mymax_btn .menu_icon,
	.top_buttons a .menu_icon {
		display: block;
		margin: 0 auto;
		text-align: center;
		line-height: 1;
	}

	.top_buttons .mymax_btn .menu_icon,
	.top_buttons a .menu_icon {
		margin-top: 5px;
		min-height: 30px;
	}

	.top_buttons .language_box,
	.top_buttons a {
		height: 53px;
	}
	/*top buttons fix end*/
}

/* @media only screen  and (min-width: 768px) --------------------- ------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.dif_content {
		width: 100%;
	}

	.top_buttons a {
		display: table;
		float: left;
	}

		.top_buttons a span {
			display: table-cell;
			line-height: 10px;
		}
		
	.top_buttons .mymax_drop_down {
		width: 671px;
	}

	.top_buttons .mymax_drop_down p.old_users {
		float: right;
		xmargin-top: -30px;
	}

	.top_buttons .mymax_drop_down label {
		margin-top: 0;
		margin-right: 8px;
		width: 263px;
	}

	.lang_en-US .top_buttons .mymax_drop_down label {
		width: 250px;
	}

	.lang_ru-RU .top_buttons .mymax_drop_down label {
		width: 250px;
	}

	.top_buttons .mymax_drop_down button {
		margin-top: 19px;
	}

	.quick_links {
		margin-top: 10px;
	}

	.quick_links a {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.content_wrapper .category_title {
		font-size: 50px;
	}

	.left_sidebar .banner,
	.left_sidebar .poll,
	.left_sidebar .ask_question {
		display: inline-block;
		vertical-align: top;
		width: 250px;
		margin: 0 1px;
	}

	.left_sidebar .banner {
		float: left;
		width: 250px;
	}

	.left_sidebar .ask_question {
		float: right;
	}

	.gmap {
		height: 623px;
	}

	.share_btn li {
		display: inline-block;
		vertical-align: top;
	}

	/*main header ----------------------*/
	.top_buttons .phone_btn,
	.top_buttons .news_btn,
	.top_buttons .common_conditions_btn {
		display: table;
		float: left;
	}

	.top_buttons .phone_btn .menu_icon {
		background: none;
		content: none;
		margin-left: 5px;
	}

	.top_buttons .phone_btn {
		background-color: #EAEAEA;
		color: #e9c91a;
		font-family: tahoma, arial;
		font-size: 14px;
		font-weight: bold;
	}

	.top_buttons > span,
	.top_buttons > a {
		width: 12.5%;
		height: 40px;
		text-align: left;
	}



	.phone_btn {
		line-height: 40px;
	}

	.top_buttons > a {
		padding-left: 0;
	}
	
	.top_buttons .menu_icon {
		background: none;
		position: relative;
		line-height: 38px;
	}

		.top_buttons .menu_icon:before {
			content: "icon";
			font-size: 0pt;
			text-indent: -9999px;
			margin: 0;
			line-height: 36px;
		}

	.top_buttons .menu_icon + span {
		overflow: hidden;
	}

	.top_buttons .mymax_btn .menu_icon + span {
		font-size:10px;
	}

	#main_header .phone span {
		display: inline-block;
		vertical-align: top;
		font-family: 'din_pro';
		font-size: 15px;
	}

	#main_header .phone {
		margin-right: 133px;
	}

	#main_header .phone_image {
		right: -123px;
	}

	.main_menu .drop_down {
		font-size: 0;
	}

	.main_menu .two_colum_wrap {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.main_menu section {
		display: table-cell;
		vertical-align: top;
		padding-bottom: 10px;
		width: 50%;
		height: 100%

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

	.main_menu .drop_down_lte {
		border-right: 1px solid #e9c91a;
	}

	.main_menu section > ul {
		padding-top: 15px;
	}

	.main_menu > ul > li > a {
		font-size: 20px;
	}

	.main_menu .drop_down_lte h2 {
		position: relative;
		z-index: 1;
	}

	.main_menu .drop_down_wimax h2 {
		border-left: 1px solid #fff;
	}

	.main_menu .drop_down h2:after {
		content: " ";
		position: absolute;
		bottom: -9px;
		left: 20px;
		width: 18px;
		height: 9px;
		background: url('../images/drop_down_sprite.png') no-repeat;
	}

	/*.main_menu .drop_down_lte ul {
		border-right: 1px solid #e9c91a;
	}*/
	/*main header end ----------------------*/

	/*application_form*/
	.application_form .dif_content fieldset {
		border-top: 1px solid #D6D6D6;
	}

	.application_form .dif_content .container {
		display: table;
	}

	.application_form .dif_content .container .left {
		display: table-cell;
	}

	.application_form .dif_content .container .right {
		margin-left: 20px;

	}
	/*application_form end*/

	/*contacts*/
	.contacts .dif_content .left {
		display: table-cell;
	}

	.contacts .dif_content .right {
		display: table-cell;
		padding-left: 20px;
	}
	/*contacts end*/
	/*postpaid_mobile_services_inner*/
	.postpaid_mobile_services_inner .dif_content .product {
		display: table;
		width: 100%
	}

	.postpaid_mobile_services_inner .dif_content .product_title {
		display: table-cell;
		vertical-align: top;
		width: 100%;
		background-size: cover;
		 background-position: top left;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines {
		width: 232px;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines_inner {
		margin-top: 0;
	}

	.postpaid_mobile_services_inner .dif_content .product_lines_inner {
		max-height: none;
		height: 200px;
	}
	/*postpaid_mobile_services_inner end*/
	/*packages_inner*/
	/*.packages_inner .dif_content .packages_info {
		margin-top: -150px;
	}*/
	/*packages_inner end*/
	/*registration*/
	.registration .dif_content .captcha img.captcha_img {
		margin-right: 20px;
	}
	/*registration end*/
	/*devices*/
	.all_devices .sort {
		min-width: 228px;
	}

	.banner_info {
		font-size: 26px;
		line-height: 36px;
	}

	.banner_info strong {
		font-size: 16px;
	}

	.device_carousel aside {
		font-size: 17px;
	}

	.device_carousel aside a {
		padding: 30px;
	}

	.banner_info {
		line-height: 18px;
	}

	.banner_info h2 {
		line-height: 42px;
	}

	.device_carousel .nav_slides {
		bottom: 12px;
		right: 40px;
	}
	/*devices end*/
	/*basket*/
	.basket .purchasing_data .method_of_payment fieldset > div {
		position: relative;
		top: -17px;
		/*display: inline-block;*/
		display: table-cell;
		padding: 10px;
		width: 33%;
		border-bottom: 1px solid #d6d6d6;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		font-family: tahoma, arial;
		font-size: 14px;
	}

	.basket .purchasing_data .method_of_payment fieldset > div + div {
		border-left: 1px solid #d6d6d6;
	}

	.basket .purchasing_data .method_of_payment .text {
		margin: 10px 0 0 30px;
	}

	.basket .purchasing_data .method_of_payment .post,
	.basket .purchasing_data .method_of_payment .epay {
		float: none;
		display: block;
	}
	/*basket end*/
	/*payment_inner*/
	.payment_inner .dif_content .method_of_payment > div {
		width: 49%;
	}

	.payment_inner .dif_content .method_of_payment > div + div {
		border-top: 0 none;
		border-left: 1px solid #d6d6d6;
		padding-left: 10px;
	}
	/*payment_inner end*/

	.profile .profile_nav > .dropdown_trigger {
		display: none;
	}

	/*top buttons fix*/
	.top_buttons .language_box {
		height: 40px;
	}

	.top_buttons a span, 
	.top_buttons .mymax_btn .menu_icon, 
	.top_buttons a .menu_icon {
		text-align: left;
	}

	.top_buttons .calculator_btn .menu_icon,
	.top_buttons .mymax_btn .menu_icon, 
	.top_buttons a .menu_icon {
		padding: 0 5px;
	}
	/*top buttons fix end*/
	
	.right_side_content {
		float: right;
		width: 50%;
	}

	.left_side_content {
		float: left;
		width: 50%;
	}
	
	.right_side_content a {
		width: 100%;
		margin-bottom: 20px;
	}

}

/* @media only screen and (min-width: 980px) { ---------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 980px) {

	

	.main_menu > ul > li + li:hover:not(.active) {
		background-color: #fff;
		color: #f5832b;
	}

	.main_menu .drop_down span.down_shadow {
		margin-bottom: 0;
		border-bottom: 0 none;
	}

	.main_menu .drop_down.services span.down_shadow {
		border-bottom: 0 none;
	}

	.left_sidebar {
		clear: none;
		width: auto;
		margin-top: 0;
	}

	.left_sidebar .ask_question {
		float: none;
	}

	.filters form {
		width: auto;
	}

	.filters fieldset {
		display: block;
		margin-right: 0;
	}

	.filters label {
		display: inline-block;
		vertical-align: top;
	}

	.filters fieldset + fieldset label {
		width: auto;
	}

	.quick_links a {
		float: left;
		width: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.left_sidebar {
		float: left;
		width: 250px;
	}

	.left_sidebar .banner,
	.left_sidebar .ask_question,
	.left_sidebar .poll {
		margin: 0;
	}

	.dif_content {
		padding-top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
	}

	.profile .dif_content {
		width: 100%;
	}

	.left_sidebar .poll,
	.left_sidebar .ask_question {
		margin-top: 10px;
	}

	.breadcrumbs {
		float: left;
		display: block;
		margin: 15px 15px 0 15px;
		color: #000013;
		font-size: 14px;
		font-family: tahoma, arial;
		text-align: left;
	}

	.breadcrumbs a + a:before {
		content: "/ ";
	}

	.breadcrumbs a.active {
		text-transform: uppercase;
	}

	.share_btn {
		margin-top: -15px;
	}

	.left_sidebar .submenu {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		min-height: 192px;
		background-color: #F0F3F4;
		color: #00B2AC;
		font-size: 17px;
		text-transform: uppercase;
		text-align: left;
		text-indent: 20px;text-indent: 20px;
	}

	.left_sidebar .submenu_calculator {
		margin-bottom: 10px;
		height: 40px;
		background-color: #738aa0;
		font-size: 17px;
		text-transform: uppercase;
		text-align: left;
		text-indent: 20px;
		padding-left:20px;
		position: relative;
		box-shadow: 5px 5px 6px #888888;
	}

	.submenu_calculator:before{
		content: '';
		width: 20px;
		height: 25px;
		position: absolute;
		left:10px;
		top:6px;
		background: url('../images/header_top.png?1') no-repeat -170px 0;
	}

	.left_sidebar .submenu_calculator a {color: #ffffff;display: block;width: 100%;padding-top: 10px;height: 100%;}

	.left_sidebar .submenu li:before,
	.left_sidebar .submenu > span:before {
		content: " ";
		background: url('../images/submenu.png') no-repeat;
	}

	.left_sidebar .submenu > span.active:before {
		background: url('../images/submenu.png') no-repeat;
	}
	
	.left_sidebar .submenu > span:before {
		position: absolute;
		bottom: -9px;
		left: 20;
		width: 18px;
		height: 9px;
		background: url('../images/drop_down_sprite.png') no-repeat;
	}

	.left_sidebar .submenu > span.active {
		background-color: #333;
	}

	.left_sidebar .submenu > span {
		position: relative;
		display: block;
		padding: 10px 0;
		background-color: #e9c91a;
		color: #fff;
		text-transform: none;
	}

	.left_sidebar .submenu ul {
		margin-top: 20px;
	}

	.left_sidebar .submenu li:before {
		float: left;
		margin: 6px 6px 0 -11px;
		width: 6px;
		height: 5px;
		background-position: -6px -9px;
	}

	.left_sidebar .submenu li {
		margin: 10px 0;
		text-indent: 0;
		padding-left: 30px;
	}

	/*.left_sidebar .submenu li > div {
		margin-left: 17px;
	}*/

	.left_sidebar .submenu li span + span:before {
		content: " | ";
	}

	.left_sidebar .submenu li span:hover {
		color: #e9c91a;
	}

	.left_sidebar .submenu li span {
		color: #3E4C63;
		font-size: 11px;
		text-transform: uppercase;
	}

	.left_sidebar .submenu li:hover:before,
	.left_sidebar .submenu li.active:before {
		background-position: 0 -9px;
	}

	.left_sidebar .submenu li:hover,
	.left_sidebar .submenu li.active {
		color: #333;
	}

	.device_images ul {
		width: auto!important;
		white-space: normal;
	}

	.devices_inner .dif_content .device_images {
		display: none;
	}

	.devices_inner .left_sidebar .device_images {
		display: block;
	}

	/*main header ----------------------*/
		#main_header .logo {
			margin: 15px 20px;
		}

		.top_buttons {
			float: right;
			width: auto;
		}

		.top_buttons .phone_btn {
			display: none;
		}

		.top_buttons a,
		.top_buttons > span {
			width: 96px;
			height: 40px;
		}
		
		.top_buttons a {
			text-align: left;
		}

		#main_header .phone_image {
			display: none;
		}

		#main_header .phone {
			float: none;
			margin: 0;
			padding: 11px 0;
			width: 33.3%;
			height: auto;
			line-height: 20px;
			background-color: #F5F5F5;
			color: #e9c91a;
			text-align: center;
		}

		#main_header .phone span {
			display: block;
			text-transform: none;
		}

		#main_header .phone:after {
			content: none;
		}

		.clients_btn_container {
			width: 672px;
		}

		.clients_btn_container > a {
			width: 33.3%;
		}

		#menu_pull {
			display: none;
		}

		.main_menu {
			margin-top: 10px;
			min-height: 40px;
		}

		.main_menu > ul {
			display: block;
		}	

		.main_menu > ul > li > a {
			padding: 10px 18px 11px;
			font-size: 17px;
			text-transform: none;
			margin: 10px;
		}

		.main_menu > ul > li {
			float: left;
			margin: 10px;
			border: 0 none;
		}

		.main_menu > ul > li + li {
			border-left: 1px solid rgba(255, 255, 255, .3);
		}

		.main_menu .drop_down {
			position: absolute;
		}	

		.main_menu .drop_down:before {
			content: " ";
			position: absolute;
			bottom: -17px;
			left: -10px;
			width: 10px;
			/*height: 220px;*/
			height: 111%;
			background: url('../images/left_shadow_drop_down.png') no-repeat right bottom;
		}

		.main_menu .drop_down {
			display: none;
			position: absolute;
			top: 40px;
			left: -1px;
			z-index: 2;
			padding-top: 0px;
			padding-bottom: 10px;
			width: 260px;
			font-size: 0;
			background-color: #fff;
		}

		.main_menu .drop_down.services {
			padding-bottom: 0;
		}

		@-moz-document url-prefix() { 
			.main_menu .drop_down {
				top: 42px;
			}
		}

		.main_menu .drop_down:after {
			content: " ";
			position: absolute;
			bottom: -17px;
			right: -10px;
			width: 10px;
			/*height: 220px;*/
			height: 116%;
			background: url('../images/right_shadow_drop_down.png') no-repeat left bottom;
		}

		.main_menu .drop_down .down_shadow {
			position: absolute;
			bottom: -15px;
			left: 0;
			width: 100%;
			height: 15px;
			background: url('../images/center_shadow_drop_down.png') repeat-x 0 100%;
			font-size: 0;
			text-indent: -99999px;
		}

		.main_menu .drop_down li {
			display: block;
			float: none;
		}

		.main_menu .drop_down.services {
			width: 290px;
		}

	/*main header end ----------------------*/

	.directions_software .dif_content,
	.questions_answers .dif_content,
	.documents .dif_content,
	.terms_conditions .dif_content {
		padding-left: 20px;
	}

	/*management, news, packages_inner, devices, devices_inner*/
	.accessories_inner .dif_content,
	.devices .dif_content,
	.packages_inner .dif_content,
	.news_inner .dif_content,
	.news .dif_content,
	.devices_inner .dif_content,
	.payment .dif_content,
	.management .dif_content {
		padding-left: 20px;
	}

	.pagginator {
		text-align: right;
	}

	/*.packages_inner .dif_content .packages_info {
		margin-top: -140px;
	}*/
	/*management, news, packages_inner, devices, devices_inner end*/
	/*postpaid_mobile_services*/
	.postpaid_mobile_services .dif_content {
		padding: 0 0 10px 20px;
	}
	/*postpaid_mobile_services end*/

	/*terms_conditions_inner, covering, shop_network, */
	.shop_network .dif_content,
	.covering .dif_content,
	.terms_conditions_inner .dif_content {
		padding: 10px 0 0 20px; 
	}

	.popup_image_text {
		padding-top: 0px !important;
	}

	.covering .dif_content h3,
	.covering .dif_content article {
		padding: 0;
	}

	/*terms_conditions_inner, covering, shop_network end*/
	/*contacts*/
	.contacts .dif_content {
		padding-left: 20px;
	}
	/*contacts end*/
	/*postpaid_mobile_services_inner*/
	.postpaid_mobile_services_inner .dif_content {
		margin-top: 0;
		padding-left: 20px;
	}

	/*postpaid_mobile_services_inner end*/
	/*devices_inner*/
	.device_images li:not(.main) {
		display: inline-block;
		vertical-align: top;
		margin: 2px 0;
		width: 120px;
		height: 155px;
		border: 1px solid #d6d6d6;
	}

	.device_images li img {
		max-width: 100%;
		max-height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.device_images {
		overflow: hidden;
	}

	.all_devices .sort {
		float: right;
		margin: -35px 0 0 0;
		width: 161px;
	}
	/*devices_inner end*/

	/*basket*/
	.basket .purchasing_data .method_of_payment .post,
	.basket .purchasing_data .method_of_payment .epay {
		float: right;
	}
	/*basket end*/
	.careers .inner_content {
		padding-left: 10px;
	}

}

/* @media only screen and (min-width: 1240px) { ---------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1265px) {
	.clients_btn_container > a {
		width: 35.7%;
	}

	.top_buttons > a.news_btn {
		display: table;
	}

	.links_container {
		display: inline-block;
		vertical-align: top;
		width: 240px;
		padding-left: 21px;
	}

	.left_sidebar .links_container {
		display: none;
	}

	.quick_links a {
		display: block;
		float: none;
		width: 100%;
	}

	.page + .links_container {
		display: none;
	}

	/*main header ----------------------*/
	.top_buttons .phone_btn {
		display: inline-block;
		line-height: 36px;
	}

	#main_header .phone {
		display: none;
	}

	#main_header .phone {
		float: right;
		width: 10%;
	}

	.clients_btn_container {
		text-align: right;
	}

	.clients_btn_container a {
		font-size: 20px;
		text-align: left;
	} 
	/*main header end ----------------------*/
	/*devices*/
	.banner_info {
		font-size: 34px;
		line-height: 48px;
	}

	.banner_info strong {
		font-size: 21px;
	}
	/*devices end*/
	/*postpaid_mobile_services_inner*/
	.postpaid_mobile_services_inner .dif_content section .title_section .green_btn {
		float: right;
		margin: 0;
		margin-top: -10px;
	}
	/*postpaid_mobile_services_inner end*/

	.img_textbox {
		min-height: 250px;
	}

	.promotion_inner .dif_content img {
		float: left;
		padding: 0 10px 10px 0;
		/*max-width: 250px;*/
	}
}


/*end*/
/*vr*/#home_slider:after,
.content_wrapper:after,
.page:after,
.page_head:after,
.left_sidebar:after,
.directions_software .dif_content section:after,
.quick_links:after,
dl.accordion article:after,
.social_links:after,
.postpaid_mobile_services_inner .dif_content section:after,
.contacts .dif_content .info_container:after,
.postpaid_mobile_services .dif_content article:after,
.home_page .accents article:after,
.dif_content:after,
.device_rating:after,
.packages_inner .dif_content article:after,
.packages .dif_content .container > ul:after,
.promotion_inner .dif_content .price:after,
.main_menu ul:after {
	visibility: hidden;
	display: block;
	font-size: 0pt;
	content: " ";
	clear: both;
	height: 0;
}

.rich_text .poll_page li:before {
	background: none;
	display: none;
}
.zopim {display: none;}

section.page {background: white;}

.basket .data_payment label a,
.basket .agreement label a {
	text-decoration: underline;
}

.page404 {
	margin:50px auto;
	text-align: center;
}

/*
* Login additional
*/
.left {
	float: left;
}
.right {
	float: right;
}
.hideme {
	display: none;
}
.clearfix:after { 
	content: ".";
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}
div.shadow {
	-webkit-box-shadow: 0px 6px 19px -2px rgba(179,179,179,1);
	-moz-box-shadow: 0px 6px 19px -2px rgba(179,179,179,1);
	box-shadow: 0px 6px 19px -2px rgba(179,179,179,1);
}
.login-additional {
	position: relative;
}
.login-additional .page_head {
	height: 193px;
	background: url('../images/header-login3.jpg') right no-repeat;
}
.login-additional .page_head h1.category_title {
	padding: 20px 0 0 20px;
	font-size: 46px;
	font-family: 'museo_cyrl500', sans-serif;
	font-weight: 400;
}
.login-additional .login-additional-choose {
	position: relative;
	padding: 10px;
	font-size: 34px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 400;
	color: #fff;
	background: #248289;
}
.login-additional .login-additional-choose .arrow-down-green {
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 21px;
	background: url('../images/arrowDownGreen.png');
}
.login-choose-container {
	padding: 80px 0;
}
.login-choose-container a.login-choose-option {
	display: block;
	padding: 10px 0;
	width: 32%;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.login-choose-option.left {
	background: rgb(241, 162, 32);
	margin-right: 2%;
}

#login-option-2 {
	background:#738aa0;
}

#login-option-3 {
	background:#3e4e63;
}

.login-choose-option:last-child {
	margin-right: 0;
}

/* popup box login notice */
.login-additional .login-notice {
	position: absolute;
	top: 40px;
	left: 135px;
	width: 940px;
	background: #fff;
}
.login-additional .login-notice .box-heading {
	padding: 8px 10px;
	background: #248289;
	font-family: sans-serif;
}
.login-additional .login-notice .box-heading div {
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.login-additional .login-notice .box-heading div.right:hover {
	cursor: pointer;
}
.login-additional .login-notice .box-content {
	margin: 10px;
	background: #f5f5f5;
}
.login-additional .login-notice .box-content .box-content-inner {
	padding: 80px 100px;
	color: #666666;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
}
.login-additional .login-notice .box-footer {
	padding: 0 10px 10px;
}
.login-additional .login-notice .box-footer a {
	display: block;
	padding: 12px 23px;
	color: #fff;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	background: #1abcb4;
}
.login-additional .login-notice .checkme {
	margin: 30px 30px 0;
}
.login-additional .login-notice .checkme .checkbox_btn_bgr {
	font-size: 14px;
}
.christmas-card-image img { width: 100px; }
