/*Сроки поставки груза транспортными компаниями
start*/

.deliv-container .deliv-catalog table {
    margin-top: 0;
}

.deliv-catalog {
    margin-top: 10px;
    border: 1px solid #CACBD0;
}

.deliv-container .deliv-catalog table td {
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #333849;
    font-size: 14px;
    line-height: 16px;
}

.deliv-container .deliv-catalog table tr:first-child td:first-child,
.deliv-container .deliv-catalog table tr:nth-child(2) td:first-child,
.deliv-container .deliv-catalog table tr:nth-child(3) td:first-child  {
    background-image: url(deliv-star.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 70% 44%;
}

.deliv-container .deliv-catalog table td:first-child {
    width: 40px;
    padding-right: 4px;
    color: #C4C4C4;
}

.deliv-container .deliv-catalog table td:nth-child(2) {
    min-width: 70%;
    padding-left: 4px;
}

.deliv-container .deliv-catalog table td:last-child {
    text-align: right;
    padding-right: 30px;
    min-width: 132px;
}

.deliv-container .deliv-catalog {
    opacity: 0;
    transition: opacity .1s ease;
    overflow: hidden;
}

.deliv-container .deliv-catalog.deliv-catalog--ready {
    overflow: hidden;
    opacity: 1;
}

.deliv-container .deliv-catalog.deliv-catalog--ready .deliv-catalog__content {
    max-height: 320px;
}

.deliv-container .deliv-catalog.scroll-wrapper {
    opacity: 1;
}
/*Сроки поставки груза транспортными компаниями
end*/