@charset "utf-8";
/* CSS Document */

/* ------ GLOBAL RESET ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	color:#686868;
	font-size: 14px;
	line-height: 16px;
}
#wrap{
	position:relative;
	width: 100%;
}
#ulogo-line{
	position: absolute;
	width: 100%;
	height:1px;
	background: #acddef;
	top:62px;
	left:0;
	z-index: 1;
}
#ulogo{
	position: relative;
	width:1000px;
	height: 27px;
	margin:0 auto;
	padding: 48px 0 0 0;
	z-index: 5;
}
.ulogo{
	display:block;
	position:absolute;
	top:48px;
	left:135px;
	background: #FFF url(../img/ulogo.svg) no-repeat 50% 0;
	width:61px;
	height: 27px;
	font-size: 0;
	color:transparent;
	text-decoration: none;
}
#uerror{
	width: 1000px;
	margin: 0 auto;
	padding: 42px 0 301px 0;
	background: url(../img/ucat.png) no-repeat 50% 100%;
}
#uerror.notfound{
	padding: 42px 0 311px 0;
	background: url(../img/404.png) no-repeat 50% 100%;
	margin-bottom: 55px;
}
#uerror.nofound{
	padding: 42px 0 260px 0;
	background: url(../img/nofound.png) no-repeat 50% 100%;
}
#uerror.techwork{
	padding: 42px 0 260px 0;
	background: url(../img/servers.png) no-repeat 50% 100%;
}
#uerror.noactivated{
	padding: 40px 0 342px 0;
	background: url(../img/noactiv.png) no-repeat 50% 100%;
}
#uerror.noconfig{
	padding: 40px 0 326px 0;
	background: url(../img/config.png) no-repeat 50% 100%;
	margin-bottom: 55px;
}
#uerror.deactivated{
	padding: 40px 0 287px 0;
	background: url(../img/deactivated.png) no-repeat 50% 100%;
}
#uerror.domain{
	padding: 40px 0 296px 0;
	background: url(../img/domain.png) no-repeat 50% 100%;
}
#uerror.permission{
	padding: 40px 0 389px 0;
	background: url(../img/permission.png) no-repeat 317px 100%;
	margin-bottom: 55px;
}
#uerror.blocked{
	padding: 40px 0 176px 0;
	background: url(../img/blocked.png) no-repeat 50% 100%;
}
#uerror.eshop{
	padding: 36px 0 335px 0;
	background: url(../img/eshop.png) no-repeat 50% 100%;
	margin-bottom: 55px;
}
#uerror.server-error{
	padding: 36px 0 367px 0;
	background: url(../img/500.png) no-repeat 50% 100%;
	margin-bottom: 55px;
}
#uerror.unauthorizated{
	padding: 41px 0 372px 0;
	background: url(../img/401.png) no-repeat 50% 100%;
	margin-bottom: 55px;
}
#uerror.restored{
	padding: 23px 0 373px 0;
	background: url(../img/restored.png) no-repeat 50% 100%;
}
.error-title {
	display: inline-block;
	position: absolute;
	width: 76px;
	top: 52px;
	left: 50%;
	margin-left: -38px;
	text-align: center;
	background: #FFF;
	font-size: 17px;
	line-height: 18px;
	color: #6bc0e1;
}
.error-title.nofound{
	width:140px;
	margin-left:-70px;
}
.error-title.nofounds{
	width:200px;
	margin-left:-100px;
}
.error-title.nofoundes{
	width:250px;
	margin-left:-125px;
}
.error-title.nofounders{
	width:290px;
	margin-left:-145px;
}
.u-blocked-wrap{
	text-align: center;
}
.u-blocked{
	display:inline-block;
	border:1px solid #6bc0e1;
	padding:18px 40px;
}
.u-blocked h2{
	display: inline-block;
	color:#6bc0e1;
	font-size: 18px;
}
.u-blocked span{
	display: inline-block;
	font-size: 14px;
	color:#686868;
	margin-top: 7px;
}
.u-blocked b{
	color:#71c4e4;
}
#uerror-link{
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	color:#6bc0e1;
}
.noactivated #uerror-link,
.noconfig #uerror-link,
.deactivated #uerror-link,
.domain #uerror-link,
#uerror-link.nofound{
	font-size: 24px;
}
#uerror.eshop #uerror-link,
#uerror.server-error #uerror-link{
	line-height: 32px;
}
#error-descr{
	font-size: 14px;
	line-height: 25px;
	color: #686868;
	text-align: center;
	margin: 18px 0 0 0;
	padding: 0 100px;
}
.blocked #error-descr {
	margin: 43px 0 0 0;
	line-height: 19px;
}
#error-descr b{
	font-weight: bold;
}
#error-descr a{
	color: #6bc0e1;
	text-decoration: underline;
}
#error-descr a:hover{
	text-decoration: none;
}
#uerror-desc, #uerror-descs, #uerror-maybe{
	text-align: center;
}
#uerror-foot{
	width: 800px;
	padding: 0 100px 40px 100px;
	margin: 37px auto 0 auto;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #686868;
}
#uerror-foot.domain{
	margin: 30px auto 0 auto;
}
#uerror-foot a{
	display: inline-block;
	color: #6bc0e1;
	margin-top: 8px;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #6bc0e1;
}
#uerror-foot a:hover{
	border-color:transparent;
}
#uerror-desc{
	margin: 21px 0 0 0;
}
#uerror-descs{
	margin: 9px 0 0 0;
}
#uerror-maybe{
	margin: 9px 0 0 0;
}
#uerror-maybe a{
	color:#6bc0e1;
	text-decoration: underline;
}
#uerror-maybe a:hover{
	text-decoration: none;
}
#uerror-warn{
	margin: 4px 0 0 0;
	text-align: center;
	line-height: 25px;
}
#uerror-goto{
	font-size: 18px;
	line-height: 1;
	margin: 24px 0 0 0;
	text-align: center;
}
#uerror-goto a{
	text-decoration: underline;
	color:#6bc0e1;
	text-transform: uppercase;
}
#uerror-goto a:hover{
	text-decoration: none;
}
.uwrong-adress {
	position: absolute;
	z-index: 5;
	right: 109px;
	top: 46px;
	font-size:0;
	display: block;
	width: 182px;
	height:24px;
	color:transparent;
}
.uwrong-adress.uw1{
	background: #FFF url(../img/uwrong1.png) no-repeat 50% 0;
}
.uwrong-adress.uw2{
	background: #FFF url(../img/uwrong2.png) no-repeat 50% 0;
}

/* FOOTER */
#ufooter{
	width:720px;
	margin: 47px auto 0 auto;
	border-top:1px solid #dbdbdb;
	padding: 24px 140px 50px 140px;
}
#ufooter.blocked{
	margin: 100px auto 0 auto;
}
.foot-col{
	float:left;
	width: 165px;
	margin: 0 20px 0 0;
}
.foot-col h3{
	color:#565656;
	font-size: 11px;
	line-height: 1;
	font-weight: 400;
}
.foot-col a{
	color:#8a8a8a;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
}
.blue .foot-col a{
	color:#6bc0e1;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
}
.foot-col a:hover{
	text-decoration: underline;
}
.foot-col.last{
	margin:0;
}
.clear {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 0;
}
.foot-col ul {
	margin: 18px 0 0 0;
}
.foot-col li {
	margin: 0 0 1px 0;
}
#how-find-desc{
	overflow: hidden;
	padding: 10px 0 0 0;
	list-style: decimal !important;
}
#how-find-desc.close{
	display: none;
}
#how-find-desc li {
	float: left;
	width: 230px;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #B3B3B3;
	margin-left: 45px;
}
#how-find-desc li.first{
	margin-left:20px !important;
}
#how-find-desc li a{
	display: inline;
	line-height: 18px;
	font-size: 12px;
	margin: 0;
}
#error-search{
	margin-top:8px;
}
#error-search form {
	text-align: center;
}
#error-search input[type="text"]{
	background: #FFF;
	border-radius:5px;
	display: inline-block;
	width:292px;
	margin:0;
	padding: 2px 5px;
	border:1px solid #cfcfcf;
	outline:none;
	font-size: 14px;
	color: #686868;
}
#error-search input[type="submit"]{
	background: #FFF;
	border-radius:5px;
	display: inline-block;
	width:79px;
	margin:0;
	padding: 2px 0;
	border:1px solid #cfcfcf;
	outline:none;
	font-size: 14px;
	color: #54adcf;
	text-align: center;
	text-shadow:0px 1px 1px #FFF;
	cursor:pointer;
	background-image: linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 0%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(232,232,232)),
		color-stop(1, rgb(255,255,255))
	);
}
input::-moz-focus-inner { border:0; padding:0 }
#cat{
	position: relative;
	width: 100%;
}
.cat-eye {
	position: absolute;
	display: none;
	width: 60px;
	height: 61px;
}
.cat-eyeball {
	position: absolute;
	left: 22.5px;
	top: 24.5px;
	width: 16px;
	height: 16px;
	background: url(./../img/eyes.png);
}
#cat-eye-left {
	top: 52px;
	left: 421px;
}
#cat-eye-right {
	top: 52px;
	left: 517px;
}
.ulogin-btn {
text-align: center !important;
padding: 20px 0 0 0;
}
.ulogin-btn a, .ulogin-btn a span {
display: inline-block !important;
font: 12px/38px 'Arial' !important;
cursor: pointer !important;
color:#686868;
}
.ulogin-btn span.ulb-left {
padding-left: 40px !important;
background: url(../img/ulb-left.png) no-repeat !important;
}
.ulogin-btn span.ulb-right {
padding-right: 20px !important;
background: url(../img/ulb-right.png) no-repeat right top !important;
}
.ulogin-btn span.ulb-mid {
padding: 0 0 0 6px !important;
background: url(../img/ulb-mid.png) repeat-x !important;
}
#u-login-form-old {
text-align: center;
padding-top:20px;
}
#uidLogFormAjx {
display: inline-block;
text-align: center;
border: 1px solid #CCC;
border-radius: 5px;
padding: 20px;
}
.myBtnCont {
height: 19px;
padding-bottom: 0 !important;
}
.myBtnCont {
padding: 0 4px 2px 4px;
width: auto;
white-space: nowrap;
cursor: pointer;
}
.myWinCont, .myWinCont td, .myWinCont dl, .myWinCont dt {
color: #000000;
font-size: 8pt;
font-family: Tahoma,Arial;
}
.myBtnLeftA, .myBtnRightA, .myBtnLeft, .myBtnRight {
width: 3px;
height: 19px;
white-space: nowrap;
}
.myBtnLeft {
background: transparent url('/.s/img/wd/1/btn-sprite.gif') no-repeat 0 0;
}
.myBtnCenter {
background: #E3E7EB url('/.s/img/wd/1/btn-sprite.gif') repeat-x 0 -38px;
height: 19px;
}
.myBtnCenter, .myBtnCenterA {
line-height: 19px !important;
}
.myBtnRight {
background: transparent url('/.s/img/wd/1/btn-sprite.gif') no-repeat 0 -19px;
}
#u-login-form-old input[type="text"],
#u-login-form-old input[type="password"]{
    box-sizing:border-box;
    outline:none;
    padding:3px 5px;
    margin:0;
    border-radius:5px;
    border:1px solid transparent;
    background:rgba(0,0,0,0.02);
    box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);
}
.ulog-wrap{
    display:block;
    text-align:right;
    padding-top:5px;
}
#ulogbtn{
    color: #686868;
    text-decoration:none;
    display:inline-block;
    background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(250,250,250) 100%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(250,250,250) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(250,250,250) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(250,250,250) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(250,250,250) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(230,230,230)),color-stop(1, rgb(250,250,250)));
    padding:5px 6px;
    font-size:11px;
    line-height:13px;
    border:none;
    text-transform:uppercase;
    border-radius:5px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.5);
}
#ulogbtn:active{
    box-shadow:0px 0px 0px rgba(0,0,0,0.5);
}
#uoldformbtns a{
    color: #6bc0e1;
}
#ulogchecks .ulogwrap{
    display:block;
    line-height:13px;
    vertical-align:middle;
}
#ulogchecks tr:nth-child(2) .ulogwrap,
.uloginput tr:nth-child(2) td{
    padding:5px 0 0 0;
}
#ulogchecks input{
    display:block;
    float:left;
    padding:0;
    height:13px;
    margin:0;
}
#ulogchecks label{
    display:block;
    float:left;
    font-size:11px;
    line-height:13px;
    margin-left:5px;
}
#ulogchecks span{
    content:"";
    clear:both;
    overflow:hidden;
    display:block;
}
b.block-warning{
	display: inline-block;
	width:300px;
	text-align: left;
	color: #686868;
	margin-top: 7px;
	line-height: 19px;
}
.block-warning a{
	color: #6bc0e1;
	text-decoration: underline;
	word-break: break-all;
}
.block-warning a:hover{
	text-decoration: none;
}
.upage-sect {
	width: 800px;
	padding: 0 100px 0 100px;
	margin: 37px auto 0 auto;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #686868;
}
.upage-sect a {
	display: inline-block;
	color: #6bc0e1;
	margin-top: 8px;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #6bc0e1;
}
.upage-sect a:hover {
	border-color: transparent;
}
.how-desc-title{
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #B3B3B3;
	margin-bottom: 10px;
}
#how-find {
margin-bottom: 55px;
}
@media screen and (max-width:1240px) {
#ulogo {
width: 1000px;
}
#uerror {
width: 1000px;
}
#uerror-foot {
width: 800px;
padding: 0 100px 40px 100px;
}
#ufooter {
width: 720px;
padding: 24px 140px 50px 140px;
}
}

