

/* 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/components/elektro/catalog.products.one/templates/.default/style.css?175101585394577*/
.productPageOne{
    margin:20px 0px 20px 0px;
}

.product a{
    text-decoration:none;
    color:#1970b7;
}

.productPageOne .top_panel div.hit_marker,
.productPageOne .top_panel div.new_marker,
.productPageOne .top_panel div.sale_marker,
.productPageOne .top_panel div.filial_marker,
.productPageOne .top_panel div.marked_list_marker{
    background:#c30000;
    color: #fff;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding-left:10px;
    box-sizing:border-box;
    margin-top:0px;
}

.productPageOne .top_panel div.marked_list_marker{
    background:#757575;
}

.productPageOne .top_panel div.hit_marker{
    background:#0072bc;
}
.productPageOne .top_panel div.new_marker{
    background:#0072bc;
}
.productPageOne .top_panel div.sale_marker{
    background:#f7ba45;
}

.productPageOne .top_panel div.filial_marker{
    background:#0b93d2;
}


.productPageOne .top_panel > div{
    border-right:1px #ddd solid;
    color:#757575;
    line-height:18px;
    padding:0px 10px 0px 0px;
    margin-left:10px;
}

.productPageOne .top_panel div b{
    color:#333;
}

.productPageOne .top_panel div.productRating{
    margin-top:0px;
    cursor:pointer;
}
.productPageOne .top_panel div:first-child{
    margin-left:0px;
}
.productPageOne .top_panel > div:last-child{
    border:none;
}

.product .product-specification-table {
    margin-top:30px;
    min-height:100px;
}
.product .product-specification-table td.col1{
    line-height:30px;
    width:275px;
    color:#666666;
}

.product .product-specification-table tr {
    padding-bottom: 10px;
}

.product .product-specification-table .brand{
    position:relative;
}

.product .product-specification-table .brand img{
    margin-left:15px;
    width:40px;
    height:40px;
}

.product .product-specification-table a.brand_link{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.product .product-specification-table td.middlealign{
    vertical-align:middle!important;
    height:40px;
}

.product .product-specification-table .brand img.brand_icon{
}


.productPageOne .middle_panel{
    font-size:11px;
    color:#757575;
}

.productPageOne .middle_panel div{
    display:block;
    float:left;
    border-right:1px #ddd solid;
    padding-right:10px;
    margin-right:10px;
}

.productPageOne .middle_panel div a{
    color:#757575;
}

.productPageOne .middle_panel div:hover{
    text-decoration:underline;
    cursor:pointer;
}

.productPageOne .middle_panel div:last-child{
    border:none;
}

.productPageOne .buy {
    margin:20px 0px;
}

.productPageOne .buy.not_supplied_class,
.productPageOne .buy.replacement-hide-buy{
    display:none;
}

.productPageOne .buy div.price{
    position:relative;
    height:60px;
    min-width:200px;
    max-width:220px;
    overflow:hidden;
    line-height:58px;
    float:left;
    border:1px #dddddd solid;
    border-radius: 3px 0px 0px 3px;
    color:#333;
    padding:0px 10px;
    box-sizing:border-box;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}

.productPageOne .buy div.field{
    position:relative;
    width:90px;
    height:60px;
    line-height:58px;
    float:left;
    border:1px #dddddd solid;
    border-right:none;
    border-left:none;
    box-sizing:border-box;
    font-size:22px;
}

.productPageOne .buy div.button{
    height:60px;
    line-height:58px;
    border:1px #c30000 solid;
    float:left;
    text-align:center;
    border-radius: 0px 3px 3px 0px;
    padding:0px 15px;
    cursor:pointer;
    box-sizing:border-box;
    font-size:22px;
    background-color:#c30000;
    position:relative;
    color:#fff;
}

.productPageOne .buy .hover div.button{
    background-color:#c30000;
}

.productPageOne .is_filial_block{
    margin-top:20px;
    border:1px solid #dddddd;
    border-radius: 3px 3px 3px 3px;
    overflow:hidden;
    display:inline-block;
}
.productPageOne .is_filial_block div.block_div{
    line-height:58px;
    padding:0px 10px;
    display:block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.productPageOne .not_supplied_block{
    margin-top:20px;
    border:1px solid #dddddd;
    border-radius: 3px 3px 3px 3px;
    overflow:hidden;
    float:left;
    display:block;
}
.productPageOne .not_supplied_block.not_supplied_class{
    display:block;
}
.productPageOne .not_supplied_block div.block_div{
    line-height:58px;
    padding:0px 10px;
    font-size:18px;
    display:block;
    color:#666666;
    float:left;
}
.productPageOne .not_supplied_block div.block_div.analog_button{
    font-size:22px;
    background-color:#50a6da;
    padding:0px 15px;
    color:#ffffff;
    cursor:pointer;
}
.productPageOne .not_supplied_block div.block_div.analog_button a{
    color:#ffffff;
}


.productPageOne .buy div.button.saled {
    opacity:0.6;
    cursor:default;
}

.product .buy div.button span.normal{
    display:block;
}
.product .buy div.button span.saled{
    display:none;
}
.product .buy div.button.saled span.normal{
    display:none;
}
.product .buy div.button.saled span.saled{
    display:block;
    font-size:18px;
}

.product .buy div.field input{
    margin-left:1px;
    width:70px;
    font-size:22px;
    text-align:center;
    line-height:52px;
    height:52px;
    border:none;
    color:#666666;
}
.product .buy div.field .more{
    position:absolute;
    top:20px;
    right:10px;
    width:7px;
    height:7px;
    cursor:pointer;
    background:url('/local/components/elektro/catalog.products.one/templates/.default/images/basket_arrows.png') 0 1px no-repeat;
}
.product .buy div.field .less{
    position:absolute;
    bottom:20px;
    right:10px;
    width:7px;
    height:7px;
    cursor:pointer;
    background:url('/local/components/elektro/catalog.products.one/templates/.default/images/basket_arrows.png') 0 -7px no-repeat;
}

.product .buy .alert{
    position:absolute;
    right:-5px;
    top:65px;
    line-height:16px;
    font-size:16px;
    border:1px #ddd solid;
    border-radius:3px;
    background-color:#f9f9fa;
    padding:10px;
    display:none;
    white-space:nowrap;
}

.product .buy .field:hover .alert{
    display:block;
}

.product .nalichie{
    padding:10px;
    position:relative;
    border:1px #ddd solid;
}
.product .nalichie .title{
    font-size:16px;
}

.product .nalichie .title.inStock{
    padding-left:25px;
    background:url(/local/components/elektro/catalog.products.one/templates/.default/images/prod_exist.png) 0 0 no-repeat;
}

.product .nalichie .title.instockRcOnly{
    padding-left:25px;
    background:url(/local/components/elektro/catalog.products.one/templates/.default/images/instockrconly.png) 0 0 no-repeat;
}


.product .warning-title{
    padding-bottom:0px;
    padding-left:0px;
    color:#ff8970;
    font-size:16px;
    display:block;
}

.product .warning-block{
    line-height:16px;
    margin-top:20px;
    padding-left:25px;
}
.product .warning-block.is_filial{
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}
.product .warning-block.prod-sale{
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}
.product .warning-block.prod-inStockRc{
    background: url("/local/templates/elektro/images/instockrconly.png") no-repeat scroll 0 0;
}

.product .warning-block-text{
    color:#757575;
}

.product_one__statuses {
	margin-top: 20px;
	padding: 5px;
}
.product_one__status {
	display: inline-block;
    background:#c30000;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding:0px 8px;
    box-sizing:border-box;
	margin-bottom: 5px;
}

.product_one__status.new_marker{
    background:#c30000;
}
.product_one__status.sale_marker{
    background:#f45800;
}
.product_one__status.filial_marker{
    background:#0b93d2;
}
.product_one__status.supply_denied{
    background:#ccc;
    color: #333;
}



.prod-not-supplied-note{
    display: none;
    margin: 5px 0;
    margin-top: 20px;
}
    .prod-not-supplied-note.not_supplied_note_class{
        display: block;
    }

.prod-not-supplied-note__text{
    max-width:425px;
    color:#757575;
}

.product .line{
    margin-bottom:20px;
    overflow:hidden;
}
/*
.product .line:hover{
    overflow:visible;
}
*/
.product .line table{
    width:100%;
}

.product .line table td {padding: 0;}

.product .line table tr {padding: 10px 0; line-height:30px;}

.product .line .col1{
    white-space:nowrap;
    padding-right:5px;
    width:10px;
}
.product .line .col2 div{
    min-width:20px;
    border-bottom:1px #dddddd dashed;
}
.product .line .col3{
    white-space:nowrap;
    padding-left:5px;
    width:10px;
}
/*--------------------------*/

.prop_max_width {
    max-width:300px;
    overflow:hidden;
    text-overflow: ellipsis; /* Многоточие */
}
@media screen and (max-width:1460px){
	.prop_max_width {
		max-width:220px;
	}
	.image_block__wrapper .photo {
		max-width:600px;
		max-height:600px;
	}
}

.product .props_list{
	font-size: 1.2em;
	font-family: Roboto Condensed;
}

.product .top_props{
    width:100%;
}
.product .top_props td{
    width:50%;
}
.product .top_props .prop_name, .product .top_props .prop_value{
    padding-top:5px;
    padding-left:5px;
}
.product .top_props tr:hover{
    background-color:#e6e7e9;
}


.product .props_list .col1{
    width: 20px;
    max-width: 190px;
    white-space: nowrap;
    padding-right: 5px;
    overflow: hidden;
}
.product .props_list .col2{
    width:50%;
    padding-left: 5px;
}
.product .props_list .col_dotted div{
    min-width:20px;
    border-bottom:1px #dddddd dotted;
}

.product .sup_link{
    border:1px #dddddd solid;
    padding:5px 10px;
    margin-right:10px;
    border-radius:3px;
    cursor:pointer;
}

.product .sup_link span{
    color:#50a6da;
    border-bottom:1px #50a6da dotted;
}
.product .sup_link:hover span{
    color:#1970b7;
    border-bottom:1px #1970b7 dotted;
}

/*--------------------------*/


.productPageOne .no_oneline .name{
    text-align:left;
    line-height:20px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}
.productPageOne .no_oneline .value{
    padding-left:20px;
    text-align:right;
    line-height:16px;
    padding-right:5px;
	max-width: 600px;
	overflow: hidden;
}

.productPageOne .line .no_oneline tr:hover{
    background-color:#e6e7e9;
    padding-left:5px;
    padding-right:5px;
}


.product .line .col3 div.prop_value{
    max-width:260px;
    overflow:hidden;
    text-overflow: ellipsis; /* Многоточие */
}
.product .line.raek .col3 div.prop_value{
    max-width:350px;
}

.product .line .col1 div.prop_name{
    max-width:260px;
    overflow:hidden;
    text-overflow: ellipsis; /* Многоточие */
}

.nalichie .store_link{
    color:#666;
}

.productPageOne .nalichie .col1 div.store_link{
    max-width:220px;
    overflow:hidden;
    text-overflow: ellipsis; /* Многоточие */
}


.product .icon_map{
    line-height:16px;
    padding-left:22px;
}
.product .icon_block{
    display: inline-block;
    line-height: 18px;
    padding-left: 22px;
    margin-left:20px;
}

.product .icon_block i.fa{
    color:#666;
    margin-right: 10px;
}

.product .icon_block:hover i.fa{
    color:#333;
}

.product .icon_analog{
    color:#1970b7;
    cursor:pointer;
}

.product .icon_favorite{
    padding-left: 0px;
}

.product .horizont-line{
    border-bottom:1px #ddd solid;
    margin-left:35px;
    margin-top:-10px;
    margin-bottom:20px;
    position:relative;
}

.product .horizont-line .doc_link{
    position:absolute;
    right:0px;
    bottom:-24px;
}

.horizont-line.logo_sun:before {
    width: 30px;
    height: 30px;
    background:url("/local/templates/elektro/images/logo_sun.png") left center no-repeat;
    background-size: cover;
    content: '';
    position: relative;
    left:-35px;
    bottom:-16px;
    display:inline-block;
}

.product .text-info-line{
    text-align:left;
    padding:0px 30px;
    line-height:18px;
    color:#000000;
}
.product .text-info-line .error-form{
    color:#1970b7;
    cursor:pointer;
}

.product .navig_span {
    margin-bottom:20px;
    position:relative;
}

.product .navig_span span.nav{
    cursor:pointer;
    color:#1970b7;
    margin-right:20px;
    line-height:20px;
}
.product .navig_span span.nav.active{
    cursor:default;
    color:#333333;
}

.product .navig_span .content{
    margin-top:20px;
    padding:0px;
    box-sizing:border-box;
}

.product .navig_span .content #part_characts, .product .navig_span .content #part_description{
    padding:25px;
}

.product .content .text{
    line-height:20px;
}

.product .content_part {
    position:relative;
}
.product .content_part.open {
    display:block;
}

.product .content .title{
    font-size:18px;
    margin-top:20px;
    margin-bottom:10px;
	font-weight: 600;
}
.product .content .float45 .title{
    padding-left:5px;
}

.product .content .float45:first-child{
    margin-right:100px;
}
.product .content .float45{
    width:45%;
    float:left;
    margin-right:0px;
}

.product .content .float60{
    width:60%;
    float:left;
}

.product .active a{
    color:#333333;
}

.red{
    color:#ff8970;
}


/*==========*/
#part_reviews .upload_icon, .popup .upload_icon, .balance_table .upload_icon, #linked_list__wrapper .upload_icon, .loader_icon{
    width:15px;
    height:30px;
    margin:0 auto;
    background:url("/local/components/elektro/catalog.products.one/templates/.default/images/loader.gif") no-repeat;
    top:10px;
    position:relative
}
#part_reviews .create-review{
    padding:20px;
    display:none;
    border-bottom:5px #ddd solid;
}
#part_reviews .create-review-sent-for-moderation{
    color:#33cc00;
    padding:10px;
    display:none;
}

