.z-bgc-br {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.z-bgc-br:hover {
    text-decoration: none;

}

.z-red-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EB171A;
    filter: drop-shadow(0px 0px 4px rgba(255, 0, 0, 0.3));
}

.z-tooltip-position {
    bottom: 45px;
    right: -35px;
    left: auto;
}

.z-vh-80 {
    max-height: 80vh;
}

.z-overf-y {
    max-height: 100vh;
    overflow-y: auto;
}

.z-overf-y-vh-49 {
    max-height: 70vh;
    overflow-y: auto;
}

.z-overf-y-vh-39 {
    max-height: 55vh;
    overflow-y: auto;
}

.z-overf-y-vh-29 {
    max-height: 40vh;
    overflow-y: auto;
    width: 100%;
}

.z-w-h-24 {
    width: 24px;
    height: 24px;
}

.z-overf-visible {
    overflow: visible;
}

.z-fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.z-chat-fix {
    position: fixed;
    bottom: 0;
    right: 8%;
}

.z-br-9-0 {
    border-radius: 9px 9px 0 0;
}

.z-index-999 {
    z-index: 9999999;
}

.z-df-colm {
    display: flex;
    flex-direction: column;
}

.z-df-aic-jcsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.z-df-colm-ai-cent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.z-df-aic-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-df-colm-ai-cent-jc-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.z-df-aifs {
    display: flex;
    align-items: flex-start;
}

.z-pl-pr-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.z-pt-pb-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.z-p-14-16 {
    padding: 14px 16px;
}

.z-p-16-24 {
    padding: 16px 24px;
}

.z-pt-pb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.z-pb-10 {
    padding-bottom: 10px;
}

.z-p-16 {
    padding: 16px;
}

.z-mt-mb-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.z-mb-4 {
    margin-bottom: 4px;
}

.z-mb-10 {
    margin-bottom: 10px;
}

.z-mt-10 {
    margin-top: 10px;
}

.z-ml-10 {
    margin-left: 10px;
}

.z-mr-10 {
    margin-right: 10px;
}

.z-mb-12 {
    margin-bottom: 12px;
}

.z-mt-16 {
    margin-top: 16px;
}

.z-mb-16 {
    margin-bottom: 16px;
}

.z-ml-16 {
    margin-left: 16px;
}

.z-mr-16 {
    margin-right: 16px;
}

.z-m-16 {
    margin: 16px;
}

.z-mt-20 {
    margin-top: 20px;
}

.z-mb-20 {
    margin-bottom: 20px;
}

.z-mr-24 {
    margin-right: 24px;
}

.z-mt-30 {
    margin-top: 30px;
}

.z-mb-27 {
    margin-bottom: 27px;
}

.z-main-text-clr {
    color: #222222;
}

.z-p-0-imprt {
    padding: 0 !important;
}

.z-pr-16-imprt {
    padding-right: 16px !important;
}

.z-clr-orange {
    color: #FB621A;
}

.z-span-clr {
    color: #999999;
}

.z-colr-ao {
    color: #A0A0A0;
}

.z-brd-radius-12 {
    border-radius: 12px;
}

.z-br-9 {
    border-radius: 9px;
}

.z-ltr-spacing {
    letter-spacing: 0.2px;
}

.z-fw-400 {
    font-weight: 400;
}

.z-fw-500 {
    font-weight: 500;
}

.z-fw-700 {
    font-weight: 700;
}

.z-fz-14-20 {
    font-size: 14px;
    line-height: 20px;
}

.z-fz-15-24 {
    font-size: 15px;
    line-height: 24px;
}

.z-fz-14-24 {
    font-size: 14px;
    line-height: 24px;
}

.z-fz-14-16 {
    font-size: 14px;
    line-height: 16px;
}

.z-fz-16-24 {
    font-size: 16px;
    line-height: 24px;
}

.z-fz-16-20 {
    font-size: 16px;
    line-height: 20px;
}

.z-fz-9-16 {
    font-size: 9px;
    line-height: 16px;
}

.z-fz-12-20 {
    font-size: 12px;
    line-height: 20px;
}

