.pix-breadcrumbs-path{
    max-width: 1330px;
    margin: 0 auto;
    padding: 30px 15px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
}
.pix-breadcrumbs-path .fa-angle-right {
    height: auto;
    margin: 0 -2px;
}
.pix-breadcrumbs-path .fa-angle-right:before {
    content: "/";
}
.pix-breadcrumbs-path a,
.pix-breadcrumbs-path span:not(.fa) {
    font-weight: 600;
    color: #818181;
    line-height: initial;
    font-size: 14px;
}
.prices-h1{
    max-width: 1330px;
    margin: 0 auto;
    padding: 50px 15px 20px;
}
.prices-description{
    max-width: 1300px;
    margin: 0 auto 15px;
}
.vat-note{
    max-width: 1300px;
    margin: 0 auto 35px;
    font-weight: 500;
}

.loader-wrap{
    position: fixed;
}
.prices-filter{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 1300px;
    margin: 0 auto 16px;
}
.bodies-wrap, .brands-wrap{
    position: relative;
}
.bodies-wrap .value-and-arrow,
.brands-wrap .value-and-arrow{
    color: var(--pix-text-gray);
    background-color: var(--pix-grey-bg);
    min-width: 192px;
    max-width: 150px;
    min-height: 44px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--pix-main-font);
    font-size: 14px;
    line-height: initial;
    font-weight: 500;
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    white-space: normal;
}
.brands-wrap{
    margin-left: 16px;
}
.bodies-and-brands{
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    background-color: #ffffff;
    min-width: 100%;
    font-size: 14px;
    line-height: initial;
    font-weight: 500;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
    z-index: 6;
    transition: all .33s;
    overflow: hidden;
}
.bodies-wrap.active .bodies-and-brands,
.brands-wrap.active .bodies-and-brands{
    visibility: visible;
    opacity: 1;
}
.car-bodies, .car-brands{
    border-radius: 8px;
    margin: -2px 0;
    position: relative;
    z-index: 1;
}
.car-body,
.car-brand{
    padding: 5px 16px;
    cursor: pointer;
    color: var(--pix-text-gray);
    min-height: 43px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: normal;
    border-bottom: 1px solid var(--pix-grey-border);
}
.car-body:last-child{
    border-bottom: 0;
}
.car-brand.active, .car-body.active{
    font-weight: 600;
    background-color: var(--pix-grey-bg);
}

