#tree {
    display: none;
}
.i_block{
    display: inline-block;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 6px;
    border-radius: 10px;
    cursor: pointer;
}
.f_selector{
    margin-top: 30px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.fs_item{
    display: inline-block;
    text-transform: uppercase;
    color: lightgrey;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}
.fs_item.active{
    color: #036;
}
.fs_item_t{
    display: inline-block;
    text-transform: uppercase;
    color: lightgrey;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}
.fs_item_t.active{
    color: #036;
}
.fs_content{
    display: none;
}
.fs_content.active{
    display: block;
}
.detail_row{
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}
.detail_row.parent{
    color: black;
}
.detail_row.final{
    color: #07d;
}
.detail_row.final_empty{
    color: #07d;
}
.detail_row_placeholder.filled{
    padding-left: 20px;
    margin-top: 10px;
}
.tec_doc_articles{
    border-collapse: collapse;
    width: 100%;
}
.tec_doc_articles td{
    border: 1px solid lightgrey;
    padding: 10px;
}
.tec_doc_articles th{
    text-align: center;
    background-color: whitesmoke;
    color: black;
    padding: 5px;
    border: 1px solid grey;
}
.tec_doc_articles tr:hover td{
    background-color: whitesmoke;
}
.no_articles{
    color: #b1b1b1;
    padding: 5px;
    margin-left: 20px;
}
.no_foto{
    display: block;
    text-align: center;
    background: #d9d9d9;
    color: white;
    padding: 15px 0;
}
.go_to_price{
    /*padding: 10px 20px;*/
    /*border-radius: 7px;*/
    /*background: #123262;*/
    /*color: white;*/
}
.go_to_price:hover{
    /*background: black;*/
    /*color:white;*/

}
.tecdoc_table{
    border-collapse: collapse;
    width: 100%;
}
.tecdoc_table td{
    border: 1px solid lightgrey;
    padding: 5px;
}
.tecdoc_table th{
    text-align: center;
    background-color: whitesmoke;
    color: black;
    padding: 5px;
    border: 1px solid grey;
}
.tecdoc_table tr:hover td{
    background-color: whitesmoke;
}
.filter_by_year{
    display: inline-block;
    font-weight: bold;
    margin-right: 30px;
}
.tecdoc_type{
    display: block;
    box-shadow: 0 0 4px #cfcfcf;
    margin-top: 5px;
    padding: 10px;
    border-radius: 10px;
}
.tecdoc_type:hover{
    background-color: lightgrey;
}
.i_block.manufacturer{
    font-weight: bold;
    color:black;
}
.i_block.manufacturer:hover{
    background-color: lightgrey;
}
.td_model_block{
    display: inline-block;
    /*border: 0 !important;*/
    padding: 20px 0;
}
.td_model_block.hidden{
    display: none;
}
.td_model_block a{
    color:grey;
}
.td_model_block a span{
    color:black;
    font-weight: bold;
}
.td_model_block:hover{
    box-shadow: 0px 0px 15px 0px #2584DC1F;
}
.filter_by_year select{
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 5px;
}
.td_expander{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: grey;
}
.linker{
    font-family: Arial, sans-serif;
    font-size: 7px;
    vertical-align: middle;
}
.detail_tree ul{
    display: none;
    padding-left: 20px;
}

.pm_selector{
    margin-bottom: 20px;
}
.pm_item_t{
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: lightgrey;
}
.pm_item_t.active{
    color: #036;
}
.paging {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.paging > div {
    display: none;
    color: #333;
    font-size: 14px;
    align-items: center;
}
.paging input.show-entries {
    width: 100%;
    height: 26px;
    border: 0.5px solid #10182833;
    border-radius: 4px;
}
/*item-goods-tiles*/
#goods_list.row {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 10px 0px;
}
.item-goods-tiles {
    position: relative;
    height: 580px;

    /*border: 1px solid red;*/
}
.item-goods-tiles .item-description > p > b,
.item-goods-tiles .specifics > span:last-child {
    flex: 1;
    width: auto;
    max-width: fit-content;
    /*width: 80%;*/
}
.item-goods-tiles .item-description > p > span:first-child,
.item-goods-tiles .specifics > span:first-child {
    /*width: 20%;*/
    display: inline-flex;
    flex: 1;
    line-height: 98%;
}


.item-goods-tiles .item-description,
.item-goods-tiles .item-image  {
    padding: 0px;
}
.item-goods-tiles .item-image  {
    height: 297px;
    position: relative;
    z-index: 11;
}
.item-goods-tiles > .item-image a{
    display: inline-flex;
    width: 100%;
    height: 100%;
    /*background: #F2F6FD;*/
    justify-content: center;
    position: relative;
}
.item-goods-tiles > .item-image  img{
    border-radius: 4px;
    /*width: 100%;*/
    object-fit: contain;
    border: none;
    display: inline-flex;
    align-self: center;
    padding: 0px;
    /*min-height: 297px;*/
    /*max-height: 297px;*/
    /*height: 100%;*/
}

.item-goods-tiles > .item-image > .item-part-numbers{
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 111;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1em;
    background: #00000080;
}
.item-goods-tiles > .item-image > .item-part-numbers button {
    width: 80%;
    margin-top: 3px;
}
.item-goods-tiles .specifics {
    display: none;
}
.item-goods-tiles .item-price .nonprice{
    width: 100%;
}
.item-goods-tiles .item-price {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    padding: 0px 0px;
}
.item-goods-tiles .item-price .price-wrapper {
    border: none;
}
.item-goods-tiles .item-description > h4 {
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 .item-description > p:nth-child(2),
 .item-description > p:nth-child(3) {
    color: #A1A1A1;
    font-size: 14px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    /*margin: 0px 0px;*/
    /*border-bottom: 1px dotted;*/
    line-height: 10px;
}
.item-goods-tiles .item-description > p:nth-child(2) > b,
.item-goods-tiles .item-description > p:nth-child(3) > b {
     text-align: right;
 }
.item-goods-tiles .item-description {
        height: auto;
    min-height: 40px;
}
 .item-description > p:nth-child(2) > b,
 .item-description > p:nth-child(3) > b {
    color: #333333;
    margin-right: 0;
    margin-left: auto;
     line-height: 100%;
     text-decoration: underline;
}
.item-goods-tiles .number {
    display: none;
}
.ord-by-cart {
    margin-bottom: 11px;
}
.order-cond.qty {
    display: none;
    width: 100%;
}
.ord-by-cart,
.order-cond p {
    margin: 0;
    font-size: 12px;
    color: #333;
}
.item-goods-tiles .art-price,
.item-goods-tiles .order-cond {
    text-align: left;
    margin: 0px 0px 10px 0px;
}
.item-goods-tiles .order-cond p {
    margin: 0;
    font-size: 12px;
    color: #333;
    text-align: left;
}
.item-goods-tiles .item-price .price-wrapper {
    flex-direction: inherit;
    flex-wrap: wrap;
}
.item-goods-tiles .price-wrapper > .pull-right {
    width: 66px;
}
.item-goods-tiles .go_to_price {
    width: 100%;
    text-align: left;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
}
.item-goods-tiles .price-wrapper .cs-BYN {
    font-weight: 600;
    font-size: 24px;
    color: #123262;
}
.item-goods-tiles .price-wrapper > .pull-right > i {
    font-size: 21px;
    color: #fff;
}
.item-goods-tiles .price-wrapper > .pull-right {
    margin: 0px 0px 0px auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
.item-goods-tiles .nonprice {
    margin-bottom: 0em;
    margin-top: 2em;
}
.item-goods-tiles .fa-truck {
    font-size: 16px;
}



































