.l-description {
    max-width: none !important;
}

.js-index-tech-preview-wrap.loading .b-products__col{
    opacity: 0.2;
    pointer-events: none;
}


.js-index-tech-preview-wrap.loading {
    transition: 0.5s;
}

.js-index-tech-preview-wrap.loading::after{
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    
    border-left-color: black;
    border-bottom-color: black;
    top: 250px;
}
.b-product-wrap {
    position: relative;
}
.b-product-wrap__link {
    margin-bottom: 12px;
    display: block;
}
.b-composite__col {
    margin-bottom: 12px;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.b-thumbnails__view {
    font-size: 0;
}

.b-info td .b-dropdown__input-text,
.b-info td .b-info__dropdown{
    max-width: 90%;
    /*max-width: 100%;*/
    /*display: block;*/
}
.b-tabs__accordion:not(.js-act) .b-tabs__link.js-act:before {
    opacity: 1 !important;
    transform: rotate(0) !important;
}