.club-card{
    margin-left: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.club-card img{
    margin-top: 7px;
}
.club-card span{
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: initial;
}
.club-card .switch{
    border-radius: 19px;
    min-width: 28px;
    max-width: 28px;
    height: 18px;
    background-color: #D6D6D6;
    position: relative;
}
.club-card.active .switch{
    background-color: var(--pix-orange);
}
.club-card .switch::after{
    content: "";
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: white;
}
.club-card.active .switch::after{
    left: auto;
    right: 1px;
}

.price-sort{
    margin: 0 10px 0 auto;
    position: relative;
}
.price-sort-top{
    color: var(--pix-text-gray);
    cursor: pointer;
    z-index: 2;
    position: relative;
    width: 100%;
    min-height: 44px;
    font-family: var(--pix-main-font);
    font-size: 14px;
    line-height: initial;
    font-weight: 500;
    transition: height 0.2s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    white-space: normal;
}
.price-sort-top span{
    padding-left: 3px;
}
.price-sort-top img{
    padding-left: 8px;
}
.price-sort-bottom {
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    background-color: #ffffff;
    min-width: 175px;
    font-size: 14px;
    line-height: initial;
    font-weight: 500;
    position: absolute;
    top: calc(100% + 8px);
    left: -3px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
    z-index: 6;
    transition: all .33s;
    overflow: hidden;
}
.price-sort.active .price-sort-bottom {
    visibility: visible;
    opacity: 1;
}
.price-sort-bottom .sort-item {
    padding: 5px 16px;
    cursor: pointer;
    color: var(--pix-text-gray);
    min-height: 43px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: normal;
    border-bottom: 1px solid var(--pix-grey-border);
}
.price-sort-bottom .sort-item:last-child {
    border-bottom: 0;
}
.price-sort-bottom .sort-item.active {
    font-weight: 600;
    background-color: var(--pix-grey-bg);
}

.rent-dates-wrap{
    position: relative;
    min-width: 240px;
    max-width: 340px;
    margin-right: 16px;
}
.rent-dates{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background-color: var(--pix-grey-bg);
    background: url('../images/date.svg') 14px center no-repeat var(--pix-grey-bg);
    padding: 0 15px 0 42px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    cursor: pointer;
}
.rent-dates span{
    padding-top: 2px;
    padding-right: 10px;
}
.rent-dates-wrap.active .rent-dates-modal{
    visibility: visible;
    opacity: 1;
}
.rent-dates-modal{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 395px;
    padding: 16px;
    height: auto;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
    z-index: 6;
    transition: all .33s;
    top: calc(100% + 8px);
    border-radius: 8px;
    background-color: #ffffff;
}
.rent-dates-modal .dates{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}
.rent-dates-modal .date-wrap{
    min-width: 48%;
    max-width: 48%;
    cursor: pointer;
}
.rent-dates-modal .date-wrap.active .date-title{
    display: flex;
}
.rent-dates-modal .dates .date-title{
    display: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    align-items: center;
}
html[lang="sv"] .rent-dates-modal .dates .date-title{
    min-height: 28px;
}
.rent-dates-modal .dates input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
.rent-dates-modal .dates .date-start,
.rent-dates-modal .dates .date-end{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    height: 44px;
    border-radius: 8px;
    background-color: var(--pix-grey-bg);
    background: url('../images/date.svg') 14px center no-repeat var(--pix-grey-bg);
    padding: 0 12px 0 40px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #818181;
}
html[lang="ar"] .rent-dates-modal .dates .date-start,
html[lang="ar"] .rent-dates-modal .dates .date-end{
    justify-content: flex-end;
}
.rent-dates-modal input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.rent-dates-modal .dates span{
    margin-top: 3px;
}
.rent-dates-modal .errors .error{
    margin-bottom: 15px;
    font-family: var(--pix-main-font);
    font-size: 16px;
    line-height: 16px;
    color: red;
    display: none;
    font-weight: 500;
}
.buttons-wrap{
    margin-top: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.buttons-wrap .clear, .buttons-wrap .apply{
    font-size: 14px;
    line-height: 14px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 3px;
    min-width: 48%;
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}
.buttons-wrap .clear{
    color: #000;
    font-weight: 800;
    background-color: white;
    border: 1px solid var(--pix-grey-border);
}
.buttons-wrap .apply{
    color: white;
    background-color: var(--pix-orange);
}

.easepick-wrapper{
    position: absolute !important;
    top: 110%;
}
html[lang="ar"] .easepick-wrapper{
    direction: ltr;
}

.swipe-note{
    font-size: 12px;
    margin-bottom: 8px;
    display: none;
    color: #818181;
}
#pixcars-tariffs{
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--pix-grey-border);
    margin: 0 auto 70px auto;
    max-width: 1300px;
    overflow: hidden;
    position: relative;
}
.left-part{
    display: none;
}
#pixcars-tariffs .thead,
#pixcars-tariffs .thead .inner{
    height: auto;
}
/*#pixcars-tariffs .left-part .thead:not(.fixed){*/
/*    margin-bottom: 1px;*/
/*}*/
#pixcars-tariffs .thead .inner,
#pixcars-tariffs .tbody .tr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    background: white;
    overflow: hidden;
}
#pixcars-tariffs .thead .inner.fixed{
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 2;
}
#pixcars-tariffs .left-part .thead .inner{
    border-bottom: 1px solid var(--pix-grey-border);
    height: 100%;
}
#pixcars-tariffs .left-part .thead .inner{
    align-items: flex-start;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}
#pixcars-tariffs .right-part .thead .inner{
    align-items: flex-start;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