#part_reviews.loading{
    opacity:0.7;
}

.product-leave-review-btn {
    display:block;
    position:relative;
    top:0px;
    left:0px;
    width:150px;
    text-align:center;
    margin-bottom:20px;
}

.product-leave-review-btn{
    background:#1970b7;
    border-radius:3px;
    color:#fff;
    font-size:16px;
}

.product-send-review-btn{
    background:#fff;
    font-weight:400;
    border:1px #ddd solid;
    border-radius:5px;
}


.product-cancel-review-btn, .product-send-review-btn{
    padding-left:30px!important;
    padding-right:30px!important;
}

.product-leave-review-btn:hover, .product-send-review-btn:hover{
    opacity:0.7;
}
.product-cancel-review-btn{
    font-weight:400;
    border:1px #fff solid;
    background:#fff;
    color:#666;
}

.product-cancel-review-btn:hover{
    opacity:0.7;
}
.input{
    margin-bottom:20px;
}
.input input, .input textarea{
    width:350px;
    border:1px #dddddd solid;
    color:#666;
    border-radius:4px;
    padding:5px;
}

.input.error input, .input.error textarea{
    border:1px #ff8970 solid;
}

.input.success input, .input.success textarea{
    border:1px #46a546 solid!important;
}

/*-----------------------*/

 .stars {
  background: url("/local/components/elektro/catalog.products.one/templates/.default/images/stars.png") repeat-x 0 0;
  width: 150px;
  margin-left:-5px;
}

 .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
 .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
 .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
 .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
 .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
 .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
 .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
 .stars label:hover ~ span {
  background-position: 0 -30px;
}
 .stars label.star-5:hover ~ span {
  width: 100% !important;
}
 .stars label.star-4:hover ~ span {
  width: 80% !important;
}
 .stars label.star-3:hover ~ span {
  width: 60% !important;
}
 .stars label.star-2:hover ~ span {
  width: 40% !important;
}
 .stars label.star-1:hover ~ span {
  width: 20% !important;
}
 .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("/local/components/elektro/catalog.products.one/templates/.default/images/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

/*-----------------------*/

.review_list {

}

.review_list .item:first-child{border:none;}
.review_list .item{
    border-top:1px #ddd solid;
    padding:20px 300px 20px 10px;
    color:#999;
}
.review_list .name{
    margin:0px;
    line-height:30px;
}
.review_list .name span.rating{
    background-color:#ddd;
    border-radius:20px;
    width:25px;
    height:25px;
    line-height:26px;
    display:inline-block;
    text-align:center;
    margin-right:10px;
    color:#fff;
    font-weight:bold;
}
.review_list .name span.rating.rate_1{ background-color:#333333; }
.review_list .name span.rating.rate_2{ background-color:#fe0000; }
.review_list .name span.rating.rate_3{ background-color:#bbcc00; }
.review_list .name span.rating.rate_4{ background-color:#00cdcd; }
.review_list .name span.rating.rate_5{ background-color:#43d509; }
.review_list .name .grey {
    color:#757575;
}

.review_list .plus{
    margin:10px 0px;
}
.review_list .plus span{
    color:#33cc00;
}
.review_list .minus span{
    color:#ff8970;
}
.review_list .minus{
    margin:10px 0px;
}
.review_list .text{
    margin:10px 0px;
}
.review_list .text .collapseLink{
    color:#1970b7;
    cursor:pointer;
}
.review_list .text .collapseText{
    display:none;
}

.product .note{
    margin-top:8px;
}

.product .product_desc{
    margin-bottom:20px;
	position: relative;
}

.product_desc pre{
    white-space:pre-line;
}

.product .product_desc ul, .product .product_desc ol{
    padding-left:40px;
}
.product .product_desc ul{
    list-style:disc;
}
.product .product_desc ol{
    list-style:decimal;
}

.product_desc.text-user-created-class h1{
    font-size:24px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
}
.product_desc.text-user-created-class h2{
    font-size:20px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
}
.product_desc.text-user-created-class h3{
    font-size:18px;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
}

.product_desc.text-user-created-class table{
    width: 100%;
    max-width:600px;
}

.product_desc.text-user-created-class td{
    padding: 5px;
}

.product_desc.text-user-created-class table tr:nth-child(2n) {
    background-color: #f0f0f0;
}

.bold{
    font-weight:bold;
}

.nalichie .store_link{
    cursor:pointer;
}
.nalichie .store_link:hover{
    color:#999;

}

.nalichie .top_text{
    margin-top:10px;
    margin-bottom:10px;
    padding-right:20px;
    color:#757575;
    display:block;
}
.nalichie .info_block{
    border:1px #ddd solid;
    border-radius:3px;
    padding:5px 10px;
    margin-top:10px;
    margin-bottom:10px;
    color:#666;
    display:block;
}

.nalichie .info_block a{
    color:#666;
}
.nalichie .info_block a:hover{
    color:#333;
}

.nalichie .info_block div{
    margin:5px 0px;
}

.nalichie .loader{
    width:100%;
    height:10px;
    margin-bottom:5px;
    background: url(/local/components/elektro/catalog.products.one/templates/.default/images/loader.gif) no-repeat center center;
}

.not_produced_note-detail{
    display: none;
    margin-top: 25px;
}
    .not_produced_note-detail.not_produced{
        display: block;
    }
    .not_produced_note-detail__title{
        font-size: 16px;
    }
    .not_produced_note-detail .replacement_id_btn{
        display: none;
    }
        .not_produced_note-detail .replacement_id_btn.replacement_id-showed{
            display: block;
        }
    .not_produced_note-detail .replacement_id_btn a{
        height:60px;
        line-height:58px;
        border:1px #999 solid;
        float:left;
        text-align:center;
        border-radius: 3px;
        padding:0 15px;
        cursor:pointer;
        box-sizing:border-box;
        font-size:22px;
        background:#f9f9fa;
        position:relative;
        color: #444;
        margin-top: 10px;
    }

.product-detail-archive-tip{
    position: absolute;
    width: 176px;
    height: 106px;
    left: 20px;
    top: 20px;
    display: block;
    background: url("/local/templates/elektro/images/archive-product.png") no-repeat 50% 50%;
}

.productPageOne .width470{
    width:468px;
    box-sizing:border-box;
}

.productPageOne .width400{
    width:500px;
    min-width:500px;
    box-sizing:border-box;
	padding-left: 20px;
	
	color: var(--color-text1);
}
.productPageOne .buy_block{
    box-sizing:border-box;
	font-family: Roboto Condensed;
}

.productPageOne .image_block__icons{
	width: 60px;
}
.image_block__icons__share {
	font-size: 30px;
	color: var(--color-icon-grey);
	cursor: pointer;
}
.image_block__icons__share:hover {
	color: #333;
}

.productPageOne .image_block__wrapper {
    position: relative;
	margin-left:10px;
}
.productPageOne .image_block__wrapper .photo {
	width: 700px;
	min-width: 350px;
}
.productPageOne .photo img {
	transition: opacity .3s;
}

.productPageOne .image_block {
    text-align:center;
    position: relative;
}

.productPageOne .brand_image {
    display:inline-block;
    background-color:#fff;
}

.productPageOne .image_block img{
    /*
	max-height: 100%;
    max-width: 100%;
	*/
    max-height: 600px;
    max-width: 600px;
}

.productPageOne .brand_wrapper{
    margin-top:0px;
    position:relative;
	width: 100%;
	text-align: right;
}

.productPageOne .brand_image_block{
	display: inline-block;
}



/*-------------*/
.popup.buyWhereWindow{
    left: 50%;
    margin-left: -500px;
    top: 100px;
    width: 1000px;
    position:fixed;
    overflow:hidden;
    border-radius:10px;
    min-height: 300px;
    display:none;
    background:#f6f6f6;
    padding:20px;
}
.popup.buyWhereWindow .label{
    margin:10px 0px;
    font-size:22px;
}
.popup.buyWhereWindow .content{
    border:1px #d8d8d8 solid;
    background-color:#fff;
}

.popup.buyWhereWindow .content div.adress_block {
    width:325px;
    max-height:400px;
    overflow-y:auto;
    box-sizing:border-box;
    float:left;
    border-right:1px #d8d8d8 solid;
    position:relative;
    bottom:-1px;
}
.popup.buyWhereWindow .content div.adress_block  .head{
    margin:10px;
    box-sizing:border-box;
    height:60px;
    background:url("/local/templates/elektro/images/eks_logo.png") center center no-repeat;
    background-size: contain;
}

.popup.buyWhereWindow .baloonContent{
    padding-top:10px;
    min-width:180px;
    font-size:1.2em;
    line-height:12px;
}
.popup.buyWhereWindow .baloonFooter{
    color:#0072bc;
}

.popup.buyWhereWindow .content .address_list div.item{
    border-bottom:1px #d8d8d8 solid;
    display:table;
    width:100%;
    cursor:pointer;

    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.popup.buyWhereWindow .content .address_list div.item.city{
    background:#fff;
}
.popup.buyWhereWindow .content .address_list div.item:first-child{
    border-top:1px #d8d8d8 solid;
}
.popup.buyWhereWindow .content .address_list div.item:hover{
    background:#f6f6f6;
}

.popup.buyWhereWindow .content .address_list div.item.active .name{
    border-left:5px #1970b7 solid;
}

.popup.buyWhereWindow .content .address_list div.item .name{
    padding:10px 5px 10px 20px;
    line-height:20px;
    display:table-cell;
}
.popup.buyWhereWindow .content .address_list div.item .value{
    display:table-cell;
    width:60px;
    padding-right:20px;
    text-align:right;
    white-space:nowrap;
}

.buyWhereWindow .ajax_wrapper{
    min-height:200px;
}
/*--------------------*/

div.branch-map-box {
    float:right;
    height: 400px;
    width: 670px;
}


.productInPopup{
    padding-top:10px;
    border-top:1px #d8d8d8 solid;
    margin-top:0px;
}

.productInPopup .part_left, .productInPopup .part_middle, .productInPopup .part_right{
    float:left;
    height:120px;
    position:relative;
    box-sizing:border-box;
}

.productInPopup .part_left{
    width:200px;
}

.productInPopup .part_middle{
    width:540px;
}
.productInPopup .part_right{
    width:250px;
    padding-right:20px;
    text-align:right;
}

.productInPopup .name{
    font-size:18px;
    margin-top:10px;
    line-height:20px;
}

.productInPopup .price{
    font-size:24px;
    margin-top:10px;
    margin-bottom:10px;
}
.productInPopup .product_data{
    margin:10px 0px;
    display:table;
}

.productInPopup .product_data .table_cell{
    display:table-cell;
    vertical-align:middle;
    padding:0px 8px;
}
.productInPopup .product_data .table_cell:first-child{
    padding-left:0px;
}

.productInPopup .product_data .separate{
    color:#e5e5e5;
    padding:0px 0px;
}

.productInPopup .button{
    margin-top:10px;
    height: 50px;
    width:130px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 22px;
    background-color: #0072bc;
    position: relative;
    color: #fff;

    display:inline-block;
    cursor:pointer;
    box-shadow: 4px 4px 5px #999;
    border-radius:5px;
}

.productInPopup .button:hover{
    box-shadow: none;
}

.product .nalichie .simple_note{
    margin-top:10px;
}


.image_block .thumb_img_wrap {
    transition: all 0.3s;
}
.image_block .thumb_img_wrap.current {
	border: 1px #c11c1c solid;
}

.image_block nav .top_line{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    margin-bottom:10px;
}
.image_block nav {
    text-align:center;
    position:relative;
	min-width: 65px;
	background-color: #fff;
	height: min-content;
	min-height: 200px;
}

.image_block nav a {
  display:block;
}
.image_block nav img {
  display:block;
}
.image_block nav .thumb_img_wrap{
    display: inline-block;
    padding:2px;
    position:relative;
    margin-bottom:10px;
	border-radius: 7px;
	border: 1px #edeaea solid;
}
.image_block nav .thumb_img_wrap .unvisible_lay {
    position:absolute;
    cursor:pointer;
    z-index:100;
    top:0px;
    left:0px;
    width:50px;
    height:50px;
    padding:5px;
    display:inline-block;
}
.image_block nav .thumb_img_wrap.current .unvisible_lay {
    cursor:default;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
    cursor: pointer;
    position: fixed;
    z-index: 10000;

    -ms-touch-action: none;
    touch-action: none;

    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    border:5px #fff solid;
    background-color:#fff;
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
    border-radius: 50%;
}
#imagelightbox-loading
{
    width: 60px; /* 40 */
    height: 60px; /* 40 */
    background: url(/local/templates/elektro/images/loading-big.gif) no-repeat center center;
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    margin: -1.25em 0 0 -1.25em; /* 20 */

}

    @-webkit-keyframes imagelightbox-loading
    {
        from { opacity: .5; -webkit-transform: scale( .75 ); }
        50%  { opacity: 1;  -webkit-transform: scale( 1 ); }
        to   { opacity: .5; -webkit-transform: scale( .75 ); }
    }
    @keyframes imagelightbox-loading
    {
        from { opacity: .5; transform: scale( .75 ); }
        50%  { opacity: 1;  transform: scale( 1 ); }
        to   { opacity: .5; transform: scale( .75 ); }
    }


/* OVERLAY */

#imagelightbox-overlay
{
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .9 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    border:2px #666 solid;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    cursor:pointer;

    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus { border:2px #1970b7 solid; }

    #imagelightbox-close:before,
    #imagelightbox-close:after
    {
        width: 2px;
        background-color: #cf2526;
        content: '';
        position: absolute;
        top: 20%;
        bottom: 20%;
        left: 50%;
        margin-left: -1px;
    }
    #imagelightbox-close:before
    {
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate( 45deg );
        transform: rotate( 45deg );
    }
    #imagelightbox-close:after
    {
        -webkit-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        transform: rotate( -45deg );
    }


/* CAPTION */

#imagelightbox-caption
{
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.9em; /* 10 */
    font-size:1.5em;
}


/* NAVIGATION */

#imagelightbox-nav
{
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );
}
    #imagelightbox-nav button
    {
        width: 1em; /* 20 */
        height: 1em; /* 20 */
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
        margin: 0 0.313em; /* 5 */
    }
    #imagelightbox-nav button.active
    {
        background-color: #fff;
    }


/* ARROWS */

.imagelightbox-arrow
{

    display: inline-block;
    padding: 0px;
    font-size: 20px;
    border:none;

    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em; /* 60 */

    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABaCAMAAADQOMsvAAAAkFBMVEUwcrlXkcqvyuVDgcIucbmqyeU4er4vcbmgweCVut1yo9NhmM4ucbowbrovcbm1z+elxuONtduGsNh/qddRjMdJiMQvcbkvcrovcblclMvu9PpFhMPp8fhCgsE6e74xc7vi7Pbd6fXU4/LL3e/D2Oy20OisyeWiwuGTud6HsNl8qdZwotJmm85Vj8hNicU1d7yuQ52+AAAAGHRSTlOAkLuIc7mE5rKtnJVJJee/tqiloY6L5HIx5U1AAAABI0lEQVRYw+3WSY/CMAyG4UBoS2nLzkxourDvy///d5Pbd3NUWxoJkfdq6ZFPllWeGElJrgAwCWWkBSEIHyfUViisy/LBEgCsn9WdIwAw5lXdGAIAl91cGQIAV729MAQArmZ3ZggAXM3+1HYQAKD34dh2EACg9nh4dxEAgDjtG0IgAHTegUDKD6DLtiYEAkDXjSUEAkC36kUIBIDu1dMnWAdQPUrr26E2dPYT72QQgvDfQiIExiofi4CfXBUDJWlQKABMQoVC35fWQqA3mWQyoN9bRpkMUGoVjUSAS4PgAY6YLkSAKx7OuQCIGRMAkaZMAKVpzAPQbBjzADQH0Q1Ai6nmAWgUaS4AYsUDUBYtfYAmAUf0tZfwzkOhkDf5T1vIiN/iD7VAFuKVW28JAAAAAElFTkSuQmCC") no-repeat 0 -45px;
    transform: rotate(-90deg);
    width: 65px;
    height:45px;
    width: 3.75em; /* 60 */
    height: 7.5em; /* 120 */
    cursor: pointer;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus  { opacity:0.7 }
.imagelightbox-arrow:active { opacity:0.7 }

    .imagelightbox-arrow-left   { left: 2.5em; /* 40 */ }
    .imagelightbox-arrow-right  { transform: rotate(90deg); right: 2.5em; /* 40 */ }

    .imagelightbox-arrow:before
    {
        width: 0;
        height: 0;
        border: 1em solid transparent;
        content: '';
        display: inline-block;
        margin-bottom: -0.125em; /* 2 */
    }

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
    @-webkit-keyframes fade-in
    {
        from    { opacity: 0; }
        to      { opacity: 1; }
    }
    @keyframes fade-in
    {
        from    { opacity: 0; }
        to      { opacity: 1; }
    }

@media only screen and (max-width: 41.250em) /* 660 */
{
    #container
    {
        width: 100%;
    }
    #imagelightbox-close
    {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }
    #imagelightbox-nav
    {
        bottom: 1.25em; /* 20 */
    }

    .imagelightbox-arrow
    {
        width: 2.5em; /* 40 */
        height: 3.75em; /* 60 */
        margin-top: -2.75em; /* 30 */
    }
    .imagelightbox-arrow-left   { left: 1.25em; /* 20 */ }
    .imagelightbox-arrow-right  { right: 1.25em; /* 20 */ }
}

@media only screen and (max-width: 20em) /* 320 */
{
    .imagelightbox-arrow-left   { left: 0; }
    .imagelightbox-arrow-right  { right: 0; }
}

/*------------*/

.productPageOne .buy_block__bottom{
	background-color:#f7becc;
	padding: 10px 15px;
	margin-top:200px;
	text-align: left;
	box-shadow: 0px 2px 3px 0px rgb(50 50 50 / 80%);	
}

.buy_block__price {
    text-align: center;
	margin-top: 3px;
	padding-top: 10px;
}

.buy_block__price {

}

.inline_block{
    display:inline-block;
    width:167px;
    box-sizing:border-box;
}
.inline_block.price{
    padding:10px;
}
.inline_block.price:first-child{
    padding-left:20px;
}

.buy__block.hide_price_balance_class, .price__block.hide_price_balance_class{
    display:none;
}

.price__block {
	margin-top: 20px;
}
.price_retail_st{
    font-weight:400;
	margin-top: 10px;
}

.active_price_st[data-layout-align="center center"]{
    font-weight:600;
    color:#000;
    font-size:38px;
	text-align: center;
	align-items: baseline;
}


.active_price_st i.fa-rub{
    font-size: 0.6em;
    margin-left: 5px;
	margin-bottom: -5px;
    color: #000;
}


.buy_block .price div{
    font-size:18px;
    line-height:18px;
    margin-top:5px;
    white-space:nowrap;
}

.buy_block .countInput{
    text-align:center;
    padding:0px 20px;
    background:url('/local/components/elektro/catalog.products.one/templates/.default/images/count_input_bg2.jpg') left center no-repeat;
    margin-bottom:5px;
}

.buy_block .countInput .field{
    display:inline-block;
    border:1px #dddddd solid;
    padding:5px 15px 5px 5px;
    position:relative;
}

.buy_block .countInput .field .more, .buy_block .countInput .field .less{
    position:absolute;
    right:6px;
    cursor:pointer;
    font-size:1.2em;
    color:#50a6da;
}
.buy_block .countInput .field .more{
    top:1px;
}

.buy_block .countInput .field .less{
    bottom:1px;
}

.buy_block .countInput .field .more:hover, .buy_block .countInput .field .less:hover{
    color:#1970b7;
}

.buy_block .countInput .field input{
    border:none;
    max-width:40px;
    text-align:left;
}

.buy_block__order_unit{
    padding-left:10px;
}
.buy_block .blue_button{
    padding:15px 0px;
    width:160px;
    color:#fff;
    font-weight:600;
    background-color:#50a6da;
    box-shadow: 3px 3px 3px #666;
    border-radius:3px;
    position:relative;
}
.buy_block .blue_button{

}
.buy_block .blue_button:hover{
    background-color:#c30000;
}
.buy_block .blue_button:active{
    background-color:#c30000;
    box-shadow:none;
    top:2px;
}

.buy_block .blue_button i.fa{
    display:none;
    margin:0px 5px;
}

.buy_block .blue_button.loading-button i.fa{
    display:inline;
}

.buy_block__instock{
    padding:15px 15px 15px 15px;
}

.buy_block__instock_margin{
    margin-top:30px;
}

.buy_block__instock_title{
    font-size:17px;
    color:#000;
    margin-bottom:10px;
}
.buy_block__instock_link{
    color:#0e68b1;
    cursor:default;
    line-height:16px;
    position:relative;
    padding-right:15px;
    margin-bottom:5px;
}
.buy_block__instock_link.go_to_balance_list{
    cursor:pointer;
}
.buy_block__instock_link.go_to_balance_list:hover{
    text-decoration:underline;
}

.buy_block__instock_link.simple_text{
    color:#666;
    cursor:default;
}
.product .buy_block__instock_link .load_balance{
    position:absolute;
    top:0px;
    right:0px;
}

.buy_block__instock_action{
    text-align:right;
    margin:10px 0px;
}
.buy_block__instock_action span{
    cursor:pointer;
    color:#333;
}
.buy_block__instock_action a{
    color:#333;
}

.buy_block__instock_action span:hover{
    color:#1970b7;
}
.buy_block__instock_action span:hover a{
    color:#1970b7;
}

.balance_table{
    display:table;
    width:100%;
    margin-bottom:20px;
}
.balance_table__row{
    display:table-row;
}
.balance_table__row:nth-child(2n - 1) {
    background: #f0f0f0;
}

.balance_table__row:hover{
    background: #e6e5e5;
}


.balance_table__row.rsk_class .balance_table__row__cell.address {
    opacity:0.6;
    font-style:italic;
}
.balance_table__row__cell.phone {
	color:#333;
	white-space:nowrap;
    width:200px;
}
.balance_table__row__cell.phone:hover {
	color:#333;
}

.balance_table__row__cell{
    display:table-cell;
    font-size:14px;
}

.balance_table__row__cell.title{
    text-align:left;
    padding:15px 5px;
    font-size:1.2em;
}

.balance_table__row__cell.city_label{
    text-align:left;
    padding:10px 5px;
    font-size:1em;
}

.balance_table__row__cell.address{
    text-align:left;
    padding:9px 5px;
}

.balance_table__row__cell.balance{
    width:120px;
    text-align:left;
    padding:5px;
    white-space:nowrap;
}
.balance_table__row__cell.balance .fa-check{
    color:#37ac09;
}
.balance_table__row__cell.balance .fa-times-circle{
    color:#ff8970;
}
.balance_table__row__cell.load_balance{
    width:20px;
    text-align:right;
    padding:5px;
    color:#d5d5d5;
    cursor:pointer;
}
.balance_table__row__cell.load_balance:hover{
    color:#666;
}

.balance_table__row__cell.load_balance.loaded{
    color:#00923f;
    cursor:default;
}

.balance_table__row__cell.load_balance i.fa-pulse{
    color:#1970b7;
}

.leave_review_link i.fa{
    color:#666;
    margin-right:5px;
}
.leave_review_link:hover i.fa{
    color:#333;
}

.leave_review_link span{
    color:#1970b7;
    cursor:pointer;
}
.leave_review_link span:hover{
    color:#333;
}

.product a:hover{
    color:#333;
}

.buy_block .label_text{
    font-size:14px;
    margin:10px 0px;
    padding:10px;
    text-align:right;
}

.buy_block .analog_button{
    width: 100%;
    line-height: 40px;
    text-align: center;
    border: 1px #999 solid;
    border-radius: 3px;
    cursor: pointer;
    background-color: #f9f9fa;
    margin-top: 10px;
    margin-bottom: 10px;
}

.buy_block .analog_button a{
    color:#333;
}

.product .buy_block div.inCartButton{
    display:inline-block;
}

.buy_block.inCart .inCartButton{
    display:inline-block;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0px 10px;
}
.buy_block .inCartButton a{
    text-decoration:underline;
}


span.del_button{
    display:inline-block;
    border-radius:15px;
    border:1px #999 solid;
    cursor:pointer;
    margin-left:5px;
    padding:3px 5px;
    line-height:14px;
    color:#999;
}
.buy_block div.inCartButton span.del_button:hover {
    color:#333;
    border-color:#333;
}

/*------------*/

.linkedProducts {
    margin-left:-30px;
    margin-right:-30px;
    position:relative;
}

.linkedProducts.loading{}

.linkedProducts__loading_lay{
    display:none;
}
.loading .linkedProducts__loading_lay{
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:100;
    background:#fff;
    opacity:0.7;
    box-sizing: border-box;
}

.linkedProducts .compliter_button{
    display:block;
    background:#205EC9;
    width:32px;
    height:31px;
    cursor:pointer;
    box-shadow: 2px 2px 2px #666;
    border-radius:3px;
    float:left;
    text-align: center;
    color:#fff;
}

.compliter_button i.fa {
    line-height:31px;
}

.linkedProducts .price{
    width:100px;
    padding-right:10px;
    text-align:right;
    font-size:14px;
    color:#333;
    display:inline-block;
}

.linkedProducts .label_note{
    border:1px #50a6da solid;
    color:#50a6da;
    font-size:11px;
    padding:0px 5px;
}
.linkedProducts .buy_wrap{
    float:right;
}
.linkedProducts .pseudo_buy_wrap{
    width:139px;
    height:1px;
    float:right;
}
.linkedProducts .price_wrap{
    float: right;
    display: block;
    height: 31px;
    padding-top: 10px;
    padding-right: 5px;
    box-sizing: border-box;
}
.linkedProducts .price_wrap.add_line{
    padding-top:2px;
}
.linkedProducts .price_wrap .cart_count{
    font-size:11px;
    color:#ff7f27;
}
.linkedProducts .type_title{
    font-size:16px;
    color:#333;
    margin-bottom:10px;
}
.linkedProducts .type_linked_list{
    margin:10px 0px;
}

.linkedProducts .type_linked_list{
    margin:10px 0px;
}

.linkedProducts p, .linkedProducts ul, .linkedProducts li{
    margin: 0;
    padding: 0;
    border: 0;
}

.linkedProducts li.li-table{
    padding: 3px 30px;
    box-sizing: border-box;
    line-height: 16px;
    display: table;
    width: 100%;
    min-height: 40px;
}

.linkedProducts li.li-table-more{
    padding: 15px 30px;
    box-sizing: border-box;
    line-height: 16px;
    width: 100%;
    display:table;
}
.linkedProducts li.li-table-more span{
    min-height: 40px;
    cursor:pointer;
}
.linkedProducts li.li-table-more span:hover{
    color:#1970b7;
}

.linkedProducts li.row_hide{
    display:none;
}

.linkedProducts li.li-table:hover{
    background-color:#AECBD3;
}

.linkedProducts .art_compliter{
    color:#999;
    font-size:13px;
}

.linkedProducts span.name{
    cursor:pointer;
    coloR:#1970b7;
}

.linkedProducts i.fa-clone{
    margin-left:5px;
    font-size:0.9em;
}

.linked__main_filter_wrapper{
    padding-left:30px;
}
.linked__filter_wrap{
    margin:12px 15px;
    font-size:1em;
    color:#999;
}

.instock_title__block{
	margin: 20px 0px;
}
.instock_title{
    display:inline-block;
    margin: 0px 20px 0px 0px;
    border:1px #999 solid;
    border-radius:5px;
    cursor:pointer;
	padding: 10px;
}

.instock_title.instock_title__active, .related__title{
    font-size: 18px;
    padding:0px 0px;
    border:none;
    cursor:default;
}

.last_update_str {
	line-height: 22px;
	color: #333;
	text-align: right;
}

#linked_list__wrapper h3{
    margin-top:15px;
}

.partion_product__disclaimer {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fffde7;
    border:1px #fff9b4 solid;
    color: #555;

    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    line-height:1.5;
}

/*------------------*/

.form-control {
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.075);
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing:border-box;
    outline: none;
}

.form-control__textarea{
    height: 120px;
}

.form-control__textarea.no-resize {
    resize: none;
}

.form-control__label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
}

.request_form__field {
    float:left;
}

.request_form__field_100{
    width:100%;
}
.request_form__field_50{
    width:50%;
}

.request_form__field__wrap{
    margin-bottom:20px;
}

.request_form__disclaimer {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    background-color: #fffde7;
    border:1px #fff9b4 solid;
    color: #555;
    font-size: 16px;
    max-height: 365px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    line-height:1.5;
}

.request_form__errors {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    background-color: #fffde7;
    border:1px #fff9b4 solid;
    color: #555;
    font-size: 16px;
    max-height: 365px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    line-height:1.5;
    color:red;
}

.create-review-message{
    color:green;
    font-size:16px;
    padding:20px;
    border-bottom:1px #ddd solid;
    display:none;
}

/*---------STYLES FOR ANALOG-COMPARE BLOCK---------*/
.compare_wrapper__wrapper {
    position:relative;
}
.compare-swiper-prev{
    position:absolute;
    top:200px;
    left:-20px;
}

.compare-swiper-next{
    position:absolute;
    top:200px;
    right:-20px;
}
.compare-swiper-prev-button, .compare-swiper-next-button{
    z-index:10;
    border: 0;
    border-radius: 4px;
    position: relative;
    border-radius: 50%;
    padding: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.12);
    color:#999;
    font-size:20px;
    cursor:pointer;
}

.compare-swiper-prev-button:hover, .compare-swiper-next-button:hover{
    color:#333;
}

.compare-swiper-prev-button i{
    margin-right:3px;
}
.compare-swiper-next-button i{
    margin-left:3px;
}

.compare-swiper-prev.swiper-button-disabled{
    display:none;
}
.compare-swiper-next.swiper-button-disabled{
    display:none;
}

#analog_list__wrapper{
	position: relative;
}

.compare_category_list{
    padding:5px;
    margin-bottom:20px;
}

.compare_category_list a{
    display:block;
    padding:15px 20px;
    color:#057bbe;
    background-color:#f4f5f7;
    margin-bottom:5px;
    text-decoration:none;
    font-size:16px;
}

.sticky_top_panel {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky!important;
  top: 0px;
  z-index:9;
}

.sticky_top_panel .product{
    display:inline-block;
    width:140px;
    padding:10px 0px;
    margin:0px;
    height:120px;
}

.compare_wrapper {
    margin-top:10px;
    height: 770px;
    overflow: hidden;
    position:relative;
}

.compare_wrapper.not_hidden {
    height: auto;
    overflow-x: auto;
}

.compare_wrapper.compact {
    height: auto;
    overflow-x: auto;
    padding-bottom: 50px;
}

.compare_wrapper__gradient_hide {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
    z-index:1;
}

.compact .compare_wrapper__gradient_hide{
    height: 50px;
}

.compare_wrapper__gradient_hide .fa {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    font-size: 50px;
    color: grey;
}

.compare_wrapper__gradient_hide .fa-angle-up {
    display: none;
}

.compact .compare_wrapper__gradient_hide .fa-angle-up {
    display: inline;
}

.compact .compare_wrapper__gradient_hide .fa-angle-down {
    display: none;
}


.compare__first_coll {
    width:195px;
    float:left;
}

.h_scroll{
    width: calc(100% - 195px);
    overflow-x:auto;
    overflow-y: hidden;
}
#preview_compare .h_scroll {
    overflow-x: hidden;
}

.h_scroll.dragscroll{
    cursor:move;
}

.compare{
    position:relative;
}
.compare_controls{
    box-sizing:border-box;
    width:210px;
    height:50px;
    position:absolute;
}
.no-wrap{
    white-space:no-wrap;
}
.div_table_cell {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}
.div_table_cell._text_right {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    text-align: right;
}
/*---------------------*/

/*---------------------*/

.compare_content{
    position:relative;
}

.compare_content__product_list{
    padding:0px;
    color:#333333;
}
.compare_content__product_list__product, #preview_compare .compare_content__product_list__product{
    box-sizing:border-box;
    float:left;
    width:195px;
    position:relative;
    padding:10px;
    border-top:1px #dbdcdd  solid;
    border-right:1px #dbdcdd  solid;
}
.compare_wrapper .compare_content__product_list__product{
    box-sizing:border-box;
    float:left;
    width:195px;
    position:relative;
    padding:10px;
    border-top:1px #dbdcdd  solid;
    border-right:1px #dbdcdd  solid;
	min-height: 346px;
}

#preview_compare .compare_content__product_list__product {
    border-top:none;
	padding:0px;
}

.compare_content__product_list__product.analogs_parent {
    background-color:#fff;
	border-left: 1px #ddd solid;
}

#preview_compare{
	background-color:#fff;
    border-bottom:1px #dbdcdd  solid;
}

