

/* Start:/bitrix/components/nrj/catalog.section/templates/.default/style.css?15169501888373*/
.section-description{
    padding: 10px;
    background: #f4f1f1;
    margin-bottom: 10px;
    font-size: 13px;
}

.element-box-1{

}
.element-box-1 .element{
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.element-box-1 .element:hover{
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.2);
}
.element-box-1 .element .img{
    float: left;
    width: 20%;
    text-align: center;
    margin: 20px 0;
}
.element-box-1 .element .text{
    float: left;
    width: 60%;
    margin: 20px 0 20px 0;
}
.element-box-1 .element .text .name{

}
.element-box-1 .element .text .name a{
    font: normal 15px/17px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}
.element-box-1 .element .text .element-text{
    color: #aeadad;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    padding: 13px 0 20px 0;
}
.element-box-1 .element .text .link{
    padding-right: 20px;
    overflow: hidden;
}
.element-box-1 .element .text .link div{
    background: url(/bitrix/components/nrj/catalog.section/templates/.default/images/detal-bg.png) left 2px no-repeat;
    height: 20px;
    color: #9f9f9f;
    padding-left: 20px;
    float: right;
}
.element-box-1 .element .text .link div a{
    color: #6c6c6c;
}


.element-box-1 .element .price{
    float: left;
    width: 20%;
    margin: 20px 0;
}
.element-box-1 .element .price > span{
    color: #0080d6;
    display: block;
    margin-bottom: 12px;
}
.element-box-1 .element .price > span{
    font: normal 20px/21px Arial, Helvetica, sans-serif;
}
.element-box-1 .element .price > span span.rubznak{
    font-size: 20px;
}

.element-box-1 .element .price .buy{
    overflow: hidden;
}
.element-box-1 .element .price .buy a{
    display: block;
    float: left;
    font: normal 12px/25px Arial, Helvetica, sans-serif;
    padding: 1px 30px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    color: #fff;
    text-align: center;
    background-color: #0080d6;
}
.element-box-1 .element .price .buy a:hover{
    background: #707070; /* Old browsers */

}


.detail-box{
    overflow: hidden;
    margin-bottom: 12px;

}
.detail-box .img{
    float: left;
    width: 212px;

}
.detail-box .img .img-1{
    border: 1px solid #e5e5e5;
    background: #fafafa;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.detail-box .img .img-1 img{
    width: 200px;
    height: auto;
}
.detail-box .img .img-2{
    overflow: hidden;
}
.detail-box .img .img-2 a{
    display: block;
    float: left;
    width: 98px;
    height: 98px;
    margin: 0 10px 10px 0;

    border: 1px solid #e5e5e5;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.detail-box .img .img-2 a:nth-child(2n){
    margin-right:0;
}
.detail-box .img .img-2 a div{
    margin: 5px;
    height: 90px;
    background-position: center;
    background-size: contain;
}




.detail-box .text{
    float: right;
    width: 500px;
    color: #191919;
}
.detail-box .text .name{
    color: #000;
    background: none;
    text-transform: none;
    font: normal 24px/28px Arial, Helvetica, sans-serif;
    padding: 1px 0 10px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #e5e5e5;
}
.detail-box .text .property-box{
    margin-bottom: 4px;
}
.detail-box .text .property-box strong{
    color: #000000 !important;
}




.price-box{
    padding: 0px;
    margin-top: 20px;
}

.button-box {
    overflow: hidden;
    margin-top: 20px;
}
.button-box a{
    display: block;
    float: right;
    font: normal 13px/25px Arial, Helvetica, sans-serif;
    padding: 3px 30px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    color: #fff;
    text-align: center;
    background-color: #0080d6;
}
.button-box a:hover{
    background: #707070; /* Old browsers */
}