#pixcars-tariffs .thead .inner{
    border: 1px solid var(--pix-grey-border);
}
#pixcars-tariffs .thead .inner:not(.fixed){
    margin: -1px -1px 0 -1px !important;
}
.thead .inner-scroll{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}
#pixcars-tariffs .thead .th{
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: var(--pix-orange);
    align-items: flex-start !important;
}
#pixcars-tariffs .thead .th.de{
    letter-spacing: -.4px;
}
#pixcars-tariffs .thead .th em{
    font-weight: 400;
    display: block;
    font-style: normal;
}
#pixcars-tariffs .thead .th.ru[data-id="car_octane-shield"] em,
#pixcars-tariffs .thead .th.ru[data-id="clubRate"] em,
#pixcars-tariffs .thead .th.ru[data-id="clubTotalCost"] em{
    font-size: 14px;
    letter-spacing: -0.3px;
}
#pixcars-tariffs .thead .th,
#pixcars-tariffs .tbody .tr .td{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}
#pixcars-tariffs .thead .th.de .desktop,
#pixcars-tariffs .thead .th.it .desktop{
    word-break: break-word;
}
#pixcars-tariffs .thead .th .mobile{
    display: none;
}
#pixcars-tariffs .thead .model.th{
    padding: 16px 5px 16px 16px;
}
#pixcars-tariffs .thead .rent.th,
#pixcars-tariffs .tbody .tr .rent.td{
    min-width: 11%;
    max-width: 11%;
    padding: 16px 5px 16px 16px;
    position: relative;
    /*border-left: 1px solid var(--pix-grey-border);*/
}
#pixcars-tariffs .thead .rent.th:before,
#pixcars-tariffs .thead-2 .rent.th:before,
#pixcars-tariffs .tbody .tr .rent.td:before{
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 500%;
    top: -210%;
    background-color: var(--pix-grey-border);
}
html[lang="nl"] #pixcars-tariffs .thead .rent.th:nth-last-child(2){
    word-break: break-all;
}
#pixcars-tariffs .thead .th div.arab{
    font-family: "Damascus";
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #6e6e6e;
    width: 100%;
    margin-top: 5px;
    font-weight: 700;
}
#pixcars-tariffs .thead .th div.arab span{
    font-family: var(--pix-main-font);
    font-weight: 500;
}
#pixcars-tariffs .tbody .tr{
    border-bottom: 1px solid var(--pix-grey-border);
    min-height: 51px;
}
#pixcars-tariffs .tbody .tr:last-child{
    border-bottom: 0;
}
#pixcars-tariffs .tbody .tr .name.td,
#pixcars-tariffs .tbody .tr .rent.td{
    font-family: var(--pix-main-font);
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-weight: 500;
}
#pixcars-tariffs .tbody .tr .strike{
    position: relative;
    line-height: initial;
    width: 55px;
    text-align: center;
}
#pixcars-tariffs .tbody .tr .strike:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 83%;
    left: 9%;
    height: 1px;
    background: black;
}
#pixcars-tariffs .tbody .tr .rent.td span.zero{
    font-weight: 800;
    color: var(--pix-orange);
    font-size: 16px;
}
#pixcars-tariffs .tbody .tr .rent.td .wpcs_price_symbol{
    display: none;
}
#pixcars-tariffs .tbody .tr .name.td a:hover{
    color: var(--pix-orange);
}

#pixcars-tariffs .thead .th.model,
#pixcars-tariffs .tbody .tr .name.td{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#pixcars-tariffs .thead .th.model,
#pixcars-tariffs .tbody .tr .name.td{
    padding: 16px 5px 16px 16px;
}

