/*------ стили под разрешение меньше 670px-----*/
@media (max-width: 670px) {
      .price
      {
            display: none;
      }
      #cart-banner1 {
            max-height: 90px;
            max-width: 600px;
            position: relative;
            left: auto;
            margin: 0 auto;
            float: none;
      }
      .oper-link {
            font-size: 0.83em;
      }

      .slogan_cart_r, .slogan_cart_l {
            font-size: 1em;
      }
      .arrow_sl_cart {
            width: 2%;
      }
      .arrow_sl_cart img {
            position: relative;
            margin-left: -10px;
            margin-right: -47px;
      }

      .prn-favor span:first-child {
            display: none;
      }
      .analytics-top {
            line-height: 10px;
            margin-top: 5%;
      }
      .analytics-top span {
            line-height: 20px;
            margin-top: 40px;
      }
      .analytics-top hr {
          display: none;
      }
      .analytics-top span {
            display: block;
            /*width: 70%;*/
            word-wrap: break-word;
            text-align: left;
      }
      .analytics-top img {
            height: 50px; /* Высота блока */
            background: url(images/variant42.png) 100% 100% no-repeat; /* Добавляем фон */
            background-size: cover; /* Масштабируем фон */
      }
      #object-progress-pay {
            font-size: smaller;
      }

}