@media (min-width: 868px) {
    body.woocommerce-checkout,
    body.woocommerce-checkout .site-content {
        overflow: visible !important;
    }

    body.woocommerce-checkout.fixed_header .checkout-right-wrapper {
        top: 70px;
    }
}

#organisation_checkout_field .optional {
    display: none;
}

#cdek-warning-message {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: calc(-0.0029 * 100vw + 22px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
}

@media (max-width: 639px) {
    #cdek-warning-message {
        bottom: 11px;
    }
}

#cdek-warning-message div {
    text-align: center;
    width: fit-content;
    padding: 5px 10px;
    border: clamp(0.0625rem, 0.0286rem + 0.1506vw, 0.125rem) solid #FFC600;
    border-radius: 6px;
    margin-top: 5px;
    color: #171818;
    font-size: clamp(0.75rem, 0.6667rem + 0.3704vw, 1rem);
}

#cdek-warning-message div a {
    color: #171818;
    text-decoration: underline dashed;
}