.delivery__container__blocks .block .text p span.reset {
    color: #a5a5a5;
    font-weight: 400;
}

/* Техническая работа */
.tech-work {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff8e1;
    color: #333;
    border-top: 1px solid #ffb74d;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    z-index: 9999;
    font-family: inherit;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    opacity: 0;
}

.tech-work--visible {
    transform: translateY(0);
    opacity: 1;
}

.tech-work__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tech-work__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f57c00;
    margin-right: 15px;
    flex-shrink: 0;
}

.tech-work__text {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.tech-work__text a {
    color: #0277bd;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}

.tech-work__text a:hover {
    color: #01579b;
}

.tech-work__close {
    background: none;
    border: none;
    color: #757575;
    cursor: pointer;
    padding: 6px;
    margin-left: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.tech-work__close:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
}

@media (max-width: 768px) {
    .tech-work__container {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .tech-work__text {
        font-size: 14px;
        order: 2;
        width: 100%;
        margin-top: 8px;
    }

    .tech-work__icon {
        order: 1;
        margin-right: auto;
    }

    .tech-work__close {
        order: 1;
    }
}

/* Доставка и оплата */

.delivery_city {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
}

.delivery_city_product {
    font-size: 16px;
}

.delivery_city__title {
    color: #F2CCAC;
}

.delivery_city__name {
    color: #fff;
}

.delivery_city__button {
    color: #EBA164;
    font-weight: 400;
    margin-left: 8px;
    border: none;
    padding: 0;
    background: transparent;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.city__change.delivery_city__button {
    font-size: 16px;
    display: inline-block;
}

.delivery_city_product .delivery_city__button {
    font: inherit;
    text-underline-offset: 5px;
}

.delivery_city__button-container {
    display: inline-block;
    position: relative;
}

/* Выбор города */
.city-popup {
    position: absolute;
    /* left: 0; */
    top: 100%;
    margin-top: 8px;
    background: #665D5B;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 100;
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    padding: 0;
}

.city-popup__content {
    padding: 16px 20px;
    width: 100%;
}

.city-popup__title {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 16px;
    color: #fff;
}

.city-popup__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}

.city-popup__item {
    padding: 8px 10px;
    cursor: pointer;
    transition: background 0.2s;
    color: #fff;
    font-size: 14px;
}

.city-popup__item:hover {
    background: #f5f5f5;
}

.city-popup__item-indent {
    padding-left: 25px;
    font-size: 13px;
    color: #F2CCAC;
}

.city-popup__search {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #3E3735;
    color: #fff;
}

.city-popup__search::placeholder {
    color: #999;
}

.delivery__container__subtitle p {
    font-size: 22px;
}

.delivery__container__blocks .block .text {
    font-size: 22px;
}

.delivery__container__blocks .block .name {
    font-size: 22px;
}

.choice-block__city {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
}

.choice-block__city-name {
    font-size: 22px;
    color: #fff;
}

.choice-block__city-change {
    font-size: 22px;
    color: #fff;
}

.show-map-choose-dpd-js {
    color: #fff;
    font-size: 16px;
    text-underline-offset: 3px;
    cursor: pointer;
    display: inline-block;
}

.show-map-choose-dpd-js__link {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.header__top .left .burger .list.dev {
    min-width: 290px;
}

.header__top .left .burger .list.dev li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
}

.header__top .left .burger .list.dev li a svg {
    max-width: 26px;
    max-height: 26px;
    width: 100%;
    height: 100%;
    margin-right: 8px;
}
/* 
.header__top .left .burger .list.dev li a.discount-menu-item svg {
    max-width: 22px;
    max-height: 22px;
}

.header__top .left .burger .list.dev li a.size-menu-item svg {
    max-width: 28px;
    max-height: 28px;
}

.header__top .left .burger .list.dev li a.size-menu-item svg path {
    stroke-width: 0 !important;
}

.header__top .left .burger .list.dev li a.contact-menu-item svg {
    max-width: 22px;
    max-height: 22px;
}

.header__top .left .burger .list.dev li a.catalog-menu-item svg {
    max-width: 24px;
    max-height: 24px;
}

.header__top .left .burger .list.dev li a.rules-menu-item svg {
    max-width: 23px;
    max-height: 24px;
} */

.header__top .left .burger .list.dev ul a:hover {
    color: #EBA164;
}

.header__top .left .burger .list.dev ul a:hover svg {
    stroke: #EBA164;
    stroke-width: 1;
}

ol.order-item__order-list li a {
    color: #f2ccac;
}

.no-overflow {
    overflow: visible;
}



@media (max-width: 768px) {
    .show-map-choose-dpd-js__link {
        font-size: 12px;
    }
    .choice-block__city {
        font-size: 16px;
    }
    .choice-block__city-name {
        font-size: 16px;
    }
    .choice-block__city-change {
        font-size: 16px;
    }

    .modal-fast label .label-name {
        font-size: 22px;
    }

    .modal-fast label input {
        display: block;
        width: 100%;
        padding: 8px 16px;
        border: 1px solid #339;
        border-radius: 6px;
        font-size: 15px;
    }

    .modal-fast {
        overflow-y: auto;
    }
    
    .modal-fast__content {
        height: 100%;
        overflow-y: auto;
    }
}