.pixcars-listing.tariffs .buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 76px;
    margin-bottom: 92px;
}
.pixcars-listing.tariffs .buttons *{
    min-width: 202px;
    max-width: 202px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: var(--pix-main-font);
    font-size: 19.5px;
    font-weight: 500;
    text-align: center;
    line-height: 75px;
}
.pixcars-listing.tariffs .buttons div{
    color: white;
    background-color: var(--pix-orange);
}
.pixcars-listing.tariffs .buttons a{
    margin-left: 35px;
    color: var(--pix-orange);
    border: 1px solid var(--pix-grey-border);
}
.pixcars-listing.tariffs .buttons a:hover{
    background-color: var(--pix-orange);
    color: white;
}

.white-theme .amounts-main{
    overflow: visible !important;
}
.white-theme .amounts-main:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/quattro/images/amounts-and-props-bg.jpg") right center no-repeat;
    background-size: cover;
}
body.webp.white-theme .amounts-main:before {
    background: url("/wp-content/themes/quattro/images/detail-props-bg.webp") right center no-repeat;
    background-size: cover;
}
#google-reviews{
    position: relative;
}

@media screen and (min-width: 1360px) {
    .pix-header-title .pix-h1[data-id="3872"]{
        font-size: 53px;
    }
}
@media screen and (max-width: 1360px) {
    .prices-h1{
        padding-left: 0;
    }
    .pixcars-listing{
        padding: 0 15px;
    }
    html[lang="pt"] #pixcars-tariffs .thead .rent.th:nth-last-child(2),
    html[lang="pt"] #pixcars-tariffs .thead .rent.th:nth-last-child(3),
    html[lang="nl"] #pixcars-tariffs .thead .rent.th:nth-last-child(2),
    html[lang="nl"] #pixcars-tariffs .thead .rent.th:nth-last-child(3) {
        word-break: break-all;
    }
    #pixcars-tariffs .tbody .tr .strike{
        padding-left: 0;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1360px) {
    #pixcars-tariffs .thead .rent.th,
    #pixcars-tariffs .tbody .tr .rent.td{
        padding: 12px 10px;
    }
    #pixcars-tariffs .thead .th div.arab{
        font-size: 15px;
        line-height: 18px;
    }
    #pixcars-tariffs .thead .th.model,
    #pixcars-tariffs .tbody .tr .name.td{
        padding: 12px 5px 12px 10px;
    }
    #pixcars-tariffs .tbody .tr .rent.td span.zero{
        font-size: 16px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
    #pixcars-tariffs .thead .rent.th{
        line-height: 16px;
    }
    #pixcars-tariffs .thead .th{
        font-size: 15px;
    }
    #pixcars-tariffs .thead .rent.th,
    #pixcars-tariffs .tbody .tr .rent.td{
        padding: 10px 8px;
        letter-spacing: -.3px;
    }
}
@media screen and (max-width: 1000px) {
    .prices-filter{
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .club-card{
        min-width: 50%;
        margin: 10px 0 0;
    }
    .price-sort{
        margin: 10px 0 0 auto;
    }
    .swipe-note{
        display: block;
    }
    .left-part{
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        display: block;
        margin-left: -1px;
        /*border-right: 1px solid var(--pix-grey-border);*/
    }
    .left-part.active{
        box-shadow: 9px 0px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .left-part .thead .inner {
        border-right: 0 !important;
    }
    .right-part .thead .inner,
    .right-part .tbody{
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        overscroll-behavior: none;
    }
    .right-part .thead .inner{
        overscroll-behavior: none;
    }
    .right-part .thead .inner::-webkit-scrollbar,
    .right-part .tbody::-webkit-scrollbar {
        display: none;
    }
    #pixcars-tariffs .right-part .th.model,
    #pixcars-tariffs .right-part .td.name * {
        color: transparent !important;
    }
    #pixcars-tariffs .thead .th,
    #pixcars-tariffs .tbody .tr .name.td,
    #pixcars-tariffs .tbody .tr .rent.td{
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        height: 100%;
    }
    #pixcars-tariffs .tbody .tr .rent.td a{
        display: block;
    }
    #pixcars-tariffs .thead .rent.th,
    #pixcars-tariffs .tbody .tr .rent.td{
        min-width: 125px !important;
        max-width: 125px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    #pixcars-tariffs .thead .th.model{
        min-height: 64px;
    }
    #pixcars-tariffs .left-part .thead .inner{
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        border-radius: 8px 0 0 0;
    }
    .right-part .thead .inner-scroll,
    .right-part .tbody-inner{
        width: 1010px;
    }
    #pixcars-tariffs .thead .th.model,
    #pixcars-tariffs .tbody .tr .name.td{
        min-width: 250px !important;
        max-width: 250px !important;
    }
}
@media screen and (min-width: calc(768px + 1px)) {
    .white-theme .amounts-main:before {
        width: 80%;
        height: 154%;
    }
}
@media screen and (max-width: 768px) {
    .pix-breadcrumbs-path{
        padding: 15px 0 0;
    }
    .prices-h1{
        padding-top: 35px;
        font-size: 2rem;
    }
    .price-sort-bottom{
        right: 0;
        left: auto;
    }
    #pixcars-tariffs{
        margin-bottom: 20px;
    }
    .right-part .thead .inner-scroll,
    .right-part .tbody-inner{
        width: 925px;
    }
    #pixcars-tariffs .thead .th.model, #pixcars-tariffs .tbody .tr .name.td{
        min-width: 175px !important;
        max-width: 175px !important;
    }
    #pixcars-tariffs .thead .th .mobile{
        display: initial;
        letter-spacing: -0.4px;
    }
    #pixcars-tariffs .thead .th.fr .mobile,
    #pixcars-tariffs .thead .th.es .mobile,
    #pixcars-tariffs .thead .th.it .mobile{
        word-break: break-word;
    }
    #pixcars-tariffs .thead .th .desktop{
        display: none;
    }
    #pixcars-tariffs .tbody .tr .strike{
        width: 45px;
    }
    #pixcars-tariffs .thead .th.ru[data-id="car_octane-shield"] em,
    #pixcars-tariffs .thead .th.ru[data-id="clubRate"] em,
    #pixcars-tariffs .thead .th.ru[data-id="clubTotalCost"] em{
        font-size: 13px;
        letter-spacing: -.5px;
        margin-left: -2px;
    }

    .pixcars-listing.tariffs .buttons{
        height: 40px;
        margin-bottom: 45px;
        justify-content: space-between;
    }
    .pixcars-listing.tariffs .buttons *{
        min-width: 48%;
        max-width: 48%;
        font-size: 10px;
        line-height: 40px;
    }
    .pixcars-listing.tariffs .buttons a{
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) and (min-width: 576px) {
    .prices-filter{
        max-width: 400px;
    }
    .rent-dates-wrap{
        margin-right: 50%;
        min-width: 400px;
    }
    .bodies-wrap, .brands-wrap{
        margin-top: 10px;
    }
}
@media screen and (max-width: 575px) {
    .prices-description *{
        font-size: 14px;
        line-height: 18px;
    }
    .vat-note{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .prices-filter{
        justify-content: space-between;
    }
    .bodies-wrap, .brands-wrap{
        min-width: 48%;
        max-width: 48%;
        margin-top: 10px;
    }
    .brands-wrap{
        margin: 10px 0 0 0;
    }
    .bodies-wrap .value-and-arrow, .brands-wrap .value-and-arrow{
        min-width: 100%;
        max-width: 100%;
    }
    .rent-dates-wrap{
        min-width: 100%;
        max-width: 100%;
    }
    .price-sort{
        margin: 15px 0 0 0;
    }
    .club-card{
        margin: 15px 20px 0 -10px;
    }
    html[lang="pt"] #pixcars-tariffs .thead .rent.th:nth-last-child(1),
    html[lang="nl"] #pixcars-tariffs .thead .rent.th:nth-last-child(1){
        word-break: break-all;
    }
}
@media screen and (max-width: 390px) {
    #pixcars-tariffs .tbody .tr .rent.td span.zero{
        font-size: 13px;
    }
    .rent-dates-modal{
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}
@media screen and (max-width: 350px) {

}