.z-brd-bck-br {
    border: none;
    border: 1px solid #D8D8DB;
    border-radius: 9px;
}

.bg-clr-f5 {
    background-color: #f5f5f5;
}

.z-bc-f9 {
    background: #F9F9F9;
}

.z-bc-999 {
    background: #999999;
}

.z-bc-orange {
    background: #FB621A;
}

.z-clr-white {
    color: #ffffff;
}

* {
    font-family: 'Red Hat Display', sans-serif !important;
}

.hd-header {
    display: flex;
    z-index: 1000;
}

.m-menu {
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 12px;
    background: none;
}

.m-menu .line {
    width: 100%;
    width: 32px;
    height: 4px;
    border-radius: 5px;
}

.hd-header-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-top: -4px;
}

.header-menu-right-section {
    flex-grow: 1;
    justify-content: flex-end;
    margin-left: 20px;
}

.header-logo .hd-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-menu-nav {
    display: flex;
}

.hd-menu-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.hd-menu-nav ul li {
    margin-right: 16px;
}

.hd-menu-nav ul li:nth-last-child(1) {
    margin-right: 0;
}

.hd-menu-nav ul li .hd-menu-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #999999;
    text-decoration: none;
    transition: all .3s;
}

.hd-menu-nav ul > li .hd-menu-link.nuxt-link-exact-active.nuxt-link-active {
    color: #FB6219 !important;
}


.hd-btn {
    padding: 12px 24px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: all .3s;
}

.hd-btn > i {
    font-size: 14px !important;
    line-height: 20px !important;
    vertical-align: middle !important;
    margin-left: 10px;
    transition: all .3s;
}

.hd-btn > i.left-side {
    margin-left: unset;
    margin-right: 10px;
}

.hd-btn:hover > i {
    margin-left: 15px;
}

.hd-btn:hover > i.left-side {
    margin-left: unset;
    margin-right: 15px;
}

.hd-btn ~ .hd-btn {
    margin-left: 10px;
}

.hd-btn-primary {
    background: #FB621A;
    color: #ffffff;
}

.hd-btn-primary:hover {
    text-decoration: none;
    color: #ffffff;
}

.hd-btn-outline-primary {
    border: 1px solid #FB621A;
    color: #FB621A;
    background-color: transparent;
}

.hd-btn-outline-primary:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FB621A;
}

.hd-btn-secondary {
    background: #ffffff;
    color: #999999;
}

.hd-btn-secondary:hover {
    text-decoration: none;
    color: #999999;
}

.hd-btn-outline-secondary {
    border: 1px solid #999999;
    color: #999999;
    background-color: transparent;
}

.hd-btn-outline-secondary:hover {
    text-decoration: none;
    color: #fff;
    background-color: #999999;
}

.hd-btn-third {
    background: #999999;
    color: #fff;
}

.hd-btn-group {
    display: flex;
}

.mob-hd-menu .header-logo {
    display: flex;
    margin-top: 40px;
}

.mob-hd-menu .hd-menu-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto 0;
}

.mob-hd-menu .hd-menu-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mob-hd-menu .hd-menu-nav ul li {
    margin: 0;
    margin-bottom: 20px;
}

.hd-menu-nav {
    display: flex;
}

.hd-menu-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.hd-menu-nav ul li {
    margin-right: 16px;
}

.hd-menu-nav ul li:nth-last-child(1) {
    margin-right: 0;
}

.hd-menu-nav ul li .hd-menu-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #999999;
    text-decoration: none;
}

.hd-menu-nav ul li .hd-menu-link:hover {
    text-decoration: none;
}

.or-input-pick-up {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #222222;
    border: none;
    height: 24px;
    border: 1px solid #ffffff;
}


.circle {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.circle-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.circle-secondary {
    background: #CACACA;
    border: 1.7px solid #CACACA;
}

.pop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 150px;
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 9px;
}

.mp-popup-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pop-btn-secondary {
    background: #F5F5F5;
    color: #222222;
    text-decoration: none;
}

.pop-btn-secondary:hover {
    text-decoration: none;
    color: #222222;
}