#preview_compare .compare_content__product_list__product__img{
    text-align:center;
}

#preview_compare .compare_content__product_list__product__title{
    font-size:11px;
    line-height:14px;
    text-align:left;
    max-height:42px;
    overflow:hidden;
    margin-top:0px;
}

.compare_content__product_list__product a {
    color: #057bbe;
    text-decoration: none;
}
.compare_content__product_list__product a:hover {
    color: #cf2526;
}

.compare_content__product_list__product__brand{
	margin-top:7px;
    height:16px;
	overflow: hidden;
    box-sizing:border-box;
    text-align:center;
	color:#999;
}
.compare_content__product_list__product__article{
	font-size: 11px;
	margin-top:0px;
    height:16px;
	line-height: 16px;
	overflow: hidden;
    box-sizing:border-box;
    text-align:center;
	color:#666;
}
.compare_content__product_list__product__img{
    height:120px;
    padding:10px 0px;
    box-sizing:border-box;
    text-align:center;
    border-radius:3px;
}

.compare_content__product_list__product__title{
    color:#333;
    font-size:14px;
    line-height:18px;
    margin-top:10px;
    height:52px;
    overflow:hidden;
}

.compare_content__product_list__product__title__stiky {
    font-size:12px;
    line-height:12px;
    overflow:hidden;
	height:24px;
}

