.product__text {}
  .product__text p {
    font-size:1.3em; line-height:20px;
    color:#484848;

    padding:0 0 19px;
  }
    .product__text p a {}

  .product__text h1 {
    font-size: 2.8em;
    line-height: 30px;
    font-weight: 400;
    color: #ef6b00;
  }
  .product__text h2 {
    font-size: 1.8em;
    line-height: 1;
    font-weight: 600;
    color: #484848;

    padding:0 0 13px;

    /*font-size: 2.8em;
    line-height: 30px;
    font-weight: 400;
    color: #ef6b00;*/
  }
  .product__text h3 {
    font-size:1.5em; line-height:1; font-weight:600;
    color:#484848;

    padding:0 0 16px;
  }
    .product__text h3 strong {
      color:#000;
      font-weight:600;
    }

  .product__text ul, .product__text ol {
    display:block;
    clear:both;
  }
  .product__text li ul, .product__text li ol {margin-bottom:0;}
  .product__text li {
    font-size:1.3em; line-height:18px;
    color:#484848;

    list-style-position:outside;
    list-style-type:none;
    list-style-image:none;
  }
  .product__text ol {margin-left:20px;}
    .product__text ol li {
      list-style-type:decimal;
    }

.product__text li li {font-size:1em;}
  .product__text ul {margin:0 0 19px 19px;}
  .product__text ol {margin-bottom:19px;}

    .product__text ul li {
      /*list-style-position:inside;*/
      list-style-position: outside;
      padding-left:19px;
      margin-left:-19px;

      background:url(../images/bullit_2.gif) 0 9px no-repeat;
    }
    .product__text ol ul li {list-style-type:none;}

  .content_quote {
    background: linear-gradient( top, #efeded, #dadada );
    background: -moz-linear-gradient( top, #efeded, #dadada );
    background: -o-linear-gradient( top, #efeded, #dadada );
    background: -webkit-gradient(linear, left top, left bottom, from(#efeded), to(#dadada));
    -pie-background: linear-gradient(#efeded, #dadada);

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    

    padding:27px 70px 27px 0;
    margin:20px 0 35px;
  }
    .l-content_quote {
      padding-left:90px;

      background:url(../images/quote.png) 29px 5px no-repeat;
    }
      .l-content_quote p {
        font-style:italic;

        font-size:1.3em; line-height:18px;
        color:#454545;

        padding:0; margin:0;
      }

  .content_attention {
    background: linear-gradient( top, #feaf37, #ef6b00 );
    background: -moz-linear-gradient( top, #feaf37, #ef6b00 );
    background: -o-linear-gradient( top, #feaf37, #ef6b00 );
    background: -webkit-gradient(linear, left top, left bottom, from(#feaf37), to(#ef6b00));
    -pie-background: linear-gradient(#feaf37, #ef6b00);

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;

    padding:27px 70px 27px 0;
    margin:20px 0 35px;
  }
    .l-content_attention {
      padding-left:90px;

      background:url(../images/note.png) 40px 0px no-repeat;
    }
      .l-content_attention p {
        font-style:italic;

        font-size:1.3em; line-height:18px;
        color:#4b2f0c;

        padding:0; margin:0;
      }
  .product__text h1.form_title, .js-products-item__desc h1 {
    color:#454545;
    padding:0 0 18px;
  }

.product__text p.system-mess- {color:red;padding-bottom:5px;}


.quote-noimg .quote-author,
.quote-noimg .quote-job {
  padding-left: 30px;
}
blockquote{
  background: #ffeccc;
  color: #222;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.4;
  -webkit-box-shadow: 0 1px 3px #b7b5b0;
     -moz-box-shadow: 0 1px 3px #b7b5b0;
          box-shadow: 0 1px 3px #b7b5b0;
}
blockquote img{
  padding-right: 20px;
}
blockquote div{
  margin-top: -4px;
  padding-right: 20px;
}
.product__text blockquote div p{
  display: inline;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
blockquote td{
  vertical-align: top;
}
blockquote .quote-author{
  color: #484848;
  display: block;
  font-weight: bold;
  padding-top: 6px;
}
blockquote .quote-job{
  color: #484848;
  font-size: 0.85em;
  display: block;
}
blockquote i {
  display: block;
  width: 28px;
  height: 30px;
  background: url(../images/blockquotes.png) no-repeat;
  position: relative;
  margin-left: -6px;
  float: left;
  margin-right: 10px;
}
blockquote s {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: red url(../images/blockquotes.png) right top no-repeat;
  position: relative;
  vertical-align: top;
  line-height: 0;
}