

/* Start:/bitrix/templates/aspro-priority/components/bitrix/news.list/tariffs_delivery/style.css?16618606461366*/
.tariffs_delivery_table {
    display: flex;
    flex-direction: column;
    color:#212836;
}

.tariffs_delivery_table .title_table,.tariffs_delivery_table .row_element {
    display: flex;
    flex-direction: row;
}

.tariffs_delivery_table .title_table .col,.tariffs_delivery_table .row_element .col {
    width:calc(100%/3);
}
.tariffs_delivery_table .title_table .col {
    background: #F3F3F3;
    padding: 5px;
    text-align: center;
    border: 1px solid #D4D4D4;
    border-bottom: 2px solid #D4D4D4;
        font-weight: 800;
}
.tariffs_delivery_table .row_element.hidden {
    display:none;
}
.tariffs_delivery_table .row_element .col {
    padding: 5px;
    text-align: center;
    border: 1px solid #D4D4D4;
}

.tariffs_delivery_table .row_element .col:first-child {
    text-align: left;
}
.tariffs_delivery_table .row_element:nth-child(2n) .col {
    background: #F6F8FA;
}

.tariffs_delivery_table .row_element .col:hover {
    background: #BAB7B8;
}

.tariffs_delivery_table_cities {
    display: flex;
    flex-direction: row;
    margin-bottom:20px;
    flex-wrap: wrap;
    color:#212836;
}

.tariffs_delivery_table_cities .one_city {
    padding: 10px;
    background: #F3F3F3;
    margin-right:10px;
    cursor:pointer;
    font-weight: 800;
    margin-bottom: 10px;
}
.tariffs_delivery_table_cities .one_city:hover {
    background: #BAB7B8;
}
/* End */
/* /bitrix/templates/aspro-priority/components/bitrix/news.list/tariffs_delivery/style.css?16618606461366 */
