<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b2c_global_modal_wrapper .btn-rect {
	border-radius: 0;
	padding: 11px 30px;
	display: inline-block;
	width: auto;
	font-size: 18px;
	text-shadow: none;
	outline: 0;
	transition: background-color 300ms ease, color 300ms ease;
}

.b2c_global_modal_wrapper .btn-white {
	background-color: #FFF;
	color: #e20074;
	border-color: #FFF;
}

.b2c_global_modal_wrapper .btn-transparent {
	background-color: transparent;
	color: #e20074;
}

.b2c_global_modal_wrapper .btn-white.btn-transparent {
	color: #FFF;
}

.b2c_global_modal_wrapper .btn-white.btn-transparent:hover {
	
}

.b2c_global_modal_wrapper .btn-frame {
	background-color: #FFF;
	color: #e20074;
	font-family: "Tele-bold";
}

.b2c_global_modal_wrapper .btn-frame:hover {
	background-color: #e20074;
	color: #FFF;
}

/* FORM ERRORS */
.b2c_global_modal_wrapper label.error {
	display: inline-block;
	width: 100%;
	color: #e9322d;
	font-size: 14px;
	font-family: "Tele-bold";
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer !important;
}

.b2c_global_modal_wrapper input.error[type="text"] {
	background-image: url("/assets/images/icon_error_mark.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px !important;
}

.b2c_global_modal_anim .b2c_global_modal_auth_overflow,
	.b2c_global_modal_open {
	overflow: hidden;
}

.b2c_global_modal_wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	vertical-align: middle;
	text-align: center;
	overflow: auto;
}

.b2c_global_modal_wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}

.b2c_global_modal_auth_overflow {
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 5;
	padding: 40px 20px;
}

.b2c_global_modal_auth_overflow:before {
	content: "";
	display: inline-block;
	width: 1px;
	opacity: 0;
	height: 100%;
	vertical-align: middle;
	visibility: hidden;
}

.b2c_global_modal_auth_inner {
	text-align: left;
	vertical-align: middle;
	position: relative;
	width: 98%;
	max-width: 630px;
	display: inline-block;
	background-color: #FFF;
	box-shadow: 0 0 50px 0 #000;
	padding: 40px;
}

.b2c_dual_modal .b2c_global_modal_auth_inner {
	max-width: 1200px;
	padding: 0;
}

.b2c_global_modal_auth_top_actions {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px;
}

@media ( max-width : 720px) {
	.b2c_global_modal_auth_return img {
		padding-bottom: 56px;
	}
}

.b2c_global_modal_auth_return {
	float: left;
	margin-right: 20px;
}

.b2c_global_modal_selected_phone {
	float: left;
}

.b2c_global_modal_selected_phone img {
	max-width: 56px;
	max-height: 56px;
	width: auto;
	height: auto;
}

.b2c_global_modal_auth_return img {
	max-width: 56px;
	height: auto;
	margin-bottom: 0 !important;
}

.b2c_modal_return_btn {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 50px;
	background-color: #D0D0D0;
	color: #FFF !important;
	text-decoration: none;
	outline: 0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	font-family: "Arial", sans-serif;
	border-radius: 100%;
}

.b2c_modal_return_btn:hover {
	background-color: #aaa;
	color: #FFF;
}

.b2c_global_modal_auth_close {
	color: #e20074;
	cursor: pointer;
	float: right;
	margin-top: 14px;
}

.b2c_global_modal_auth_header {
	margin-bottom: 45px;
}