@media screen and (max-width:990px) {
#ulogo {
width: 770px;
}
#uerror {
width: 770px;
}
#uerror.permission {
background-position: 203px 100%;
}
#uerror-foot {
width: 670px;
padding: 0 50px 40px 50px;
}
#how-find-desc li {
float: none;
width:400px;
margin:0 auto 10px !important;
}
#how-find-desc li.first {
margin-left: auto !important;
}
#ufooter {
width: 720px;
padding: 24px 25px 50px 25px;
}
#error-descr {
padding: 0 50px;
}
#error-descr br{
display: none;
}
#cat-eye-left {
top: 52px;
left: 306px;
}
#cat-eye-right {
top: 52px;
left: 402px;
}
.upage-sect {
width: 670px;
padding: 0 50px 0 50px;
}
}

@media screen and (max-width:793px) {
#ulogo {
width: 550px;
}
.ulogo {
left: 10px;
}
#uerror {
width: 550px;
}
#uerror.permission {
background-position: 91px 100%;
}
#uerror-foot {
width: 550px;
padding: 0 0 40px 0;
}
#uerror-foot br{
display: none;
}
#ufooter {
width: 510px;
padding: 24px 20px 50px 20px;
}
.foot-col{
margin: 0 15px 0 0;
width: 160px;
}
.foot-col.last {
display: none;
}
.foot-col:nth-child(3){
margin: 0;
}
#cat-eye-left {
top: 52px;
left: 196px;
}
#cat-eye-right {
top: 52px;
left: 292px;
}
#uerror.blocked{
background-size: 96%;
padding: 40px 0 127px;
}
.upage-sect {
width: 450px;
padding: 0 50px 0 50px;
}
}

