﻿html, body {
	height: 100%;
}
body{
	min-width:500px;
}
.progress{
	display:none;
	position:fixed;
	top:0;
	left:-20px;
	right:-20px;
	border-bottom:1px #dce9ee solid;
	z-index:9999999;
}
.progress div{
	position:relative;
	height:4px;
	background:url('../images/progress.png') repeat-x;
}
.content {
	height: 100%;
	margin: 0 auto -100px;
}
footer {
	height: 70px;
	padding: 30px 12px 0;
}
.layout{
	width:100%;
	height:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.layout td{
	vertical-align:middle;
	height:100%;
}
.layout td.bottom{
	height:1px;
	vertical-align:bottom;
}

html {
	background: url(../images/login/pattern_login.png) 0 0 repeat transparent;
	text-align: center;
}

h1 {
	padding-top: 15px;
}
	
h1 a {
	display: block;
	background: url(../images/login/login_sprite.png) 0 0 no-repeat transparent;
	width: 167px;
	height: 68px;
	text-indent: -9999px;
	margin: 0 auto 5px;
}

.wide h1 a {
	width:130px;
	height:42px;
	background-position:-288px 0;
	margin-bottom:15px;
}

h2 {
	border-bottom: 1px solid #ec7b6d;
	width: 80%;
	margin: 0 auto 25px;
	padding: 0 0 6px;
}
.wide h2{
	border:none;
	width:auto;
	padding:0;
	margin-bottom:30px;
}

.restorepass h2 {
	margin-bottom: 10px;
	width: 85%;
}

.restorepass h3 {
	margin-bottom: 27px;
}

.period_field{
	display:none;
}

.fields li {
	padding: 0 0 12px;	
}
.fields li:after{
	content:'';
	display:table;
	clear:both;
}

.fields label {
	float: left;
	width: 140px;
	text-align: left;
	line-height:normal;
}
.fields label span{
	height:42px;
	display:table-cell;
	vertical-align:middle;
}

.fields li > div {
	float: left;
	width: 268px;
	text-align: left;
	overflow: hidden;
}
.fields div.delim{
	width:auto;
	font-size:15px;
	line-height:15px;
	padding:12px 0;
	margin-left:6px;
}
.fields div.select,
.field-wrap .select{
    width:253px;
	margin-left:11px;
	overflow:visible;
}
.field-wrap .select{
	margin:0;
}
.fields div.select.expiration{
	width:114px;
}
.field-wrap .select.expiration{
	display:inline-block;
	float:left;
	width:85px;
}
.field-wrap .select + .select{
	margin-left:20px;
}
.form-content{
	width:675px;
	padding-left:40px;
	margin:40px auto 0;
}

.form-2fa .fields{
	display:inline-block;
	float:left;
}
.form-2fa .submit{
	margin-top:0;
	display:inline-block;
	float:right;
}
.form-2fa .fields label{
	width:130px;
	margin:4px 0 0;
}
.form-2fa .fields label span{
	height:37px;
}
.form-2fa .field{
	margin:4px 0 0;
}
.form-2fa .fields li > div{
	width:102px;
}
.form-2fa .fields input{
	width:70px;
}
.form-2fa .msg{
	margin-bottom:35px;
	font-size:14px;
	font-family:Arial,sans-serif;
}
.form-2fa .link{
	padding:25px 0 10px;
	font-size:14px;
	font-family:Arial,sans-serif;
	text-align:left;
}
.form-2fa .link.reserve{
    padding-top:0;
    font-size:11px;
    text-align:right;
}
.form-2fa .link.reserve a{
    color: #939393;
}
.form-2fa .link.reserve a:hover{
    color:#7ecee3;
}
.form-2fa .captcha-field {
    padding-bottom: 25px;
}
.form-2fa .captcha-holder {
    position:absolute;
    right:37px;
    width: auto !important;
    padding-top: 4px;
}
.form-2fa .captcha-holder img {
    margin: 0;
}
.clearfix{
	clear:both;
}

.error_msg {
	display: none;
	clear: both;
	position: relative;
	padding: 0 0 0 21px;
}

.field-wrap{
	display:inline-block;
	float:left;
	text-align:left;
	margin:0 50px 30px 0;
}
.field-wrap label{
	display:block;
	font-size:15px;
	color:#333;
	margin-bottom:15px;
}
.field-wrap .field{
	float:left;
}
.field-wrap .field input{
	width:250px;
}
.field-wrap .field.card-number input{
	width:150px;
}
.field-wrap .field.cvc input{
	width:50px;
}
.field-wrap .ps{
	display:inline-block;
	float:left;
	height:43px;
	margin-left:10px;
	background:url('../images/login/ps.png') no-repeat;
}
.field-wrap .ps.all{
	position:relative;
	width:180px;
	margin-left:20px;
	background:url('../images/ps.svg') no-repeat !important;
}
.field-wrap .ps.all .lighten{
	display:none;
	position:absolute;
	top:0;
	height:100%;
	background:rgba(255,255,255, 0.7);
}
.field-wrap .ps.all .lighten.mc{
	left:0;
	width:70px;
}
.field-wrap .ps.all .lighten.visa{
	left:70px;
	width:65px;
}
.field-wrap .ps.all .lighten.ae{
	left:135px;
	width:40px;
}
.field-wrap .ps.visa{
	width:77px;
	background-position: 0 0;
}
.field-wrap .ps.mc{
	width:49px;
	background-position:-77px 0;
}
.field-wrap .ps.ae{
	width:37px;
	margin-left:20px;
	background-position:-126px 0;
}
.field-wrap .cvvimg{
	display:inline-block;
	float:left;
	width:46px;
	height:43px;
	margin-left:20px;
	background:url('../images/login/cvv.png') center center no-repeat;
}

.field.captcha input {
    width:120px;
}
.captcha-holder{
    width:100% !important;
    float:none !important;
    text-align: center !important;
    padding-top:10px;
}
.captcha-holder img{
    max-width:100%;
    max-height:100%;
    cursor:pointer;
    display:inline-block;
    margin-left:54px;
}

.error_msg em{
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(../images/login/login_sprite.png) -4px -74px no-repeat transparent;
}

.submit {
	overflow: hidden;
	margin: 8px 0 0;
}

.submit .link {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 8px;
}
.submit .link.tariff{
	padding-top:4px;
}
.submit .link.tariff p{
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#242424;
}
.submit .link.tariff .sum{
	font-size:18px;
	color:#70b3c4;
	white-space:nowrap;
}
.submit .link.tariff .sum span.cost{
	font-size:30px;
}
.submit .link.tariff .trial{
	font-size:14px;
	color:#ec7b6d;
}
.submit .link.tariff .trial b{
	font-weight:bold;
}

.submit .btn {
	float: right;
}

.wide table.submit{
	width:625px;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}
.wide table.submit .sl{
	text-align:left;
}
.wide table.submit .sc{
	text-align:center;
}
.wide table.submit .sr{
	text-align:right;
}
.wide .submit .btn{
	float:none;
	display:inline-block;
}
.wide .submit a{
	font-family:OpenSansRegular,sans-serif;
	font-size:13px;
}
.wide .submit .sum{
	font-family:OpenSansBold,sans-serif;
	font-size:15px;
	font-weight:bold;
}
.wide .submit .sum span.b{
	font-size:25px;
}
.wide .submit .trial{
	margin-top:10px;
	font-family:Arail,sans-serif;
	font-size:13px;
	color:#999999;
}



/* input fields */

.field {
	height:42px;
	overflow: hidden;
	position: relative;
	margin: 0 0 8px;
	float: right;
	cursor: text;
}

.field span {
	display: block;
	float: left;
	height: 42px;
	background: url(../images/login/form_sprite_login.png) 0 -801px repeat-x transparent;
}
.field.pwd input{
	width:201px;
	margin-right:25px;
}
.field .pwdvis{
	display:block;
	position:absolute;
	right:15px;
	top:50%;
	width:21px;
	height:16px;
	margin-top:-8px;
	background:url('../images/login/login_sprite.png') -45px -74px no-repeat;
}
.field .pwdvis.active{
	background-position:-24px -74px;
}

.field .cap {
	width: 16px;
	padding:0;
}

.field .cap.left {
	background-position: 0 -170px;
}

.field .cap.right {
	background-position: 0 -486px;
}

.field input{
	width: 226px;
	border: 0;
	background:none;
	padding: 12px 0;
	-webkit-appearance: none;
	border-radius: 0;	
}

.field:hover span {
	background-position: 0 -850px;
}
.field:hover .cap.left {
	background-position: 0 -219px;
}
.field:hover .cap.right {
	background-position: 0 -535px;
}

.field.focus span {
	background-position: 0 -900px;
}
.field.focus .cap.left {
	background-position: 0 -269px;
}
.field.focus .cap.right {
	background-position: 0 -585px;
}



/* buttons */

.btn {
	height:55px;
	overflow: hidden;
	margin: 0 1px 0 0;
	cursor: pointer;	
}

.btn span,
.btn em {
	display: block;
	float: left;
	height: 55px;
	background: url(../images/login/form_sprite_login.png) 0 -631px repeat-x transparent;
}

.btn .cap {
	width: 7px;
	background-repeat: no-repeat;
}

.btn .cap.left {
	background-position: 0 0px;
}

.btn .cap.right {
	background-position: -9px -316px;
}

.btn input{
	width: 190px;
	border: 0;
	background:none;
	padding: 17px 3px 17px 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;	
}

.btn:hover span,
.btn:hover em {
	background-position: 0 -687px;
}
.btn:hover .cap.left {
	background-position: 0 -56px;
}
.btn:hover .cap.right {
	background-position: -9px -372px;
}

.btn.active span,
.btn.active em {
	background-position: 0 -743px;
}
.btn.active .cap.left {
	background-position: 0 -112px;
}
.btn.active .cap.right {
	background-position: -9px -428px;
}
.btn.disabled span,
.btn.disabled em{
	background-position: 0 -1001px;
}
.btn.disabled .cap.left {
	background-position:0 -946px;
}
.btn.disabled .cap.right {
	background-position: -9px -1056px;
}

.form-2fa .btn,
.coupon .btn {
	margin-top:0;
	height:44px;
}

.form-2fa .btn span,
.coupon .btn span {
	height: 44px;
	background: url(../images/form_sprite.png) 0 -642px repeat-x transparent;
}

.form-2fa .btn .cap.left,
.coupon .btn .cap.left {
	margin-right:-1px;
	background-position: -2px -359px;
}

.form-2fa .btn .cap.right,
.coupon .btn .cap.right {
	margin-left:-1px;
	background-position: -6px -501px;
}

.form-2fa .btn input,
.coupon .btn input{
	width: 150px;
	padding: 11px 0px 11px 0;
}

.form-2fa .btn:hover span,
.coupon .btn:hover span {
	background-position: 0 -689px;
}
.form-2fa .btn:hover .cap.left,
.coupon .btn:hover .cap.left {
	background-position: -2px -406px;
}
.form-2fa .btn:hover .cap.right,
.coupon .btn:hover .cap.right {
	background-position: -6px -548px;
}

.form-2fa .btn.active span,
.coupon .btn.active span {
	background-position: 0 -736px;
}
.form-2fa .btn.active .cap.left,
.coupon .btn.active .cap.left {
	background-position: -2px -453px;
}
.form-2fa .btn.active .cap.right,
.coupon .btn.active .cap.right {
	background-position: -6px -595px;
}
.form-2fa .field,
.coupon .field {
	height:37px;
}

.form-2fa .field span,
.coupon .field span {
	height: 37px;
	background: url(../images/form_sprite.png) 0 -240px repeat-x transparent;
}
.form-2fa .field .cap,
.coupon .field .cap {
	width: 12px;
}

.form-2fa .field .cap.left,
.coupon .field .cap.left {
	background-position: 0 0;
}

.form-2fa .field .cap.right,
.coupon .field .cap.right {
	background-position: 0 -120px;
}

.form-2fa .field input,
.coupon .field input{
	padding: 10px 0;	
}

.form-2fa .field:hover span,
.coupon .field:hover span {
	background-position: 0 -280px;
}
.form-2fa .field:hover .cap.left,
.coupon .field:hover .cap.left {
	background-position: 0 -40px;
}
.form-2fa .field:hover .cap.right,
.coupon .field:hover .cap.right {
	background-position: 0 -160px;
}

.form-2fa .field.focus span,
.coupon .field.focus span {
	background-position: 0 -320px;
}
.form-2fa .field.focus .cap.left,
.coupon .field.focus .cap.left {
	background-position: 0 -80px;
}
.form-2fa .field.focus .cap.right,
.coupon .field.focus .cap.right {
	background-position: 0 -200px;
}




/* rounded corners block */

.r-border-shape {
	width: 488px;
	margin: 0 auto;
	padding: 0 10px;
}

.wide .r-border-shape{
	width:790px;
}

.r-border-shape .wrapper{
	background: #fff;
	margin: 0 4px;
	padding: 25px 35px 22px;
	background-color: #fff;
	position: relative;
}
.wide .r-border-shape .wrapper{
	margin:0;
	padding:40px;
	border-radius:3px;
}

.r-border-shape .wrapper .shadow{
	height: 100%;
	width: 4px;
	background: url(../images/login/wrap_shadow.png) 0 0 repeat-y transparent;
	position: absolute;
	top: 0;
}

.r-border-shape .wrapper .shadow.left{
	left: -4px;
}

.r-border-shape .wrapper .shadow.right{
	right: -4px;
	background-position: -4px 0;
}

.r-border-shape .tb, .r-border-shape .bb{
	position: relative;
	height: 10px;
	overflow: hidden;
}

.r-border-shape .cn{
	position: relative;
	width: 10px;
	height: 40px;
	background: url(../images/login/login_wrap.png);
	overflow: hidden;
}

.r-border-shape .cn.r{
	position: absolute;
	margin-left: 100%;
	left: -10px;
	top: -10px;
}

.r-border-shape .bb .cn{
	margin-top: -20px;
}

.r-border-shape .cn.l{
	width: auto;
	margin-right: 10px;
}

.clearfix{
	clear:both;
}
.wide .gray-bg{
	margin:0 -40px;
	padding:20px 40px;
	background:#f2f2f2;
	text-align:center;
}
.wide .inline{
	display:inline-block;
	text-align:left;
}
.wide .period-selector{
	list-style:none;
	margin-bottom:20px;
}
.wide .period-selector li{
	display:inline-block;
	float:left;
	margin:0 9px;
	font-family: OpenSansRegular, sans-serif;
	font-size:13px;
	cursor:pointer;
	padding-bottom:5px;
	border-bottom:3px transparent solid;
}
.wide .period-selector li:hover,
.wide .period-selector li.cur{
	border-color:#70b3c4;
}
.wide .service-selector{
    list-style:none;
	margin-bottom:20px;
    width: 100%;
}
.wide .service-selector li{
    width: 20%;
    display:inline-block;
	float:left;
    margin:0 15%;
    font-family: OpenSansRegular, sans-serif;
	font-size:13px;
    cursor:pointer;
    text-transform:uppercase;
    text-align: center;
    padding-bottom:5px;
    border-bottom:3px transparent solid;
}
.wide .service-selector li:hover,
.wide .service-selector li.cur{
    border-color:#ec7b6d;
}
.wide .tariffs + .tariffs {
    margin-top: 20px;
}
.wide .tariff{
	display:inline-block;
	float:left;
	width:148px;
	margin:0 13px;
	padding:15px 20px;
	border:1px #b8b8b8 solid;
	color:#999999;
	border-radius:3px;
	cursor:pointer;
}
.wide .tariff:hover,
.wide .tariff.cur{
	background:#fff;
	border-color:#ec7b6d;
	color:#333;
}
.wide .tariff .title{
	font-family: OpenSansRegular, sans-serif;
	font-size:13px;
	text-transform:uppercase;
}
.wide .tariff .title sup {
    position:relative;
    top: -5px;
    color:#ec7b6d;
    text-transform: none;
}
.wide .tariff .price{
	margin-top:10px;
	font-family: OpenSansBold, sans-serif;
	font-weight:bold;
	font-size:15px;
}
.wide .tariff .price span.b{
	font-size:25px;
}
.wide .toptions {
    margin-top:20px;
}
.wide .toption{
	display:inline-block;
	float:left;
	margin:0px 18px 0;
}
.wide .toption .title{
	font-family: OpenSansBold, sans-serif;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.wide .toption .title a{
	display:inline-block;
	margin-left:7px;
	font-family:Arial,sans-serif;
	color:#70b3c4;
	font-weight:normal;
	padding-bottom:1px;
	border-bottom:1px dashed #70b3c4;
	text-decoration:none;
}
.wide .toption .title a:hover{
	color:#7ecee3;
	border-color:#7ecee3;
}
.wide .toption .spinner{
	display:inline-block;
	float:left;
	margin-right:10px;
	height:22px;
	line-height:22px;
	border:1px #c6c6c6 solid;
	font-family:Arial,sans-serif;
	font-size:14px;
	background:#fff;
	border-radius:3px;
}
.wide .toption .spinner a{
	display:inline-block;
	float:left;
	width:22px;
	height:100%;
	text-align:center;
	font-weight:bold;
	color:#70b3c4;
	text-decoration:none;
}
.wide .toption .spinner a:hover{
	color:#7ecee3;
}
.wide .toption table{
	border-collapse:collapse;
	border-spacing:0;
}
.wide .toption .spinner span{
	display:inline-block;
	float:left;
	min-width:20px;
	height:100%;
	padding:0 6px;
	text-align:center;
	border-left:1px #c6c6c6 solid;
	border-right:1px #c6c6c6 solid;
}
.wide .toption .comment{
	display:inline-block;
	float:left;
	font-family: OpenSansRegular, sans-serif;
	font-size:10px;
	max-width:110px;
}
.wide .toption .price{
	margin-top:10px;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#70b3c4;
}
.wide .coupon{
	margin-top:15px;
}
.wide .coupon .field{
	float:none;
	display:inline-block;
	margin:0 0 1px 0;
	height:36px;
	vertical-align:middle;
}
.wide .coupon .field input {
	width:160px;
}
.wide .coupon .field span{
	background-color:#fff;
}
.wide .coupon .field .cap{
	width:11px;
}
.wide .coupon .field .cap.left{
	margin-left:-1px;
}
.wide .coupon label{
	display:inline-block;
	margin-right:15px;
	font-size:15px;
	line-height:44px;
	height:44px;
	color:#333;
	vertical-align:middle;
}
.wide .coupon .btn{
	display:inline-block;
	vertical-align:middle;
}
.wide .coupon .btn input{
	width:120px;
}
.wide .coupon a{
	font-family: OpenSansRegular,sans-serif;
    font-size: 13px;
}
.wide .tabs{
	display:inline-block;
	width:790px;
	margin-left:-40px;
}
.btn.hide,
.wide .tabs.hide{
	display:none !important;
}
.wide .tabs .tab{
	display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
	cursor:pointer;
}
.wide .tabs .tab:hover{
	color: #70b3c4;
}
.wide .tabs .tab.cur{
	color: #70b3c4;
	background:#fff;
}
.apple-pay-checkout-button {
	width:190px;
	height:53px;
	background-image: -webkit-named-image(apple-pay-logo-black);
	background-color: white;
	border: .5px solid black;
	border-radius:5px;
	background-position: center;
    background-size: auto 30px;
    background-origin: content-box;
    background-repeat: no-repeat;
	cursor:pointer;
}


/* footer */

footer {
	width: 460px;
	margin: 0 auto;
	position: relative;
}
.wide footer{
	width:790px;
}

footer p {
	float: left;
	padding: 8px 0 0;
	white-space:nowrap;
}

.language_picker {
	float: right;
	text-align: left;
	position: relative;
	width: 120px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;	
}

.language_picker ul {
	display: none;
	position: absolute;
	bottom: 33px;
	width: 121px;
}

.language_picker ul li.top_cap{
	height:7px;
	background: url(../images/login/login_sprite.png) -167px -82px no-repeat transparent;
}

.language_picker li {
	display: block;
	width: 120px;
	background: url(../images/login/language_shadow.png) 1px 0 repeat-y transparent;
}

.language_picker a {
	display: block;
	margin: 0 3px 0 2px;
	padding: 10px 0 10px 13px;
}

.language_picker a:hover {
	background: #ec7b6d;
}

.language_picker span {
	display: block;
	width: 72px;
	height: 16px;
	padding: 9px 34px 9px 14px;
	background: url(../images/login/login_sprite.png) -167px 0px no-repeat transparent;
	cursor: pointer;
}

.language_picker span:hover, .language_picker span.active {
	background-position: -167px -41px;
}

.content {
	position: relative;
}


h2, label, .btn input {
	font-family: OpenSansBold, sans-serif;
}

footer p, .submit li, .language_picker, .language_picker a, h3 {
	font-family: OpenSansRegular, sans-serif;
}

.error_msg, .field input {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #ec7b6d;
	letter-spacing: 2px;	
}
.wide h2{
	font-size:22px;
}

label {
	font-size: 16px;
	color: #ec7b6d;
}

.error_msg {
	color: #e84d4d;
	font-size: 13px;
	line-height: 1.2;
}

.field input {
	color: #242424;
	font-size: 15px;
	line-height: 15px;
}

.submit li, h3 {
	font-size: 15px;
	color: #929292; 
	line-height: 1.2;
}

.restorepass .submit li, .restorepass h3 {
	font-size: 14px;
}

.btn input{
	color: #fff; 
	font-size: 14px;
	text-transform: uppercase;
}
.gen{
	text-align:left;
}
.genlink{
	position:relative;
	top:-10px;
	display:inline-block;
	padding:0 1px 2px;
	font-family:OpenSans,sans-serif;
	font-size:12px;
	margin:0px 0 15px 150px;
	text-decoration:none;
	border-bottom:1px dashed #84c1cf;
}

footer p {
	font-size: 13px;
	color: #fff;
	white-space:nowrap;
}

.language_picker, .language_picker a {
	color: #717171;
	font-size: 13px;
	text-decoration: none;
}

.language_picker a:hover{
	color: #fff;
}

.result{
	display:none;
	position:fixed;
	top:10px;
	left:10px;
	right:10px;
	z-index:9999;
	padding:10px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	border:1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.result.ok{
	display:block;
	color:#518319;
	border-color:#c3ee92;
	background:#f1ffe1;
}
.result.error{
	display:block;
	color:#bd2f2f;
	border-color:#fda0a1;
	background:#ffdddd;
}
.result .close{
	position:absolute;
	width:8px;
	height:8px;
	top:16px;
	right:13px;
	background:url('../images/sprite.png') no-repeat;
}
.result.ok .close{
	background-position:-14px -323px;
}
.result.error .close{
	background-position:-24px -323px;
}
.result .caption{
	margin-right:15px;
	font-size:14px;
	font-weight:bold;
}
.result p{
	margin-top:5px;
}

.form{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}
.form td{
	padding-bottom:12px;
	text-align:right;
}
.form th{
	text-align:left;
	vertical-align:middle;
	line-height: normal;
	width:120px;
	padding-bottom:20px;
}
.form td .field{
	float:none;
	display:inline-block;
}
.form .select{
	display:inline-block;
	width:253px;
	margin:0 4px 8px 0;
	text-align:left;
}
.form td.left{
	text-align:left;
	padding:0 0 20px 8px;
}
.form .radios{
	width:255px;
	margin-left:6px;
	padding:3px 0 13px;
}
.form label.radio{
	display:inline-block;
	width:auto;
	float:none;
	margin-right:15px;
	font-family:Arail,sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#242424;
	line-height:normal;
}
.form .psyst input{
	vertical-align:top;
	display:inline-block;
	margin-top:6px;
}
.form .psyst label.radio{
	margin:0;
	line-height:25px;
	vertical-align:top;
}
.form .plogo{
	display:inline-block;
	width:58px;
	height:25px;
	background:url('../images/logos.png') no-repeat;
}
.form .plogo.visa{
	background-position:0 0;
}
.form .plogo.mc{
	background-position:0 -25px;
}
.form .plogo.paypal{
	background-position:0 -50px;
}

.chzn-container {
	position: relative;
	display: block;
	width:100% !important;
	z-index:99999;
	font-family:Arail,sans-serif;
}
.chzn-container div{
	float:none;
}

.chzn-container .chzn-drop {
	background: #fff;
	position: absolute;
	top: 29px;
	left: 0;
	width:100% !important;
	z-index: 1010;
}
.chzn-container .chzn-drop  ul{
	max-height:200px;
	overflow:auto;
}

.chzn-container-single .chzn-single {
	display: block;
	overflow: visible;
	position: relative;
	height: 36px;
	margin:1px;
	padding: 0;
	text-decoration: none;
	background: url(../images/selects.png) 0 -135px repeat-x;
}

.chzn-container-single .chzn-single span {
	background: url(../images/selects.png) -34px -9px no-repeat transparent;
	margin: 0 33px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
	margin-left:-1px;
	padding: 11px 0 0 12px;
}

.chzn-container-single .chzn-single div {
	background: url(../images/selects.png) 0 -9px no-repeat transparent;
	position: absolute;
	right: -1px;
	top: 0;
	display: block;
	height: 100%;
	width: 34px;	
}
.chzn-container .chzn-single:hover{
	background-position: 0 -174px;
}
.chzn-container-single .chzn-single:hover span {
	background-position: -34px -48px;
}

.chzn-container-single .chzn-single:hover div {
	background-position: 0 -48px;
}
.chzn-container .chzn-single.chzn-single-with-drop{
	background-position: 0 -213px;
}
.chzn-container-single .chzn-single.chzn-single-with-drop div {
	background-position: 0 -87px;
}

.chzn-container-single .chzn-single.chzn-single-with-drop span{
	background-position:-34px -87px;
}

.chzn-container-single .chzn-search {
	display: none;
}

.chzn-container-single .chzn-results{
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.chzn-drop .bottom_cap {
	position: relative;
	height:6px;
	margin:-1px 3px 0;
	border-bottom: 1px solid #bcbcbc;
}

.chzn-drop .bottom_cap span {
	display: block;
	height: 6px;
	width: 34px;
	position: absolute;
	top:1px;
	left:-3px;
	background: url(../images/selects.png) -34px 0 no-repeat transparent;
}

.chzn-drop .bottom_cap span.right {
	background-position: 100% 0;
	right: -3px;
	left:auto;
	width:34px;
	height:6px;
	background: url(../images/selects.png) 0 0 no-repeat transparent;
}

.chzn-container .chzn-drop  li:hover{
	background: #ec7b6d;
}

.chzn-container .chzn-drop  li{
	padding: 11px 12px;
	cursor: pointer;
}
.chzn-container-single .chzn-single span,
.chzn-container .chzn-drop{
	color: #383838;
	font-size: 14px;
}
.chzn-container .chzn-drop  li:hover{
	color: #fff; 
}
.checkboxes{
	margin:0 -10px 0 145px;
	padding-bottom:10px;
	text-align:left;
}
.checkboxes p{
	position:relative;
	margin-bottom:10px;
	padding-left:22px;
}
.checkboxes input{
	position:absolute;
	left:0;
	top:-1px;
}
.checkboxes label{
	font-family:OpenSansRegular,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#929292;
}
.checkboxes label #asis{
	text-decoration:none;
	color:#ec7b6d;
	border-bottom:1px #ec7b6d dashed;
}
.checkboxes label #asis:hover{
	color:#ec7b6d;
	border:none;
}
.popup{
	display:none;
	position:absolute;
	width:310px;
	margin:-35px 0 0 0;
	padding:12px;
	background:#f2f2f2;
	border:2px #fff solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 10px #dedede;
	-webkit-box-shadow:0 0 10px #dedede;
	box-shadow:0 0 10px #dedede;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff)), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
	z-index:10;
}
.popup p{
	font-family:Arial,sans-serif;
	font-size:12px;
	text-align:left;
}
.popup span{
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-7px;
	width:0;
	height:0;
	border:7px transparent solid;
	border-top-color:#fff;
}
.popup span span{
	border-top-color:#f2f2f2;
	top:-9px;
	left:0;
}
.hide{
	display:none;
}
.popup_fade{
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999995;
	background: #333;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
}
.popup.dialog{
	width:380px;
	left:50%;
	margin:-30px 0 0 -195px;
	padding:32px 30px 0;
	background:#fff;
	z-index:999999;
	text-align:center;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
}
.popup.dialog h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
	border-bottom: 1px solid #ec7b6d;
	display: block;
	padding: 0 0 6px;
	margin: 0 0 30px;
}
.popup.dialog p{
	text-align:center;
	font-size:14px;
	margin-bottom:30px;
}
.popup.dialog .btn{
	display:inline-block;
	margin-bottom:15px;
}

.payment_dialog {
	display: none;
	position: fixed;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999996;
}

.payment_dialog iframe {
	position: absolute;
	width: 700px;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sber {
	margin-top: 10px;
	font-size: 12px;
	font-family: OpenSansRegular, sans-serif;
    color: #868686;
	line-height: 16px;
}

/* retina display images */

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5), 
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

	html {
		background-image:url('../images/login/pattern_login@2x.png');
		background-size:200px 200px;
	}

	.language_picker span, h1 a, .error_msg em, .language_picker ul li.top_cap,.field .pwdvis {
		background-image: url(../images/login/login_sprite@2x.png);
		background-size: 418px 89px;
	}
	
	.r-border-shape .cn{
		background-image: url(../images/login/login_wrap@2x.png);
		background-size: 588px 40px;
	}	

	.r-border-shape .wrapper .shadow{
		background-image: url(../images/login/wrap_shadow@2x.png);
		background-size: 8px 1px;
	}	
	
	.field span, .btn span, .btn em {
		background-image: url(../images/login/form_sprite_login@2x.png);
		background-size: 16px 1114px;
	}

	.language_picker li {
		background-image: url(../images/login/language_shadow@2x.png);
		background-size: 120px 1px;
	}
	.result .close{
		background-image: url(../images/sprite@2x.png);
		background-size:38px 371px;
	}
	.progress div{
		background-image:url('../images/progress@2x.png');
		background-size:9px 4px;
	}
	.form .plogo{
		background-image:url('../images/logos@2x.png');
		background-size:58px 75px;
	}
	.chzn-container-single .chzn-single,
	.chzn-container-single .chzn-single span ,
	.chzn-container-single .chzn-single div,
	.chzn-drop .bottom_cap span,
	.chzn-drop .bottom_cap span.right{
		background-image: url('../images/selects@2x.png');
		background-size:68px 249px;
	}
	.field-wrap .ps{
		background-image: url('../images/login/ps@2x.png');
		background-size:163px 43px;
	}
	.field-wrap .cvvimg{
		background-image:url('../images/login/cvv@2x.png') no-repeat;
		background-size:46px 31px;
	}
	.form-2fa .btn span,
	.form-2fa .btn span{
		background-image: url(../images/form_sprite@2x.png);
		background-size: 17px 1047px;
	}
}