.b2c_global_modal_auth_header h2 {
	color: #383838;
	font-family: "Tele-ultra";
	font-size: 54px;
	letter-spacing: -1px;
	line-height: 52px;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.b2c_global_modal_auth_header h2 .light_grey {
	color: #c3c3c3;
}

.b2c_global_modal_auth_header h2 .green {
	color: #6BB324;
}

.b2c_global_modal_auth_header p {
	margin-top: 20px;
	font-size: 24px;
	color: #828282;
	line-height: 140%;
}

.b2c_global_modal_auth_header .b2c_modal_num_value {
	color: #c3c3c3;
}

.b2c_modal_sms_info {
	margin-top: 30px;
	font-size: 18px;
	color: #999;
}

.b2c_global_modal_auth_content h3 {
	font-size: 24px;
	line-height: 130%;
	font-family: "Tele-ultra";
	margin-bottom: 10px;
}

.b2c_global_modal_wrapper input[type="submit"],
	.b2c_global_modal_wrapper input[type="button"] {
	outline: 0 !important;
	margin-top: 0;
	margin-bottom: 0 !important;
}

.b2c_global_modal_wrapper select, .b2c_global_modal_wrapper input[type="password"],
	.b2c_global_modal_wrapper input[type="text"] {
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	padding: 10px 15px;
	height: 48px;
	line-height: 48px\9;
	line-height: 100%;
	border-color: #d0d0d0;
	background: #FFF;
	outline: 0 !important;
}

.b2c_global_modal_wrapper select.notfocused {
	color: #ccc;
}

.b2c_global_modal_wrapper option {
	color: #555;
	padding: 2px 15px 3px;
}

.bootstrap-select.open .dropdown-toggle:focus, .b2c_global_modal_wrapper select:focus,
	.b2c_global_modal_wrapper input[type="password"]:focus,
	.b2c_global_modal_wrapper input[type="text"]:focus {
	border-color: #86c4f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #FFF;
	outline: 0 !important;
}

.b2c_global_modal_wrapper .control-group.error select,
	.b2c_global_modal_wrapper .control-group.error input[type="password"],
	.b2c_global_modal_wrapper .control-group.error input[type="text"],
	.b2c_global_modal_wrapper select:focus:invalid:focus,
	.b2c_global_modal_wrapper input[type="password"]:focus:invalid:focus,
	.b2c_global_modal_wrapper input[type="text"]:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b2c_global_modal_wrapper .b2b_form_required {
	color: #e20074;
	font-family: "Tele-bold";
}

.b2c_global_modal_wrapper input[type="password"]::-webkit-input-placeholder,
	.b2c_global_modal_wrapper input[type="text"]::-webkit-input-placeholder
	{ /* Chrome/Opera/Safari */
	color: #ccc;
}

.b2c_global_modal_wrapper input[type="password"]::-moz-placeholder,
	.b2c_global_modal_wrapper input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}

.b2c_global_modal_wrapper input[type="password"]:-ms-input-placeholder,
	.b2c_global_modal_wrapper input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}

.b2c_global_modal_wrapper input[type="password"]:-moz-placeholder,
	.b2c_global_modal_wrapper input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}

.b2c_global_modal_wrapper .terms_checkdiv {
	float: left;
	margin-right: 10px;
}

.b2c_global_modal_wrapper .controls {
	position: relative;
	width: 100%;
	display: inline-block;
}

.b2c_global_modal_wrapper .control-group {
	margin-bottom: 20px;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.b2c_global_modal_auth_inputs label {
	font-size: 14px;
	padding-left: 0;
}

.b2c_global_ckout_pers_data_action {
	display: inline-block;
	width: 100%;
}

.modal_show_pass_icon {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
	transition: opacity 400ms ease;
	opacity: 0.4;
}

.modal_show_pass_icon.active {
	opacity: 1;
}

.b2c_global_modal_auth_bottom_bar {
	background-color: #f5f5f5;
	padding: 30px;
	margin-top: 25px;
	margin-bottom: -40px;
	margin-left: -40px;
	margin-right: -40px;
}

.b2c_global_modal_auth_bottom_bar p:last-of-type {
	margin-bottom: 0;
}

.modal_login_forgot_pass {
	padding-top: 12px;
}

.b2c_global_modal_renew_numbers a {
	border: 1px solid #C2C2C2;
	border-radius: 8px;
	padding: 25px;
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color: #262626;
	letter-spacing: -0.2px;
	line-height: 30px;
	font-family: "Tele-regular";
	text-decoration: none;
	outline: 0;
	position: relative;
	overflow: hidden;
}

.b2c_global_modal_renew_numbers a:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #FFF;
	border-radius: 8px;
	opacity: 0;
	transition: opacity 400ms ease;
}

.b2c_global_modal_renew_numbers a:hover {
	border-color: #000;
}

.b2c_global_modal_renew_numbers a:hover:after {
	border-color: #000;
	opacity: 1;
}

.b2c_modal_renew_numtype {
	float: right;
	background-color: #e20074;
	padding: 2px 10px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 4px;
}

.b2c_global_modal_renew_numbers_wbtns&gt;div {
	width: 100%;
	background-color: #eaeaea;
	border-radius: 8px;
	padding: 20px;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 24px;
	line-height: 180%;
	font-family: "Tele-ultra";
}

.b2c_global_modal_renew_numbers_wbtns .grey {
	color: #9d9d9d;
}