.pop-btn-primary {
    background-color: #FB621A;
    color: #ffffff;
    text-decoration: none;
}

.pop-btn-primary:hover {
    text-decoration: none;
    color: #ffffff;
}


.up-input-wrapper {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: center;
}

.up-input-file {
    width: 100%;
    opacity: 0;
    top: 14px;
    left: 0px;
    visibility: hidden;
    position: absolute;
}

.up-input-file-button-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    margin-left: 14px;
}

.up-input-file-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    max-width: 610px;
    width: 100%;
    height: 48px;
    border: none;
    background: #53A451;
    border-radius: 9px;
}

.pc-checkbox-tags-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #E0E0E0;
    padding-top: 40px;
    min-width: 545px;
}

.pc-checkbox-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #999999;
    margin-bottom: 40px;
}

.pc-tw-data-time {
    display: flex;
    flex-direction: column;
    max-width: 233px;
    width: 100%;
    margin-bottom: 16px;
}

.pc-tw-data-time .tw-data,
.pc-tw-data-time .tw-time {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #222222;
    margin: 0;
    margin-bottom: 24px;
}

.pc-select-tw-week,
.pc-select-tw-time {
    margin-bottom: 24px;
}


.z-ww-t {
    min-width: 70px;
}

.fd-select-wrapper ~ .fd-select-wrapper {
    margin-left: 10px;
}

.ft-tab-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
}

@media (max-width: 1200px) {
    .ft-tab-btn:nth-child(2) {
        margin-right: 0;
    }
}

.ft-tab-btn-included {
    background-color: #ffffff;
    opacity: 1;
}


@media (max-width: 1019px) {
    .hd-header-body {
        flex-wrap: wrap;
    }

    .hd-menu-nav {
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
    }
}

