/* Страница одной новости */

.b-products { margin:0 0 10px 33px; }
.b-news-feed { border-bottom:none; padding-bottom:0; clear:both; }
.b-news-feed_link { text-decoration:underline; }
  .b-news-feed_link:hover { text-decoration:none; }
.b-socials {padding-left:23px;}

.one-news {}
  .one-news img {}
  .one-news .content {}
    .one-news .content p {
      font-size:1.3em; line-height:20px;
      color:#525252;

      margin:0 0 20px;
    }

  .one-news__lead {}
  .one-news__date {
    font-size:1.3em; line-height:1;
    color:#ff8605;
  }
  .one-news__title {
    font-size:2.8em; font-weight:400; line-height:1;
    color:#454545;

    padding:5px 0 25px;
  }
  .one-news__preview {
    display:block;
    float:left;

    margin:0 20px 15px 0;
  }
  
  .one-news ol {margin-left: 20px;}
  .one-news ul
  {
      margin-left: 19px;
      margin-bottom: 20px;
  }

  .one-news li {
    color: #484848;
    font-size: 1.3em;
    line-height: 18px;
    list-style: none outside none;
  }

  .one-news ul li {
    background: url(../images/bullit_2.gif) no-repeat scroll 0 9px transparent;
    /*list-style-position: inside;*/
    margin-left: -19px;
    padding-left: 19px;
  }
  .one-news ol li {list-style-type: decimal;}

.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 0 27px 0;
    margin:20px 0 35px;
  }
    .l-content_quote {
      padding-left:70px;
      background:url(../images/quote.png) 29px 5px no-repeat;
    }
     .l-content_quote__rbg {
      padding-right:70px;
      background:url(../images/quote_r.png) 90% 100% no-repeat;
     }
      .one-news .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;
      }

.content_quote_wide {
  width: 100% !important;
}