.compare_content__product_list__product__price {
    line-height:24px;
    overflow:hidden;
    white-space:nowrap;
    text-align:center;
	margin-top:10px;
}

.compare_content__product_list__product__price__stiky {
    text-align:left;
	margin-top: 5px;
	color:#333;
	font-weight:600;
}

.stiky_short_data__wrapper{
	padding: 5px 10px;
	border-bottom: 1px #ddd solid;
}
.stiky_short_data {
	font-size:11px;
    color: #c7c3c3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    width: 100%;
    word-break: break-word;
    max-height: 45px;
}
.compare_content__product_list__product__price.not_supplied {
    visibility: hidden;
}

.compare_content__product_list__product__buy{
    margin-top:10px;
    height:36px;
}

.compare_content__prop_list{
    padding:0px;
}
.compare_content__prop_list__li{
    line-height:18px;
    padding: 0px 0px;
    border-top:1px #dbdcdd solid;
}

.compare_content__prop_list__li__span {
    text-align:left;
    width:195px;
    float:left;
    box-sizing:border-box;
    margin:0;
    font-size:13px;
    padding-left:20px;
    border-right:1px #dbdcdd solid;
    color:#333;
    height:30px;
    line-height:13px;
    padding-top:0px;
    padding-bottom:0px;
    overflow:hidden;
}

