

/* Start:/local/templates/elektro/css/jcarousel.css?15337527983379*/
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel-control-prev, .jcarousel-control-next{
    position:absolute;
    top:40px;
    z-index:100;
    display:block;
    cursor:pointer;
    border:1px #ddd solid;
    border-radius:5px;
    width:40px;
    height:30px;
}
.jcarousel-control-prev{
    left:-20px;
    background:#fff url("/local/templates/elektro/images/arrows_dual.png") no-repeat scroll 12px -34px
}
.jcarousel-control-next{
    right:-20px;
    background:#fff url("/local/templates/elektro/images/arrows_dual.png") no-repeat scroll -29px -34px
}
.jcarousel-control-prev:hover{
    background-position: 12px 4px;
    border-color:#999;
}
.jcarousel-control-next:hover{
    background-position: -29px 4px;
    border-color:#999;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    width:292px;
    box-sizing:border-box;
    padding:5px 5px 5px 5px;
    border:1px #ddd solid;
    border-right:none;
}
.jcarousel li:last-child  {
    border-right:1px #ddd solid;
}
.jcarousel li div.image, .jcarousel li div.text{
    float: left;
}
.jcarousel li div.image{
    width:90px;
    text-align:center;
    margin-top:5px;
}
.jcarousel li div.text{
    width:180px;
    text-align:left;
    padding:0px 5px;
}

.jcarousel li div.text .name{
    height:40px;
    line-height:14px;
    font-size:12px;
    overflow:hidden;
    margin-bottom:5px;
    padding-right:10px;
}
.jcarousel li div.text .name a{
    color:#333;
}
.jcarousel li div.text .name:hover a{
    color:#cf2526;
}
.jcarousel li div.text .bottom{
    padding:0px 0px 0px 0px;
    height:60px;
    box-sizing:border-box;
    overflow:hidden;
}

.jcarousel li div.text .price{
    font-size:16px;
    display:block;
    margin-right:15px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:right;
}
.jcarousel li div.text .compare_link_wrap{
    margin-top:3px;
    font-family:Arial;
    display:block;
    font-size:12px;
    text-align:left;
    color: #4f6a96;
}
.jcarousel li div.text .compare_link_wrap.active{
    color: #333;
}

.jcarousel li div.text .compare_link_wrap .icon_image{
    background: rgba(0, 0, 0, 0) url("/local/templates/elektro/images/product_icons_dual.png") no-repeat scroll -26px 0px;
    width:20px;
    height:20px;
    display:inline-block;
    float:left;
}
.jcarousel li div.text .compare_link_wrap.active .icon_image{
    background: rgba(0, 0, 0, 0) url("/local/templates/elektro/images/product_icons_dual.png") no-repeat scroll -26px -40px;
    width:20px;
    height:20px;
    display:inline-block;
    float:left;
}

.jcarousel li div.text .compare_link_wrap .compare_link{
    float:left;
    display:inline-block;
    cursor: pointer;
}

/* End */


/* Start:/local/templates/elektro/components/bitrix/news.detail/action/style.css?17140356832795*/
.actions__detail_page {
	max-width: 1200px;
	margin: 0 auto;
}

.help__detail_content {
	margin-top: 20px;
}

.detailNew {
    width:1200px;
    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;
}

/*----------------*/

.product_list_view_z .product_list{
    margin-top:20px;
    line-height:16px;
}

.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/css/jcarousel.css?15337527983379 */
/* /local/templates/elektro/components/bitrix/news.detail/action/style.css?17140356832795 */
