.btn--delivery-calc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    border: 1px solid #ff612e;
    border-radius: 10px;
    background: #ff612e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.btn--delivery-calc:hover {
    border-color: #ff4f1b;
    background: #ff4f1b;
    color: #fff;
}

.tabs--list-item--delivery-calc[hidden] {
    display: none !important;
}

.np-delivery-calc-widget {
    max-width: 960px;
    position: relative;
}

.np-delivery-calc-widget__hint {
    margin: -8px 0 24px;
    color: #7b7f86;
    font-size: 16px;
    line-height: 1.45;
}

.np-delivery-calc-widget .esl-button_static {
    display: none !important;
}

.np-delivery-calc-widget__caption {
    color: #ff612e !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.np-delivery-calc-widget .eshoplogistic-theme-promo__link,
.np-delivery-calc-widget .eshoplogistic-theme-link[href*="my.eshoplogistic.ru/register"],
#np-delivery-calc-widget .eshoplogistic-theme-promo__link,
#np-delivery-calc-widget .eshoplogistic-theme-link[href*="my.eshoplogistic.ru/register"] {
    color: #ff612e !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.np-delivery-calc-widget__caption:hover {
    color: #ff4f1b !important;
}

.np-delivery-calc-widget .eshoplogistic-theme-promo__link:hover,
.np-delivery-calc-widget .eshoplogistic-theme-link[href*="my.eshoplogistic.ru/register"]:hover,
#np-delivery-calc-widget .eshoplogistic-theme-promo__link:hover,
#np-delivery-calc-widget .eshoplogistic-theme-link[href*="my.eshoplogistic.ru/register"]:hover {
    color: #ff4f1b !important;
}

.np-delivery-calc-widget__eshop-logo {
    display: none !important;
}

.np-delivery-calc-widget img[src*="eshoplogistic.ru/assets/template/images/logo"],
.np-delivery-calc-widget img[alt*="eshoplogistic"],
#np-delivery-calc-widget img[src*="eshoplogistic.ru/assets/template/images/logo"],
#np-delivery-calc-widget img[alt*="eshoplogistic"] {
    display: none !important;
}

.np-delivery-calc-widget__brand {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 18px;
    color: #39414d;
    font-size: 20px;
    font-weight: 700;
}

.np-delivery-calc-widget__brand img,
.np-delivery-calc-widget__brand svg {
    display: block;
    max-width: 190px;
    max-height: 64px;
    object-fit: contain;
}

@media all and (max-width: 767px) {
    .btn--delivery-calc {
        min-height: 48px;
        border-radius: 8px;
    }
}