.compare_content__prop_list__li__span:hover {
    overflow:visible;
}

.compare_content__prop_list__li__span.diff {
    background-color:#c6e6ff;
	color:#000;
}

.compare_content__prop_list__li__span.parent {
    background-color:#dae9ed;
}

.compare_content__prop_list__li__span.good {
    background-color:#a4e47a;
	color:#000;
}

.compare_content__prop_list__li__span.not_good {
    background-color:#f7b5b5;
	color:#000;
}


.secondary .compare_content__prop_list__li__span {
    font-weight:400;
}

.compare_content__prop_list__prop_name{
    margin-left:0px;
    text-align:left;
    font-size:14px;
    font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    color:#666;
    border-bottom:1px #dbdcdd solid;
    white-space:nowrap;
}

.secondary .compare_content__prop_list__prop_name {
    font-weight:400;
}

/*--------------------------*/


.compare_content__buy__input__input[type='text']{
    height:42px;
    line-height:42px;
    text-align:center;
    padding:0px 10px;
    box-sizing:border-box;
    width:100%;
    border:none;
    overflow:hidden;
    outline: none;
-webkit-box-shadow: inset 0px 3px 2px 1px rgba(220, 220, 220, 0.8);
-moz-box-shadow:    inset 0px 3px 2px 1px rgba(220, 220, 220, 0.8);
box-shadow:         inset 0px 3px 2px 1px rgba(220, 220, 220, 0.8);
    font-size:20px;
    color:#666;
}

.compare_content__buy__input{
    border:1px #ddd solid;
    border-left:none;
    border-right:none;
    width:60%;
    text-align:center;
}
.compare_content__buy__less{
    border:1px #ddd solid;
    min-width:32px;
    width:20%;
    background:#fff url('/local/templates/mobile/images/less-icon.png') no-repeat center center;
}
.compare_content__buy__more{
    border:1px #ddd solid;
    min-width:32px;
    width:20%;
    background:#fff url('/local/templates/mobile/images/more-icon.png') no-repeat center center;
}

.compare_content__buy__button{
    width:100%;
    text-align:center;
    margin-top:0px;
    background:none;
    font-size:13px;
    line-height: 22px;
    font-family: Arial;
    border:none;
    box-sizing:border-box;
    margin-bottom:10px;
}

.inCart .compare_content__buy__button {
    color:#333;
}

a.in_cart_link {
    text-decoration:underline;
}

.compare_content__product__buy__button__normal{
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    background-color: #50a6da;
    box-shadow: 3px 3px 3px #666;
    border-radius: 3px;
    position: relative;
    cursor:pointer;
}
.compare_content__product__buy__button__normal:active{
    position:relative;
    top:1px;
    box-shadow:none;
}


.compare_content__product__buy__button__alert{
    position:absolute;
    right:-5px;
    top:-30px;
    line-height:14px;
    font-size:14px;
    border:1px #ddd solid;
    border-radius:3px;
    background-color:#f9f9fa;
    padding:5px;
    display:none;
}

.compare_content .product .buy.saled .field{
    display: none;
}

.compare_content .product .buy.saled .button.saled{
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
}

.compare_content .product .button.saled {
    opacity:0.6;
    cursor:default!important;
}
.compare_content .product .button{
    text-align:center;
}
.compare_content .product .button span.normal{
    display:block;
}
.compare_content .product .button span.saled{
    display:none;
}
.compare_content .product .button.saled span.normal{
    display:none;
}
.compare_content .product .button.saled span.saled{
    display:block;
}

.compare_content .product .prod-sale{
    margin-top:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}


