/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*СКРЫВАЕМ ФИЛЬТР КУКОЛ*/
div [data-prop_code="dummy"], div [data-property_id="763"] {
    display: none;
}
/*ПАРАЗИТНЫЙ БЛОК ОПИСАНИЯ В КАРТОЧКЕ*/
/*#props .char_block.bordered:last-child{
	display:none;
}
/**/

/*FIX ШАПКИ*/
/*body.sticky_menu .product-item-detail-tabs-container-fixed {left: 0 !important;}*/
/**/
.banners-content .maxwidth-banner &gt; .row.banner-wrapper {
	background-color: rgba(0,0,0,0.15);
}
/*FIX B24*/
.b24-widget-button-position-bottom-right {
    right: 20px !important;
    bottom: 100px !important;
}
/**/
/*FIX АКЦИИ*/
.sales-completed &gt; .item{filter: grayscale(100%)}
.sales-completed &gt; .item::before{opacity: 0.6; background: #ffffff}
/**/
/* FIX ОТЗЫВЫ*/
.js_reviews .items .n-product-review-item__footer .n-review-voting{display:none}
/**/
/*ПОТОРГУЕМСЯ*/
.skyweb24biddingButton{
	display: block !important;
	margin-top: 12px;
}
.btn.skyweb24biddingButton{
	border-color: #e10000;
	color: #e10000;
}
.btn.skyweb24biddingButton:hover{
	background-color: #e10000;
	border-color: #e10000;
}
.skyweb24biddingButton &gt; div{
	width: 100%;
}
.skyweb24biddingButton a{
	color: #e10000 !important;
	background: none !important;
	max-width: 100%;
	padding: 0;
}
.skyweb24biddingButton:hover a{
	color: #fff !important;
}
.skyweb24bidding .breadcrumb{
	background-color: #000;
}
.skyweb24bidding .breadcrumb .breadcrumb__wrapper span{
	color: #777;
}
.skyweb24bidding .breadcrumb .breadcrumb__wrapper span.active {
    color: #fff;
}
.popup-window-overlay{
	background: rgba(0,0,0,.5) !important;
}

@media (max-width: 979px) {
	.skyweb24biddingButton.biddingOptions{
		margin-top: 14px;
		right:0;
	}
}

/**/
.wrapper1.sticky_menu.sm .header-v28 .logo_and_menu-row .subbottom .float_wrapper{
	display:none;
}
/* БЛОГ */
.wrapper1 .banners-content .maxwidth-banner{
	background-position: top;
}
.banners-content .maxwidth-banner &gt; .row {
	background-color: rgba(0,0,0,0.3)
}
.banners-content .maxwidth-banner .text{
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
/* КОНЕЦ БЛОГ */
/*О Компании - главная*/
.company-block p,.company-block li{
	font-size:9pt
}
.company-block ul &gt; li{
	margin-top: 0
}
.company-block h4 {
	margin: 26px 0 13px
}
.company-block ul {
	margin: 13px 0 26px
}
/*Характеристики товаров*/
.product_sections {
    background-color: #FFF;
}
.product-desc-title, .product-spec-title {
    margin-top: 10px;
/*    text-align: center; */
}
.product-spec {
    width: 100%;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
}
.product-spec-group {
 /*   background: #f9f9f9;*/
    padding: 15px 0px;
    margin-bottom: 30px;
}
.product-spec h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    margin: 3px 0 20px 0;
    border-bottom: 1px solid #D3D3D3;
    text-transform: uppercase;
    font-weight: normal;
}
.product-spec dl {
    font-size: 14px;
    float: left;
    display: inline;
    width: 49%;
    margin-right: 2%;
    padding: 5px 0;
}
.product-spec dl::after {
    content: "";
    display: block;
    clear: both;
}
.product-spec dl:nth-child(2n) {
    margin-right: 0;
}
.product-spec-group .group_items:after {
    content: "";
    display: block;
    clear: both;
}
.product-spec .spec-name {
    width: 52%;
    float: left;
    display: inline;
    margin-right: 4%;
    color: #aeaeae;
    font-weight: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.product-spec .spec-value {
    width: 44%;
    float: left;
    display: inline;
    color: #000;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.props_list .choise {
    border-bottom: 1px dotted;
    cursor: pointer;
    position: relative;
}
.props_list .choise::before {
    content: "\f107";
    position: absolute;
    right: -14px;
    top: 2px;
    font: normal normal normal 14px/1 FontAwesome;
}
.spec-name-inner a {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
@media (max-width: 979px) {
    .product-spec dl {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
    }
    .spec-name-inner a {
        display: none;
    }
	.product-spec-group {
	    padding: 0;
    }
}
/*Конец характеристики товара*/
/*Карточка товара*/
.product-info-headnote__article {
	background: #a447bf;
}
.product-info-headnote__article .article, .product-info-headnote__article .article .article__value {
	font-weight: bold;	color: white !important;
}