@media (max-width: 776px) {
    .left-block .nav-block ul li .circle {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .hd-header-body {
        justify-content: flex-end;
    }

    .hd-header-body .hd-menu-nav {
        display: none;
    }

    .hd-header-body .header-logo {
        display: none;
    }

    .mob-hd-menu-primary {
        transform: translateX(0%);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .m-menu {
        position: fixed;
        top: 25px;
        left: 20px;
        border: none;
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-left: 12px;
        margin: 0;
        padding: 0;
        z-index: 10000;
    }

    .m-menu:active, .m-menu:focus {
        outline: none;
    }

    .m-menu .line {
        width: 100%;
        width: 32px;
        height: 4px;
        background-color: #fb621a;
        border-radius: 5px;
    }

    .z-pop-cont-big > .z-pop-img-body > div {
        width: calc(100% / 2 - 10px);
    }

    .z-chat-main {
        right: 0;
    }
}

.z-bgc-br {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.z-bgc-br:hover {
    text-decoration: none;
}

.z-red-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EB171A;
    filter: drop-shadow(0px 0px 4px rgba(255, 0, 0, 0.3));
}

.z-tooltip-position {
    bottom: 45px;
    right: -35px;
    left: auto;
}

.z-vh-80 {
    max-height: 80vh;
}

.z-overf-y {
    max-height: 100vh;
    overflow-y: auto;
}

.z-overf-y-vh-39 {
    max-height: 55vh;
    overflow-y: auto;
}

.z-w-h-24 {
    width: 24px;
    height: 24px;
}

.z-overf-visible {
    overflow: visible;
}

.z-fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.z-chat-fix {
    position: fixed;
    bottom: 0;
    right: 8%;
}

.z-br-9-0 {
    border-radius: 9px 9px 0 0;
}

.z-index-999 {
    z-index: 9999999;
}

.z-index-9999 {
    z-index: 99999999 !important;
}

.z-df-colm {
    display: flex;
    flex-direction: column;
}

.z-df-aic-jcsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.z-df-colm-ai-cent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.z-df-aic-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-df-colm-ai-cent-jc-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.z-df-aifs {
    display: flex;
    align-items: flex-start;
}

.z-pl-pr-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.z-pt-pb-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.z-p-14-16 {
    padding: 14px 16px;
}

.z-p-16-24 {
    padding: 16px 24px;
}

.z-pt-pb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.z-pb-10 {
    padding-bottom: 10px;
}

.z-p-16 {
    padding: 16px;
}

.z-mt-mb-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.z-mb-4 {
    margin-bottom: 4px;
}

.z-mb-10 {
    margin-bottom: 10px;
}

.z-mt-10 {
    margin-top: 10px;
}

.z-ml-10 {
    margin-left: 10px;
}

.z-mr-10 {
    margin-right: 10px;
}

.z-mb-12 {
    margin-bottom: 12px;
}

.z-mt-16 {
    margin-top: 16px;
}

.z-mb-16 {
    margin-bottom: 16px;
}

.z-ml-16 {
    margin-left: 16px;
}

.z-mr-16 {
    margin-right: 16px;
}

.z-m-16 {
    margin: 16px;
}

.z-mt-20 {
    margin-top: 20px;
}

.z-mb-20 {
    margin-bottom: 20px;
}

.z-mr-24 {
    margin-right: 24px;
}

.z-mt-30 {
    margin-top: 30px;
}

.z-mb-27 {
    margin-bottom: 27px;
}

.z-main-text-clr {
    color: #222222;
}

.z-p-0-imprt {
    padding: 0 !important;
}

.z-pr-16-imprt {
    padding-right: 16px !important;
}

.z-clr-orange {
    color: #FB621A;
}

.z-span-clr {
    color: #999999;
}

.z-colr-ao {
    color: #A0A0A0;
}

.z-brd-radius-12 {
    border-radius: 12px;
}

.z-br-9 {
    border-radius: 9px;
}

.z-ltr-spacing {
    letter-spacing: 0.2px;
}

.z-fw-400 {
    font-weight: 400;
}

.z-fw-500 {
    font-weight: 500;
}

.z-fw-700 {
    font-weight: 700;
}

.z-fz-14-20 {
    font-size: 14px;
    line-height: 20px;
}

.z-fz-15-24 {
    font-size: 15px;
    line-height: 24px;
}

.z-fz-14-24 {
    font-size: 14px;
    line-height: 24px;
}

.z-fz-14-16 {
    font-size: 14px;
    line-height: 16px;
}

.z-fz-16-24 {
    font-size: 16px;
    line-height: 24px;
}

.z-fz-16-20 {
    font-size: 16px;
    line-height: 20px;
}

.z-fz-9-16 {
    font-size: 9px;
    line-height: 16px;
}

.z-fz-12-20 {
    font-size: 12px;
    line-height: 20px;
}

.z-brd-bck-br {
    border: none;
    border: 1px solid #D8D8DB;
    border-radius: 9px;
}

.bg-clr-f5 {
    background-color: #f5f5f5;
}

.z-bc-f9 {
    background: #F9F9F9;
}

.z-bc-999 {
    background: #999999;
}

.z-bc-orange {
    background: #FB621A;
}

.z-clr-white {
    color: #ffffff;
}

* {
    font-family: 'Red Hat Display', sans-serif !important;
}


.z-mn-bg-img {
    width: 100%;
    height: 100vh;
    padding: 0 !important;
}

#order_view_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.z-hd-bg-clr {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(0);
}

.z-main {
    margin: 0 !important;
    margin-top: 108px !important;
    display: flex;
    justify-content: space-between;
}

.z-lsb-data-sc {
    overflow-x: hidden;
    overflow-y: auto;
}

.z-height-68vh {
    max-height: 68vh;
}

.z-lsb-p {
    padding: 30px;
}

.pop-src-blck {
    height: 50px;
    width: 100%;
    position: relative;
}

.z-src-blc {
    width: 100%;
    height: 100%;
    padding: 16px 54px 16px 16px;
    border: none;
    background: #F5F5F5;
    border-radius: 9px;
}

.z-src-blc::-webkit-search-cancel-button {
    cursor: pointer;
}

.z-src-blc::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A0A0A0;
}

.z-search-btn {
    position: absolute;
    top: 0;
    right: 2%;
    background: center/24px no-repeat url(/img/order-details/icon/z-search.svg);
    width: 52px;
    height: 100%;
    border: none;
}

