@charset "UTF-8";

.inner_item_txt ol li {
    padding-left:2.5em;
}
.inner_item_txt ol li:before {
    font-size: 2.5rem;
    color: var(--i_btn_color);
    font-weight: bold;
}


.suppliers{
    display: flex;
    flex-wrap: wrap;
}


.suppliers li{
   width:33.3333%;
    list-style: none!important;
    margin-bottom: 10px;
}

.block_table_3.w30 table tr:nth-of-type(1)>td:first-child, .block_table_3.w30 table tr:nth-of-type(1)>th:first-child, .block_table_7.w30 table tr:nth-of-type(1)>td:first-child, .block_table_7.w30 table tr:nth-of-type(1)>th:first-child {
    width: 25%!important;
}



.block_table_3 table th, .block_table_7 table th {
    text-align: center;
}


@media screen and (max-width: 500px){

.block_table_3.w30 table tr:nth-of-type(1)>td:first-child, .block_table_3.w30 table tr:nth-of-type(1)>th:first-child, .block_table_7.w30 table tr:nth-of-type(1)>td:first-child, .block_table_7.w30 table tr:nth-of-type(1)>th:first-child {
    width: auto!important;
}

.suppliers {
    display: block;
    flex-wrap: wrap;
}

.suppliers li {
    width: 100%;
    list-style: none!important;
    margin-bottom: 10px;
}

}