#basket .icon_info {
  transform: translateX(-10px);
  background: url('images/lk.png') 11px 14px no-repeat;
  display: inline-block;
  float: left;
  height: 52px;
  line-height: 999;
  overflow: hidden;
  padding: 14px 0;
  position: relative;
  width: 45px;
  top: -14px;
}
#basket .icon_info:hover,
#basket .icon_info.open {
  background: #fff url('images/lk_.gif') 11px 14px no-repeat;
}
#auth {
  display: none;
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 200;
}
#auth .top-auth-form {
  background: #fff;
  width: 280px;
  padding: 30px 30px 30px;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.13);
}
#auth .top-auth-form a {
  color: #00c8e4;
}
#auth .top-auth-form header {
  padding-bottom: 12px;
  position: relative;
}
#auth .top-auth-form header span {
  color: #000;
  font-size: 24px;
  line-height: 24px;
}
#auth .top-auth-form header a {
  color: #00c8e4;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -20px;
}
#auth .top-auth-form header a:hover {
  text-decoration: underline;
}
#auth .top-auth-form form input[type="text"],
#auth .top-auth-form form input[type="password"] {
  border: 1px solid #d9d9d9;
  height: 30px;
  color: #323232;
  margin-bottom: 12px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#auth .top-auth-form input[type="submit"] {
  color: #fff;
  background: #00c8e4;
  border: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  font-family: "Arial Narrow Bold";
  height: 40px;
  line-height: 40px;
  padding: 0 44px;
  margin-top: 10px;
}
#auth .top-auth-form input[type="checkbox"] {
  display: none;
}
#auth .top-auth-form input[type="checkbox"] + label {
  color: #323232;
  font-weight: normal;
}
#auth .top-auth-form input[type="checkbox"] + label i {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
#auth .top-auth-form input[type="checkbox"]:checked + label i {
  background: #00c8e4;
}
#auth .top-auth-form tfoot p {
  margin-top: 10px;
  margin-bottom: 0;
}
#auth .top-auth-form tfoot input[type="submit"] {
  margin-left: 26px;
}