.b2c_global_modal_renew_numbers_wbtns .btn {
	font-family: "Tele-regular";
	border-radius: 2px;
	float: right;
	font-size: 18px;
	box-shadow: 0 3px 8px 0 #dcdcdc;
	border: 2px solid #e20074;
	max-width: 220px;
	width: 100%;
	transition: background-color 400ms ease, border-color 400ms ease, color
		400ms ease;
	margin: 0;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.b2c_global_modal_renew_numbers_wbtns .btn:hover {
	background-color: #b9005f;
	border-color: #b9005f;
	color: #FFF;
}

.add_reload_img {
	background-image: url("/assets/images/loading.gif") !important;
	background-repeat: no-repeat;
	background-position: right center !important;
	display: inline-block !important;
}

.b2c_global_modal_client_choose {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.b2c_global_modal_client_choose&gt;div {
	float: left;
	width: 50%;
	padding: 40px;
	height: 400px;
}

.b2c_global_modal_client_choose .b2c_global_modal_auth_return img {
	max-width: 68px;
}

.b2c_global_modal_client_choose .b2c_global_modal_auth_top_actions {
	margin-bottom: 45px;
}

.b2c_global_modal_is_client {
	background: #e20074 url("/assets/images/bg_my_account_magenta.jpg")
		no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.b2c_global_modal_is_client .b2c_global_modal_auth_close {
	display: none;
}

.b2c_global_modal_is_client .b2c_global_modal_auth_header h2 {
	color: #FFF;
}

.b2c_global_cc_bottom_actions .btn {
	border-width: 3px;
	font-size: 20px;
	font-family: "Tele-bold";
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 2px;
	padding-left: 20px;
	padding-right: 20px;
	outline: 0 !important;
	vertical-align: top;
}

.b2c_global_cc_bottom_actions .btn:hover {
	background-color: #333;
	color: #FFF;
	border-color: #333;
}

.b2c_global_cc_bottom_actions .btn:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

/* CHECKOUT STEPS */
.b2c_modal_checkout_steps_wrapper {
	text-align: center;
	margin-bottom: 10px;
}

.b2c_modal_checkout_steps_inner {
	display: inline-block;
	width: 100%;
	max-width: 440px;
}

.b2c_modal_checkout_step {
	width: 33.33%;
	float: left;
	text-align: center;
	position: relative;
}

.b2c_modal_checkout_step:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 25%;
	height: 2px;
	background-color: #ddd;
	z-index: 2;
}

.b2c_modal_checkout_step:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 0;
	width: 25%;
	height: 2px;
	background-color: #ddd;
	z-index: 2;
}

.b2c_modal_checkout_step:first-child:before, .b2c_modal_checkout_step:last-child:after
	{
	display: none;
}

.b2c_modal_checkout_step.complete:after, .b2c_modal_checkout_step.complete:before,
	.b2c_modal_checkout_step.active:before {
	background-color: #e20074;
}

.b2c_modal_checkout_step_inner {
	max-width: 94px;
	display: inline-block;
}

.b2c_modal_checkout_step_number {
	position: relative;
	z-index: 4;
	border-radius: 100%;
	background-color: #ddd;
	font-size: 28px;
	font-family: "Tele-ultra";
	width: 50px;
	height: 50px;
	line-height: 48px;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
}

.b2c_modal_checkout_step.complete .b2c_modal_checkout_step_number {
	background-color: #e20074;
}

.b2c_modal_checkout_step.done .b2c_modal_checkout_step_number,
	.b2c_modal_checkout_step.active .b2c_modal_checkout_step_number {
	background: #e20074 url("/assets/images/icon_check_2x_white.png")
		no-repeat center center;
	text-indent: -9999px;
	-webkit-box-shadow: 0 2px 8px 0 #ffcee7;
	-moz-box-shadow: 0 2px 8px 0 #ffcee7;
	box-shadow: 0 2px 8px 0 #ffcee7;
}

.b2c_modal_checkout_step.done .b2c_modal_checkout_step_number {
	background-color: #74a241;
	-webkit-box-shadow: 0 2px 8px 0 #cbe0ac;
	-moz-box-shadow: 0 2px 8px 0 #cbe0ac;
	box-shadow: 0 2px 8px 0 #cbe0ac;
}

.b2c_globa_modal_wsteps .b2c_global_modal_auth_top_actions {
	margin-bottom: 30px;
}

.b2c_global_port_number_preview {
	background-color: #ededed;
	padding: 25px;
	font-family: "Tele-ultra";
	font-size: 24px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.b2c_globa_modal_wsteps .b2c_global_modal_auth_content h3 {
	font-family: "Tele-regular";
}

#b2c_global_modal_port_number_step2 .control-group {
	margin-bottom: 10px;
}

.portin_restriction_message {
	color: #e20074;
	font-family: "Tele-ultra";
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	border: 0 none;
}

/* CHECKBOXES */
.modal_tkr_checkbox {
	display: inline-block;
	margin-right: 15px;
}

.modal_tkr_checkbox input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	margin: 0;
	-khtml-opacity: 1\9;
	-moz-opacity: 1\9;
	opacity: 1\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9";
	filter: alpha(opacity = 100) \9;
	outline: 0;
	cursor: pointer;
}