.z-mn-dt-sec {
    width: 250px;
}

.z-mn-dt-sec .single-route {
    z-index: 90;
    position: relative;
}

.z-mn-dt-sec .single-route:before {
    content: '';
    margin-top: -3px;
    position: absolute;
    width: 1px;
    top: -500%;
    height: 500%;
}

.z-mn-dt-sec .single-route:before:nth-child(1) {
    border: none;
}

.z-mn-dt-sec .single-route:after {
    content: '';
    margin-top: 3px;
    position: absolute;
    width: 1px;
    top: 100%;
    height: 500%;
}

.z-lsb-data-sc .z-mn-dt-sec:nth-child(1) .single-route:before {
    border: 0 !important;
}

.z-lsb-data-sc .z-mn-dt-sec:nth-last-child(1) .single-route:after {
    border: 0 !important;
}


.z-mn-dt-sec .single-route:before {
    border-left: 2px dashed #CACACA;
}

.z-mn-dt-sec .single-route:after {
    border-left: 2px dashed #CACACA;
}

.z-mn-dt-sec .single-route.active:before {
    border-left: 2px solid #53A451;
}

.z-mn-dt-sec .single-route.active:after {
    border-left: 2px solid #53A451;
}

.z-mn-dt-sec .single-route ~ .single-route:before {
    border-left: 2px dashed #CACACA;
}

.z-mn-dt-sec .single-route ~ .single-route.active:after {
    border-left: 2px solid #53A451;
}

.z-mn-dt-sec ~ .z-mn-dt-m {
    padding-top: 27px;
}

.z-dt-sec {
    margin-left: 16px;
}

.z-dt-title {
    font-size: 14px;
    line-height: 20px;
    color: #FB621A;
}

.z-dt-ttl-m {
    margin: 0;
}

.z-dt-addr-sec {
    white-space: break-spaces;
    overflow: visible;
    margin: 0;
    border: none;
    height: auto;
}

.z-dt-done {
    display: flex;
    align-items: center;
}

.z-dt-done span {
    margin: 0;
    margin-right: 4px;
}

.z-crc-br-r {
    border: 2px solid #FFFFFF;
}

.z-crc-grn {
    background: #53A451 !important;
}

.z-crc-red {
    background: #EB171A !important;
}

.z-dt-progress,
.z-dt-done {
    font-weight: 500;
}

.z-sb-p {
    padding: 0 !important;
}

.z-rsb-drv {
    display: flex;
    margin-bottom: 16px;
}

