@charset "UTF-8";
/*----colors----*/
/*----------Borders and shadows------------*/
/*----fonts-----*/
/*Sprite_mixin - лишние убрать*/
.banner {
  padding-top: 5px; }
  .banner .header {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin: 0 5px; }
  .banner .footer {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .banner .buy {
    -webkit-box-shadow: 1px 1px -1px -1px #f48066;
    -moz-box-shadow: 1px 1px -1px -1px #f48066;
    box-shadow: 1px 1px -1px -1px #f48066; }
  .banner .action, .banner .discount {
    box-shadow: 1px 1px -1px -1px #f48066, 0 1px 1px 1px #c5c3c3;
    border-top: 1px solid #ab4031; }

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

body > a {
  height: 100%; }

.sprite {
  background-image: url("spritesheet.png");
  background-repeat: no-repeat; }

#container {
  height: 100%;
  width: 100%;
  background: #e6e6e5; }

.banner {
  position: relative; }
  .banner .action, .banner .discount, .banner .prices, .banner .buy, .banner .accessory, .banner .arrow, .banner .footer, .banner .logo, .banner .frame {
    position: absolute;
    z-index: 200; }
  .banner .header {
    background-color: #fff;
    position: relative; }
    .banner .header .logo {
      top: 50%;
      left: 50%; }
  .banner .action {
    visibility: hidden; }
  .banner .action {
    background-color: #e02d26;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    opacity: 1;
    z-index: 999;
    font-family: Arial, sans-serif;
    text-align: center; }
  .banner .arrow {
    opacity: 0.7;
    z-index: 999;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: -o-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: linear-gradient(to bottom, #f8f8f8, #e8e8e8);
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2; }
    .banner .arrow svg {
      color: #000; }
  .banner:hover .arrow {
    opacity: .9; }
  .banner .frame {
    background-color: #fff;
    overflow: hidden; }
    .banner .frame .container {
      position: relative; }
      .banner .frame .container .img {
        position: relative;
        overflow: hidden;
        float: left; }
        .banner .frame .container .img .imgCard {
          position: relative;
          text-align: center;
          left: 0;
          margin: 10px 0; }
          .banner .frame .container .img .imgCard .pic {
            background-color: white;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 100%;
            width: 100%; }
        .banner .frame .container .img .discount {
          background: #e02d26;
          color: #fff;
          text-align: center;
          font-size: 17px;
          opacity: .8;
          font-family: Arial, sans-serif;
          font-weight: bold; }
  .banner:hover .frame .container .img .discount {
    opacity: 1; }
  .banner .card .info {
    width: 100%; }
  .banner .footer {
    overflow: hidden;
    background-color: #fff; }
    .banner .footer .footer-content {
      position: relative;
      height: 100%; }
  .banner .info {
    margin: 0;
    padding: 3px 3px 0;
    position: relative;
    float: left; }
    .banner .info .title {
      color: #010101;
      overflow: hidden;
      line-height: 1em; }
    .banner .info .prices {
      float: right;
      color: #000;
      text-align: left; }
      .banner .info .prices .oldprice {
        color: #e02d26;
        text-decoration: line-through;
        background-color: transparent; }
      .banner .info .prices .price {
        text-align: left; }
    .banner .info .buy {
      color: #fff;
      background-color: #da2726;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ef4629), to(#da2726));
      background-image: -webkit-linear-gradient(top, #ef4629, #da2726);
      background-image: -moz-linear-gradient(top, #ef4629, #da2726);
      background-image: -ms-linear-gradient(top, #ef4629, #da2726);
      background-image: -o-linear-gradient(top, #ef4629, #da2726);
      background-image: linear-gradient(to bottom, #ef4629, #da2726);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      border-top: 1px solid #ab4031;
      border-right: 1px solid #ab4031;
      border-bottom: 1px solid #ab4031;
      border-left: 1px solid #ab4031;
      float: left;
      text-align: center; }
  .banner .accessory {
    color: #aaa;
    text-transform: uppercase;
    font-family: Arial, sans-serif; }
  .banner .accessory-dynamic {
    z-index: 9999; }
    .banner .accessory-dynamic .invisible {
      display: none; }
    .banner .accessory-dynamic .visible:hover + .invisible, .banner .accessory-dynamic .invisible:not(.accessory-hover):hover {
      display: block; }
    .banner .accessory-dynamic .invisible {
      opacity: 1;
      position: absolute;
      bottom: 0; }
    .banner .accessory-dynamic .visible {
      height: 100%;
      width: 100%;
      background-color: #e6e6e5; }
    .banner .accessory-dynamic .visible:hover {
      height: 0;
      opacity: 0; }
    .banner .accessory-dynamic .invisible {
      padding: 4px;
      background-color: #e6e6e5;
      color: #aaa;
      width: 100%;
      border-top: 1px solid #ccc; }
  .banner .preloader {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999999;
    background-color: #fff; }
    .banner .preloader .logo-preload {
      top: 50%;
      left: 50%;
      position: absolute; }
    .banner .preloader .copyright2 {
      bottom: 0;
      width: 100%;
      padding: 2px;
      text-align: center;
      font-size: 10px;
      position: absolute;
      color: #000; }
  .banner .cap {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999999;
    background-color: #fff; }
    .banner .cap .logo-cap {
      top: 50%;
      left: 50%;
      position: absolute;
      background-image: url("spritesheet.png");
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: -2px -100px;
      width: 110px;
      height: 32px;
      margin-top: -16px;
      margin-left: -55px; }

@media screen and (min-width: 220px) and (max-width: 260px) and (min-height: 380px) and (max-height: 420px) {
  /* 240x400, 400x400, 580x400*/
  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 70px;
    width: 96%; }
    .banner .header .logo {
      background-position: -2px -2px;
      width: 180px;
      height: 32px;
      margin-top: -16px;
      margin-left: -90px; }
  .banner .action {
    top: 75px;
    left: 0px;
    width: 100%;
    height: 24px;
    line-height: 24px; }
  .banner .arrow {
    height: 30px;
    top: 42%;
    width: 30px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 230px;
    margin: 24px 5px 0 5px;
    height: 281px; }
    .banner .frame .container .card {
      float: left;
      margin-right: 8px;
      margin-bottom: 100%;
      width: 190px;
      height: 279px;
      background-color: #fff;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .banner .frame .container .card .info {
        border-top: 1px solid #ccc;
        padding: 5px 3px 0 3px;
        height: 116px; }
    .banner .frame .container .img {
      height: 163px;
      width: 230px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 143px;
        width: 220px;
        margin: 10px 5px; }
  .banner .footer {
    width: 230px;
    top: 258px;
    height: 117px;
    margin: 0 5px; }
  .banner .info {
    width: 100%; }
    .banner .info .title {
      text-align: center;
      font-size: 15px;
      height: 5em; }
    .banner .info .prices {
      width: 43%;
      bottom: 8px;
      left: 2%; }
      .banner .info .prices .oldprice {
        font-size: 17px;
        line-height: 17px; }
      .banner .info .prices .price {
        font-size: 22px;
        line-height: 22px; }
    .banner .info .buy {
      bottom: 8px;
      right: 2%;
      height: 35px;
      line-height: 35px;
      width: 53%;
      font-size: 15px; }
  .banner .accessory {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 20px; }
  .banner .accessory-dynamic .visible {
    line-height: 20px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; }

  .banner .frame .container .card {
    border: none; }

  .banner .frame {
    height: 164px; }
  .banner .footer .info {
    height: 100%; } }
@media screen and (min-width: 380px) and (max-width: 420px) and (min-height: 380px) and (max-height: 420px) {
  /* 240x400, 400x400, 580x400*/
  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 70px;
    width: 96%; }
    .banner .header .logo {
      background-position: -2px -2px;
      width: 180px;
      height: 32px;
      margin-top: -16px;
      margin-left: -90px; }
  .banner .action {
    top: 75px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px; }
  .banner .arrow {
    height: 30px;
    top: 42%;
    width: 30px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 390px;
    margin: 24px 5px 0 5px;
    height: 281px; }
    .banner .frame .container .card {
      float: left;
      margin-right: 8px;
      margin-bottom: 100%;
      width: 190px;
      height: 279px;
      background-color: #fff;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .banner .frame .container .card .info {
        border-top: 1px solid #ccc;
        padding: 5px 3px 0 3px;
        height: 116px; }
    .banner .frame .container .img {
      height: 165px;
      width: 188px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 145px;
        width: 178px;
        margin: 10px 5px; }
  .banner .footer {
    width: 390px;
    top: 258px;
    height: 117px;
    margin: 0 5px; }
  .banner .info {
    width: 100%; }
    .banner .info .title {
      text-align: center;
      font-size: 15px;
      height: 4em; }
    .banner .info .prices {
      width: 43%;
      bottom: 8px;
      left: 2%; }
      .banner .info .prices .oldprice {
        font-size: 15px;
        line-height: 17px; }
      .banner .info .prices .price {
        font-size: 18px;
        line-height: 20px; }
    .banner .info .buy {
      bottom: 8px;
      right: 2%;
      height: 25px;
      line-height: 25px;
      width: 53%;
      font-size: 12px; }
  .banner .accessory {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 20px; }
  .banner .accessory-dynamic .visible {
    line-height: 20px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; }

  .banner .frame .container .card {
    border: none; }

  .banner .action {
    border: none; }
  .banner .header {
    width: 97%; }
  .banner .frame {
    background: none; }
  .banner .footer {
    height: 0;
    width: 0; } }
@media screen and (min-width: 570px) and (max-width: 610px) and (min-height: 380px) and (max-height: 420px) {
  /* 240x400, 400x400, 580x400*/
  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 70px;
    width: 96%; }
    .banner .header .logo {
      background-position: -2px -2px;
      width: 180px;
      height: 32px;
      margin-top: -16px;
      margin-left: -90px; }
  .banner .action {
    top: 75px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px; }
  .banner .arrow {
    height: 30px;
    top: 42%;
    width: 30px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 570px;
    margin: 24px 5px 0 5px;
    height: 281px; }
    .banner .frame .container .card {
      float: left;
      margin-right: 8px;
      margin-bottom: 100%;
      width: 190px;
      height: 279px;
      background-color: #fff;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .banner .frame .container .card .info {
        border-top: 1px solid #ccc;
        padding: 5px 3px 0 3px;
        height: 116px; }
    .banner .frame .container .img {
      height: 165px;
      width: 183px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 145px;
        width: 173px;
        margin: 10px 5px; }
  .banner .footer {
    width: 570px;
    top: 258px;
    height: 117px;
    margin: 0 5px; }
  .banner .info {
    width: 100%; }
    .banner .info .title {
      text-align: center;
      font-size: 15px;
      height: 4em; }
    .banner .info .prices {
      width: 43%;
      bottom: 8px;
      left: 2%; }
      .banner .info .prices .oldprice {
        font-size: 15px;
        line-height: 17px; }
      .banner .info .prices .price {
        font-size: 17px;
        line-height: 20px; }
    .banner .info .buy {
      bottom: 8px;
      right: 2%;
      height: 25px;
      line-height: 25px;
      width: 53%;
      font-size: 12px; }
  .banner .accessory {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 20px; }
  .banner .accessory-dynamic .visible {
    line-height: 20px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; }

  .banner .frame .container .card {
    border: none; }

  .banner .action {
    border: none; }
  .banner .header {
    width: 98.2%; }
  .banner .frame {
    background: none;
    border: none; }
    .banner .frame .container .card {
      width: 184px; }
  .banner .footer {
    height: 0;
    width: 0; } }
@media screen and (min-width: 110px) and (max-width: 130px) and (min-height: 580px) {
  /* 120x600, 160x600, 300x600*/
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0;
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }
    .banner .frame {
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 15%;
    width: 100%; }
  .banner .action {
    top: 15%;
    left: 0;
    width: 100%;
    height: 4.5%; }
  .banner:hover .action {
    opacity: 1; }
  .banner .arrow {
    height: 25px;
    top: 54%;
    width: 25px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 100%;
    height: 43%;
    top: 19.5%; }
    .banner .frame .container .img {
      height: 257px;
      width: 118px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 237px;
        width: 108px;
        margin: 10px 5px; }
  .banner .footer {
    width: 96%;
    top: 62.5%;
    height: 32.5%;
    margin-left: 2%; }
    .banner .footer .info {
      height: 100%;
      padding-top: 5px; }
      .banner .footer .info .title {
        text-align: center;
        font-size: 15px;
        height: 9em; }
      .banner .footer .info .prices {
        width: 98%;
        bottom: 45px;
        left: 1%; }
        .banner .footer .info .prices .oldprice {
          font-size: 17px;
          line-height: 17px;
          text-align: center; }
        .banner .footer .info .prices .price {
          font-size: 24px;
          text-align: center;
          line-height: 24px; }
      .banner .footer .info .buy {
        bottom: 5px;
        left: 5%;
        height: 35px;
        line-height: 35px;
        width: 90%;
        font-size: 14px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 5%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 30px; }

  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .action {
    font-size: 12px;
    line-height: 13px; }
  .banner .accessory.accessory-dynamic .visible {
    padding-top: 5px;
    line-height: 10px; }

  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px; } }
@media screen and (min-width: 140px) and (max-width: 180px) and (min-height: 580px) {
  /* 120x600, 160x600, 300x600*/
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0;
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }
    .banner .frame {
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 15%;
    width: 100%; }
  .banner .action {
    top: 15%;
    left: 0;
    width: 100%;
    height: 4.5%; }
  .banner:hover .action {
    opacity: 1; }
  .banner .arrow {
    height: 25px;
    top: 54%;
    width: 25px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 100%;
    height: 43%;
    top: 19.5%; }
    .banner .frame .container .img {
      height: 257px;
      width: 158px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 237px;
        width: 148px;
        margin: 10px 5px; }
  .banner .footer {
    width: 96%;
    top: 62.5%;
    height: 32.5%;
    margin-left: 2%; }
    .banner .footer .info {
      height: 100%;
      padding-top: 5px; }
      .banner .footer .info .title {
        text-align: center;
        font-size: 15px;
        height: 9em; }
      .banner .footer .info .prices {
        width: 98%;
        bottom: 45px;
        left: 1%; }
        .banner .footer .info .prices .oldprice {
          font-size: 17px;
          line-height: 17px;
          text-align: center; }
        .banner .footer .info .prices .price {
          font-size: 24px;
          text-align: center;
          line-height: 24px; }
      .banner .footer .info .buy {
        bottom: 5px;
        left: 10%;
        height: 35px;
        line-height: 35px;
        width: 80%;
        font-size: 14px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 5%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 30px; }

  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .action {
    font-size: 11px;
    line-height: 27px; }

  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px; } }
@media screen and (min-width: 280px) and (max-width: 320px) and (min-height: 580px) {
  /* 120x600, 160x600, 300x600*/
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0;
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }
    .banner .frame {
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 15%;
    width: 100%; }
  .banner .action {
    top: 15%;
    left: 0;
    width: 100%;
    height: 4.5%; }
  .banner:hover .action {
    opacity: 1; }
  .banner .arrow {
    height: 25px;
    top: 54%;
    width: 25px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 100%;
    height: 43%;
    top: 19.5%; }
    .banner .frame .container .img {
      height: 258px;
      width: 298px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 238px;
        width: 288px;
        margin: 10px 5px; }
  .banner .footer {
    width: 96%;
    top: 62.5%;
    height: 32.5%;
    margin-left: 2%; }
    .banner .footer .info {
      height: 100%;
      padding-top: 5px; }
      .banner .footer .info .title {
        text-align: center;
        font-size: 19px;
        height: 7em; }
      .banner .footer .info .prices {
        width: 98%;
        bottom: 45px;
        left: 1%; }
        .banner .footer .info .prices .oldprice {
          font-size: 17px;
          line-height: 17px;
          text-align: center; }
        .banner .footer .info .prices .price {
          font-size: 26px;
          text-align: center;
          line-height: 26px; }
      .banner .footer .info .buy {
        bottom: 5px;
        left: 15%;
        height: 35px;
        line-height: 35px;
        width: 70%;
        font-size: 14px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 5%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 30px; }

  .banner .header .logo {
    background-position: -2px -2px;
    width: 180px;
    height: 32px;
    margin-top: -16px;
    margin-left: -90px; }
  .banner .action {
    font-size: 15px;
    line-height: 27px; }

  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; } }
@media screen and (min-width: 280px) and (max-width: 320px) and (min-height: 230px) and (max-height: 270px) {
  /* 300x250, 250x250, 200x200, 336x280 */
  .banner .header {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .banner .footer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    margin-left: 5px; }
  .banner .frame {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 21%;
    width: 287px; }
  .banner .action {
    top: 23%;
    left: 147px;
    width: 144px;
    height: 20px; }
  .banner .arrow {
    height: 25px;
    top: 80%;
    width: 25px; }
  .banner .left {
    left: 52%; }
  .banner .right {
    right: 5%; }
  .banner .frame {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 144px;
    height: 69%;
    top: 23%;
    left: 147px; }
    .banner .frame .container .img {
      height: 158px;
      width: 138px;
      margin-right: 2px; }
      .banner .frame .container .img .discount {
        top: 24px;
        right: 6px;
        height: 27px;
        width: 58px;
        line-height: 27px; }
      .banner .frame .container .img .imgCard {
        height: 128px;
        width: 134px;
        margin: 20px 2px 10px; }
  .banner .footer {
    width: 142px;
    top: 23%;
    height: 69%; }
  .banner .info {
    height: 100%;
    padding: 4px 4px 0 4px; }
    .banner .info .title {
      text-align: left;
      font-size: 14px;
      height: 5em;
      line-height: 1em; }
    .banner .info .prices {
      width: 90%;
      bottom: 33px;
      left: 5%; }
      .banner .info .prices .oldprice {
        font-size: 15px;
        line-height: 17px;
        padding: 0; }
      .banner .info .prices .price {
        font-size: 24px;
        line-height: 24px; }
    .banner .info .buy {
      float: left;
      bottom: 3px;
      left: 5%;
      height: 25px;
      line-height: 25px;
      width: 90%;
      font-size: 14px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 6%; }
    .banner .accessory.accessory-dynamic .invisible {
      line-height: 1em; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 15px; }

  .banner .header .logo {
    background-position: -2px -2px;
    width: 180px;
    height: 32px;
    margin-top: -16px;
    margin-left: -90px; }
  .banner .action {
    font-size: 10px;
    line-height: 20px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; } }
@media screen and (min-width: 240px) and (max-width: 260px) and (min-height: 230px) and (max-height: 270px) {
  /* 300x250, 250x250, 200x200, 336x280 */
  .banner .header {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .banner .footer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    margin-left: 5px; }
  .banner .frame {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 21%;
    width: 237px; }
  .banner .action {
    top: 23%;
    left: 124px;
    width: 117px;
    height: 28px; }
  .banner .arrow {
    height: 25px;
    top: 80%;
    width: 25px; }
  .banner .left {
    left: 52%; }
  .banner .right {
    right: 5%; }
  .banner .frame {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 117px;
    height: 69%;
    top: 23%;
    left: 124px; }
    .banner .frame .container .img {
      height: 160px;
      width: 114px;
      margin-right: 2px; }
      .banner .frame .container .img .discount {
        top: 24px;
        right: 6px;
        height: 27px;
        width: 58px;
        line-height: 27px; }
      .banner .frame .container .img .imgCard {
        height: 122px;
        width: 110px;
        margin: 28px 2px 10px; }
  .banner .footer {
    width: 119px;
    top: 23%;
    height: 69%; }
  .banner .info {
    height: 100%;
    padding: 4px 4px 0 4px; }
    .banner .info .title {
      text-align: left;
      font-size: 13px;
      height: 6em;
      line-height: 1em; }
    .banner .info .prices {
      width: 90%;
      bottom: 33px;
      left: 5%; }
      .banner .info .prices .oldprice {
        font-size: 15px;
        line-height: 17px;
        padding: 0; }
      .banner .info .prices .price {
        font-size: 20px;
        line-height: 20px; }
    .banner .info .buy {
      float: left;
      bottom: 3px;
      left: 5%;
      height: 25px;
      line-height: 25px;
      width: 90%;
      font-size: 14px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 6%; }
    .banner .accessory.accessory-dynamic .invisible {
      line-height: 1em; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 15px; }

  .banner .header .logo {
    background-position: -2px -2px;
    width: 180px;
    height: 32px;
    margin-top: -16px;
    margin-left: -90px; }
  .banner .action {
    font-size: 11px;
    line-height: 13px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; } }
@media screen and (min-width: 310px) and (max-width: 346px) and (min-height: 270px) and (max-height: 290px) {
  /* 300x250, 250x250, 200x200, 336x280 */
  .banner .header {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .banner .footer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    margin-left: 5px; }
  .banner .frame {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 21%;
    width: 323px; }
  .banner .action {
    top: 23%;
    left: 167px;
    width: 160px;
    height: 22px; }
  .banner .arrow {
    height: 25px;
    top: 80%;
    width: 25px; }
  .banner .left {
    left: 52%; }
  .banner .right {
    right: 5%; }
  .banner .frame {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 160px;
    height: 69%;
    top: 23%;
    left: 167px; }
    .banner .frame .container .img {
      height: 198px;
      width: 154px;
      margin-right: 2px; }
      .banner .frame .container .img .discount {
        top: 24px;
        right: 6px;
        height: 27px;
        width: 58px;
        line-height: 27px; }
      .banner .frame .container .img .imgCard {
        height: 166px;
        width: 150px;
        margin: 22px 2px 10px; }
  .banner .footer {
    width: 162px;
    top: 23%;
    height: 69%; }
  .banner .info {
    height: 100%;
    padding: 4px 4px 0 4px; }
    .banner .info .title {
      text-align: left;
      font-size: 15px;
      height: 8em;
      line-height: 1em; }
    .banner .info .prices {
      width: 90%;
      bottom: 33px;
      left: 5%; }
      .banner .info .prices .oldprice {
        font-size: 15px;
        line-height: 17px;
        padding: 0; }
      .banner .info .prices .price {
        font-size: 20px;
        line-height: 20px; }
    .banner .info .buy {
      float: left;
      bottom: 3px;
      left: 5%;
      height: 25px;
      line-height: 25px;
      width: 90%;
      font-size: 15px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 6%; }
    .banner .accessory.accessory-dynamic .invisible {
      line-height: 1em; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 17px; }

  .banner .header .logo {
    background-position: -2px -2px;
    width: 180px;
    height: 32px;
    margin-top: -16px;
    margin-left: -90px; }
  .banner .action {
    font-size: 11px;
    line-height: 22px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -2px;
    width: 200px;
    height: 58px;
    margin-top: -29px;
    margin-left: -100px; } }
@media screen and (min-width: 190px) and (max-width: 210px) and (min-height: 190px) and (max-height: 210px) {
  /* 300x250, 250x250, 200x200, 336x280 */
  .banner .header {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .banner .footer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    margin-left: 5px; }
  .banner .frame {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 21%;
    width: 188px; }
  .banner .action {
    top: 23%;
    left: 115px;
    width: 77px;
    height: 18px; }
  .banner .arrow {
    height: 25px;
    top: 80%;
    width: 25px; }
  .banner .left {
    left: 52%; }
  .banner .right {
    right: 5%; }
  .banner .frame {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 77px;
    height: 69%;
    top: 23%;
    left: 115px; }
    .banner .frame .container .img {
      height: 133px;
      width: 75px;
      margin-right: 2px; }
      .banner .frame .container .img .discount {
        top: 24px;
        right: 6px;
        height: 27px;
        width: 58px;
        line-height: 27px; }
      .banner .frame .container .img .imgCard {
        height: 105px;
        width: 71px;
        margin: 18px 2px 10px; }
  .banner .footer {
    width: 110px;
    top: 23%;
    height: 69%; }
  .banner .info {
    height: 100%;
    padding: 4px 4px 0 4px; }
    .banner .info .title {
      text-align: left;
      font-size: 12px;
      height: 5em;
      line-height: 1em; }
    .banner .info .prices {
      width: 90%;
      bottom: 33px;
      left: 5%; }
      .banner .info .prices .oldprice {
        font-size: 12px;
        line-height: 7px;
        padding: 0; }
      .banner .info .prices .price {
        font-size: 18px;
        line-height: 17px; }
    .banner .info .buy {
      float: left;
      bottom: 3px;
      left: 5%;
      height: 25px;
      line-height: 25px;
      width: 90%;
      font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 6%; }
    .banner .accessory.accessory-dynamic .invisible {
      line-height: 1em; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 12px; }

  .banner .arrow {
    top: 78%; }
    .banner .arrow.left {
      left: 60%; }
  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .action {
    font-size: 8px;
    line-height: 8px;
    padding-top: 1px;
    height: 19px; }
  .banner .accessory {
    font-size: 9px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px; }
  .banner .preloader .logo-preload {
    margin-top: -50px; } }
@media screen and (min-width: 280px) and (max-width: 315px) and (min-height: 40px) and (max-height: 60px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }
    .banner .action {
      text-transform: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 73%;
    width: 29%;
    float: left; }
  .banner .action {
    top: 73%;
    width: 29%;
    height: 27%;
    line-height: 27%;
    font-size: 11px;
    border: none; }
  .banner .arrow {
    height: 17px;
    top: 67%;
    width: 17px; }
  .banner .left {
    left: 29.5%; }
  .banner .right {
    right: 51.5%; }
  .banner .frame {
    width: 20%;
    height: 100%;
    left: 29%;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .banner .frame .container .img {
      height: 48px;
      width: 59px; }
      .banner .frame .container .img .discount {
        top: 0;
        left: 0;
        height: 17px;
        width: 36px;
        line-height: 17px;
        font-size: 9px; }
      .banner .frame .container .img .imgCard {
        height: 44px;
        width: 55px;
        margin: 2px; }
  .banner .footer {
    width: 33%;
    left: 49%;
    height: 100%; }
  .banner .info {
    height: 100%;
    padding: 2px 3px 0; }
    .banner .info .title {
      text-align: left;
      font-size: 11px;
      height: 3em; }
    .banner .info .prices {
      width: 99%;
      bottom: 2px;
      left: 0;
      text-align: right; }
      .banner .info .prices .oldprice {
        font-size: 9px;
        line-height: 14px;
        float: left; }
      .banner .info .prices .price {
        font-size: 10px;
        line-height: 14px;
        float: right;
        font-weight: bold; }
    .banner .info .buy {
      bottom: 3px;
      right: 2%;
      height: 28px;
      line-height: 28px;
      width: 36%;
      font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    border-left: 1px solid #ccc;
    width: 18%;
    text-align: center;
    font-size: 7px;
    height: 100%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 9px;
      width: 100%;
      padding-top: 2em; }
    .banner .accessory.accessory-dynamic .invisible {
      margin: 0;
      width: 230px;
      right: 0;
      border-left: 1px solid #ccc;
      line-height: 7px;
      padding: 3px;
      display: none; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px;
    margin-left: 0;
    left: 6%; }
  .banner .preloader .copyright2 {
    right: 1%;
    /*width: 40%;*/
    width: 55%;
    padding: 0;
    font-size: 8px;
    top: 50%;
    line-height: 1em;
    height: 5em;
    /*margin-top: -$h/2;*/
    margin-top: -4em; }

  .banner .header .logo {
    background-position: -2px -200px;
    width: 84px;
    height: 14px;
    margin-top: -9px;
    margin-left: -42px; }
  .banner .action {
    line-height: 15px;
    font-size: 8px; }
  .banner .arrow {
    display: none; }
  .banner .info .buy {
    display: none; }
  .banner .accessory.accessory-dynamic {
    font-size: 6px; }
    .banner .accessory.accessory-dynamic .invisible {
      padding-top: 0;
      height: 50px;
      top: -2px;
      line-height: 6px; } }
@media screen and (min-width: 310px) and (max-width: 340px) and (min-height: 40px) and (max-height: 60px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }
    .banner .action {
      text-transform: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 73%;
    width: 29%;
    float: left; }
  .banner .action {
    top: 73%;
    width: 29%;
    height: 27%;
    line-height: 27%;
    font-size: 11px;
    border: none; }
  .banner .arrow {
    height: 17px;
    top: 67%;
    width: 17px; }
  .banner .left {
    left: 29.5%; }
  .banner .right {
    right: 51.5%; }
  .banner .frame {
    width: 20%;
    height: 100%;
    left: 29%;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .banner .frame .container .img {
      height: 48px;
      width: 63px; }
      .banner .frame .container .img .discount {
        top: 0;
        left: 0;
        height: 17px;
        width: 36px;
        line-height: 17px;
        font-size: 9px; }
      .banner .frame .container .img .imgCard {
        height: 44px;
        width: 59px;
        margin: 2px; }
  .banner .footer {
    width: 33%;
    left: 49%;
    height: 100%; }
  .banner .info {
    height: 100%;
    padding: 2px 3px 0; }
    .banner .info .title {
      text-align: left;
      font-size: 10px;
      height: 3em; }
    .banner .info .prices {
      width: 99%;
      bottom: 2px;
      left: 0;
      text-align: right; }
      .banner .info .prices .oldprice {
        font-size: 9px;
        line-height: 14px;
        float: left; }
      .banner .info .prices .price {
        font-size: 10px;
        line-height: 14px;
        float: right;
        font-weight: bold; }
    .banner .info .buy {
      bottom: 3px;
      right: 2%;
      height: 28px;
      line-height: 28px;
      width: 36%;
      font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    border-left: 1px solid #ccc;
    width: 18%;
    text-align: center;
    font-size: 7px;
    height: 100%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 9px;
      width: 100%;
      padding-top: 2em; }
    .banner .accessory.accessory-dynamic .invisible {
      margin: 0;
      width: 230px;
      right: 0;
      border-left: 1px solid #ccc;
      line-height: 7px;
      padding: 3px;
      display: none; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px;
    margin-left: 0;
    left: 6%; }
  .banner .preloader .copyright2 {
    right: 1%;
    /*width: 40%;*/
    width: 55%;
    padding: 0;
    font-size: 8px;
    top: 50%;
    line-height: 1em;
    height: 5em;
    /*margin-top: -$h/2;*/
    margin-top: -4em; }

  .banner .header .logo {
    background-position: -2px -200px;
    width: 84px;
    height: 14px;
    margin-top: -9px;
    margin-left: -42px; }
  .banner .action {
    line-height: 15px;
    font-size: 8px; }
  .banner .arrow {
    display: none; }
  .banner .info .buy {
    display: none; }
  .banner .accessory.accessory-dynamic {
    font-size: 6px; }
    .banner .accessory.accessory-dynamic .invisible {
      padding-top: 0;
      height: 50px;
      top: -2px;
      line-height: 6px; } }
@media screen and (min-width: 450px) and (max-width: 474px) and (min-height: 40px) and (max-height: 65px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }
    .banner .action {
      text-transform: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 73%;
    width: 29%;
    float: left; }
  .banner .action {
    top: 73%;
    width: 29%;
    height: 27%;
    line-height: 27%;
    font-size: 11px;
    border: none; }
  .banner .arrow {
    height: 17px;
    top: 67%;
    width: 17px; }
  .banner .left {
    left: 29.5%; }
  .banner .right {
    right: 51.5%; }
  .banner .frame {
    width: 20%;
    height: 100%;
    left: 29%;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .banner .frame .container .img {
      height: 58px;
      width: 93px; }
      .banner .frame .container .img .discount {
        top: 0;
        left: 0;
        height: 17px;
        width: 36px;
        line-height: 17px;
        font-size: 9px; }
      .banner .frame .container .img .imgCard {
        height: 54px;
        width: 89px;
        margin: 2px; }
  .banner .footer {
    width: 35%;
    left: 49%;
    height: 100%; }
  .banner .info {
    height: 100%;
    padding: 2px 3px 0; }
    .banner .info .title {
      text-align: left;
      font-size: 10px;
      height: 3em; }
    .banner .info .prices {
      width: 99%;
      bottom: 2px;
      left: 0;
      text-align: right; }
      .banner .info .prices .oldprice {
        font-size: 10px;
        line-height: 10px;
        float: left; }
      .banner .info .prices .price {
        font-size: 12px;
        line-height: 12px;
        float: right;
        font-weight: bold; }
    .banner .info .buy {
      bottom: 3px;
      right: 2%;
      height: 22px;
      line-height: 22px;
      width: 36%;
      font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    border-left: 1px solid #ccc;
    width: 16%;
    text-align: center;
    font-size: 7px;
    height: 100%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 9px;
      width: 100%;
      padding-top: 2em; }
    .banner .accessory.accessory-dynamic .invisible {
      margin: 0;
      width: 230px;
      right: 0;
      border-left: 1px solid #ccc;
      line-height: 7px;
      padding: 3px;
      display: none; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px;
    margin-left: 0;
    left: 6%; }
  .banner .preloader .copyright2 {
    right: 1%;
    /*width: 40%;*/
    width: 55%;
    padding: 0;
    font-size: 8px;
    top: 50%;
    line-height: 1em;
    height: 5em;
    /*margin-top: -$h/2;*/
    margin-top: -4em; }

  .banner .header .logo {
    background-position: -2px -200px;
    width: 84px;
    height: 14px;
    margin-top: -9px;
    margin-left: -42px; }
  .banner .action {
    font-size: 11px;
    line-height: 17px; }
  .banner .footer .info .prices {
    width: 59%; }
    .banner .footer .info .prices .oldprice {
      float: none; }
  .banner .accessory.accessory-dynamic .visible {
    padding-top: 3em; }
  .banner .accessory.accessory-dynamic .invisible {
    padding-top: 0;
    height: 100%;
    top: 0; }
  .banner .preloader .copyright2 {
    width: 65%; } }
@media screen and (min-width: 710px) and (max-width: 750px) and (min-height: 70px) and (max-height: 110px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 52px;
    width: 25%;
    float: left; }
  .banner .action {
    top: 41px;
    left: 0;
    width: 25%;
    height: 22px;
    line-height: 22px;
    font-size: 14px; }
  .banner .arrow {
    height: 30px;
    top: 31%;
    width: 30px; }
  .banner .left {
    left: 25.2%; }
  .banner .right {
    right: 0.2%; }
  .banner .frame {
    width: 75%;
    height: 100%;
    left: 25%;
    border-left: 1px solid #ccc; }
    .banner .frame:hover .discount {
      opacity: .8; }
    .banner .frame .container .card {
      float: left;
      margin: 2px 0 2px 8px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      width: 173px;
      height: 84px; }
      .banner .frame .container .card .img {
        height: 58px;
        width: 63px; }
        .banner .frame .container .card .img .discount {
          top: 0;
          left: 0;
          height: 20px;
          width: 45px;
          line-height: 20px;
          font-size: 9px; }
        .banner .frame .container .card .img .imgCard {
          height: 50px;
          width: 61px;
          margin: 4px 1px; }
      .banner .frame .container .card .info {
        height: 82px;
        width: 108px;
        padding: 2px; }
        .banner .frame .container .card .info .title {
          text-align: left;
          font-size: 12px;
          height: 4em; }
        .banner .frame .container .card .info .prices {
          width: 83%;
          bottom: 2px;
          left: -56%;
          text-align: left; }
          .banner .frame .container .card .info .prices .oldprice {
            font-size: 12px;
            line-height: 12px;
            text-align: left; }
          .banner .frame .container .card .info .prices .price {
            font-size: 15px;
            line-height: 16px;
            width: 100%;
            text-align: left;
            font-weight: bold; }
        .banner .frame .container .card .info .buy {
          bottom: 3px;
          right: 3px;
          height: 18px;
          line-height: 18px;
          width: 70%;
          font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    left: 0;
    width: 25%;
    text-align: center;
    font-size: 10px;
    height: 25px; }
    .banner .accessory .visible {
      line-height: 25px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px; }

  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .accessory {
    font-size: 7px; }
  .banner .accessory-dynamic .invisible {
    padding: 0; }
  .banner .action {
    font-size: 12px; }
  .banner .preloader .logo-preload {
    margin-top: -30px; } }
@media screen and (min-width: 950px) and (max-width: 990px) and (min-height: 70px) and (max-height: 110px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 52px;
    width: 25%;
    float: left; }
  .banner .action {
    top: 41px;
    left: 0;
    width: 25%;
    height: 22px;
    line-height: 22px;
    font-size: 14px; }
  .banner .arrow {
    height: 30px;
    top: 31%;
    width: 30px; }
  .banner .left {
    left: 25.2%; }
  .banner .right {
    right: 0.2%; }
  .banner .frame {
    width: 75%;
    height: 100%;
    left: 25%;
    border-left: 1px solid #ccc; }
    .banner .frame:hover .discount {
      opacity: .8; }
    .banner .frame .container .card {
      float: left;
      margin: 2px 0 2px 8px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      width: 173px;
      height: 84px; }
      .banner .frame .container .card .img {
        height: 58px;
        width: 63px; }
        .banner .frame .container .card .img .discount {
          top: 0;
          left: 0;
          height: 20px;
          width: 45px;
          line-height: 20px;
          font-size: 9px; }
        .banner .frame .container .card .img .imgCard {
          height: 50px;
          width: 61px;
          margin: 4px 1px; }
      .banner .frame .container .card .info {
        height: 82px;
        width: 108px;
        padding: 2px; }
        .banner .frame .container .card .info .title {
          text-align: left;
          font-size: 11px;
          height: 4em; }
        .banner .frame .container .card .info .prices {
          width: 83%;
          bottom: 2px;
          left: -56%;
          text-align: left; }
          .banner .frame .container .card .info .prices .oldprice {
            font-size: 10px;
            line-height: 12px;
            text-align: left; }
          .banner .frame .container .card .info .prices .price {
            font-size: 15px;
            line-height: 16px;
            width: 100%;
            text-align: left;
            font-weight: bold; }
        .banner .frame .container .card .info .buy {
          bottom: 3px;
          right: 3px;
          height: 18px;
          line-height: 18px;
          width: 70%;
          font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    left: 0;
    width: 25%;
    text-align: center;
    font-size: 10px;
    height: 25px; }
    .banner .accessory .visible {
      line-height: 25px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px; }

  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .accessory {
    font-size: 8px; }
  .banner .accessory-dynamic .invisible {
    padding: 0; }
  .banner .preloader .logo-preload {
    margin-top: -30px; }
  .banner .action {
    font-size: 12px; } }
@media screen and (min-width: 475px) and (max-width: 490px) and (min-height: 51px) and (max-height: 90px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }
    .banner .action {
      text-transform: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 73%;
    width: 29%;
    float: left; }
  .banner .action {
    top: 73%;
    width: 29%;
    height: 27%;
    line-height: 27%;
    font-size: 11px;
    border: none; }
  .banner .arrow {
    height: 17px;
    top: 67%;
    width: 17px; }
  .banner .left {
    left: 29.5%; }
  .banner .right {
    right: 51.5%; }
  .banner .frame {
    width: 20%;
    height: 100%;
    left: 29%;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .banner .frame .container .img {
      height: 68px;
      width: 95px; }
      .banner .frame .container .img .discount {
        top: 0;
        left: 0;
        height: 17px;
        width: 36px;
        line-height: 17px;
        font-size: 9px; }
      .banner .frame .container .img .imgCard {
        height: 64px;
        width: 91px;
        margin: 2px; }
  .banner .footer {
    width: 37%;
    left: 49%;
    height: 100%; }
  .banner .info {
    height: 100%;
    padding: 2px 3px 0; }
    .banner .info .title {
      text-align: left;
      font-size: 12px;
      height: 3em; }
    .banner .info .prices {
      width: 99%;
      bottom: 2px;
      left: 0;
      text-align: right; }
      .banner .info .prices .oldprice {
        font-size: 11px;
        line-height: 11px;
        float: left; }
      .banner .info .prices .price {
        font-size: 13px;
        line-height: 13px;
        float: right;
        font-weight: bold; }
    .banner .info .buy {
      bottom: 3px;
      right: 2%;
      height: 24px;
      line-height: 24px;
      width: 36%;
      font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    border-left: 1px solid #ccc;
    width: 14%;
    text-align: center;
    font-size: 7px;
    height: 100%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 9px;
      width: 100%;
      padding-top: 2em; }
    .banner .accessory.accessory-dynamic .invisible {
      margin: 0;
      width: 230px;
      right: 0;
      border-left: 1px solid #ccc;
      line-height: 7px;
      padding: 3px;
      display: none; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px;
    margin-left: 0;
    left: 6%; }
  .banner .preloader .copyright2 {
    right: 1%;
    /*width: 40%;*/
    width: 55%;
    padding: 0;
    font-size: 8px;
    top: 50%;
    line-height: 1em;
    height: 5em;
    /*margin-top: -$h/2;*/
    margin-top: -4em; }

  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .action {
    font-size: 11px;
    line-height: 18px; }
  .banner .footer .info .prices {
    width: 59%; }
    .banner .footer .info .prices .oldprice {
      float: none; }
  .banner .accessory.accessory-dynamic .visible {
    padding-top: 3.5em; }
  .banner .accessory.accessory-dynamic .invisible {
    height: 100%;
    bottom: 0; }
  .banner .preloader .copyright2 {
    font-size: 9px; } }
@media screen and (min-width: 300px) and (max-width: 340px) and (min-height: 80px) and (max-height: 120px) {
  /* 300x50, 320x50, 468x60, 728x90, 970x90 */
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0; }
    .banner .action {
      text-transform: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 73%;
    width: 29%;
    float: left; }
  .banner .action {
    top: 73%;
    width: 29%;
    height: 27%;
    line-height: 27%;
    font-size: 11px;
    border: none; }
  .banner .arrow {
    height: 17px;
    top: 67%;
    width: 17px; }
  .banner .left {
    left: 29.5%; }
  .banner .right {
    right: 51.5%; }
  .banner .frame {
    width: 20%;
    height: 100%;
    left: 29%;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .banner .frame .container .img {
      height: 77px;
      width: 63px; }
      .banner .frame .container .img .discount {
        top: 0;
        left: 0;
        height: 17px;
        width: 36px;
        line-height: 17px;
        font-size: 9px; }
      .banner .frame .container .img .imgCard {
        height: 73px;
        width: 59px;
        margin: 2px; }
  .banner .footer {
    width: 37%;
    left: 49%;
    height: 100%; }
  .banner .info {
    height: 100%;
    padding: 2px 3px 0; }
    .banner .info .title {
      text-align: left;
      font-size: 13px;
      height: 3em; }
    .banner .info .prices {
      width: 99%;
      bottom: 2px;
      left: 0;
      text-align: right; }
      .banner .info .prices .oldprice {
        font-size: 9px;
        line-height: 14px;
        float: left; }
      .banner .info .prices .price {
        font-size: 13px;
        line-height: 13px;
        float: right;
        font-weight: bold; }
    .banner .info .buy {
      bottom: 3px;
      right: 2%;
      height: 27px;
      line-height: 27px;
      width: 36%;
      font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    border-left: 1px solid #ccc;
    width: 14%;
    text-align: center;
    font-size: 7px;
    height: 100%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 9px;
      width: 100%;
      padding-top: 2em; }
    .banner .accessory.accessory-dynamic .invisible {
      margin: 0;
      width: 230px;
      right: 0;
      border-left: 1px solid #ccc;
      line-height: 7px;
      padding: 3px;
      display: none; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px;
    margin-left: 0;
    left: 6%; }
  .banner .preloader .copyright2 {
    right: 1%;
    /*width: 40%;*/
    width: 55%;
    padding: 0;
    font-size: 8px;
    top: 50%;
    line-height: 1em;
    height: 5em;
    /*margin-top: -$h/2;*/
    margin-top: -4em; }

  .banner .header {
    height: 80%; }
    .banner .header .logo {
      background-position: -2px -200px;
      width: 84px;
      height: 14px;
      margin-top: -9px;
      margin-left: -42px; }
  .banner .arrow {
    top: 60%; }
  .banner .frame {
    height: 80%; }
  .banner .action {
    font-size: 10px;
    line-height: 10px;
    top: 80%;
    height: 22%;
    z-index: 99999; }
  .banner .footer {
    height: 80%;
    width: 51%; }
    .banner .footer .info .prices {
      width: 57%;
      margin-left: 2%; }
  .banner .accessory {
    top: 80%;
    width: 71%;
    height: 20%;
    font-size: 8px;
    border-top: 1px solid #ccc; }
    .banner .accessory.accessory-dynamic .visible {
      width: 100%;
      height: 100%;
      bottom: 0;
      padding: 0 3px;
      line-height: 20px; }
    .banner .accessory.accessory-dynamic .invisible {
      width: 100%;
      height: auto;
      bottom: 0;
      padding: 3px;
      line-height: 8px; }
  .banner .preloader .copyright2 {
    font-size: 9px;
    margin-top: -5.5em; } }
@media screen and (min-width: 110px) and (max-width: 130px) and (min-height: 220px) and (max-height: 260px) {
  /* 120x600, 160x600, 300x600*/
  .banner {
    padding: 0; }
    .banner .header {
      margin: 0;
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }
    .banner .frame {
      -webkit-border-radius: none;
      -moz-border-radius: none;
      -ms-border-radius: none;
      border-radius: none; }

  .banner .cap {
    visibility: hidden; }
  .banner .header {
    height: 15%;
    width: 100%; }
  .banner .action {
    top: 15%;
    left: 0;
    width: 100%;
    height: 4.5%; }
  .banner:hover .action {
    opacity: 1; }
  .banner .arrow {
    height: 25px;
    top: 54%;
    width: 25px; }
  .banner .left {
    left: 3px; }
  .banner .right {
    right: 3px; }
  .banner .frame {
    width: 100%;
    height: 43%;
    top: 19.5%; }
    .banner .frame .container .img {
      height: 102px;
      width: 118px; }
      .banner .frame .container .img .discount {
        top: 14px;
        right: 6px;
        height: 27px;
        line-height: 27px;
        width: 58px; }
      .banner .frame .container .img .imgCard {
        height: 82px;
        width: 108px;
        margin: 10px 5px; }
  .banner .footer {
    width: 96%;
    top: 62.5%;
    height: 32.5%;
    margin-left: 2%; }
    .banner .footer .info {
      height: 100%;
      padding-top: 5px; }
      .banner .footer .info .title {
        text-align: center;
        font-size: 13px;
        height: 4em; }
      .banner .footer .info .prices {
        width: 98%;
        bottom: 45px;
        left: 1%; }
        .banner .footer .info .prices .oldprice {
          font-size: 11px;
          line-height: 16px;
          text-align: center; }
        .banner .footer .info .prices .price {
          font-size: 14px;
          text-align: center;
          line-height: 14px; }
      .banner .footer .info .buy {
        bottom: 5px;
        left: 5%;
        height: 35px;
        line-height: 35px;
        width: 90%;
        font-size: 11px; }
  .banner .accessory {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    height: 5%; }
    .banner .accessory.accessory-dynamic .visible {
      line-height: 30px; }

  .banner .header .logo {
    background-position: -2px -100px;
    width: 110px;
    height: 18px;
    margin-top: -13px;
    margin-left: -55px; }
  .banner .arrow {
    top: 47%; }
  .banner .action {
    font-size: 9px;
    line-height: 13px;
    height: 5.5%;
    text-transform: none; }
    .banner .action span.sprite {
      background: none;
      padding: 0; }
  .banner .frame .img .imgCard {
    width: 112px;
    height: 96px;
    margin: 3px; }
  .banner .footer .info {
    padding-top: 0; }
    .banner .footer .info .buy {
      visibility: hidden; }
    .banner .footer .info .prices {
      width: 90%;
      margin-left: 5%;
      bottom: 2px; }
      .banner .footer .info .prices .oldprice {
        float: left; }
      .banner .footer .info .prices .price {
        font-weight: bold;
        text-align: center; }
  .banner .accessory.accessory-dynamic .visible {
    font-size: 7px;
    line-height: 10px; }
  .banner .preloader .logo-preload {
    background-image: url("spritesheet.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -100px;
    width: 110px;
    height: 32px;
    margin-top: -16px;
    margin-left: -55px;
    margin-top: -100px; } }