.modal_tkr_checkbox label {
	padding-left: 32px !important;
	line-height: 25px;
	position: relative;
	cursor: pointer !important;
	display: inline-block !important;
	font-size: 18px;
	margin: 0;
	padding: 0;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}

.modal_tkr_checkbox .checkicon {
	position: absolute;
	left: 0;
	top: 2px;
	cursor: pointer;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #FFF;
	color: #FFF;
	border: 1px solid #D0D0D0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: none\9;
}

.modal_tkr_checkbox input[type="checkbox"]:checked ~ .checkicon {
	border-color: #e20074;
	background-color: #e20074;
	background-image: url("/assets/images/icon_check_magenta_bg.png");
}

.control-group.error .modal_tkr_checkbox label .checkicon {
	background-color: #ffb3b3;
	border-color: #e9322d;
}

/* ===============================
-----------------     RESPONSIVE     ------------------
=============================== */
@media ( max-width : 1200px) {
	.b2c_global_modal_client_choose .b2c_global_modal_auth_header h2 {
		font-size: 40px;
		line-height: 120%;
	}
	.b2c_global_cc_bottom_actions .btn {
		font-size: 18px;
		padding: 8px 10px;
	}
}

@media ( max-width : 720px) {
	.b2c_global_modal_client_choose .b2c_global_modal_auth_return img {
		padding-bottom: 56px;
	}
}

@media ( max-width : 991px) {
	.b2c_global_modal_client_choose .b2c_global_modal_auth_return img {
		max-width: 56px;
	}
	.b2c_global_modal_client_choose&gt;div {
		padding: 28px;
	}
	.b2c_global_cc_bottom_actions .btn {
		display: block;
		width: 100%;
		border-width: 2px;
	}
}

@media ( max-width : 719px) {
	.b2c_global_modal_auth_overflow {
		padding: 20px;
	}
	.b2c_global_modal_auth_overflow:before {
		display: none;
	}
	.b2c_global_modal_auth_header h2 {
		font-size: 30px;
		line-height: 120%;
		margin-bottom: 10px;
		margin-top: -50px;
	}
	.b2c_global_modal_auth_inner {
		padding: 20px;
	}
	.b2c_global_modal_auth_header, .b2c_global_modal_auth_top_actions,
		.b2c_global_modal_client_choose .b2c_global_modal_auth_top_actions {
		margin-bottom: 20px;
	}
	.b2c_global_modal_auth_bottom_bar {
		margin-top: 20px;
		margin-bottom: -20px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}
	.b2c_global_modal_wrapper .btn-rect {
		padding: 8px 16px !important;
		font-size: 18px;
	}
	.b2c_global_modal_client_choose&gt;div {
		height: 310px;
	}
	.b2c_modal_return_btn {
		width: 46px;
		height: 46px;
		line-height: 40px;
		font-size: 28px;
	}
	.b2c_global_cc_bottom_actions .btn {
		white-space: normal;
		font-size: 16px;
	}
	.b2c_globa_modal_wsteps .b2c_global_modal_auth_close {
		margin-top: 0;
	}
	.b2c_globa_modal_wsteps .b2c_global_modal_auth_top_actions {
		margin-bottom: 10px;
	}
}

.add_reload_img {
	background-image: url("/assets/images/loading.gif") !important;
	background-repeat: no-repeat;
	background-position: right center !important;
	display: inline-block !important;
	/* padding: 6px 35px 6px 16px !important;
       width: auto !important;*/
}