.z-rsb-drv-img {
    object-position: center;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.z-drv-name {
    width: 100%;
    margin-left: 16px;
}

.z-drv-txt-tlt {
    color: #A0A0A0;
}

.z-drv-txt-tlt:hover {
    text-decoration: none;
    color: #A0A0A0;
}

.z-drv-txt-us-name:hover {
    text-decoration: none;
    color: #222222;
}

.z-drv-rtg__item {
    background: center/cover no-repeat url(/img/order-details/icon/star-not-act.svg);
    cursor: pointer;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease-in-out;
}

.z-drv-rtg__item:hover,
.z-drv-rtg__item:hover ~ .z-drv-rtg__item {
    background: center/cover no-repeat url(/img/order-details/icon/star-active.svg);
}

.z-drv-rtg__item ~ .z-drv-rtg__item {
    margin-right: 4px;
}

.z-drv-rtg[data-total-value="1"] .z-drv-rtg__item:nth-child(n + 5),
.z-drv-rtg[data-total-value="2"] .z-drv-rtg__item:nth-child(n + 4),
.z-drv-rtg[data-total-value="3"] .z-drv-rtg__item:nth-child(n + 3),
.z-drv-rtg[data-total-value="4"] .z-drv-rtg__item:nth-child(n + 2),
.z-drv-rtg[data-total-value="5"] .z-drv-rtg__item:nth-child(n + 1) {
    background: center/cover no-repeat url(/img/order-details/icon/star-active.svg);
}

.z-drv-sdb-nav {
    width: 100%;
    align-items: center;
}

.z-drv-sdb-nav-no-active {
    opacity: 0.4;
    pointer-events: none;
}

.z-drv-sdb-nav-active {
    opacity: 1;
}

.z-sdb-nav-link {
    display: block;
    width: calc(100% / 5);
    text-align: center;
}

.z-sdb-nav-link:hover {
    text-decoration: none;
}

.z-sdb-nav-link ~ .z-sdb-nav-link {
    margin-left: 4%;
}

.z-sdb-nav-link-img {
    width: 24px;
    height: 24px;
}

.z-sdb-nav-link-tlt {
    margin: 0;
}

.z-drv-src-block {
    margin-bottom: 16px;
}

.z-drv-src-block-img {
    width: 69px;
    height: 69px;
}

.z-src-cont-dsc {
    color: #A0A0A0;
}

.z-drv-src-tlt {
    text-align: center;
    margin: 0;
}

.z-stts-src-blocks-p {
    padding: 8px 24px 14px 24px;
}

.z-stts-src-block {
    padding-top: 16px;
    padding-bottom: 10px;
}

.z-stts-src-block ~ .z-stts-src-block {
    border-top: 1px dashed #EDEDEE;
}

.z-btn-grp-blck:after {
    content: '';
    background: center/cover no-repeat url(/img/estimate/icons/arrow.svg);
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
}

.z-btn-grp-blck:before {
    content: '';
    max-width: 24px;
    width: 100%;
    height: 24px;
    margin-right: 11px;
}

.z-btn-bg1:before {
    content: '';
    background: center/cover no-repeat url(/img/order-details/icon/info-r.svg);
}

.z-btn-bg2:before {
    content: '';
    background: center/cover no-repeat url(/img/order-details/icon/bell.svg);
}

.z-btn-bg3:before {
    content: '';
    background: center/cover no-repeat url(/img/order-details/icon/images.svg);
}

.z-btn-bg4:before {
    content: '';
    background: center/cover no-repeat url(/img/order-details/icon/location4.svg);
}

.z-btn-bg5:before {
    content: '';
    background: center/cover no-repeat url(/img/order-details/icon/z-repeat.svg);
}

.z-lsb-btn-txt {
    position: relative;
    top: 0;
    left: -35px;
}

.z-pop-fade-anime {
    transition: all 0.8s ease 0s;
}

.z-pop-top-down-anime {
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0px, -100%);
}

.z-pop-top-down-anime-2 {
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}

.z-all-main-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.z-all-main-pop.active {
    opacity: 1;
    visibility: visible;
    display: unset;
}

.z-all-main-pop:target {
    opacity: 1;
    visibility: visible;
}

.z-all-main-pop:target .z-pop-top-down-anime {
    transform: translate(0px, 0px);
    opacity: 1;
}

.z-all-main-pop:target .z-pop-top-down-anime-2 {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}

.z-all-activ-pop {
    opacity: 1;
    visibility: visible;
}

.z-all-activ-pop .z-pop-top-down-anime {
    transform: translate(0px, 0px);
    opacity: 1;
}

.z-all-activ-pop .z-pop-top-down-anime-2 {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}

.z-all-pop-body {
    min-height: 100%;
    padding: 30px 10px;
}

.z-pop-cont {
    padding: 20px 16px;
    max-width: 350px;
    width: 100%;
    z-index: 10;
}

.z-popup-close {
    position: absolute;
    right: 24px;
    top: 16px;
    background: center/cover no-repeat url(/img/order-details/icon/pop-close.svg);
    width: 24px;
    height: 24px;
    transition: all .3s;
}

.z-popup-close {
    position: absolute;
    right: 24px;
    top: 16px;
    background: center/cover no-repeat url(/img/order-details/icon/pop-close.svg);
    width: 24px;
    height: 24px;
    transition: all .3s;
}

.z-popup-close:hover {
    transform: rotate(180deg);
}

.z-all-pop-img {
    max-width: 133px;
    width: 100%;
}

.z-pop-descr:hover {
    color: #FB621A;
}

.z-all-pop-btn-grp {
    width: 100%;
}

.z-user-img-no-img {
    letter-spacing: 1px;
    color: #ffffff;
    padding: 12px;
    border-radius: 9px;
}

