/* 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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  font-size: 100%;
  font-family: Helvetica, Arial;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 62.5%;
  color: #000;
  height: 100%;
}
img {
  vertical-align: bottom;
}
/* VARIABLES **********************************************************************************************************/
/* SHORT CLASSES ******************************************************************************************************/
.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.pa {
  position: absolute;
}
.fw {
  overflow: hidden;
}
.aw {
  position: relative;
}
.dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.hidden {
  display: none;
}
/* FONTS **************************************************************************************************************/
@font-face {
  font-family: 'segoe_uiregular';
  src: url('/fonts/segoe-ui/segoeui-webfont.eot');
  src: url('/fonts/segoe-ui/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/segoe-ui/segoeui-webfont.woff2') format('woff2'), url('/fonts/segoe-ui/segoeui-webfont.woff') format('woff'), url('/fonts/segoe-ui/segoeui-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uiregular';
  src: url('/fonts/segoe-ui-b/segoeuib-webfont.eot');
  src: url('/fonts/segoe-ui-b/segoeuib-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/segoe-ui-b/segoeuib-webfont.woff2') format('woff2'), url('/fonts/segoe-ui-b/segoeuib-webfont.woff') format('woff'), url('/fonts/segoe-ui-b/segoeuib-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uiregular';
  src: url('/fonts/segoe-ui-i/segoeuii-webfont.eot');
  src: url('/fonts/segoe-ui-i/segoeuii-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/segoe-ui-i/segoeuii-webfont.woff2') format('woff2'), url('/fonts/segoe-ui-i/segoeuii-webfont.woff') format('woff'), url('/fonts/segoe-ui-i/segoeuii-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'segoe_uiregular';
  src: url('/fonts/segoe-ui-bi/segoeuiz-webfont.eot');
  src: url('/fonts/segoe-ui-bi/segoeuiz-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/segoe-ui-bi/segoeuiz-webfont.woff2') format('woff2'), url('/fonts/segoe-ui-bi/segoeuiz-webfont.woff') format('woff'), url('/fonts/segoe-ui-bi/segoeuiz-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
/* STYLES *************************************************************************************************************/
body {
  background-color: #000;
  font-family: 'segoe_uiregular', Arial, sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
.header {
  height: 100px;
  border-bottom: 1px #252525 solid;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 17px;
}
.header .langs {
  position: absolute;
  right: 0;
  top: 76px;
}
.langs {
  color: #909396;
  font-size: 1.2em;
}
.langs li {
  float: left;
}
.langs a {
  color: #909396;
  text-decoration: underline;
  font-weight: bold;
}
.langs .active a {
  text-decoration: none;
  font-weight: normal;
}
.langs .d {
  padding: 0 4px;
}
.menu {
  float: right;
  margin-right: 124px;
}
.menu li {
  text-transform: uppercase;
  font-size: 12px;
}
.menu .lvl1-item {
  float: left;
}
.menu li {
  float: left;
}
.menu a.lvl1-item--link {
  color: #909396;
  display: block;
  padding: 75px 9px 13px;
}
.menu a.lvl1-item--link:hover,
.menu li.active a.lvl1-item--link {
  color: #fff;
  background-color: #252525;
}
.submenu-wrap {
  background-color: #252525;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  z-index: 10;
}
.submenu-wrap .submenu {
  float: left;
}
.submenu-wrap li {
  /*display: inline-block;*/
}
.submenu-wrap a {
  color: #909396;
  display: inline-block;
  padding: 14px 8px 12px;
  border-bottom: 2px #252525 solid;
}
.submenu-wrap a:hover,
.submenu-wrap .s-active a {
  border-bottom: 2px #fff solid;
  background: url(/img/interface/submenu-arrow.png) no-repeat center bottom;
  color: #fff;
}
.submenu-wrap .s-parent a:hover,
.submenu-wrap .s-active--p a,
.submenu-wrap .s-active--tmp a {
  background-color: #323131;
  border-bottom: 2px #323131 solid;
  background-image: none;
  color: #fff;
}
.menu li.active .submenu-wrap {
  display: block;
}
.submenu-l3-wrap {
  background-color: #323131;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}
.submenu-l3-wrap .submenu-l3 {
  float: left;
}
.submenu-l3-wrap .submenu-l3 a {
  color: #909396;
}
.submenu-l3-wrap .s3-active a,
.submenu-l3-wrap .submenu-l3 a:hover {
  border-bottom: 2px #fff solid;
  background-image: url(/img/interface/submenu-arrow.png);
  color: #fff;
}
.submenu-wrap .s-active .submenu-l3-wrap,
.submenu-wrap .s-active--p .submenu-l3-wrap {
  display: block;
}
.partners {
  width: 100%;
  margin-bottom: 50px;
}
.partners td {
  padding-top: 50px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.partners img {
  margin: 0 32px;
}
.wrap-for-footer {
  position: relative;
  min-height: 100%;
}
.main-content {
  padding-bottom: 350px;
}
.footer {
  background-color: #131313;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 350px;
}
.footer .wrap {
  background: url(/img/interface/footer-img.png) no-repeat left bottom;
  height: 350px;
}
.footer .footer-menu {
  float: right;
  font-size: 1.1em;
  text-transform: uppercase;
  padding-top: 30px;
  margin-right: -1px;
}
.footer .footer-menu li {
  padding: 0 7px;
  float: left;
  border-right: 1px #737476 solid;
}
.footer .footer-menu a {
  color: #b6b8bb;
  display: inline-block;
  padding: 11px 0;
}
.footer .footer-menu a:hover {
  color: #fff;
}
.footer .footer-menu .active a {
  color: #eee;
}
.footer .avanguardia {
  position: absolute;
  bottom: 34px;
  right: 0;
}
.simple-content {
  padding: 66px 0;
}
.simple-content h1 {
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 8px 0 21px;
  font-weight: bold;
  color: #b6b8bb;
}
.simple-content p {
  padding-bottom: 1em;
  line-height: 1.3;
  font-size: 1.4em;
  color: #b6b8bb;
  font-style: italic;
}
.simple-content--bg .content {
  padding-left: 530px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page--65 p {
  font-size: 18px;
  color: #727d84;
  font-style: normal;
}
.page--65 .content {
  padding-left: 172px;
}
.page--74, .page--75, .page--76, .page--77 {
    padding-top: 104px;
}
.index-slider {
  z-index: 0;
  position: relative;
  height: 320px;
}
.index-slider li {
  text-align: center;
  background-position: center center;
}
.index-slider .title {
  padding: 176px 0 20px;
  font-size: 5.5em;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  text-align: center;
}
.slider-pager {
  padding-top: 10px;
  text-align: center;
}
.slider-pager a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #363636;
  margin: 0 9px;
  border-radius: 8px;
  cursor: pointer;
}
.slider-pager a.active {
  background-color: #fff;
}
.btn-black {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), #000000);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.6), #000000);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), #000000);
  background: linear-gradient(rgba(0, 0, 0, 0.6), #000000);
  /*background-color: rgba(0, 0, 0, .6);*/

  display: inline-block;
  padding: 9px 20px 8px;
  color: #fff;
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 28px;
  border: 1px #000 solid;
}
a.btn-black:hover {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), #000000);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.7), #000000);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.7), #000000);
  background: linear-gradient(rgba(0, 0, 0, 0.7), #000000);
  /*background-color: rgba(0, 0, 0, .8);*/

}
.news {
  margin: 108px auto 50px;
  color: #b6b8bb;
}
.news .holder {
  overflow-x: hidden;
  margin: 0 43px 0 42px;
}
.news li {
  width: 292px;
  float: left;
  /*border-right: 1px #6b6c6e solid;*/
}
.news .item-wrap {
  padding: 0 6px 22px;
}
.news .title {
  font-size: 1.6em;
  text-transform: uppercase;
  height: 82px;
  margin-top: 18px;
  line-height: 1.2;
}
.news .title a {
    color: #b6b8bb;
}
.news .texts-wrap {
  padding-bottom: 34px;
}
.news .text1,
.news .text2 {
  font-size: 1.26em;
  line-height: 1.2;
  font-style: italic;
  padding-left: 3px;
}
.news .text1 {
  padding-top: 26px;
  overflow-y: hidden;
}
.news .more {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.26em;
  padding-left: 3px;
}
.news .arr {
  width: 34px;
  height: 68px;
  position: absolute;
  top: 159px;
  display: block;
  cursor: pointer;
}
.news .arr:hover {
  background-position: 0 -68px;
}
.news .arr--l {
  left: 0;
  background: url(/img/interface/news-arrow-l.png) no-repeat 0 0;
}
.news .arr--r {
  right: 0;
  background: url(/img/interface/news-arrow-r.png) no-repeat 0 0;
}
.news .border {
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px #6b6c6e solid;
}
.frm-feedback {
  float: right;
  width: 324px;
  margin-right: 172px;
}
.frm-feedback button {
  background-color: #252525;
  border-top: 1px #b6b8bb solid;
  border-bottom: 1px #b6b8bb solid;
  color: #b6b8bb;
  text-transform: uppercase;
  font-size: 2.4em;
  width: 324px;
  padding: 5px 0;
}
.frm-feedback button:hover {
  background-color: #000;
}
form .l {
  padding-bottom: 7px;
}
form label.error {
  padding-top: 4px;
  color: #ddd;
  font-size: 12px;
  display: block;
}
form button {
  border: 0;
  background-color: #eee;
  margin: 0;
  text-transform: uppercase;
  padding: 6px 8px 5px;
  cursor: pointer;
}
form .msg {
  padding-top: 0;
  color: #fff;
  font-size: 14px;
}
.str {
  background-color: #b6b8bb;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 15px 8px;
  color: #000;
  width: 100%;
  margin: 0;
}
.str--text {
  height: 240px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #000;
}
.products-grid {
  padding: 134px 0 50px;
}
.products-grid li {
  width: 316px;
    height: 390px;
  float: left;
  text-align: center;
  margin-right: 3px;
}
.products-grid .preview {
  height: 312px;
  border: 3px #000 solid;
  display: table-cell;
  vertical-align: middle;
  width: 316px;
}
.products-grid .title {
  font-size: 1.8em;
  color: #b6b8bb;
  font-family: 'segoe_uiregular';
  padding: 20px 0 16px;
}
.products-grid li:hover .preview {
  border: 3px #252525 solid;
}
.products-grid li:hover .title {
  background-color: #252525;
}
.product-page .product-page-main-data {
  padding-bottom: 150px;
}
.product-page .preview {
  float: left;
  padding-top: 130px;
  margin-left: 110px;
}
.product-page .text-info {
  float: right;
  width: 392px;
  padding-top: 130px;
  font-family: 'segoe_uiregular';
  margin-right: 100px;
}
.product-page .text-info .title {
  background-color: #252525;
  padding: 22px 0 20px;
  text-align: center;
  color: #868889;
  font-size: 2em;
}
.product-page .text-info .text {
  font-size: 1.4em;
  line-height: 1.3;
  color: #b6b8bb;
  font-style: italic;
  padding: 19px 0 0;
}
.product-page .params {
  clear: both;
}
.product-page--shop .in {
  padding-bottom: 130px;
}
.product-page--shop .text-info {
  width: 350px;
}
.product-page--shop .text-info .title {
  border-top: 1px #b6b8bb solid;
  background: none;
  color: #b6b8bb;
  font-size: 3.352em;
  text-transform: uppercase;
  padding: 14px 0 16px;
}
.product-page--shop .text-info .price {
  border-top: 1px #b6b8bb solid;
  color: #b6b8bb;
  font-size: 3.352em;
  text-align: center;
  padding: 13px 0 10px;
}
.product-page--shop .text-info .text {
  padding: 19px 26px 0;
}
.product-page--shop .add-to-cart {
  border-top: 1px #b6b8bb solid;
  border-bottom: 1px #b6b8bb solid;
  background-color: #252525;
  display: block;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  font-size: 3em;
  color: #b6b8bb;
  vertical-align: text-bottom;
}
.product-page--shop .add-to-cart span {
  display: inline-block;
  float: left;
}
.product-page--shop .add-to-cart .ico {
  width: 32px;
  height: 32px;
  background: url(/img/interface/add-to-cart.png) no-repeat 0 0;
  margin-right: 18px;
}
.product-page--shop .add-to-cart:hover {
  background: none;
  color: #fff;
}
.product-page--shop .add-to-cart--ru .ico {
  margin-left: 82px;
}
.product-page--shop .add-to-cart--en .ico {
  margin-left: 76px;
}
.product-page--shop .text-title {
  color: #b6b8bb;
  font-size: 2em;
  text-align: center;
  padding-top: 15px;
}
.product-page--shop .share-product {
  margin-top: 18px;
  border-top: 1px #b6b8bb solid;
  border-bottom: 1px #b6b8bb solid;
  padding: 14px 26px;
  color: #b6b8bb;
  font-size: 2em;
}
.product-page--shop .share-product .lbl {
  padding-top: 6px;
  float: left;
}
.product-page--shop .share-product ul {
  float: right;
}
.product-page--shop .share-product ul li {
  margin-left: 6px;
  width: 33px;
  height: 32px;
  float: left;
}
.product-page--shop .share-product ul li a {
  background: url(/img/interface/share.png) no-repeat 0 -32px;
  display: block;
  height: 32px;
}
.product-page--shop .share-product ul li a:hover {
  background-position: 0 0;
}
.product-page--shop .share-product ul li.vk a {
  background-position: -33px -32px;
}
.product-page--shop .share-product ul li.vk a:hover {
  background-position: -33px 0;
}
.cart-info {
  position: absolute;
  top: 13px;
  right: 0;
  padding-right: 35px;
  background: url(/img/interface/cart-icon.png) no-repeat right 3px;
  font-size: 1.2em;
  color: #909396;
  text-align: right;
  text-transform: uppercase;
}
.cart-info a {
  color: #909396;
}
.cart-info .qty {
  padding-bottom: 3px;
}
.cart-page-top {
  color: #b6b8bb;
  font-size: 1.584em;
  text-transform: uppercase;
  padding: 12px 0 0;
}
.cart-page-top .title {
  float: left;
  padding-top: 1px;
}
.cart-page-top .link {
  float: right;
  padding: 1px 20px 0 0;
  background: url(/img/interface/continue.png) no-repeat right center;
  color: #b6b8bb;
}
.cart-content {
  color: #b6b8bb;
  margin-top: 40px;
  margin-bottom: 76px;
  width: 100%;
}
.cart-content th {
  text-transform: uppercase;
  font-size: 1.575em;
  font-weight: normal;
  border-bottom: 1px #b6b8bb solid;
  padding-bottom: 14px;
}
.cart-content th.col-items .inner {
  padding-left: 95px;
}
.cart-content .col-items {
  width: 470px;
  text-align: left;
}
.cart-content .col-qty {
  width: 110px;
  text-align: center;
}
.cart-content .col-price {
  width: 380px;
  text-align: right;
}
.cart-content .col-price .inner {
  padding-right: 100px;
}
.cart-content .product-line td {
  border-bottom: 1px #b6b8bb solid;
}
.cart-content .product-line .col-items {
  min-height: 100px;
  font-size: 1.575em;
}
.cart-content .product-line .col-items .inner {
  padding-left: 95px;
}
.cart-content .product-line .col-items .inner img {
  width: 120px;
  margin: 10px 15px 10px 0;
}
.cart-content .product-line .col-items td {
  vertical-align: middle;
  border-bottom: 0;
}
.cart-content .product-line .col-price {
  font-size: 27px;
  vertical-align: middle;
}
.cart-content .product-line .col-qty {
  vertical-align: middle;
}
.cart-content .product-line .col-qty .inner {
  font-size: 27px;
  padding-bottom: 7px;
}
.cart-content .product-line .col-qty .remove {
  font-size: 1.575em;
  cursor: pointer;
}
.cart-content tfoot td {
  padding: 36px 100px 0;
  text-align: right;
}
.cart-content tfoot .total {
  font-size: 3em;
}
.cart-content tfoot .continue {
  margin-top: 32px;
  padding: 1px 20px 0 0;
  background: url(/img/interface/continue.png) no-repeat right center;
  font-size: 1.584em;
  text-transform: uppercase;
}
.cart-content tfoot .continue a {
  color: #b6b8bb;
}
.frm-order {
  width: 655px;
  margin: 0 auto 74px;
}
.frm-order .str {
  background-color: #b6b8bb;
  text-transform: uppercase;
  font-size: 1.575em;
  width: 296px;
  padding: 8px 14px 7px;
  margin-bottom: 7px;
}
.frm-order .col {
  float: left;
  width: 324px;
}
.frm-order .col:first-child {
  margin-right: 7px;
}
.frm-order button {
  margin-top: 29px;
  clear: both;
  background-color: #252525;
  text-transform: uppercase;
  color: #b6b8bb;
  font-size: 2.4em;
  padding: 3px 0;
  width: 655px;
  border-bottom: 1px #b6b8bb solid;
  border-top: 1px #b6b8bb solid;
}
.frm-order button:hover {
  background-color: #000;
}
.order-success {
  text-align: center;
  padding: 74px 0;
  font-size: 2.4em;
  color: #b6b8bb;
  text-transform: uppercase;
}
.pp-content {
  background-color: #000;
  color: #b6b8bb;
  border: 1px #b6b8bb solid;
}
.pp-cart .head {
  padding: 18px 15px 15px 29px;
  font-size: 1.575em;
  text-transform: uppercase;
  border-bottom: 1px #b6b8bb solid;
}
.pp-cart .head a,
.pp-cart .bottom .text a {
  text-decoration: none;
  color: #b6b8bb;
}
.pp-cart .bottom {
  padding: 13px 15px 15px 29px;
  font-size: 1.575em;
  text-transform: uppercase;
  border-top: 1px #b6b8bb solid;
}
.pp-cart .bottom .text {
  float: left;
  width: 410px;
  padding-top: 7px;
}
.pp-cart .bottom .sum,
.pp-cart .bottom .subtotal {
  float: right;
}
.pp-cart .bottom .subtotal {
  padding-top: 7px;
}
.pp-cart .bottom .sum {
  font-size: 27px;
  margin-left: 14px;
}
.pp-cart .item-info {
  padding: 0;
}
.pp-cart .item-info div {
  float: left;
  font-size: 1.575em;
  padding-bottom: 6px;
}
.pp-cart .item-info .img {
  width: 135px;
  margin-right: 20px;
}
.pp-cart .item-info .img img {
  width: 116px;
  margin-left: 19px;
}
.pp-cart .item-info .name {
  width: 210px;
  padding-top: 65px;
}
.pp-cart .item-info .qty {
  width: 150px;
  padding-top: 63px;
  text-transform: uppercase;
}
.pp-cart .item-info .qty .show {
  padding-bottom: 0;
  font-size: 1em;
  margin-top: 2px;
}
.pp-cart .item-info .qty input {
  float: left;
  border: 0;
  background-color: #b6b8bb;
  padding: 2px;
  width: 16px;
  font-size: 13px;
  margin: 0 0 0 7px;
}
.pp-cart .item-info .qty .change {
  margin: 1px 0 0 6px;
  padding-bottom: 0;
}
.pp-cart .item-info .qty .change span {
  position: absolute;
  left: 0;
  width: 9px;
  height: 5px;
  background: url(/img/interface/qty-arrows.png) no-repeat 0 0;
  top: 1px;
  display: block;
  font-size: 1em;
  cursor: pointer;
}
.pp-cart .item-info .qty .change span:last-child {
  background-position: 0 -5px;
  top: 11px;
}
.pp-cart .item-info .price {
  width: 145px;
  text-align: right;
  font-size: 27px;
  padding-top: 56px;
  margin-right: 15px;
}
.pp-btn-wrap {
  padding: 18px 0 0;
  text-align: center;
}
.pp-btn-wrap .btn-black {
  border: 1px #282828 solid;
  border-radius: 1px;
  background: -webkit-linear-gradient(#191919, #020202);
  background: -o-linear-gradient(#191919, #020202);
  background: -moz-linear-gradient(#191919, #020202);
  background: linear-gradient(#191919, #020202);
}
.pp-btn-wrap a.btn-black:hover {
  background: -webkit-linear-gradient(#020202, #191919);
  background: -o-linear-gradient(#020202, #191919);
  background: -moz-linear-gradient(#020202, #191919);
  background: linear-gradient(#020202, #191919);
}
.s-accounts {
  position: absolute;
  left: 10px;
  top: 190px;
  z-index: 0;
    padding: 28px 10px 6px;
    background-color: rgba(0, 0, 0, .65);
}
.s-accounts a {
  background: url(/img/interface/share.png) no-repeat 0 -32px;
  display: block;
  height: 32px;
  width: 33px;
}
.s-accounts a:hover {
  background-position: 0 0;
}
.s-accounts li {
  margin-bottom: 22px;
}
.s-accounts li.a-2 a {
  background-position: -33px -32px;
}
.s-accounts li.a-2 a:hover {
  background-position: -33px 0;
}