@media ( max-width : 640px) {
	.b2c_global_modal_auth_header p {
		font-size: 20px;
		line-height: 160%;
	}
	.b2c_global_modal_renew_numbers_wbtns&gt;div {
		padding: 15px;
	}
	.b2c_global_modal_renew_numbers_wbtns .btn {
		max-width: 200px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	.b2c_global_modal_not_client .b2c_global_modal_auth_close {
		display: none;
	}
	.b2c_global_modal_is_client .b2c_global_modal_auth_close {
		display: block;
	}
	.b2c_global_modal_client_choose&gt;div {
		float: none;
		width: 100%;
		height: inherit;
		padding: 20px;
	}
	.b2c_dual_modal .b2c_global_modal_auth_inner {
		max-width: 320px;
	}
	.b2c_global_modal_client_choose .b2c_global_modal_auth_header h2 {
		letter-spacing: 0;
	}
	.b2c_global_modal_client_choose .b2c_global_modal_auth_header h2 br {
		display: none;
	}
	.b2c_globa_modal_wsteps .b2c_global_modal_auth_inputs .control-group {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.b2c_globa_modal_wsteps .control-group:last-child {
		margin-bottom: 0;
	}
}

/*Checkout Loader*/
.fp_preloader {
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.fp_preloader span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	margin-left: -85px;
	margin-top: -85px;
	width: 170px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 0 60px 40px #FFF;
	background-color: #FFF;
}

.add_reload_img {
	background-image: url("/assets/images/loading.gif") !important;
	background-repeat: no-repeat;
	background-position: right center !important;
	display: inline-block !important;
	/* padding: 6px 35px 6px 16px !important;
    width: auto !important;*/
}

.add_reload_img_auth {
	background-image: url("/assets/images/loading.gif") !important;
	background-repeat: no-repeat;
	background-position: center !important;
	display: inline-block !important;
	/* padding: 6px 35px 6px 16px !important;
    width: auto !important;*/
}

@media ( max-width : 480px) {
	.b2c_global_modal_renew_numbers a {
		padding: 15px 10px;
		font-size: 18px;
	}
	.b2c_global_modal_renew_numbers_wbtns&gt;div {
		line-height: 140%;
	}
	.b2c_global_modal_renew_numbers_wbtns .btn {
		max-width: inherit;
		float: none;
		margin-top: 10px;
	}
	.b2c_modal_checkout_step_number {
		font-size: 16px;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.b2c_modal_checkout_step:after, .b2c_modal_checkout_step:before {
		top: 16px;
	}
	.b2c_modal_checkout_step.active .b2c_modal_checkout_step_number {
		background-image: url("/assets/images/icon_check_1x_white.png");
	}
}

@media ( max-width : 320px) {
	.b2c_modal_renew_numtype {
		padding: 2px 5px;
		font-size: 14px;
	}
	.b2c_global_modal_auth_top_actions, .b2c_global_modal_client_choose .b2c_global_modal_auth_top_actions
		{
		margin-bottom: 15px;
	}
}

.anunta-ma {
	color: #e20074;
	background-color: #fff;
	border-color: #c90067;
}

.anunta-ma:hover, .anunta-ma:focus, .anunta-ma:active, .anunta-ma.active,
	.open .dropdown-toggle.anunta-ma {
	color: #e20074;
	background-color: #f2f2f2;
	border-color: #8b0047;
}

.btn_2br {
	display: none;
}

@media only screen and (max-width: 420px) {
	.btn_2br {
		display: block;
	}
	.anunta-ma {
		line-height: 8px;
	}
}

@media ( max-width : 992px) {
	.int-disponibil {
		display: none !important;
	}
}

.modal-show {
	display: block;
}

.modal-hide {
	display: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	background-color: #e1e1e1;
}

.submit-color {
	background-color: #fff;
	color: #c90067;
}

.b3c_global_modal_wrapper .btn-rect {
	border-radius: 0;
	padding: 11px 30px;
	display: inline-block;
	width: auto;
	font-size: 18px;
	text-shadow: none;
	outline: 0;
	transition: background-color 300ms ease, color 300ms ease;
}

.b3c_global_modal_open {
	overflow: hidden;
}

.b3c_global_modal_wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	vertical-align: middle;
	text-align: center;
	overflow: auto;
}

.b3c_global_modal_wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}

.b3c_global_modal_auth_overflow {
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 5;
	padding: 40px 20px;
}

.b3c_global_modal_auth_overflow:before {
	content: "";
	display: inline-block;
	width: 1px;
	opacity: 0;
	height: 100%;
	vertical-align: middle;
	visibility: hidden;
}

.b3c_global_modal_auth_inner {
	text-align: left;
	vertical-align: middle;
	position: relative;
	width: 98%;
	max-width: 630px;
	display: inline-block;
	background-color: #FFF;
	box-shadow: 0 0 50px 0 #000;
	padding: 40px;
}

.b3c_global_modal_auth_top_actions {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 0;
}

.b3c_global_modal_auth_close {
	color: #e20074;
	cursor: pointer;
	float: right;
	margin-top: 0;
}

.b3c_global_modal_auth_header {
	margin-bottom: 25px;
}

.b3c_global_modal_auth_header h2 {
	color: #383838;
	font-family: "Tele-ultra";
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 52px;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.b3c_global_modal_auth_header h2 .light_grey {
	color: #c3c3c3;
}

.b3c_global_modal_auth_header h2 .green {
	color: #6BB324;
}

.b3c_global_modal_auth_header p {
	margin-top: 20px;
	font-size: 24px;
	color: #828282;
	line-height: 140%;
}

.b3c_global_modal_auth_content h3 {
	font-size: 24px;
	line-height: 130%;
	font-family: "Tele-ultra";
	margin-bottom: 10px;
}

.b3c_global_modal_wrapper input[type="submit"],
	.b3c_global_modal_wrapper input[type="button"] {
	outline: 0 !important;
	margin-top: 0;
	margin-bottom: 0 !important;
}

.b3c_global_modal_wrapper input[type="text"] {
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	padding: 10px 15px;
	height: 48px;
	line-height: 48 px9;
	line-height: 100%;
	border-color: #d0d0d0;
	background: #FFF;
	outline: 0 !important;
}

.anunta-ma {
	background-color: #fff;
	color: #E20074;
}

.anunta-ma:hover {
	background-color: #f2f2f2;
	color: #E20074;
}

.anunta-ma span {
	display: none;
}

@media ( max-width : 992px) {
	.availability.out-of-stock {
		display: none;
	}
}

@media ( max-width : 720px) {
	input[type="submit"] {
		margin-top: 0px;
	}
	.b3c_global_modal_auth_overflow {
		padding: 20px;
	}
	.b3c_global_modal_auth_overflow:before {
		display: none;
	}
	.b3c_global_modal_auth_header {
		margin-bottom: 30px;
	}
	.b3c_global_modal_auth_header h2 {
		font-size: 30px;
		line-height: 120%;
		margin-bottom: 10px;
	}
	.b3c_global_modal_auth_inner {
		padding: 20px;
	}
	.b3c_global_modal_auth_top_actions {
		margin-bottom: 10px;
	}
	.b3c_global_modal_wrapper .btn-rect {
		padding-left: 16px;
		padding-right: 16px;
	}
	.b3c_global_modal_auth_header h2 {
		font-size: 40px !important;
	}
}

@media ( max-width : 640px) {
	.b3c_global_modal_auth_header p {
		font-size: 20px;
		line-height: 160%;
	}
}

@media ( max-width : 480px) {
	.b3c_global_modal_auth_header h2 {
		font-size: 24px !important;
		letter-spacing: 0;
	}
	.b3c_global_modal_auth_header {
		margin-bottom: 20px;
	}
	.b3c_global_modal_wrapper .control-group {
		margin-bottom: 10px;
	}
	.inst_form_inputs .col-xs-6 {
		float: none;
		width: 100%;
	}
}

@media ( max-width : 400px) {
	.anunta-ma {
		line-height: 7.5px;
	}
	.anunta-ma span {
		display: block;
	}
}

@media ( max-width : 340px) {
	.btn-primary, .btn-error, .btn-action {
		font-size: 14px;
	}
	.anunta-ma {
		line-height: 6.8px;
	}
}

@media ( max-width : 320px) {
	.b3c_global_modal_auth_top_actions {
		margin-bottom: 15px;
	}
}

#notifyMeButtonPDP {
	float: right;
}

#notifyMeButtonPLP {
	width: 100%;
}

