@charset "UTF-8";
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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* Шрифты */
@font-face {
  font-family: "DINCondensedWeb";
  src: url("fonts/DNC57__W.eot");
  src: url("fonts/DNC57__W.eot?iefix") format("eot"), url("fonts/DNC57__W.woff") format("woff"), url("fonts/DNC57__W.ttf") format("truetype"), url("fonts/DNC57__W.svg#DINCondensedWeb") format("svg");
}
.global-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/i/loaders/default.gif) no-repeat 50% 50%;
  opacity: .8;
  z-index: 100;
}

.modal-window header {
  position: relative;
  margin: 0;
  padding: 5px 10px 4px;
  background: #000;
  color: #fff;
  font: normal 17px "DINCondensedWeb", "Arial Narrow", Arial;
  text-transform: uppercase;
  white-space: nowrap;
}
.modal-window a.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 29px;
  height: 30px;
  overflow: hidden;
  background: url(/i/buttons/close.png) 50% 50% no-repeat;
  border-left: 1px solid #808080;
  text-indent: -100px;
  cursor: pointer;
}
.modal-window section.body {
  background: #fff;
  font-size: 11px;
  padding: 16px 20px 18px;
}

.auth {
  height: 270px;
}
.auth .global-shadow {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  z-index: 100;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  moz-opacity: 0.6;
  opacity: 0.6;
}
.auth .fblogin {
  display: block;
  position: absolute;
  top: 205px;
  left: 20px;
  z-index: 101;
  cursor: pointer;
}
.auth .fblogin i {
  display: block;
  width: 107px;
  height: 25px;
  margin-bottom: 10px;
  background: url("/i/buttons/social-auth.png?123") no-repeat 0% 0%;
  box-shadow: 0px 0px 10px #999999;
}
.auth .fblogin span {
  color: #ffffff;
  font-size: 11px;
}
.auth .close-over {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 101;
}
.auth .field {
  *zoom: 1;
  float: left;
  margin-right: 10px;
}
.auth .field:after {
  content: "";
  display: table;
  clear: both;
}
.auth .field label {
  display: block;
  margin: 0 0 2px;
  color: #666;
}
.auth .field input {
  display: block;
  width: 145px;
  margin: 2px 0 -1px 0;
  padding: 3px 2px;
  font: normal 11px Arial;
  color: #666;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 370px) {
  .auth .field input {
    width: 135px;
  }
}
.auth .field input.error {
  border: 1px solid #ff0000;
}
.auth .field label.error {
  color: #ff0000;
}
.auth .links-sep {
  display: none;
}
@media only screen and (max-width: 525px) {
  .auth .links-sep {
    display: block;
  }
}
.auth .links {
  float: left;
  padding: 0 30px 0;
  white-space: nowrap;
  line-height: 16px;
}
@media only screen and (max-width: 590px) {
  .auth .links {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 525px) {
  .auth .links {
    padding: 10px 0 0 0;
  }
}
.auth .links div {
  margin-bottom: 6px;
}
.auth .links a {
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
.auth .links a:hover {
  color: #000000;
}
.auth input.submit, .auth a.button {
  float: left;
  width: 86px;
  margin: 0 10px 0 0;
  border: 2px solid #78828a;
  background: #858f97;
  font: normal 14px "DINCondensedWeb", "Arial Narrow", Arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.auth .submitline {
  *zoom: 1;
  margin-top: 10px;
}
.auth .submitline:after {
  content: "";
  display: table;
  clear: both;
}
.auth .submitline .remember {
  *zoom: 1;
  padding: 5px 0 0 0;
}
.auth .submitline .remember:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 230px) {
  .auth .submitline .remember {
    padding: 0;
  }
}
.auth .submitline .remember label {
  float: left;
}
@media only screen and (max-width: 230px) {
  .auth .submitline .remember label {
    padding: 5px 0 0 0;
  }
}
.auth .submitline .remember label input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 3px 6px 0 0;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}
.auth .sep {
  height: 1px;
  margin-top: 20px;
  background-color: #e5e5e5;
  font-size: 0;
  line-height: 0;
}
.auth .alert {
  padding: 1px 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.auth .alert label {
  cursor: default;
  display: block;
  padding: 15px;
  color: #db0000;
  text-align: center;
  background-color: #fdf2f2;
  font: bold 13px Arial, Helvetica, Tahoma;
}
.auth .alert .user-remind-letter {
  border: 2px solid #78828a;
  background: #858f97;
  font: normal 16px "DINCondensedWeb", "Arial Narrow", Arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  margin: 10px auto 0;
  padding: 5px 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  width: 190px;
}
.auth .alert a {
  cursor: pointer;
}
.auth .message {
  padding: 1px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.auth .message label {
  display: block;
  padding: 15px;
  color: #858f97;
  text-align: center;
  background-color: #f2f7fa;
  font: bold 13px Arial, Helvetica, Tahoma;
  cursor: text !important;
}
.auth .message label a {
  color: #000000;
  text-decoration: underline;
}
.auth .message label a:hover {
  text-decoration: underline;
}
.auth .social {
  margin-top: 20px;
}
.auth .social h3 {
  margin: 14px 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 330px) {
  .auth .social h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 260px) {
  .auth .social h3 {
    font-size: 12px;
  }
}
.auth .social ul li {
  float: left;
  margin-right: 20px;
  color: #ccc;
}
@media only screen and (max-width: 525px) {
  .auth .social ul li {
    display: block;
  }
}
.auth .social ul li img {
  display: block;
  margin-bottom: 10px;
}
.auth .social ul li a {
  color: #ccc;
  cursor: pointer;
}
.auth .social ul li a i {
  display: block;
  margin-bottom: 10px;
}
.auth .social ul li a span {
  color: #ccc;
}
@media only screen and (max-width: 525px) {
  .auth .social ul li a span {
    padding: 4px 0 0 6px;
    display: block;
    float: left;
    overflow: hidden;
  }
}
@media only screen and (max-width: 340px) {
  .auth .social ul li a span {
    display: none;
  }
}
.auth .social ul li a.facebook i {
  width: 107px;
  height: 25px;
  background: url("/i/buttons/social-auth.png?123") no-repeat 0% 0%;
}
@media only screen and (max-width: 525px) {
  .auth .social ul li a.facebook i {
    width: 24px;
    height: 24px;
    float: left;
    background: url("/i/icons/social-24x24.png") no-repeat 0% 0%;
  }
}
.auth .social ul li a.twitter i {
  width: 151px;
  height: 25px;
  background: url("/i/buttons/social-auth.png?123") no-repeat -107px 0%;
}
@media only screen and (max-width: 525px) {
  .auth .social ul li a.twitter i {
    width: 24px;
    height: 24px;
    float: left;
    background: url("/i/icons/social-24x24.png") no-repeat -24px 0%;
  }
}
.auth .social ul li a.vkontakte i {
  width: 125px;
  height: 25px;
  background: url("/i/buttons/social-auth.png?123") no-repeat -258px 0%;
}
@media only screen and (max-width: 525px) {
  .auth .social ul li a.vkontakte i {
    width: 24px;
    height: 24px;
    float: left;
    background: url("/i/icons/social-24x24.png") no-repeat -48px 0%;
  }
}
.auth .social ul li a.google i {
  width: 97px;
  height: 25px;
  background: url("/i/buttons/social-auth.png?123") no-repeat -383px 0%;
}
@media only screen and (max-width: 525px) {
  .auth .social ul li a.google i {
    width: 24px;
    height: 24px;
    float: left;
    background: url("/i/icons/social-24x24.png") no-repeat -72px 0%;
  }
}
.auth .social ul li.buttons-sep {
  display: none;
}
.auth .social ul li.clear-margin {
  margin: 0 !important;
}

.auth-comments {
  padding: 10px 20px;
  background-color: #f3f4f4;
}
.auth-comments h3 {
  margin-bottom: 7px;
  font: bold 13px Arial, Helvetica, Tahoma;
}
.auth-comments .field {
  *zoom: 1;
  float: left;
  margin-right: 10px;
}
.auth-comments .field:after {
  content: "";
  display: table;
  clear: both;
}
.auth-comments .field label {
  font-size: 11px;
  display: block;
  margin: 0 0 2px;
  color: #666;
}
.auth-comments .field input {
  display: block;
  width: 145px;
  margin: 2px 0 -1px 0;
  padding: 3px 2px;
  font: normal 11px Arial;
  color: #666;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  -ms-transition: box-shadow 0.25s ease-out;
  outline: none;
}
@media only screen and (max-width: 370px) {
  .auth-comments .field input {
    width: 135px;
  }
}
.auth-comments .field input:focus {
  -moz-box-shadow: 0 0 5px 0 #006699;
  -webkit-box-shadow: 0 0 5px 0 #006699;
  box-shadow: 0 0 5px 0 #006699;
  transition: box-shadow 0.25s ease-in;
  -webkit-transition: box-shadow 0.25s ease-in;
  -moz-transition: box-shadow 0.25s ease-in;
  -o-transition: box-shadow 0.25s ease-in;
  -ms-transition: box-shadow 0.25s ease-in;
}
.auth-comments .field input.error {
  border: 1px solid #ff0000;
}
.auth-comments .field label.error {
  color: #ff0000;
}
@media only screen and (max-width: 484px) {
  .auth-comments .social-auth {
    margin-top: 10px;
  }
}
.auth-comments .social-auth label {
  margin-bottom: 4px;
}
.auth-comments .social-auth a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url("/i/icons/social-16x16.png");
  background-repeat: no-repeat;
}
.auth-comments .social-auth a.facebook {
  background-position: 0% 0%;
}
.auth-comments .social-auth a.twitter {
  background-position: 0% -16px;
}
.auth-comments .social-auth a.vkontakte {
  background-position: 0% -32px;
}
.auth-comments .clear1 {
  display: none;
  clear: both;
}
@media only screen and (max-width: 342px) {
  .auth-comments .clear1 {
    display: block;
  }
}
.auth-comments .clear2 {
  display: none;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .auth-comments .clear2 {
    display: block;
  }
}
.auth-comments .links {
  float: right;
  margin-top: -2px;
  font-size: 11px;
  line-height: 16px;
}
@media only screen and (max-width: 640px) {
  .auth-comments .links {
    float: none;
    margin-top: 10px;
  }
}
.auth-comments .links a {
  color: #006699;
  text-decoration: underline;
  cursor: pointer;
}
.auth-comments .links a:hover {
  color: #000000;
}
.auth-comments .links a.recovery {
  display: block;
}
@media only screen and (max-width: 640px) {
  .auth-comments .links a.recovery {
    display: inline-block;
    margin-right: 10px;
  }
}
.auth-comments .links a.register {
  display: block;
}
@media only screen and (max-width: 640px) {
  .auth-comments .links a.register {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 410px) {
  .auth-comments .links a.register {
    display: block;
  }
}
.auth-comments .links a.rules {
  display: block;
}
@media only screen and (max-width: 640px) {
  .auth-comments .links a.rules {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 410px) {
  .auth-comments .links a.rules {
    display: block;
  }
}
.auth-comments .submitline {
  *zoom: 1;
  margin-top: 10px;
}
.auth-comments .submitline:after {
  content: "";
  display: table;
  clear: both;
}
.auth-comments .submitline input.submit, .auth-comments .submitline a.button {
  float: left;
  width: 86px;
  margin: 0 10px 0 0;
  border: 2px solid #78828a;
  background: #858f97;
  font: normal 14px "DINCondensedWeb", "Arial Narrow", Arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.auth-comments .submitline .remember {
  *zoom: 1;
  float: left;
  width: 120px;
  padding: 5px 0 0 0;
}
.auth-comments .submitline .remember:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 230px) {
  .auth-comments .submitline .remember {
    padding: 0;
  }
}
.auth-comments .submitline .remember label {
  float: left;
  color: #999999;
  font-size: 11px;
}
@media only screen and (max-width: 230px) {
  .auth-comments .submitline .remember label {
    padding: 5px 0 0 0;
  }
}
.auth-comments .submitline .remember label input {
  float: left;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 1px 6px 0 0;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}
.auth-comments .submitline .alert {
  float: left;
  padding: 5px 0 0 10px;
  color: #c40000;
}

.link-account .line {
  *zoom: 1;
}
.link-account .line:after {
  content: "";
  display: table;
  clear: both;
}
.link-account .user {
  *zoom: 1;
}
.link-account .user:after {
  content: "";
  display: table;
  clear: both;
}
.link-account .user .avatar {
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}
.link-account .user .avatar .icon {
  position: absolute;
  bottom: -9px;
  right: -9px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background-image: url("/i/icons/social-18x18.png");
  background-repeat: no-repeat;
  background-position: 0% -18px;
}
.link-account .user .avatar .icon.facebook {
  background-position: 0% 0%;
}
.link-account .user .avatar .icon.twitter {
  background-position: -18px 0%;
}
.link-account .user .avatar .icon.vkontakte {
  background-position: -36px 0%;
}
.link-account .user .avatar .icon.google {
  background-position: -54px 0%;
}
.link-account .user h2 {
  margin-top: 10px;
  font-size: 18px;
}
.link-account .sep {
  height: 1px;
  margin: 20px 0;
  background-color: #e5e5e5;
  font-size: 0;
  line-height: 0;
}
.link-account .auth .field {
  *zoom: 1;
  float: left;
  margin-right: 10px;
}
.link-account .auth .field:after {
  content: "";
  display: table;
  clear: both;
}
.link-account .auth .field label {
  display: block;
  margin: 0 0 2px;
  color: #666;
}
.link-account .auth .field input {
  display: block;
  width: 145px;
  margin: 2px 0 -1px 0;
  padding: 3px 2px;
  font: normal 11px Arial;
  color: #666;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 370px) {
  .link-account .auth .field input {
    width: 135px;
  }
}
.link-account .auth .field input.error {
  border: 1px solid #ff0000;
}
.link-account .auth .field label.error {
  color: #ff0000;
}
.link-account .auth .links {
  float: right;
  padding: 0 0 0 10px;
  white-space: nowrap;
  line-height: 16px;
}
@media only screen and (max-width: 590px) {
  .link-account .auth .links {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 525px) {
  .link-account .auth .links {
    padding: 10px 0 0 0;
  }
}
.link-account .auth .links div {
  margin-bottom: 6px;
}
.link-account .auth .links a {
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
.link-account .question {
  color: #666666;
}
.link-account .question h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.link-account .submitline {
  margin-top: 20px;
  *zoom: 1;
}
.link-account .submitline:after {
  content: "";
  display: table;
  clear: both;
}
.link-account .submitline input.submit, .link-account .submitline button.submit {
  float: left;
  width: 86px;
  margin: 0 10px 0 0;
  border: 2px solid #78828a;
  background: #858f97;
  font: normal 14px "DINCondensedWeb", "Arial Narrow", Arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.link-account .submitline .remember {
  *zoom: 1;
  padding: 5px 0 0 0;
}
.link-account .submitline .remember:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 230px) {
  .link-account .submitline .remember {
    padding: 0;
  }
}
.link-account .submitline .remember label {
  float: left;
}
@media only screen and (max-width: 230px) {
  .link-account .submitline .remember label {
    padding: 5px 0 0 0;
  }
}
.link-account .submitline .remember label input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 3px 6px 0 0;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}
.link-account .message {
  margin-bottom: 20px;
}
.link-account .alert {
  margin-top: 20px;
  padding: 1px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.link-account .bottom-links {
  margin-top: 15px;
}
.link-account .bottom-links a {
  color: #006699;
  text-decoration: underline;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
