@media screen and (max-width: 480px) {
    .cont .row .step span {
        display: none;
    }

    .checkout_steps .row > * {
        width: unset;
    }

    .checkout_steps .step {
        font-size: 22px;
    }

    .checkout_steps .row {
        justify-content: space-between;
        padding-top: 25px;
    }

    .checkout_info .form {
        margin-left: 0;
    }

        .checkout_info .form .col {
            width: 100%;
            margin-left: 0;
            padding: 0;
        }

    .checkout_info #co-shipping-method-and-payment-info-form .col, .checkout_info #co-shipping-method-and-payment-info-form .wrapper + .col {
        padding-right: 0;
    }

    .checkout_info .form .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0;
    }

    .checkout_info .form .col + .col {
        margin-top: 0;
    }

    .checkout_info .form .wrapper + .col {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .checkout_info .form .col:last-child .line {
        width: 100%;
    }

    .checkout_info .form textarea {
        height: 85px;
    }

    .checkout_info .btns {
        margin-top: 32px;
        padding-right: 0;
    }

    .delivery-details {
        flex-direction: column;
        align-items: baseline;
        gap: 8px;
        padding-top: 8px;
    }

    .pvz-details {
        flex-direction: column;
    }

        .pvz-details .action {
            padding: 19px 10px;
        }

        .pvz-details .details {
            padding: 19px 10px 0;
        }

    .saved-delivery-address {
        width: unset;
        flex: 0;
        padding: 0 0px 32px;
        border-right: unset;
    }

        .saved-delivery-address:after {
            content: '';
            display: block;
            border-bottom: 2px solid #E5E6E6;
            padding-top: 32px;
        }

    .delivery-address-form {
        flex-direction: column;
        padding: 0;
    }

    #deliveryDialog .buttons {
        padding: 30px 0;
    }

    .k-dialog.delivery-dialog .k-window-title {
        padding: 24px 0 0 24px;
        white-space: break-spaces;
        text-align: left;
    }

    .delivery-dialog .k-window-actions {
        padding-right: 30px;
        padding-top: 24px;
    }

    .delivery-dialog .k-window-content {
        padding: 32px 24px 24px;
    }

    .address-form {
        flex: 0;
        flex-direction: column;
    }

    #tariffDialog .content {
        flex-direction: column;
    }

    #tariffDialog .row.form {
        width: unset;
    }

    .order-data {
        flex-direction: column;
    }

        .order-data .details {
            width: unset;
        }

    #delivery-details {
        margin-bottom: 16px !important;
    }

    .order-data .comment {
        width: 100%;
    }

    .order-data .details {
        padding-left: 0;
    }

    .order_products .titles {
        display: none;
    }

    .order_products .list .product {
        padding-left: 109px;
        justify-content: flex-start;
    }

        .order_products .list .product .thumb {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 16px;
            margin: auto;
        }

    .order_products .product .col_info {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 16px;
    }

    .order_products .product .col_price {
        margin-left: 0;
    }

    .order_products .product .col_amount {
        width: 34px;
    }

    .order_products .product .col_price, .order_products .product .col_amount, .order_products .product .col_total_price {
        position: relative;
        padding-top: 24px;
        text-align: left;
        width: 24%;
    }

        .order_products .product .col_price:before,
        .order_products .product .col_amount:before,
        .order_products .product .col_total_price:before {
            color: #979b9b;
            font-family: var(--font_family);
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 18px;
            content: attr(data-column);
            text-align: left;
            white-space: nowrap;
            letter-spacing: 0;
            text-transform: none;
        }

    .check_order .order_products .totals > * {
        margin-left: 0;
        width: 32%;
    }

    .check_order .order_products .totals {
        margin-left: 0;
        display: flex;
        justify-content: normal;
        align-items: flex-end;
    }
}

    .check_order .order_products .totals .item .name {
        overflow-wrap: break-word;
    }

    .check_order .order_products .totals .item:nth-child(1) .name {
        width: 60px;
    }

    .check_order .order_products .totals .item:nth-child(2) .name {
        width: 82px;
    }

    .pvz-details .details {
        padding: 24px 20px 0;
    }    
}