@media ( max-width : 420px) {
	#notifyMeButtonPLP {
		width: 100%;
		line-height: 0.5;
	}
}

.btn-primary-pur.disabled, .btn-primary-pur[disabled], fieldset[disabled] .btn-primary-pur,
	.btn-primary-pur.disabled:hover, .btn-primary-pur[disabled]:hover,
	fieldset[disabled] .btn-primary-pur:hover, .btn-primary-pur.disabled:focus,
	.btn-primary-pur[disabled]:focus, fieldset[disabled] .btn-primary-pur:focus,
	.btn-primary-pur.disabled:active, .btn-primary-pur[disabled]:active,
	fieldset[disabled] .btn-primary-pur:active, .btn-primary-pur.disabled.active,
	.btn-primary-pur[disabled].active, fieldset[disabled] .btn-primary-pur.active
	{
	background-color: #e1e1e1;
	color: #c90067;
}

.b2c_unlimited2go_wrapper label.error {
	display: inline-block;
	width: 100%;
	color: #e9322d;
	font-size: 14px;
	font-family: "Tele-bold";
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer !important;
}

.b2c_unlimited2go_wrapper input.error[type="text"] {
	background-image: url("/assets/images/icon_error_mark.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px !important;
	border-color: #e9322d;
}

.b2c_unlimited2go_wrapper select, .b2c_unlimited2go_wrapper input[type="password"],
	.b2c_unlimited2go_wrapper input[type="text"] {
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 10px 15px;
	line-height: 100%;
	border-color: #d0d0d0;
	background: #FFF;
	outline: 0 !important;
}

.b2c_unlimited2go_wrapper .btn-rect {
	display: inline-block;
	width: auto;
	font-size: 18px;
	text-shadow: none;
	outline: 0;
	transition: background-color 300ms ease, color 300ms ease;
}

.b2c_global_modal_check_inner {
	text-align: left;
	vertical-align: middle;
	position: relative;
	width: 98%;
	max-width: 770px;
	display: inline-block;
	background-color: #FFF;
	box-shadow: 0 0 50px 0 #000;
	padding: 30px;
}

.b2c_global_modal_check_top_actions {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 0px;
}

.b2c_global_modal_check_header h1 {
	color: #000;
	font-family: "T-grotesk";
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	border: 0 none;
	padding-bottom: 20px;
}

.b2c_global_modal_check_header h2 {
	color: #e20074;
	font-family: "Tele-bold";
	font-size: 27px;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	border: 0 none;
	padding-bottom: 20px;
}

.pp_modal .b2c_global_modal_auth_inner {
	border-radius: 12px;
	padding: 20px 20px 70px 20px;
}

.pp_modal .b2c_global_modal_auth_top_actions {
	margin-bottom: 30px;
}

.pp_modal .b2c_global_modal_auth_close {
	margin-top: 0;
}

.pp_modal .b2c_global_modal_auth_header {
	text-align: center;
	margin-bottom: 55px;
}

.pp_modal .b2c_global_modal_auth_header h2 {
	font-family: 'TeleNeo-bold';
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0;
}

.pp_modal .b2c_global_modal_auth_content h3 {
	font-family: 'TeleNeo-regular';
	font-size: 36px;
	color: #e20074;
}

.pp_modal .b2c_global_modal_auth_content {
	padding: 0 50px;
}

.pp_modal .b2c_global_modal_auth_content p {
	font-family: 'TeleNeo-regular';
	font-size: 18px;
	line-height: 120%;
}

.pp_modal .b2c_global_modal_auth_content .custom_radio_btn {
	margin-right: 20px;
}

.pp_modal.b2c_global_modal_wrapper input[type="text"] {
	font-size: 18px;
	height: 40px;
	width: 80%;
	border-radius: 4px;
}

.pp_modal .b2c_modal_sms_info {
	font-size: 14px;
	margin-bottom: 30px;
}

.pp_modal .b2c_global_modal_auth_inputs label {
	font-size: 18px;
}

.pp_modal .section_faq {
	padding: 100px 0;
	text-align: center;
}

.pp_modal .section_faq h3 {
	font-family: 'TeleNeo-bold';
	margin-bottom: 20px;
}

.pp_modal .section_faq .copy_col {
	text-align: right;
	padding-top: 8px;
}

.pp_modal .section_faq .select_col {
	text-align: left;
}

.pp_modal .section_faq select {
	border-radius: 4px;
}

.pp_modal .custom_radio_btn {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-right: 20px;
	cursor: pointer;
}

.pp_modal .custom_radio_btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.pp_modal .custom_check {
	position: absolute;
	top: -2px;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #eee;
	border: 1px solid #ededed;
	border-radius: 50%;
}

.pp_modal .custom_radio_btn input:checked ~ .custom_check {
	background-color: #fff;
}

.pp_modal .custom_check:after {
	content: "";
	position: absolute;
	display: none;
}

.pp_modal .custom_radio_btn input:checked ~ .custom_check:after {
	display: block;
}

.pp_modal .custom_radio_btn .custom_check:after {
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #e20074;
}

.pp_modal .b2c_global_port_number_preview {
	background-color: #fff;
	padding: 0;
	font-family: 'TeleNeo-regular';
	font-size: 36px;
	color: #e20074;
}

.pp_modal .infos_user_code {
	background:
		url(https://media.mobile.telekom.ro/images/toate-abonamentele/icon_info.png)
		no-repeat left center;
	background-size: 27px 27px;
	padding-left: 40px;
	margin-top: 10px;
	font-family: 'TeleNeo-regular';
	font-size: 14px;
	line-height: 100%;
	min-height: 26px;
}

.modal_img_finalS {
	margin-bottom: 20px;
}

.b2c_global_modal_renewal .btn {
	font-family: 'TeleNeo-regular';
	font-size: 18px;
}

.available_renewal_no {
	margin-bottom: 35px;
}

.available_renewal_no .btn {
	display: block;
	max-width: 230px;
	margin: 0 auto 10px auto;
	font-size: 24px;
}

.available_renewal_no .btn.active {
	background-color: #e20074;
	color: #fff;
	border: none;
}

.b2c_global_modal_portin_success.pp_modal .b2c_global_modal_auth_header {
	margin-bottom: 25px;
}

/* modal css */

#renewal_select_no .b2c_global_modal_wrapper input[type="text"] {
    font-size: 18px;
    height: 40px;
    width: 80%;
    border-radius: 4px;
}
#renewal_select_no .b2c_global_modal_auth_inner {
    border-radius: 12px;
    padding: 20px 20px 70px 20px;
}
@media (max-width: 550px) {
    #renewal_select_no .b2c_global_modal_auth_overflow { padding: 0; }
    #renewal_select_no .b2c_global_modal_auth_inner { width: 100%; border-radius: 0; margin-top: 120px; }
    #renewal_select_no .b2c_global_modal_auth_content { padding: 0; }
}
#renewal_select_no .b2c_global_modal_auth_top_actions {
    margin-bottom: 30px;
}
#renewal_select_no .b2c_global_modal_auth_header {
    text-align: center;
    margin-bottom: 55px;
}
#renewal_select_no .b2c_global_modal_auth_header h2 {
    font-family: 'TeleNeo-bold';
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
}
@media (max-width: 719px) {
    #renewal_select_no .b2c_global_modal_auth_header h2 { margin-top: 0; }
}
@media (max-width: 400px) {
    #renewal_select_no .b2c_global_modal_auth_header h2 { font-size: 22px; }
}
#renewal_select_no .b2c_global_modal_auth_content h3 {
    font-family: 'TeleNeo-regular';
    font-size: 36px;
    color: #e20074;
}
#renewal_select_no .b2c_global_modal_auth_content {
    padding: 0 50px;
}
#renewal_select_no .b2c_global_modal_auth_content p {
    font-family: 'TeleNeo-regular';
    font-size: 18px;
    line-height: 120%;
}
#renewal_select_no .b2c_global_modal_auth_content .custom_radio_btn {
    margin-right: 20px;
}
#renewal_select_no .client_phone_no {
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0d0;
    margin: 0 auto 20px auto;
    border-radius: 6px;
    font-family: 'TeleNeo-bold';
    font-size: 24px;
    cursor: pointer;
}
#renewal_select_no .client_phone_no:hover {
    box-shadow: 0px 0px 10px 2px rgba(226, 0, 116, 0.5);
}
#renewal_select_no .client_phone_no.active {
    background-color: #e20074;
    color: #fff;
}
#renewal_select_no .renewal_select_no_cta {
    text-align: center;
}
#renewal_select_no .renewal_select_no_cta .btn {
    font-family: 'TeleNeo-regular';
    font-size: 18px;
    line-height: 100%;
    padding: 12px 25px;
}

