.table tr:last-child td {
    border-bottom: none; /* Убираем нижнюю границу у последнего элемента */
    padding-bottom: 32px;
}
/* Скрываем стандартный крестик */
/*.select2-selection__clear {*/
/*    display: none; !* Можно использовать visibility: hidden; если нужно оставить место *!*/
/*}*/

/*!* Вставляем свою иконку с помощью ::before *!*/
/*.select2-selection__clear::before {*/
/*    content: "\e902"; !* Ваш код иконки *!*/
/*    font-family: 'IcoMoon'; !* Убедитесь, что используете правильное имя шрифта *!*/
/*    font-size: 24px; !* Размер вашей иконки *!*/
/*    color: #000; !* Цвет вашей иконки *!*/
/*}*/
/*.select2-container .select2-results__option.custom-element {*/
/*    background-color: transparent;*/
/*    color: #000;*/
/*    cursor: pointer;*/
/*    padding: 6px;*/
/*    font-family: Golos;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    text-align: left;  !* Прижимаем текст к левому краю *!*/
/*    list-style-type: none;*/
/*    user-select: none;*/
/*}*/



/*.select2-selection__placeholder::before {*/
/*    content: '\00d7'; !* Символ крестика *!*/
/*    font-size: 18px;*/
/*    color: #007bff; !* Цвет крестика *!*/
/*    margin-right: 10px;*/
/*    cursor: pointer;*/
/*}*/
/*.shuttle__table {*/
/*    position: relative;*/
/*    overflow: inherit;*/
/*}*/

/*.shuttle__table .table thead > tr > th {*/
/*    background-color: #f2f2f2;*/
/*    font-size: 18px;*/
/*    line-height: 22px;*/
/*    text-align: right;*/
/*    color: #363636;*/
/*    padding: 20px 32px 20px 11px;*/
/*    border: 0;*/
/*}*/

/*.shuttle__table .table thead > tr > th:first-child {*/
/*    text-align: left;*/
/*    padding-left: 57px;*/
/*}*/

/*.table > tbody > tr:nth-child(2n) {*/
/*    background: #f2f2f2;*/
/*}*/

/*.table > tbody > tr:nth-child(2n+1) {*/
/*    background: #ffffff;*/
/*}*/

/*.shuttle__table .table tbody > tr > td {*/
/*    color: #363636;*/
/*    padding: 17px 32px 18px 11px;*/
/*    text-align: right;*/
/*    border-right: 0;*/
/*}*/

/*.shuttle__table .table tbody > tr > td:first-child {*/
/*    padding-left: 57px;*/
/*    text-align: left;*/
/*}*/

/*.shuttle__table .table {*/
/*    border: 0;*/
/*    box-shadow: none;*/
/*}*/


/*!*.shuttle__table .trigger {*!*/
/*!*    content: '';*!*/
/*!*    position: absolute;*!*/
/*!*    bottom: -20px;*!*/
/*!*    left: calc(50% - 20px);*!*/
/*!*    width: 40px;*!*/
/*!*    height: 40px;*!*/
/*!*    background: url(/images/static/kit/icons/table-trigger.png);*!*/
/*!*    border-radius: 50px;*!*/
/*!*    cursor: pointer;*!*/
/*!*}*!*/

/*.shuttle__table .trigger.set--loader:before {*/
/*    top: calc(50% - 10px);*/
/*    left: calc(50% - 10px);*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #fff;*/
/*}*/

/*.shuttle__table .trigger.set--loader:after {*/
/*    opacity: 0;*/
/*}*/

/*.shuttle--modal .modal-dialog {*/
/*    width: 1000px;*/
/*}*/

/*.shuttle--modal.hrd--modal.form--modal .modal-content {*/
/*    width: 100%;*/
/*}*/

/*.shuttle__rates select.form-control {*/
/*    background-color: #ffffff;*/
/*    border-color: #999999;*/
/*    font-size: 16px;*/
/*    padding: 12px 35px 12px 10px;*/
/*}*/

/*.shuttle__rates .filters .col-md-3 {*/
/*    width: 50%;*/
/*}*/

/*.rates__table {*/
/*    display: none;*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .filters > div:nth-child(2) {*/
/*        margin-top: 20px;*/
/*    }*/

/*    .filters select.form-control {*/
/*        border-radius: 10px;*/
/*    }*/

/*}*/