.compare_content .product .is_filial{
    margin-top:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

.compare_content__product__detail{
    margin-top:20px;
}
.compare_content__product__detail a{
    text-decoration:none;
    color:#666;
    display:block;
    text-align:center;
    line-height: 38px;
    border: 1px #999 solid;
    padding:0px 5px;
    background-color:#f9f9fa;
    border-radius:2px;
}
.compare_content__product__detail a:hover{
    background-color:#fff;
}

.compare_content__product__buy__button__saled{
    display: none;
}
.saled .compare_content__product__buy__button__saled{
    display: block;
    color:#333;
}

.compare_content__not_supplied-note{
    display: none;
}
.not_supplied .compare_content__not_supplied-note{
    display: block;
}

.not_supplied .compare_content__buy__button{
    width: 100%;
    pointer-events: none;
    border-radius: 3px;
}

.compare_content .product .buy.not_supplied .field{
    display: none;
}

.saled .compare_content__product__buy__button__normal,
.not_supplied .compare_content__product__buy__button__normal,
.not_supplied .compare_content__product__buy__button__saled {
    display: none;
}

.compare_content__product__field__alert{
    position:absolute;
    left:-1px;
    bottom:-30px;
    line-height:14px;
    font-size:14px;
    border:1px #ddd solid;
    border-radius:3px;
    background-color:#f9f9fa;
    padding:5px;
    display:none;
    white-space:nowrap;
}

.compare_content .product .field:hover .alert{
    display:block;
}

.append_div{
    margin-top:10px;
    margin-bottom:10px;
}

/*--------------------------*/

.red-text{
    color:#ff8970;
}

.compare_content__product__not-produced-note{
    font-size: 11px;
    margin-top: 10px;
}

.button-replacement{
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px #999 solid !important;
    float: left;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    background: #ffffff;
}
.compare_content__in_stock_notice{
    position: absolute;
    top: 6px;
    right: 10px;
    color:#4e802d;
    cursor:help;
}
.compare_content__in_stock_notice div{
    color:#4e802d;
    border-bottom:#4e802d 1px dotted;
}

.compare_content__in_stock_notice .type3{
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
}
/*----------------------------------*/
.product .storeBalance {
    display: none;
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 10000;
    border: 1px #f2f2f2 solid;
    border-radius: 5px;
    background-color: #fff;
    min-width: 200px;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px #999;
}

.product .storeBalance.show {
    display: block;
}

.product .storeBalance .close{
    color: #cf2526;
    cursor: pointer;
    text-align: right;
    font-size:17px;
    font-weight:bold;
    margin-right:-5px;
}

.product .storeBalance .title.name{
    color:#000;
    margin-bottom:20px;
}
.product .storeBalance .title{
    color:#666;
    line-height:18px;
    margin-bottom:5px;
    font-size:14px;
    font-weight:bold;
}

.product:hover div.storeBalance.show{
    display:block!important;
}

/*---------/STYLES FOR ANALOG-COMPARE BLOCK---------*/

.buy_block__samovivoz {
    margin: 10px 0px;
    font-weight:600;
    text-align: right;
}

.buy_block__samovivoz__value {
    color:#0072bc;
}


.buy_block__balance_rate {
    margin: 10px 15px;
    font-weight:600;
}

.buy_block__balance_rate__title i.fa{
    margin-right:5px;
}

.buy_block__balance_rate__title {
    font-size: 16px;
    margin: 0px 15px;
    font-weight:600;
}



.buy_block__balance_rate__city_name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.buy_block__rate__circle {
    width: 12px;
    height: 12px;
    background: #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.numeric_1 .buy_block__rate__circle:nth-child(-n+1){
    background: #3194ec;
}

.numeric_2 .buy_block__rate__circle:nth-child(-n+2){
    background: #3194ec;
}

.numeric_3 .buy_block__rate__circle:nth-child(-n+3){
    background: #3194ec;
}

.numeric_4 .buy_block__rate__circle:nth-child(-n+4){
    background: #3194ec;
}

.numeric_5 .buy_block__rate__circle:nth-child(-n+5){
    background: #3194ec;
}

/*---------------------------*/

.related_list.loading {
    opacity:0.6;
}

/*-------------plitka-------------*/
#product_list.plitka .product{
    position:relative;
    box-sizing:border-box;
    width:222px;
    height:390px;
    border:1px #ddd solid;
    border-radius:5px;
    float:left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#product_list.plitka .product:hover {
    box-shadow: 0 0 20px #0072bc !important;
    border-color:#fff;
}

@media screen and (max-width:1460px){
	#product_list.plitka .product{
		margin-right:15px;
	}
	#product_list.plitka .product:nth-child(5n){
		margin-right:15px;
	}
	#product_list.plitka .product:nth-child(6n){
		margin-right:15px;
	}
}

#product_list.plitka .product.inStock .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/catalog.products.one/templates/.default/images/prod_exist.png') 0 0 no-repeat;
}

#product_list.plitka .product .prod-sale{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}

#product_list.plitka .product .is_filial_icon{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

#product_list.plitka .product.instockRcOnly .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/catalog.products.one/templates/.default/images/instockrconly.png') 0 0 no-repeat;
}

#product_list.plitka .product .storeBalance {
    display:none;
    position:absolute;
    top:80px;
    left:5px;
    z-index:10000;

    border:1px #f2f2f2 solid;
    border-radius:5px;
    background-color:#fff;
    min-width:200px;
    padding:5px 10px;
    box-shadow:0px 0px 10px #999;
}

#product_list.plitka .product .head{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#f9f9fb;
    border-bottom:1px #ddd solid;
    height:65px;
    width:220px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
    padding:10px;
    line-height:14px;
    border-radius:5px 5px 0px 0px;
}

#product_list.plitka .product .head .name{
    height:46px;
    overflow:hidden;
}

#product_list.plitka .product .head a{
    color:#333333;
    font-size:11px;
    text-decoration:none;
    line-height:14px;
}

#product_list.plitka .product .head .article_code{
    display:none;
}

#product_list.plitka .product .head .brand-logo{
    display:none;
}


#product_list.plitka .product div.image{
    box-sizing:border-box;
    position:absolute;
    top:89px;
    left:0px;
    width:220px;
    height:220px;
    line-height:218px;
    text-align:center;
}

#product_list.plitka .product:hover .article_code_middle {
}

#product_list.plitka .product .article_code_middle{
    display:block;
    opacity:1;
    position:absolute;
    top:179px;
    left:-1px;
    background-color: var(--color-gray);
    padding:0px 0px 0px 0px;
    z-index:2;
    color:#fff;
    white-space:nowrap;
    box-sizing:border-box;
    line-height:14px;
    text-align:left;
}

#product_list.plitka .product .article_code_middle span{
    font-size:11px;
    display:block;
    margin-bottom:2px;
    padding-left:3px;
    padding-right:3px;
}

#product_list.plitka .product .article_code_middle{
    max-width:0px;
    overflow:hidden;
    -webkit-transition: max-width .5s;
    transition: max-width .5s;
}

#product_list.plitka .product:hover .article_code_middle{
    max-width:120px;
}

#product_list.plitka .product .article_code_middle:hover{
    max-width:220px;
}

#product_list.plitka .product .image .product-tile-picture-image{
    max-height:100%;
}

#product_list.plitka .product .bottom {
    position:absolute;
    bottom:8px;
    left:0px;
    width:220px;
    height:64px;
    box-sizing:border-box;
    font-family: Roboto Condensed;
}
#product_list.plitka .product .bottom .price{
    font-size:18px;
    height:28px;
    line-height:14px;
    margin-top:5px;
    margin-right:10px;
    text-align:right;
}

#product_list .product .price .price_top{
    display:block;
    font-size:16px;
}
#product_list .product .price .price_bottom{
    display:block;
    margin-top:5px;
    color:#999;
    padding-left:10px;
    font-size:16px;
}

#product_list.spisok .product .price .price_bottom, #product_list.spisok2 .product .price .price_bottom{
    display:none;
}

#product_list .product .price .price_bottom.fa-globe::before{
    margin-right:5px;
}
#product_list .product .price .price_bottom.store-alt::before{
    margin-right:5px;
    content:"";
    width:15px;
    height:12px;
    background:url('/local/templates/elektro/images/store-alt.png') 0 0 no-repeat;
    background-size:cover;
    display:inline-block;
}

#product_list.plitka .product .bottom .buy{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail a, #product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    text-decoration:none;
    color:#666;
    display:inline-block;
    line-height: 38px;
    border: 1px #999 solid;
    padding:0px 5px;
    background-color:#f9f9fa;
    border-radius:2px;
}
#product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    margin-top:10px;
}
#product_list .product .bottom .detail a:hover{
    background-color:#fff;
}

#product_list.plitka .product .bottom .icons{
    position:absolute;
    left:10px;
    bottom:12px;
}

#product_list.plitka .product.inStock .prod-exist,
#product_list.plitka .product.instockRcOnly .prod-exist,
#product_list.plitka .product .prod-exist{
    display:none;
}

#product_list .product .in_stock_notice{
    display:none;
}

#product_list.plitka .product .in_stock_notice{
    position: absolute;
    top: 4px;
    right: 5px;
    color:#4e802d;
    border-bottom:#4e802d 1px dotted;
    cursor:pointer;
}

#product_list.plitka .product .in_stock_notice:hover{
    cursor:help;
}
#product_list.plitka .product.inStock .in_stock_notice{
    background-color:#fff;
    line-height:14px;
}
#product_list.plitka .product.inStock .in_stock_notice.type1{
    display:inline-block;
}
#product_list.plitka .product.instockRcOnly .in_stock_notice.type2{
    display:inline-block;
}
#product_list.plitka .product.pod_zakaz .in_stock_notice.type3{
    display:inline-block;
    color:#666;
    border-bottom:none;
	cursor:default;
}
#product_list.plitka .product.is_filial .in_stock_notice.type4{
    display:inline-block;
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
}

ul.tab_links {
    margin-bottom: 10px;
}

.related_list .tab_container_inner{
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 20px;
}

.tab_links__name{
    padding:10px 15px;
    font-size: 18px; 
    line-height: 18px;
    color:#999999;
    cursor: pointer;
}

.active .tab_links__name{
    color:#000000;
    cursor: default;
}

span.sale__retail_price__label {
	font-size: 2em;
	text-decoration:line-through;
	font-family: Roboto Condensed;
}
span.sale__sale_price__label {
	font-size: 1.5em;
	line-height: 22px;
	color:#f74d45;
	margin-right: 20px;
	font-family: Roboto Condensed;
}


.sale__wrapper{
	margin-top: 20px;
}
.sale__say_text, .sale__say_label {
	font-size:1.6em;
	color:#999;
}

.common_can_not_buy_text {
	font-size:1.6em;
	color:#999;
	text-align: center;
}
.block_like__buy__block {
	margin-top: 20px;
	height:50px;
	line-height: 50px;
}

.hide_class {
	display: none;
}

