

/* Start:/local/templates/elektro/components/bitrix/news.detail/help/style.css?17140355062489*/
.help__detail_content {
	margin-top: 20px;
}

.detailNew {
    width:100%;
    overflow-y:auto;
    box-sizing:border-box;
	margin: 0 auto;
}

.new-title{
    color: #333;
    font-size: 33px;
    line-height: 33px;
    margin: 20px 0px 20px 0px;
}
.new-name a{
    color:#4f6a96;
    text-decoration:none;
}

.new-text{
    font-size:16px;
    color:#666;
    line-height:20px;
    margin-top:0px;
}
.new-text img{
    margin:5px 0px 5px 0px;
	height: auto;
}

.detailNew .product .image img {
	box-shadow: none;
}

.new-date{
    font-size:11px;
    text-transform:uppercase;
    color:#999;
    margin-top:0px;
    margin-bottom: 5px;
}
.new-detail-image{
    margin-top:10px;
    margin-bottom:30px;
	text-align: center;
	padding: 0px 20px;
	box-sizing: border-box;
	width: 100%;
}

.new-detail-image img{
	box-shadow: 0px 4px 16px #666;
	max-width: 100%;
}

/*----------------*/

.main-wrapper{
    margin-top:30px;
    float:left;
}

.main-wrapper .scroll-wrap {
    position: relative;
    overflow: hidden;
    width: 940px;
    height: 1480px;
    background: #fff;
}
.main-wrapper .scroller {
    height: 100%;
    overflow-y: scroll;
    width:940px;
}
.main-wrapper .scroller::-webkit-scrollbar {
    width: 0;
}
.main-wrapper .scroller__bar-wrapper {
    background: rgba(99, 101, 112, 0.8) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0px;
    display: none;
    position: absolute;
    right: 8px;
    top: 10px;
    width: 5px;
    z-index: 1;
    overflow-y:hidden;
}

.main-wrapper .scroller__bar {
    background: #cc0000 none repeat scroll 0 0;
    border-radius: 5px;
    display: none;
    min-height: 50px;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    -webkit-transition: width .2s linear 0s;
    -moz-transition: width .2s linear 0s;
    -o-transition: width .2s linear 0s;
    transition: width 0.2s linear 0s;
    width: 5px;
    z-index: 1;

}
.main-wrapper .scroller__bar:hover {
    opacity: .8;
}
.main-wrapper .scroller__bar_state_on {
    display: block;
}
.main-wrapper .container {
    overflow: hidden;
}

/*----------------*/
.margin_top_10{
    margin-top:10px;
}

.news-eye {
    margin-left:10px;
}

.news__tags {
    overflow: hidden;
}

.news__tags a{
    float: left;
    padding: 9px 11px;
    background: #f5f5f5;
    margin-right: 11px;
    color: #707070;
    font-size: inherit;
    border-radius: 4px;
    margin-bottom: 11px;
    text-decoration:none;
}

.news__tags a:hover{
    text-decoration:underline;
}
/* End */
/* /local/templates/elektro/components/bitrix/news.detail/help/style.css?17140355062489 */
