

/* 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?17829050388760*/
.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;
}


/* ===== ОБЩАЯ ПОЛОСА ===== */
.promo-bar {
	width: 100%;
	display: flex;
	align-items: stretch;
	background: #fafafa;
	margin: 20px 0px;
}

/* ===== ЛЕВАЯ ЧАСТЬ: ШАГИ ===== */
.promo-steps {
	flex: 1;
	padding: 20px 40px;
}

.promo-steps__title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #676766;
	margin-bottom: 40px;
}

.promo-steps__title span {
	color: #f7ba45;
}

.promo-steps__list {
	display: flex;
	align-items: flex-start;
	list-style: none;
	gap: 0;
	padding: 0;
}

.promo-steps__item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 10px;
	position: relative;
}

.promo-steps__item:not(:last-child)::after {
	content: '→';
	position: absolute;
	right: -10px;
	top: 22px;
	font-size: 1.4rem;
	color: #ccc;
}

/* Иконка */
.promo-steps__icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #f7ba45;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	transition: background 0.3s, transform 0.3s;
	flex-shrink: 0;
}

.promo-steps__item:hover .promo-steps__icon {
	background: #f7ba45;
	transform: scale(1.08);
}

.promo-steps__icon svg {
	width: 32px;
	height: 32px;
	fill: #f7ba45;
	transition: fill 0.3s;
}

.promo-steps__item:hover .promo-steps__icon svg {
	fill: #fff;
}

.promo-steps__number {
	font-size: 0.7rem;
	font-weight: 700;
	color: #f7ba45;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.promo-steps__text {
	font-size: 0.85rem;
	color: #676766;
	line-height: 1.5;
}

.promo-steps__text strong {
	color: #333;
	font-weight: 700;
}

/* ===== ПРАВАЯ ЧАСТЬ: РЕГИСТРАЦИЯ ===== */
.promo-register {
	width: 280px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	text-align: center;
	font-size: 12px;
}
.promo-register._big {
	width: 360px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	text-align: center;
	font-size: 14px;
}
.promo-register-wrap {
	padding: 20px;
	border: 2px #f7ba45 solid;
	border-radius: 10px;
}

.promo-register__title {
	font-size: 1.3em;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: left;
}
.promo-register__text {
	font-size: 1em;
	font-weight: 400;
	color: #999;
	margin-bottom: 15px;
	line-height: 1;
	text-align: left;
}

.promo-register__btn {
	display: inline-block;
	background: #f7ba45;
	color: #333;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	padding: 13px 28px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: background 0.3s, transform 0.2s;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.promo-register__btn:hover {
	background: #e5a82e;
	transform: translateY(-2px);
}

.promo-register__btn:active {
	transform: translateY(0);
}

/* ===== АДАПТИВ ===== */
@media (max-width: 900px) {
	.promo-bar {
		flex-direction: column;
	}

	.promo-register {
		width: 100%;
		padding: 40px 20px;
	}

	.promo-steps__list {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.promo-steps__item:not(:last-child)::after {
		content: '↓';
		position: static;
		display: block;
		margin-top: 10px;
		font-size: 1.3rem;
	}

	.promo-steps__title {
		font-size: 1.3rem;
		text-align: center;
	}
}











/* ===== ЛЕВАЯ ЧАСТЬ: ПРОМОКОД ===== */
.promo-code-block {
    flex: 1;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}

.promo-code-block__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #676766;
    line-height: 1.3;
}

.promo-code-block__title span {
    color: #f7ba45;
}

.promo-code-block__text {
    font-size: 0.95rem;
    color: #676766;
    line-height: 1.5;
}

.promo-code-block__row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.promo-code-block__code {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
    padding: 12px 24px;
	border: 2px dashed #f7ba45;
    border-radius: 6px;
    background: #fffbf2;
    user-select: all;
}

.promo-code-block__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f7ba45;
    color: #333;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.promo-code-block__btn svg {
    width: 18px;
    height: 18px;
    fill: #333;
    transition: fill 0.3s;
    flex-shrink: 0;
}

.promo-code-block__btn:hover {
    background: #e5a82e;
    transform: translateY(-2px);
}

.promo-code-block__btn:active {
    transform: translateY(0);
}

.promo-code-block__btn--copied {
    background: #6abf69 !important;
    transform: translateY(0) !important;
}

.promo-code-block__btn--copied svg {
    fill: #fff;
}

.promo-code-block__note {
    font-size: 0.82rem;
    color: #aaa;
    line-height: 1.4;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 900px) {
    .promo-code-block {
        padding: 40px 20px;
    }

    .promo-code-block__title {
        font-size: 1.3rem;
    }

    .promo-code-block__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-code-block__code {
        width: 100%;
        text-align: center;
    }

    .promo-code-block__btn {
        width: 100%;
        justify-content: center;
    }
}


/* End */
/* /local/templates/elektro/css/jcarousel.css?15337527983379 */
/* /local/templates/elektro/components/bitrix/news.detail/action/style.css?17829050388760 */