.sale__percent__label_wrap {
	text-align: center;
	margin-top: 0px;
}
.sale__percent__label {
	display: inline-block;
	background:#f74d45;
	color:#fff;
	font-size:1.2em;
	padding:6px 8px;
	border-radius: 6px;
	font-weight: bold;
	font-family: Roboto Condensed;	
}
.podzakaz__wrapper {
	margin-top: 20px;
}
.podzakaz__title {
	background-color:#f7becc;
	font-size:1.2em;
	padding: 10px 15px;
	margin-top:0px;
	margin-bottom:10px;
	text-align: center;
	box-shadow: 0px 2px 3px 0px rgb(50 50 50 / 80%);	
	max-width: 240px;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
}

.productPageOne .thumb_img_wrap i.fa-youtube-play {
    color: #ff8970;
    margin-right: 8px;
	font-size:2em;
}

.div_table {
    display: table;
    width: 100%;
}

.width50 {
    width: 50%;
}

.productPageOne .prop_list_content .div_table_cell:first-child {
    color: #666;
}

.productPageOne .prop_list__desc {
	margin-left:5px;
    color: #999;
}

.productPageOne .prop_list_content .div_table_cell {
    padding: 7px 15px 7px 7px;
	max-width: 290px;
	overflow: hidden;
}

.productPageOne .prop_list_content._common_list .div_table_cell {
	padding-left:0px;
	padding-right: 0px;
}

.productPageOne .prop_list_content .div_table {
    border-bottom: 1px #f4f5f7 solid;
}
.productPageOne .prop_list_content .div_table._no_border {
    border-bottom: none;
}

.prop_list_content__go_to {
	margin-top: 20px;
	text-align: center;
	color:#999;
	cursor: pointer;
}
.prop_list_content__go_to:hover {
	color:#333;
}


/*не закреплять верхний блок на странице товара*/
header.header-new .header-fixed {
	position: relative!important;
}
.header-pseudo {
	display: none;
}
.init-autocomplete-block{
	position: absolute!important;
	top: 0px!important;
}

/*------*/