.pre2post_popup .b2c_global_modal_auth_inner {
	border-radius: 6px;
	padding: 15px 15px 70px 0;
	max-width: 460px;
}
.pre2post_popup .b2c_global_modal_auth_top_actions {
	margin-bottom: 30px;
}
.pre2post_popup .b2c_global_modal_auth_close {
	margin-top: 0;
}
.pre2post_popup_step {
	background: url(https://media.mobile.telekom.ro/images/vreaunelimitat/new/popup_shape.png) no-repeat left top;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.pre2post_popup_step p {
	font-family: 'TeleNeo-bold';
	font-size: 18px;
	color: #fff;
	padding-left: 15px;
}
.pre2post_popup .b2c_global_modal_auth_content {
	max-width: 340px;
	margin: 0 auto;
	padding-left: 15px;
}
.pre2post_popup .b2c_global_modal_auth_content h4 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
}
.pre2post_popup .b2c_global_modal_auth_content p {
	font-family: 'TeleNeo-regular';
	font-size: 18px;
	margin-bottom: 20px;
}
.pre2post_popup .b2c_global_modal_auth_content input[type="text"] {
	height: 36px;
	border-radius: 6px;
}
.pre2post_popup .b2c_global_modal_auth_content .btn {
	font-size: 18px;
	width: 100%;
}
.pre2post_popup .alert-danger {
	font-size: 15px;
	color: #d90000;
	border: none;
	margin-bottom: 0;
	padding-left: 25px;
	background: url(https://media.mobile.telekom.ro/images/vreaunelimitat/new/popup_error.png) no-repeat left 10px;
}
.pre2post_popup.popup_success .b2c_global_modal_auth_top_actions {
	margin-bottom: 0;
}
.pre2post_popup.popup_success .b2c_global_modal_auth_content {
	margin-top: -15px;
}
.pre2post_popup.popup_success .pre2post_popup_step {
	background-size: 110px 100%;
}

.timer {
	margin-bottom: 20px;
	position: relative;
}

#time {
	font-family: 'TeleNeo-bold';
	font-size: 36px;
	color: #e20074;
}

.timer:after {
	content: '';
	position: absolute;
	top: 13px;
	left: calc(50% + 50px);
	background:
		url(https://media.mobile.telekom.ro/images/vreaunelimitat/new/popup_clock.png)
		no-repeat;
	width: 21px;
	height: 21px;
}

@media(max-width: 550px) {
	.pre2post_popup .b2c_global_modal_auth_inner { padding: 15px 15px 45px 0; }
	.pre2post_popup .b2c_global_modal_auth_top_actions { margin-bottom: 10px; }
}</pre></body></html>