.z-user-ava-img {
    object-fit: cover;
    width: 44px;
    height: 44px;
    border-radius: 9px;
}

.z-user-coment-blc {
    padding: 16px 10px;
    width: 100%;
}

.z-user-nik {
    color: #A0A0A0;
}

.z-user-nik:hover {
    color: #A0A0A0;
}

.z-user-reviev {
    resize: none;
    text-align: left;
    height: 50px;
}

.z-user-reviev::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.z-drv-rtg-size {
    width: 30px;
    height: 30px;
}

.z-tps-clr-btn {
    transition: .2s;
    cursor: pointer;
}

.z-label-cbx ~ .z-label-cbx {
    margin-left: 10px !important;
}

label input[type="radio"]:checked + .z-tps-clr-btn {
    background: #FB621A;
    color: #ffffff;
}

.z-tips-custm {
    height: 44px;
    padding-left: 24px;
}

.z-pop-main-hd {
    background: #FFEDE7;
}

.z-pop-main-hd img {
    margin-right: 10px;
}

.z-pop-cont-big .z-pop-img-body {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    flex-wrap: wrap;
}

.z-pop-cont-big .z-pop-img-body div {
    width: calc(100% / 6 - 10px);
    height: 127px;
    margin: 12px 5px;
}

.z-pop-cont-big .z-pop-img-body div img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.z-notif-pop-body .z-not-block span {
    margin-right: 5px;
}

.z-notif-pop-body .z-not-block span:nth-last-child(1) {
    margin-left: 5px;
}

.z-dlvr-inf-block > textarea {
    resize: none;
}

.z-txt-sect {
    border-bottom: 1px dashed #EDEDEE;
}

.z-chat-main {
    max-width: 400px;
    width: 100%;
    max-height: 547px;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    right: 250px;
}

.z-chat-header {
    border: none;
}

.z-chat-area {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.z-chat-body {
    background-color: #fff;
    height: 0;
    padding: 0;
    width: 100%;
    transform: translate3d(0, -100%, 0);
}

.z-chat-body.active {
    width: 100%;
    padding: 16px;
    height: min-content !important;
    transform: translate3d(0, 0, 0);
}

.z-mes-send {
    resize: none;
    width: 100%;
    padding: 12px 4px 12px 16px;
    border: 0;
    outline: none !important;
}

.z-send-mes-btn {
    border: none;
    padding: 10px;
    background: center/24px no-repeat url(/img/order-details/icon/z-send.svg);
    width: 50px;
    height: 100%;
}

.z-switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 33px;
    top: 0;
}

.z-switch input {
    display: none;
}

.z-slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.z-slider:before {
    background-color: #fff;
    bottom: 1px;
    content: "";
    height: 18px;
    left: 1px;
    position: absolute;
    transition: .4s;
    width: 18px;
}

#ark-checkbox-0:checked + .z-slider {
    background: #FB621A;
}

#ark-checkbox-0:checked + .z-slider:before {
    transform: translateX(13px);
}

.z-slider.z-round {
    border-radius: 20px;
}

.z-slider.z-round:before {
    border-radius: 50%;
}

.fd-info-title {
    visibility: hidden;
    max-width: 450px;
    width: calc(100vw - 60px);
    background-color: #FB621A;
    color: #ffffff;
    border-radius: 12px;
    position: absolute;
    z-index: 990;
}

.z-stts-info-m {
    position: relative;
    cursor: pointer;
}

.z-stts-info-m:hover .fd-info-title {
    visibility: visible;
    animation: odsoky 1s ease-in-out infinite alternate;
}

.tooltip-arrow {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 85%;
    transform: translateX(-50%);
    width: 20px;
    height: 25px;
    overflow: hidden;
}

.tooltip-arrow::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #FB621A;
    border-radius: 4px;
    transform: translateX(-50%) rotate(45deg);
}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

body {
    font-family: 'Red Hat Display', sans-serif;
}