.page_one__menu {
	margin: 0px 0px 40px 0px;
	background: linear-gradient(#e1e2e5,#e1e2e5) 0 100%/100% 1px no-repeat;
}

.sticky_menu {}

.menu-fixed {
	display: block;
    position: fixed;
	top: 0px;
	left: 0px;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
	box-shadow: 0px 4px 6px 0px rgb(50 50 50 / 20%);
}
.sticky_menu__item_line {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 24px;
	border-left: 1px #ddd solid;
}

.sticky_menu__item {
	display: inline-block;
	font-size: 18px;
	box-sizing: border-box;
	cursor: pointer;
	color: #999;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 24px;
}
.sticky_menu__item a {
	color: #999;
}
.sticky_menu__item.active a, .sticky_menu__item:hover a{
	color: #333;
}

.page_one__menu .sticky_menu__item:first-child {
	border-bottom: 3px solid #444b5b;
	color: #333;
	padding-bottom: 21px;
}
.sticky_menu__item:hover{
	border-bottom: 3px solid #444b5b;
	color: #333;
	padding-bottom: 21px;
}
.sticky_menu__item.active {
	border-bottom: 3px solid #444b5b;
	color: #333;
	padding-bottom: 21px;
}

.sticky_menu__right_part {
	text-align: right;
}
.sticky_menu__right_part__flex {
	align-items: center;
    align-content: center;
    max-width: 100%;
	justify-content: flex-end;
}
.sticky_menu__right_part__floating {
	flex-grow: 1;
}
.sticky_menu__right_part__price {
	font-size:18px;
}
.sticky_menu__right_part__price i.fa-rub{
    font-size: 0.9em;
    margin-top: 0px;
    margin-left: 5px;
    color: #999;
}
.sticky_menu__right_part__price .price_label_pack {
	font-size:0.9em;
    color: #999;
	margin-right: 5px;	
}
.active_price_st .class__price_label_pack {
	font-size:12px;
    color: var(--color-text1);
	margin-right: 5px;	
	font-weight: normal;
}

.sticky_menu__right_part__flex.hide_price_balance_class{
    display:none;
}

@media screen and (max-width:1230px){
	.sticky_menu__right_part {
		text-align: left;
	}
	.sticky_menu__right_part__flex {
		align-items: center;
		align-content: center;
		max-width: 100%;
		justify-content: flex-start;
	}
	.sticky_menu__right_part__floating {
		flex-grow: 0;
	}
}

.product_one__title {
	padding-bottom: 20px;
	border-bottom: 1px #ddd solid;
	line-height: 28px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.product_one__title h1.title{
    font-size:26px;
    color:#000;
	font-weight: 600;
}

.productPageOne h2{
    font-size:22px;
    line-height:22px;
	font-weight: bold;
}

.productPageOne h3{
    font-size:18px;
    line-height:18px;
	color:#666666;
}

.product_one__border {
	border: 0px red solid;
}

.product_one__price {
	position:relative;
	height: 28px;
	margin-bottom: 10px;
	display: flex;
    flex-direction: row;
	max-width: 100%;
    align-items: center;
	justify-content: space-between;
	
}

.buy_block__price__label {
	position: absolute;
	right:0px;
	top:-20px;
	color:#666;
}

.buy_block__dostavka {
	margin-top: 0px;
	margin-bottom: 20px;
}
.buy_block__dostavka__title {
	font-size: 20px;
	font-weight: 600;
	color:#000;
	margin-bottom: 20px;
}
.buy_block__dostavka__title .link{
	font-weight:400;
	font-size: 13px;
	color:#1970b7;
	cursor: pointer;
	margin-left: 20px;
}
.buy_block__dostavka__city, .buy_block__dostavka__stores {
	cursor: pointer;
}
.buy_block__dostavka__city:hover, .buy_block__dostavka__stores:hover{
	color:#1970b7;
}
.buy_block__dostavka__city i.fa {
	margin-left: 5px;
}

.buy_block__dostavka__not_selected {
	font-weight: 400;
    font-size: 13px;
    color: #1970b7;
    cursor: pointer;
	margin-bottom: 10px;
}

.buy_block__dostavka__ozon_info {
	padding: 10px 0px;
	font-size: 14px;
}
.buy_block__dostavka__ozon_info__title{
	font-weight: 600;
	margin-bottom: 15px;
}
.buy_block__dostavka__ozon_info__title .span_like_a {
	font-weight: 400;
}
.buy_block__dostavka__ozon_info__name {
	font-weight: 600;
	margin-bottom: 10px;
}
.buy_block__dostavka__ozon_info__data{
	margin-bottom: 15px;
}
.buy_block__dostavka__ozon_more._loaded {
	color:#999;
	border-bottom: 1px #999 dashed;
}
.buy_block__dostavka__ozon_info__error {
	margin-bottom: 15px;
	color:red;
}


.buy_block__dostavka__item {
	margin-bottom: 10px;
}
.buy_block__dostavka__content {
	padding-left: 10px;
}
.buy_block__dostavka__name {
	font-size: 14px;
	font-weight: 600;
	color:#000;
	font-family: Arial;
	line-height:18px;
}
.buy_block__dostavka__info {
	font-weight: 400;
	color:#666;
	line-height: 15px;
}

.buy_block__free_icon {
	color:green;
	margin-right: 5px;
}

.buy_block__dostavka__dotted {
	margin: 0px 5px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6"><circle r="2" fill="%23888" /></svg>') repeat-x bottom;
}

/*------------*/
.better_offer_link{
	text-align: right;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.better_offer_link:hover{
	color: #ff8970;
}

.product.product_with_props{
    display:block;
    float:left;
}

div.prop_list_wrap{
    display:block;
    float:left;
    width:720px;
    border:1px #ddd solid;
    box-sizing:border-box;
    padding:0;
    margin:5px;
    max-height:289px;
    overflow:hidden;
}
.margin_top_10{
    margin-top:10px;
}

div.prop_list_wrap.clicked{
    overflow: auto;
}

.product ul.prop_list{
    font-size:11px;
    list-style:none;
    display:block;
    float:left;
    box-sizing:border-box;
    width:50%;
    padding:8px 10px;
    margin:0;
    overflow:hidden;
}

.product ul.prop_list li{
    list-style:none;
    display:table;
    width:100%;
}

.product ul.prop_list li span{
    display:table-cell;
    line-height:21px;
}
.product ul.prop_list li span.td1{
    white-space: nowrap;
    padding-right: 5px;
    width: 10px;
}
.product ul.prop_list li span.td3{
    white-space: nowrap;
    padding-left: 5px;
    width: 10px;
}
.product ul.prop_list li span.td2{
    min-width: 20px;
    border-bottom: 1px #dddddd dashed;
}

.better_offer .product{
    display:inline-block;
    width:170px;
    border:1px #ddd solid;
    margin:5px 5px;
    padding:10px;
    box-sizing:border-box;
    position:relative;
    text-align:center;
    line-height:16px;
    font-size:13px;
}

.better_offer .product .image{
    margin:5px 0px;
}

.better_offer .product .bottom {
    height:110px;
    overflow:hidden;
}

.better_offer .product .sale_price_use {
	color:#f74d45;
}
.better_offer .product .bottom div{
    margin-bottom:5px;
}

.better_offer .product .name {
    overflow:hidden;
    height:64px;
}

.better_offer .product .price{
    font-size: 16px;
    margin:10px 0px;
}
.better_offer .product .in_stock{
    color:#27a930;
}
.better_offer .product .article{
    color:#666666;
    height:16px;
    overflow:hidden;
    white-space:nowrap;
}
.better_offer .product .brand{
    color:#666666;
    height:32px;
    overflow:hidden;
}

/*------------*/

a.maker_series_link {
	font-style: italic;
	color:#f33c3c;
}

.productPageOne .desc_text__other_p{
	display: none;
}

.productPageOne .desc_text__other_p._active{
	display: block;
	margin-bottom: 20px;
}
.productPageOne .desc_text__more_toggle__wrap{
	display: none;
}
.productPageOne .desc_text__more_toggle__wrap._active{
	display: block;
}

.product_desc p {
	margin-top: 0px;
}

.desc_text__first_p {
	margin-bottom: 20px;
}

.product_one__price_3_row {
	padding-top: 20px;
	padding-left: 0px;
}

.price__table {
	font-size: 16px;
	display: table;
	text-align: left;
    border-collapse: separate;
    border-spacing: 0 0px;
	margin-bottom: 20px;
}
.price__table__row {
	display: table-row;
}
.price__table__column {
	display: table-cell;
	padding-right: 30px;
	line-height:2em;
	vertical-align: middle;
}
.price__table__column._bold{
	font-weight: 600;
}

.productPageOne .active_price_big span{
	font-size: 1.5em;
    color: #005bff;
	font-weight: 600;
}



.slider-container {
    position: relative;
    width: 65px;
    height: 410px;
}

.slider-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 2;
}

.slider-container button {
	position: absolute;
	width: 100%;
	height: 20px;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.slider-container button.slider-up {
	left: 0;
	top: -16px;
}

.slider-container button.slider-down {
	left: 0;
	bottom: -16px;
}

.slider-frame {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(100% - 0px);
	overflow: hidden;
}

.slider-thumbnails {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 5px;
}

.slider-thumbnail {
	width: 50px;
	height: auto;
	border: 1px #ddd solid;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	margin-bottom:10px;
	border-radius: 5px;
	padding: 2px;
}
.slider-thumbnail img{
	width: 50px;
	height: 50px;
}

.product_one__report_block__title3 {
	font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
	line-height:1.2;
}

.product_files_row {
	font-size: 16px;
	margin-bottom: 20px;
}

.product_files_row, .product_files_row a {
	color: #0072bc;
}
.product_files_row a {
	margin-left: 5px;
}
.prop_filter__click {
	color:#0072bc;
	cursor: pointer;
}
.variants__wrap {
	padding: 10px 7px;
	border-bottom: 1px #f4f5f7 solid;
}
.variants__option {
	padding: 5px 7px;
	border: 1px #ddd solid;
	cursor: pointer;
}
.variants__option._disabled {
	background: repeating-linear-gradient(-45deg,transparent,transparent 2px,transparent 2px,transparent 4px,#f0f1f2 5px,#f0f1f2 6px);
	border-color: #ddd;
	color:#b0b0b0;
}
.variants__option._active {
	border-color: #333;
	color:#333;
	font-weight: 600;
	cursor: default;
}
.variants__option:hover {
	border-color: #333;
}
.variants__wrap:not(._loading) i.fa-spinner {
	display: none;
}

.not_fair_position {
	text-align: center;
	font-size: 16px;
}

del.cross {
    display:inline-block; /* запрещает перенос текста на следующую строку */
    text-decoration:none;
    position:relative;
}

.del-cross {
    display:block;
    position:relative;
    overflow:hidden; /* запрещает обтекать другие блоки */
}

del.cross:before,
.del-cross:before {
    content:'';
    position:absolute;
    display:block;
    width:auto;
    height:auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="stroke: rgba(255,0,0,0.9); stroke-width: 1.5" ><line x1="0" y1="0" x2="100%" y2="100%"/><line x1="0" y1="100%" x2="100%" y2="0"/></svg>') no-repeat;
    background-size:100% 100%;
}

/*--------------------------------------------*/
.panel__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c6c7cb;
}


.card-main__brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 5px;
    border-bottom: 1px solid #c6c7cb;
    border-left: 1px solid #c6c7cb;
    border-right: 1px solid #c6c7cb;
}
.card-main__sertif {
    box-sizing: border-box;
    padding: 10px;
}

.b-card-vendor__text {
    max-height: 105px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    padding: 3px 0 0;
    line-height: 1.45;
    margin: 0 0 12px;
}
.b-card-vendor__more__wrap {
	margin-top: 20px;
}
.b-card-vendor__more {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.b-card-vendor__panel {
	margin: 0px 0 33px;
	width: 330px;
	max-width: 330px;
}
.b-card-vendor__panel .desc__sidebar__row__text {
	font-size:14px;
}

/*--------------------------------------------*/
.buy__block {
	margin-top: 20px;
}
.buy__block__button {
	background-color: var(--color-yellow);
	height: 50px;
	width: 280px;
	border-radius: 5px;
	font-size: 18px;
	color:#333;
	position: relative;
}

.buy__block__button.active {
	background-color: var(--color-light-gray);
}


.buy__block__button .buy-item {
	height: 100%;
	width: 100%;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.buy__block__button.active .buy-item {
	display: none;
}
.buy__block__button .to-cart {
	display: none;
}
.buy__block__button.active .to-cart {
	display: block;
}

.buy__block__plus.remove{
	opacity: 0;
	display: none;
}

.buy__block__button.active + .buy__block__plus.remove{
    opacity: 1;
    transition: all .15s ease;
    z-index: 3;
	display: block;
}


.buy__block__plus, .buy__block__minus{
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 31px;
	text-align: center;
	cursor: pointer;
}
.buy__block__plus:hover, .buy__block__minus:hover{
	background-color: var(--color-light-gray);
}

.buy__block__input {
}

.buy__block__input input {
    width: 50px;
	height: 32px;
	text-align: center;
	border: none;
	font-size: 26px;
	color:#666 !important;
}

.product_one__contents {
	background-color: var(--color-light-gray);
	padding: 20px;
	margin-top: 20px;
	position: relative;
}

.product_one__contents__error_report {
	position: absolute;
	top: -30px;
	color:#666;
}
.product_one__contents__error_report .help-wiki__title{
	color:#2790b0;
}

.product_one__contents_wrapper {
	background-color:#fff;
	padding: 20px;
}

.product_one__contents__name,
.product_one__top_contents__name {
	font-size: 18px;
	margin-right: 40px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	color:#000;
}
.product_one__contents__name.hide,
.product_one__top_contents__name.hide{
	display: none;
}

.product_one__contents__name.active .product_one__contents__name__yellow:after,
.product_one__top_contents__name.active .product_one__top_contents__name__yellow:after
{
	height: 8px;
	width: 100%;
	background-color: var(--color-yellow);
	content: '';
	position: absolute;
	z-index:1;
	bottom:-14px;
	left:0px;
}

.product_one__contents__item,
.product_one__top_contents__item {
	padding: 20px 0px;
	display: none;
}
.product_one__contents__item.active,
.product_one__top_contents__item.active {
	display: block;
}

.product_one__contents__line {
	border-top: 2px solid var(--color-light-gray);
	margin-top: 10px;
}



.image_list-swiper-prev-button, .image_list-swiper-next-button{
    z-index:1;
    border: 0;
    border-radius: 4px;
    position: relative;
    border-radius: 50%;
    padding: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.12);
    color:#757575;
    font-size:20px;
    cursor:pointer;
}
.image_list-swiper-prev-button {
	padding-right: 5px;
}
.image_list-swiper-next-button {
	padding-left: 5px;
}

.swiper-button-disabled .image_list-swiper-prev-button, .swiper-button-disabled .image_list-swiper-next-button {
    color:#ddd;
}

.image_list-swiper-prev{
    position:absolute;
    top:40%;
    left:0px;
}

.image_list-swiper-next{
    position:absolute;
    top:40%;
    right:-50px;
}

.image_list-swiper-prev-button:hover, .image_list-swiper-next-button:hover {
	color:#000;
    box-shadow: 0 1px 8px rgba(0,0,0,.16),0 2px 4px rgba(0,0,0,.32);
}

.prop__block {
	margin-top: 20px;
}
.prop__block__row {
	border-bottom: 2px solid var(--color-light-gray);
	font-size: 
}
.prop__block__row_name {
	width: 250px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.prop__block__row_value {
	width: 150px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	color:#000;
}

.balace_by_cities__container {
  display: flex;
  border-bottom: 1px var(--color-light-gray) solid;
  margin-bottom: 10px;
}

.balace_by_cities__column {
  flex: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.balace_by_cities__item {
  margin: 5px 0;
}
.balace_by_cities__name {
	white-space:nowrap;
	margin-left:3px;
}

.track__text {
	line-height: 1.2;
}

.big_img_lightbox._hidden {
	display: none;
}

.review-list__gswee {
    margin: -8px;
    box-sizing: border-box;
}
.review-list__adssd {
    display: flex;
    gap: 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
    padding: 8px;
    box-sizing: border-box;
	flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.review-list__item {
    margin: 0;
    width: 120px;
    flex: 0 0 auto;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 #bfbfbf;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    text-decoration: none;
    color: #212121;
    box-sizing: border-box;
}
.block__clipboard {
	display: inline-block;
	position: relative;
}
.block__clipboard i.fa{
	display: none;
	position:absolute;
	right:-20px;
}
.block__clipboard:hover i.fa{
	display: inline-block;
}
.block__clipboard:hover {
	color: #000;
	cursor: pointer;
}
.block__clipboard__result {
	color: var(--color-greeen);
	position: absolute;
	top: 20px;
	right: 0px;
	white-space: nowrap;
	background-color: #fff;
	padding: 5px 2px;
}

.productPageOne .icon-sale{
    display:block;
    position:relative;
    width:45px;
    height:45px;
    background:url(/local/templates/elektro/images/sale2.svg) center center no-repeat;
    background-size: contain;
	margin-right: 80px;
}

.product_one__collection__wrapper {
	margin-bottom: 30px;
}

._max_height_content .product_one__collection__content {
	max-height: 126px;
	overflow-y: hidden;
}
._max_height_content._full_heigth .product_one__collection__content {
	max-height: none;
}

.product_one__collection__more {
	display: none;
	margin-top: 15px;
    color: #767d83;
	cursor: pointer;
}
._max_height_content .product_one__collection__more {
	display: block;
}

.product_one__collection__title {
	font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.product_one__collection {
	display: flex;
    width: 100%;

	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
	
}

.product_one__collection__item {
    max-width: 100%;
	font-size: 14px;
	line-height: 20px;
}

a.product_one__collection__link {
    max-width: 100%;
	color: #1c2126;
	background-color: #f4f5f6;
	position: relative;
	overflow: hidden;
	user-select: none;
	padding: 0 12px;
	cursor: pointer;
	height: 32px;

	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	border-radius: 24px;
	text-decoration: none;
	box-sizing: border-box;
}
a.product_one__collection__link:hover {
	background-color: #d0d3d5;
}

.show_analog__button {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.show_analog__button div{
	display: inline-block;
	padding: 0px 24px;
	height: 40px;
	line-height: 40px;
	max-width: 200px;
	font-size: 14px;
	background-color: #e3f2fc;
	border: 1px solid #d6e7f6;
	color: #09529b;
	font-weight: 600;
	cursor: pointer;
}




.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-thumb-container {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.video-thumb-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.video-thumb {
    position: relative;
    aspect-ratio: 16/9;
}

.video-link {
    display: block;
    height: 100%;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-thumb-container:hover .video-overlay {
    background: rgba(0,0,0,0.5);
}

.play-button {
    width: 60px;
    height: 60px;
    background: rgba(255,0,0,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.video-thumb-container:hover .play-button {
    transform: scale(1.1);
    background: rgba(255,0,0,0.9);
}

.video-platform {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.video-platform.youtube {
    background: #FF0000;
}

.video-platform.rutube {
    background: #3a5cac;
}

.video-source-link {
    padding: 10px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    font-size: 13px;
    text-align: center;
    flex-shrink: 0;
}

.video-source-link a {
    color: #555;
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-source-link a:hover {
    color: #3a5cac;
    text-decoration: underline;
}
.video-info {
    padding: 12px;
    background: #fff;
    border-top: 1px solid #eee;
}

.video-title {
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
@media (max-width: 600px) {
    .video-gallery {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/elektro/css/jcarousel.css?15337527983379 */
/* /local/components/elektro/catalog.products.one/templates/.default/style.css?175101585394577 */
