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, sub, sup, tt, var, u, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table { border-collapse: collapse; }
textarea { font-family: Roboto;font-size: 14px;color: #666; }
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;
}
td,th { vertical-align: middle; }
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://unisms.ru/lib/fonts/Roboto-regular.woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://unisms.ru/lib/fonts/Roboto-bold.woff2');
	font-weight: bold;
	font-style: normal;
}
body {
	width:100%;
	min-width: 1300px;
	height: 100%;
	font:12px/18px Roboto, Helvetica, Arial, sans-serif;
	font-weight:normal;
	background: #fff;
}
a { color:#466FA2;text-decoration:none; }
a:hover { color:#466FA2;text-decoration: underline;}
input[type="text"],input[type="password"],textarea,select { width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 9px;
    box-sizing: border-box;
	box-shadow: inset 0px 0px 3px #E8E8E8;
    margin: 0 0 10px 0;}
input[type="submit"] {     color: #fff;
    background: #466FA2;
    border: none;
    padding: 7px 16px;
    font-weight: bold;
border-radius: 4px;cursor:pointer;}
input[type="submit"]:hover {
	background: #FFD817;
    color: #343434;
	-webkit-transition-property: background;
-webkit-transition-duration: 0.1s;
-webkit-transition-timing-function: ease-in;
-moz-transition-property: background;
-moz-transition-duration: 0.1s;
-moz-transition-timing-function: ease-in;
-o-transition-property: background;
-o-transition-duration: 0.1s;
-o-transition-timing-function: ease-in;
-ms-transition-property: background;
-ms-transition-duration: 0.1s;
-ms-transition-timing-function: ease-in;
transition-property: background;
transition-duration: 0.1s;
transition-timing-function: ease-in;
}
.button {  border-radius: 3px;
    box-shadow: 1px 1px 1px #343434;
    color: #fff;
    background: #466FA2;
    border: none;
    padding: 10px 10px 8px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0px 0px 1px #343434;
    text-transform: uppercase;
    font-size: 12px;
}
.button:hover {
	background:#FFD817;
	color:#343434;
	text-shadow:none;
	-webkit-transition-property: background;
-webkit-transition-duration: 0.1s;
-webkit-transition-timing-function: ease-in;
-moz-transition-property: background;
-moz-transition-duration: 0.1s;
-moz-transition-timing-function: ease-in;
-o-transition-property: background;
-o-transition-duration: 0.1s;
-o-transition-timing-function: ease-in;
-ms-transition-property: background;
-ms-transition-duration: 0.1s;
-ms-transition-timing-function: ease-in;
transition-property: background;
transition-duration: 0.1s;
transition-timing-function: ease-in;
}
/* Container for 2 child elements (button & filename) */
.fileUpload {
background: #fff;
    border: 0;
    display: block;
    margin: 15px 0 0 20px;
    width: 400px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/* The button */
.fileUpload .fileBtn {
    background: #466FA2;
    cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 140px;
    -o-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    color: #fff
}
.fileUpload .fileBtn:hover {
background: #666;
}
/* Where the input-name will be filled in */
.fileUpload .fileName {
float: right;
overflow: hidden;
white-space: nowrap;
width: 240px;
text-align: center;
color: #000;
padding: 10px;
    height: 18px;
background: #F7F7F7;
}
/* Animation (hover) */
.fileUpload .fileBtn:hover {
-webkit-transition-property: background;
-webkit-transition-duration: 0.1s;
-webkit-transition-timing-function: ease-in;
-moz-transition-property: background;
-moz-transition-duration: 0.1s;
-moz-transition-timing-function: ease-in;
-o-transition-property: background;
-o-transition-duration: 0.1s;
-o-transition-timing-function: ease-in;
-ms-transition-property: background;
-ms-transition-duration: 0.1s;
-ms-transition-timing-function: ease-in;
transition-property: background;
transition-duration: 0.1s;
transition-timing-function: ease-in;
}
/* Clear input-parent, due to child-floats */
.fileUpload:after {
clear: both;
content: " ";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
h1 {     text-align: center;
    color: #000;
    font-size: 18px;
    padding: 7px 0 20px 0;
}
.mass_info {
position: absolute;
    width: 205px;
    font-size: 12px;
    line-height: 12px;
    background: #466FA2;
    color: #353131;
    padding: 8px 20px 8px 10px;
    top: -40px;
    left: -45px;
border-radius: 3px;
    box-shadow: 1px 1px 1px #343434;	
}
.mass_info:after {
	content: "";
    border: 7px solid transparent;
    border-top: 9px solid #466FA2;
    position: absolute;
    left: 10px;
    bottom: -16px;
}
.mass_err {
background: #FF3B3B;
    left: 34px;
    top: -30px;
    font-weight: bold;
    width: 225px;
    padding: 10px 10px;
position: absolute;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
border-radius: 3px;
    box-shadow: 1px 1px 1px #343434;
}
.mass_err:after {
	content: "";
    border: 7px solid transparent;
    border-top: 9px solid #FF3B3B;
    position: absolute;
    left: 10px;
    bottom: -16px;
}
	.wrapper {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* -------------HEADER----------- */
.header {
	height: 79px;
	position:relative;
	border-bottom: 1px solid #F7F7F7;
}
.logo {
background: #466FA2;
    width: 180px;
    height: 80px;
	    float: left;
		display:block;
}
.logo img {
margin: 14px 0 0 23px;	
}
.logo:hover { background:#0262BD; }
.enter, .reg, .account {
font-size: 18px;
    display: block;
    margin: 33px 0 0 60px;
    float: left;	
}
.balance {
    float: left;
    font-size: 18px;
    display: block;
    margin: 33px 0 0 14px;
    color: #466FA2;	
}
.rub{
    color: #000;
    font-size: 18px;
    font-weight: bold;	
}
.line {
	float: left;
    font-size: 18px;
    color: #466FA2;
    margin: 32px 0 0 15px;
}
.contactphone {
position: absolute;
    right: 245px;
    font-size: 24px;
    top: 20px;
    text-align: right;	
}
.contactphone span {
font-size: 11px;
    display: block;
    margin: 0 0 -15px 0px;
    color: #999;	
}
.help {
font-size: 18px;
    display: block;
    float: right;
    margin: 33px 83px 18px 0;
	background: url(https://unisms.ru/img/icons/help_small.png) no-repeat left;
    padding-left: 24px;
}
.helpmenu {
position: absolute;
width:150px;
    z-index: 1;
    right: 103px;
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.66), 0px 1px 3px 0px #AEB0B2;
    top: 60px;
    background: #fff;
	display:none;
}
.helpmenu a{
    text-decoration: none;	
}
.helpmenu li {
    padding: 9px 12px 7px;
    font-size: 14px;
}
.helpmenu li:hover {
	    background: #666;
    color: #fff;
}
.helpmenu:after {
      border-color: #EAEAEA rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 7px 7px;
    content: "";
    display: block;
    left: 140px;
    margin-left: -15px;
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1;
}
.entermenu {
    position: absolute;
    left: 225px;
	    z-index: 1;
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.66), 0px 1px 3px 0px #AEB0B2;
    top: 60px;
    background: #fff;
    display: none;
    width: 220px;
    padding: 20px;
}
.entermenu:after {
      border-color: #EAEAEA rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 7px 7px;
    content: "";
    display: block;
    left: 43px;
    margin-left: -15px;
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1;
}
.forget {     float: right;
    display: block;
margin: 6px 0px 0 0; }
.accountmenu {
position: absolute;
    z-index: 1;
    left: 250px;
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.66), 0px 1px 3px 0px #AEB0B2;
    top: 60px;
    background: #fff;
	display:none;
}
.accountmenu a{
    text-decoration: none;	
}
.accountmenu li {
    padding: 9px 12px 7px;
    font-size: 14px;
}
.accountmenu li:hover {
	    background: #666;
    color: #fff;
}
.accountmenu:after {
      border-color: #EAEAEA rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 7px 7px;
    content: "";
    display: block;
    left: 40px;
    margin-left: -15px;
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1;
}
/* -------------CONTENT----------- */
.content {
	padding: 0 0 150px;
	display: table;
    width: 100%;
}
.about {
background: #F7F7F7; }
.accountleftblock {
	    float: left;
    width: 260px;
    margin: 40px 0 0 40px;
}
.accountleftblock ul{
	background: #fff;
        border-radius: 4px;
    box-shadow: 0px 0px 2px #666;
	box-sizing: border-box;
	    display: table;
	width:100%;
	padding: 15px 0;
}
.accountleftblock ul a {
text-decoration:none;	
}
.accountleftblock ul li{
    border-top: 0;
    padding: 10px 10px 10px 50px;
    font-size: 15px;
    font-weight: bold;
	position: relative;
}
.accountleftblock ul li:hover{
    background: #FFD817;
    color: #343434;
}
.accountrightblock {
	    float: left;
    min-width: 670px;
    width: 73%;
    margin: 39px 0 0 30px;
	position:relative;
}
.notify_ok {
	background: #FFD817 url(https://unisms.ru/img/icons/ok.png) no-repeat center left;
    padding: 13px 0 13px 50px;
    background-position: 22px;
    margin: -18px 0 23px 0;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
    color: #343434;
}
.notify_error {
	background: #FF3B3B url(https://unisms.ru/img/icons/error.png) no-repeat center left;
    padding: 13px 0 13px 60px;
    background-position: 22px;
    margin: -18px 0 23px 0;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
    color: #FFFFFF;
}
.allblock {
	    padding: 20px 20px 60px;
	    box-sizing: border-box;
	width:100%;
background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #666;
	position: relative;
	    display: table;
}
.allblock h1 {
        font-size: 23px;
    padding: 11px 0 35px 0;
    text-align: left;
}
.pagination {
    font-size: 15px;
    display: table;
    width: 700px;
    float: left;
    margin: 20px 0 0 10px;
}
.pagination .nnav {
    display: block;
    float: left;
    padding: 5px 10px;
}
.pagination .nnav_current {
    background-color: #FFD900;
    border-radius: 30px;
    display: block;
    float: left;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: default;
    color: #000;
	text-decoration:none;
}
.content .zag {
background: url(https://unisms.ru/img/bg_inner.jpg) no-repeat;
    color: #fff;
    text-align: center;
    padding: 50px 0 40px;
    width: 100%;
    background-size: 100%;
    background-position: 0px -175px;
    font-size: 29px;
    text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;	
}
.content .innertext {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    display: table;
}
/* -------------FOOTER----------- */
.footer {
	margin: -90px auto 0;
	min-width: 1000px;
	max-width: 1600px;
	height: 90px;
	background: #F7F7F7;
	position: relative;
	color:#666;
}
.footer_left {     float: left;
    font-size: 14px;
    margin: 39px 0 0 5%; }
.footer_right { float:right;font-size: 14px;
    margin: 39px 5% 0 0;width:720px; }
.footer_right a {
color:#666;
margin: 0 12px;
}

.footer_socials {
    float: right;
	margin-right: 20px;
}
.footer_social-vk, .footer_social-fb, .footer_social-twitter {
    width: 20px;
    height: 20px;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    background-position: 50% 50%;
    float: left;
}
.footer_social-vk {
    background-image: url('https://unisms.ru/img/icons/ico-vkontakte.png');
    background-repeat: no-repeat;
}	
.footer_social-vk:hover {
    background-image: url('https://unisms.ru/img/icons/ico-vkontakte-hover.png');
	background-repeat: no-repeat;
}
.footer_social-fb {
    background-image: url('https://unisms.ru/img/icons/ico-facebook.png');
    background-repeat: no-repeat;
    margin-left: 12px;	
}
.footer_social-fb:hover {
    background-image: url('https://unisms.ru/img/icons/ico-facebook-hover.png');
	background-repeat: no-repeat;
}
.footer_social-twitter {
    background-image: url('https://unisms.ru/img/icons/ico-twitter.png');
	background-repeat: no-repeat;
    margin-left: 11px;	
}
.footer_social-twitter:hover {
    background-image: url('https://unisms.ru/img/icons/ico-twitter-hover.png');
	background-repeat: no-repeat;
}
.links {
    text-align: right;float:right;	
}
/*
     FILE ARCHIVED ON 07:13:35 Apr 01, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:24:04 Jul 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.712
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.012
  esindex: 0.012
  cdx.remote: 20.19
  LoadShardBlock: 176.908 (3)
  PetaboxLoader3.datanode: 189.912 (4)
  load_resource: 360.908
  PetaboxLoader3.resolve: 261.771
*/