.circle {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.circle-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.circle-secondary {
    background: #CACACA;
    border: 1.7px solid #CACACA;
}

.circle-primary {
    background: #FB621A;
    border: 1.7px solid #FB621A;
}

.circle-tertiary {
    background: #222222;
    border: 1.7px solid #222222;
}

.circle-checked {
    background-color: #ffffff;
    background-image: url(/img/estimate/icons/checked.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.circle-checked span {
    display: none;
}

.circle-nochecked {
    border: 2px solid #999999;
    box-sizing: border-box;
}

.sc-table {
    background-color: #fff;
    border-radius: 9px;
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

.sc-table > thead > tr > th {
    padding: 20px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.001em;
    color: #222222;
    background-color: #FFEDE7;
    white-space: nowrap;
}

.sc-table > thead > tr:nth-child(1) > th:nth-child(1) {
    border-top-left-radius: 9px;
}

.sc-table > thead > tr:nth-child(1) > th:nth-last-child(1) {
    border-top-right-radius: 9px;
}

.sc-table > tbody > tr > td {
    padding: 15px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.001em;
    color: #222222;
}

.sc-table > tbody > tr ~ tr > td {
    border-top: 1px solid #E0E0E0;
}

.sc-table > thead > tr > th,
.sc-table > tbody > tr > td,
.sh-table > thead > tr > th,
.sh-table > tbody > tr > td {
    vertical-align: middle;
}

.sc-table > thead > tr > th:nth-last-child(1),
.sc-table > tbody > tr > td:nth-last-child(1),
.sh-table > thead > tr > th:nth-last-child(1),
.sh-table > tbody > tr > td:nth-last-child(1) {
    width: 1%;
    white-space: nowrap;
}

.sc-table-image-box {
    display: flex;
}

.sc-table-image-box > img {
    margin-right: 10px;
}

.sc-table-image-box > div > span,
.sc-table-image-box > div > a > span {
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.sc-table-image-box > div > span:hover,
.sc-table-image-box > div > a > span:hover {
    color: #222222;
    text-decoration: none;
}

.sc-table-image-box > div > span:nth-child(1) {
    color: #A0A0A0;
}


.sc-table .table-txt-area {
    max-width: 350px;
    resize: none;
}

.sh-table > thead > tr > th {
    padding: 25px 16px;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    color: #222222;
    background: #F9F9F9;
}

.sh-table > thead > tr:nth-child(1) > th:nth-child(1) {
    border-top-left-radius: 12px;
}

.sh-table > thead > tr:nth-child(1) > th:nth-last-child(1) {
    border-top-right-radius: 12px;
}

.sh-table > tbody > tr > td {
    padding: 25px 16px;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.001em;
    color: #222222;
}

.sh-table > tbody > tr > td a:hover {
    text-decoration: none;
    color: #FB621A;
}

.sh-table > tbody > tr {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1019px) {
    .hd-header-body {
        flex-wrap: wrap;
    }

    .hd-menu-nav {
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
    }
}

@media (max-width: 776px) {
    .left-block .nav-block ul li .circle {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {

    .z-main {
        padding-top: 20px;
    }

    .z-mn-bg-img {
        height: auto;
        margin-bottom: 75px !important;
    }

    #order_view_map {
        position: relative;
        height: 50vh;
    }

    .fp-main-background {
        width: 200px;
        right: 0;
        left: auto;
        top: -150px;
    }

    .hd-header-body {
        justify-content: flex-end;
    }

    .hd-header-body .hd-menu-nav {
        display: none;
    }

    .hd-header-body .header-logo {
        display: none;
    }

    .mob-hd-menu-primary {
        transform: translateX(0%);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .m-menu {
        position: absolute;
        top: 25px;
        left: 20px;
        border: none;
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-left: 12px;
        margin: 0;
        padding: 0;
        z-index: 10000;
    }

    .m-menu:active, .m-menu:focus {
        outline: none;
    }

    .m-menu .line {
        width: 100%;
        width: 32px;
        height: 4px;
        background-color: #fb621a;
        border-radius: 5px;
    }

    .z-pop-cont-big > .z-pop-img-body > div {
        width: calc(100% / 2 - 10px);
    }

    .z-chat-main {
        right: 0;
    }
}