@media screen and (max-width:570px) {
#ulogo {
width: 290px;
}
.ulogo {
left: 50%;
margin-left: -30px;
top: 10px;
}
#uerror {
width: 290px;
}
#uerror-foot {
width: 290px;
padding: 0 0 1px 0;
}
#uerror-foot a{
margin:0;
}
#ufooter {
width: 250px;
padding: 25px 20px;
margin: 20px auto 10px auto;
}
#ufooter.blocked{
margin: 20px auto 0 auto;
}
#error-descr {
padding: 0;
}
#uerror.domain {
padding: 27px 0 221px 0;
background-size: 80%;
}
#uerror.unauthorizated {
padding: 23px 0 260px 0;
background-size: 97%;
}
#uerror.permission {
padding: 23px 0 277px 0;
background-position: 7px 100%;
background-size: 75%;
}
#uerror.notfound {
padding: 23px 0 175px 0;
background-size: 98%;
}
#uerror.techwork{
background-size: 98%;	
padding: 23px 0 185px 0;
}
#uerror-link {
line-height: 30px;
}
#uerror.eshop #uerror-link br,
#uerror.server-error #uerror-link br{
display: none;
}
#uerror.server-error{
background-size: 96%;
padding: 25px 0 220px 0;
}
#uerror.blocked {
padding: 40px 0 70px;
}
.u-blocked {
width:248px;
display: block;
padding: 18px 20px;
}
.u-blocked span {
display: block;
width: 248px;
}
b.block-warning{
display: block;
width: 248px;
overflow: hidden;
}
#how-find{
text-align: center;
}
#how-find-desc li {
width: 250px;
}
.upage-sect {
width: 290px;
padding: 0;
}
.foot-col, .foot-col:nth-child(3) {
display: block;
margin: 0 0 5px 0;
width: auto;
text-align: center;
float: none;
}
.foot-col.last {
display: block;
margin:0;
}
.foot-col h3 {
color: #FFF;
text-shadow:0px 1px 1px rgba(0,0,0,0.2);
font-weight: 400;
display: block;
background: rgb(107,192,225);
background: -moz-linear-gradient(top,  rgba(107,192,225,1) 0%, rgba(96,171,201,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,192,225,1)), color-stop(100%,rgba(96,171,201,1)));
background: -webkit-linear-gradient(top,  rgba(107,192,225,1) 0%,rgba(96,171,201,1) 100%);
background: -o-linear-gradient(top,  rgba(107,192,225,1) 0%,rgba(96,171,201,1) 100%);
background: -ms-linear-gradient(top,  rgba(107,192,225,1) 0%,rgba(96,171,201,1) 100%);
background: linear-gradient(to bottom,  rgba(107,192,225,1) 0%,rgba(96,171,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc0e1', endColorstr='#60abc9',GradientType=0 );
padding: 12px 0;
font-size: 14px;
line-height: 1;
cursor: pointer;
border-radius: 5px;
box-shadow: inset 0px 1px 1px rgba(255,255,255,0.1), 0px 1px 1px rgba(0,0,0,0.1);
}
.foot-col h3:hover{
background: rgb(113,210,237);
background: -moz-linear-gradient(top,  rgba(113,210,237,1) 0%, rgba(96,171,201,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,210,237,1)), color-stop(100%,rgba(96,171,201,1)));
background: -webkit-linear-gradient(top,  rgba(113,210,237,1) 0%,rgba(96,171,201,1) 100%);
background: -o-linear-gradient(top,  rgba(113,210,237,1) 0%,rgba(96,171,201,1) 100%);
background: -ms-linear-gradient(top,  rgba(113,210,237,1) 0%,rgba(96,171,201,1) 100%);
background: linear-gradient(to bottom,  rgba(113,210,237,1) 0%,rgba(96,171,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d2ed', endColorstr='#60abc9',GradientType=0 );
}
.foot-col ul {
margin: 5px 0 0 0;
display: none;
background: rgba(159, 181, 216, 0.04);
border-radius: 5px;
padding: 0;
overflow: hidden;
}
.foot-col ul.open{
display: block;
}
.foot-col li {
margin: 0;
}
.blue .foot-col a {
color: #6bc0e1;
font-size: 14px;
line-height: 18px;
width: 100%;
text-decoration: none;
display: inline-block;
padding: 6px 0;
border-bottom: 1px solid rgba(221, 237, 255, 0.13);
}
.foot-col li:last-child a{
border: none;
}
.foot-col a:hover{
text-decoration: none;
background: rgba(159, 181, 216, 0.08);
}
#cat-eye-left {
top: 52px;
left: 66px;
}
#cat-eye-right {
top: 52px;
left: 162px;
}
#error-search form{
display: block;
width: 250px;
margin:0 auto;
}
#error-search input[type="text"]{
display: block;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
padding: 10px 5px;
margin-bottom: 5px;
}
#error-search input[type="submit"]{
display: block;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
padding: 10px 0;
}
}