.detail-box .text .property-box ul{
    margin-top: 4px !important;
}
.detail-box .text .property-box ul li{
    padding: 0 0 4px 16px !important;
}
.price-box table{
    border-collapse: collapse;
    width: 100%;
    margin:0;
    padding: 0;
    color: #3f3f3f !important;
}
.price-box table th{
    padding: 4px;
    font-weight: bold;
    color: #0080d6;
    background-color: #f4f4f4;
}
.price-box table td{
    padding: 4px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.price-box table tr:hover{
    background: #fcfcfc;
}






.quantity-box{
    overflow: hidden;
}
input.quantity-input {
    border: 1px solid #e5e5e5;
    font: 12px/17px Arial,Helvetica,sans-serif;
    height: 17px;
    width: 39px;
    text-align: center;

}
.quantity-controls {
    border: none;
    cursor: pointer;
    height: 19px;
    width: 19px;
    margin-left: 2px;
    display: block;
    float: right;
}
.quantity-plus{
    background: rgba(0, 0, 0, 0) url("/bitrix/components/nrj/catalog.section/templates/.default/images/quantity-controls.png") no-repeat scroll left top;
}
.quantity-plus:hover{
    background: rgba(0, 0, 0, 0) url("/bitrix/components/nrj/catalog.section/templates/.default/images/quantity-controls.png") no-repeat scroll left bottom;
}
.quantity-minus{
    background: rgba(0, 0, 0, 0) url("/bitrix/components/nrj/catalog.section/templates/.default/images/quantity-controls.png") no-repeat scroll right top;
}
.quantity-minus:hover{
    background: rgba(0, 0, 0, 0) url("/bitrix/components/nrj/catalog.section/templates/.default/images/quantity-controls.png") no-repeat scroll right bottom;
}

.count-price{
    width: 140px;
}

.count-price,
.count-price span,
.price-box table th span{
    font-weight: bold;
}











.description{
    clear: both;
    border: 1px solid #E5E5E5;
    padding: 20px;
    display: none;
}
.description .property-box{
    margin-bottom: 4px;
}
.description .property-box strong{
    color: #000000 !important;
}
.description .property-box ul{
    margin-top: 4px !important;
}
.description .property-box ul li{
    padding: 0 0 4px 16px !important;
}




dl.tabs {
    float: left;
    margin: 0px 0 0px 0;
    z-index: 50;
    position: relative;
}
dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
dl.tabs dt.open {
    background: #fff;
    z-index: 100;
    color: #0080d6;
    border-bottom: none;
    padding-bottom: 1px;
}
dl.tabs dt {
    float: left;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    margin-right: 3px;
    background: #fafafa;
    color: #000;
    font: bold 12px/30px Arial, Helvetica, sans-serif;
    margin-bottom: -1px;
    border-radius: 0px 0px 0 0;
    position: relative;
    cursor: pointer;
}
dl.tabs dt span{
    font-weight: bold;
    display: block;
    padding: 6px 0;
}
div.open{
    display: block;
}



.bascet-data{
    display: none;
}



#bas{
    width: 410px;
    padding: 40px;
    text-align: center;
    display: none;
}
#bas > span{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
#bas .button-box a{
    float: left;
}
#bas .button-box a:last-child{
    float: right;
}


/************************************************* section *************************************************/
.box-section{
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 10px;
}
.box-section a{
    float: left;
    width: 365px;

    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;

    text-decoration: none;
    overflow: hidden;
}
.box-section a:nth-child(2n+1){
    margin-right: 10px;
}
.box-section a:hover{
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.2);
}
.box-section a span{
    display: block;
    float: left;
    width: 170px;
    height: 160px;
    background-color: #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-section a > div{
    float: right;
    padding-right: 10px;
    width: 165px;
    height: 160px;
    line-height: 140%;
    display: table;
}
.box-section a > div > div{
    display: table-cell;
    vertical-align: middle;
    height: 160px;
    font: normal 15px/17px Arial, Helvetica, sans-serif;
    color: #000;
}
/* End */
/* /bitrix/components/nrj/catalog.section/templates/.default/style.css?15169501888373 */
