.container-section > .container > .ajax {
    width:50px;
    margin:0 auto;
    display:block;
}
.container-section > .container > .ajax > img {
    width:100%;
    height:100%;
    object-fit:cover;
    margin-top:100px;
}
.sidebar-lk-main {
    width:100%;
}
.sidebar-lk-main .swiper-slide {
    display:flex;
    border:0;
    background:rgba(0,0,0, 0);
    cursor:pointer;
    border-bottom:1px solid #868686;
    box-sizing:border-box;
    align-items: center;
}
.sidebar-lk-main .swiper-slide > .icon {
    display:inline-block;
    &::after {
        background-color:#FFFFFF;
    }
}
.sidebar-lk-main .swiper-slide > span {
    color:#FFF;
    font-family: var(--font-regular);
    font-weight: 400;
    display:inline-block;
}
.sidebar-lk-main .swiper-slide.active {
    border-bottom:1px solid #ECA900;
}
.sidebar-lk-main .swiper-slide.active > .icon {
    &::after {
        background-color:#ECA900;
    }
}
.sidebar-lk-main .swiper-slide.active > span {
    color:#ECA900;
}
@media (min-width:100px){
    .sidebar-lk-main .swiper-slide {
        width:auto;
        padding:14px;
    }
    .sidebar-lk-main .swiper-slide > .icon {
        width:16px;
        height:16px;
        &::after {
            width:16px;
            height:16px;
        }
    }
    .sidebar-lk-main .swiper-slide > span {
        font-size:14px;
        margin-left:10px;
    }
}
@media (min-width:576px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 25px;
    }
}
@media (min-width:797px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 27px;
    }
}
@media (min-width:1024px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 37px;
    }
    .sidebar-lk-main .swiper-slide > .icon {
        width:25px;
        height:25px;
        &::after {
            width:25px;
            height:25px;
        }
    }
    .sidebar-lk-main .swiper-slide > span {
        font-size:16px;
        margin-left:12px;
    }
}
@media (min-width:1200px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 63px;
        transition: 0.4s;
    }
    .sidebar-lk-main .swiper-slide > .icon {
        &::after {
            transition: 0.4s;
        }
    }
    .sidebar-lk-main .swiper-slide > span {
        transition: 0.4s;
    }
    .sidebar-lk-main .swiper-slide:hover {
        border-bottom:1px solid #ECA900;
        transition:0.4s;
    }
    .sidebar-lk-main .swiper-slide:hover > .icon {
        &::after {
            transition:0.4s;
            background-color:#ECA900;
        }
    }
    .sidebar-lk-main .swiper-slide:hover > span {
        transition:0.4s;
        color:#ECA900;
    }
}
@media (min-width:1400px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 78px;
    }
}
@media (min-width:1600px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 89px;
    }
    .sidebar-lk-main .swiper-slide > .icon {
        width:35px;
        height:35px;
        &::after {
            width:35px;
            height:35px;
        }
    }
    .sidebar-lk-main .swiper-slide > span {
        font-size:18px;
        margin-left:14px;
    }
}
@media (min-width:1900px){
    .sidebar-lk-main .swiper-slide {
        padding:14px 91px;
    }
}

.sidebar-cars {
    width:100%;
}
.sidebar-cars .swiper-slide {
    display:flex;
    border:0;
    background:rgba(0,0,0, 0);
    cursor:pointer;
    border-bottom:1px solid #868686;
    box-sizing:border-box;
    align-items: center;
}
.sidebar-cars .swiper-slide > .icon {
    display:inline-block;
    &::after {
        background-color:#FFFFFF;
    }
}
.sidebar-cars .swiper-slide > span {
    color:#FFF;
    font-family: var(--font-regular);
    font-weight: 400;
    display:inline-block;
}
.sidebar-cars .swiper-slide.active {
    border-bottom:1px solid #ECA900;
}
.sidebar-cars .swiper-slide.active > .icon {
    &::after {
        background-color:#ECA900;
    }
}
.sidebar-cars .swiper-slide.active > span {
    color:#ECA900;
}
@media (min-width:100px){
    .sidebar-cars .swiper-slide {
        width:auto;
        padding:14px;
    }
    .sidebar-cars .swiper-slide > .icon {
        width:16px;
        height:16px;
        &::after {
            width:16px;
            height:16px;
        }
    }
    .sidebar-cars .swiper-slide > span {
        font-size:14px;
        margin-left:10px;
    }
}
@media (min-width:576px){
    .sidebar-cars .swiper-slide {
        padding:14px 20px;
    }
}
@media (min-width:797px){
    .sidebar-cars .swiper-slide {
        padding:14px 20px;
    }
}
@media (min-width:1024px){
    .sidebar-cars .swiper-slide {
        padding:14px 20px;
    }
    .sidebar-cars .swiper-slide > .icon {
        width:25px;
        height:25px;
        &::after {
            width:25px;
            height:25px;
        }
    }
}
@media (min-width:1200px){
    .sidebar-cars {
        margin-top:30px;
    }
    .sidebar-cars .swiper-slide {
        padding:14px 9px;
        transition: 0.4s;
    }
    .sidebar-cars .swiper-slide > .icon {
        &::after {
            transition: 0.4s;
        }
    }
    .sidebar-cars .swiper-slide > span {
        transition: 0.4s;
    }
    .sidebar-cars .swiper-slide:hover {
        border-bottom:1px solid #ECA900;
        transition:0.4s;
    }
    .sidebar-cars .swiper-slide:hover > .icon {
        &::after {
            transition:0.4s;
            background-color:#ECA900;
        }
    }
    .sidebar-cars .swiper-slide:hover > span {
        transition:0.4s;
        color:#ECA900;
    }
}
@media (min-width:1400px){
    .sidebar-cars .swiper-slide {
        padding:14px 20px;
    }
}
@media (min-width:1600px){
    .sidebar-cars .swiper-slide {
        padding:14px 18px;
    }
    .sidebar-cars .swiper-slide > .icon {
        width:35px;
        height:35px;
        &::after {
            width:35px;
            height:35px;
        }
    }
    .sidebar-cars .swiper-slide > span {
        font-size:18px;
        margin-left:14px;
    }
}
@media (min-width:1900px){
    .sidebar-cars .swiper-slide {
        padding:14px 18px;
    }
}

.lk-head {
    display: block;
    width:100%;
    margin-top:30px;
}
.lk-head > .title {
    color:#FFF;
    font-family: var(--font-bold);
    font-weight: 700;
}
@media (min-width:100px){
    .lk-head > .title {
        font-size: 22px;
    }
}
@media (min-width:797px){
    .lk-head > .title {
        font-size: 24px;
    }
}
@media (min-width:1200px){
    .lk-head > .title {
        font-size: 28px;
    }
}
@media (min-width:1600px){
    .lk-head > .title {
        font-size: 32px;
    }
}

.user-info {
    box-sizing: border-box;
    background:#202020;
    border-radius:9px;
    display:flex;
}
.user-info > .section {
    display:inline-block;
    box-sizing: border-box;
    flex:none;
}
.user-info > .section button {
    background:rgba(0,0,0, 0);
    padding:0;
    color:#ECA900;
    border:0;
    cursor: pointer;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
}
.user-info > .section button:hover {
    text-decoration: underline;
}
.user-info > .section.one > .item {
    display:flex;
}
.user-info > .section.one > .item > .left {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    flex:none;
}
.user-info > .section.one > .item > .right {
    flex:none;
    display: flex;
    align-items:center;
}
.user-info > .section.one > .item > .right > .name {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
    display: inline-block;
}
.user-info > .section.one > .item > .right > button {
    display:inline-block;
    margin-left:6px;
}
.user-info > .section.two {
    display:flex;
    flex-wrap: wrap;
}
.user-info > .section.two > .title {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    display:inline-block;
}
.user-info > .section.two > .phones {
    display:inline-block;
}
.user-info > .section.two > .phones > .item {
    display:block;
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
}
.user-info > .section.three > .title {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    display:block;
}
.user-info > .section.three > button {
    display:block;
}
.user-info > .section.three > button.btn-logout {
    display:flex !important;
    align-items:center;
}
.user-info > .section.three > button > .icon {
    margin-left:6px;
}
.user-info > .section.three > .item {
    display:flex;
    flex-wrap:wrap;
}
.user-info > .section.three > .item > .left {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    flex:none;
    width:45%;
}
.user-info > .section.three > .item > .right {
    flex:none;
    display: flex;
    align-items:center;
    max-width:100%;
}
.user-info > .section.three > .item > .right > .name {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
    display: inline-block;
    width:100%;
}
.user-info > .section.three > .item > .right > button {
    display:inline-block;
    margin-left:6px;
}
.user-info > .section.four {
    display:none !important;
}
.user-info > .section.four > .title.danger {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FF4646;
    display:block;
}
.user-info > .section.four > .text {
    font-family: var(--font-medium);
    font-weight: 500;
    color:#FFF;
    display: block;
}
.user-info > .section.four > ul {
    display:block;
    margin:0;
    padding:0;
}
.user-info > .section.four > ul > li {
    display:block;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFF;
}
@media (min-width:100px){
    .user-info {
        padding:20px;
        flex-wrap:wrap;
        margin-top:20px;
    }
    .user-info > .section {
        width:100%;
        padding:20px 0;
        border-bottom:1px solid #868686;
        &:first-child {
            padding-top:0px;
        }
        &:nth-child(3) {
            padding-bottom:0px;
            border-bottom:0px;
        }
    }
    .user-info > .section.one > .item {
        margin-top:15px;
        &:first-child {
            margin-top:0px;
        }
    }
    .user-info > .section.one > .item > .left {
        width:45%;
        font-size:14px;
    }
    .user-info > .section.one > .item > .right {
        width:55%;
    }
    .user-info > .section.one > .item > .right > .name {
        font-size:14px;
    }
    .user-info > .section.one > .item > .right > button {
        margin-top:5px;
    }
    .user-info > .section.two > .title {
        width:45%;
        font-size:14px;
    }
    .user-info > .section.two > .phones {
        width:55%;
    }
    .user-info > .section.two > .phones > .item {
        font-size:14px;
        margin-top:10px;
        &:first-child {
            margin-top:0px;
        }
    }
    .user-info > .section.three {
        display:flex;
        flex-wrap:wrap;
    }
    .user-info > .section.three > .title {
        width:45%;
        font-size:14px;
    }
    .user-info > .section.three > button {
        display:inline-block;
    }
    .user-info > .section.three > .item {
        margin-top:15px;
        &:first-child {
            margin-top:0px;
        }
    }
    .user-info > .section.four > .title {
        font-size:16px;
    }
    .user-info > .section.four > .text {
        margin-top:5px;
        font-size:14px;
    }
    .user-info > .section.four > ul {
        margin-top:7px;
        margin-left:10px;
    }
    .user-info > .section.four > ul > li {
        font-size:14px;
        margin-top:3px;
        &:first-child {
            margin-top:0px;
        }
    }
}
@media (min-width:1200px){
    .user-info {
        justify-content: space-between;
        flex-wrap:nowrap;
    }
    .user-info > .section {
        border-bottom:0px;
        padding:0 20px;
        border-right:1px solid #868686;
        width:auto;
        min-width: 33%;
        &:nth-child(3) {
            border-right:0px;
            padding-right:0px;
        }
        &:first-child {
            padding-left:0px;
        }
    }
    .user-info > .section.three > .title {
        display:block;
    }
    .user-info > .section.three > button {
        display:block;
        margin-top:16px;
    }
    .user-info > .section.three > .item {
        width:100%;
    }
}
@media (min-width:1400px){
    .user-info {
        padding:27px 37px;
    }
    .user-info > .section.one > .item {
        margin-top:20px;
        &:first-child {
            margin-top:0px;
        }
    }
    .user-info > .section.one > .item > .left {
        font-size:16px;
    }
    .user-info > .section.one > .item > .right > .name {
        font-size:16px;
    }
    .user-info > .section.two > .title {
        font-size:16px;
        width:100%;
    }
    .user-info > .section.two > .phones {
        margin-top:15px;
        width: 100%;
    }
    .user-info > .section.two > .phones > .item {
        font-size:16px;
    }
    .user-info > .section.three > .title {
        font-size:16px;
    }
    .user-info > .section.three > .item {
        margin-top:20px;
        &:first-child {
            margin-top:0px;
        }
    }
    .user-info > .section.four > .title {
        font-size: 16px;
    }
    .user-info > .section.four > .text {
        font-size:16px;
    }
}
@media (min-width:1600px){
    .user-info .section button {
        font-size: 16px;
    }
    .user-info > .section.one > .item > .left {
        font-size: 18px;
    }
    .user-info > .section.one > .item > .right > .name {
        font-size:18px;
    }
    .user-info > .section.two > .title {
        font-size: 18px;
    }
    .user-info > .section.two > .phones > .item {
        font-size:18px;
    }
    .user-info > .section.three > .title {
        font-size:18px;
    }
    .user-info > .section.four > .title {
        font-size: 18px;
    }
    .user-info > .section.four > .text {
        font-size:18px;
    }
    .user-info > .section.four > ul > li {
        font-size:16px;
    }
}

.list-cars {
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.list-cars > .item {
    display:inline-block;
    background:#202020;
    position: relative;
}
.list-cars > .item > .head {
    display:flex;
    flex-wrap:wrap;
}
.list-cars > .item > .head > .left {
    display:inline-block;
    position: relative;
}
.list-cars > .item > .head > .left > img {
    border-radius: 50%;
    width:100%;
    height:100%;
    display:block;
    position: relative;
    z-index:1;
    object-fit:cover;
}
.list-cars > .item > .head > .left > .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-10px;
    right:-10px;
    z-index:5;
    width:20px;
    height:20px;
    background:#000000;
    border-radius:50%;
    border:0px;
    cursor: pointer;
}
.list-cars > .item > .head > .left > .photo > .icon {
    width:11px;
    height:11px;
    pointer-events: none;
    &::after {
        width:11px;
        height:11px;
        background-color:#ECA900;
    }
}
.list-cars > .item > .head > .right {
    width:auto;
    flex:auto;
}
.list-cars > .item > .head > .right > .title {
    color:#FFF;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:16px;
}
.list-cars > .item > .head > .right > .gosnumber {
    display:flex;
    align-items:center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    color:#D7D7D7;
    margin-top:8px;
}
.list-cars > .item > .head > .right > .gosnumber > span {
    display:inline-block;
    padding:3px 8px;
    box-sizing:border-box;
    background:#FFF;
    border-radius:4px;
    color:#000000;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:12px;
    margin-left:10px;
}
.list-cars > .item > .head > .right > .gosnumber > .btn-text {
    margin-left:6px;
}
.list-cars > .item > .head > .right > .vin {
    display:flex;
    align-items:center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    color:#D7D7D7;
    margin-top:8px;
}
.list-cars > .item > .head > .right > .vin > span {
    display:inline-block;
    box-sizing:border-box;
    color:#FFFFFF;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:12px;
    margin-left:10px;
}
.list-cars > .item > .head > .right > .mileage {
    display:flex;
    align-items:center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    color:#D7D7D7;
    margin-top:8px;
}
.list-cars > .item > .head > .right > .mileage > span {
    display:inline-block;
    padding:3px 8px;
    box-sizing:border-box;
    background:#FFF;
    border-radius:4px;
    color:#000000;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:12px;
    margin-left:10px;
    white-space: nowrap;
}
.list-cars > .item > .head > .right > .mileage > .btn-text {
    margin-left:6px;
}
.list-cars > .item > .box {
    display:block;
}
.list-cars > .item > .box > .next-change {
    color:#D7D7D7;
    font-family: var(--font-regular);
    font-weight:400;
    font-size:14px;
    margin-bottom:20px;
}
.list-cars > .item > .box > .next-change > span {
    color:#ECA900;
    font-family: var(--font-bold);
    font-weight: 700;
    white-space: nowrap;
}
.list-cars > .item > .box > .goal-status {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:14px;
    display:flex;
    align-items:center;
}
.list-cars > .item > .box > .goal-status.danger {
    color:#FF4646;
}
.list-cars > .item > .box > .goal-status.green {
    color:#58D153;
}
.list-cars > .item > .box > .goal-status > .icon {
    width:12px;
    height:12px;
    margin-left:6px;
    margin-top:-2px;
    &:after {
        width:12px;
        height:12px;
    }
}
.list-cars > .item > .box > .goal-status.danger > .icon::after {
    background-color:#FF4646;;
}
.list-cars > .item > .box > .goal-status.green > .icon::after {
    background-color:#58D153;
}
.list-cars > .item > .box > .goal-items {
    display:block;
    margin-top:10px;
}
.list-cars > .item > .box > .goal-items > .item {
    width:100%;
    display:block;
    margin-top:10px;
    &:first-child {
        margin-top:0px;
    }
}
.list-cars > .item > .box > .goal-items > .item > .name {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFFFFF;
    display: block;
    font-size: 14px;
}
.list-cars > .item > .box > .goal-items > .item > .description {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    margin-top:5px;
    display:block;
    color:#D7D7D7;
}
.list-cars > .item > .btn {
    margin-top:15px;
    padding:18px 0;
    text-align:center;
    display:block;
    width:100%;
    white-space: nowrap;
    position: absolute;
    bottom:0px;
    left:0px;
}
@media (min-width: 100px){
    .list-cars {
        margin-top:20px;
    }
    .list-cars > .item {
        width:100%;
        border-radius:9px;
        margin-top:15px;
        &:first-child {
            margin-top:0px;
        }
    }
    .list-cars > .item > .head {
        padding:10px;
        box-sizing: border-box;
    }
    .list-cars > .item > .head > .left {
        width:80px;
        height:80px;
        margin-left:calc((100% - 80px) / 2);
    }
    .list-cars > .item > .head > .left > .photo {
        top:0px;
        right:-9px;
        width:30px;
        height:30px;
    }
    .list-cars > .item > .head > .left > .photo > .icon {
        width:16px;
        height:16px;
        &::after {
            width:16px;
            height:16px;
        }
    }
    .list-cars > .item > .head > .right {
        margin-top:20px;
    }
    .list-cars > .item > hr {
        display:block;
        margin-top:15px;
        margin-bottom:15px;
        width:calc(100% - 20px);
        margin-left:10px;
        background:#868686;
        height:1px;
        border-radius:5px;
    }
    .list-cars > .item > .box {
        padding:10px;
        box-sizing:border-box;
        margin-bottom:80px;
    }
    .list-cars > .item > .btn {
        font-size:16px;
    }
}
@media (min-width: 350px){
    .list-cars > .item > .head > .left {
        width:69px;
        height:69px;
        margin-left:0px;
    }
    .list-cars > .item > .head > .left > .photo {
        top:0px;
        right:-9px;
        width:25px;
        height:25px;
    }
    .list-cars > .item > .head > .left > .photo > .icon {
        width:11px;
        height:11px;
        &::after {
            width:11px;
            height:11px;
        }
    }
    .list-cars > .item > .head > .right {
        margin-top:0px;
        margin-left:20px;
        max-width:70%;
    }
}
@media (min-width: 480px){
    .list-cars > .item {
        width:49%;
        margin-left:2%;
        border-radius:9px;
        margin-top:15px;
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(2n+1) {
            margin-left:0px;
        }
    }
    .list-cars > .item > .head > .left {
        width:80px;
        height:80px;
        margin-left:calc((100% - 80px) / 2);
    }
    .list-cars > .item > .head > .left > .photo {
        top:0px;
        right:-9px;
        width:30px;
        height:30px;
    }
    .list-cars > .item > .head > .left > .photo > .icon {
        width:16px;
        height:16px;
        &::after {
            width:16px;
            height:16px;
        }
    }
    .list-cars > .item > .head > .right {
        margin-top:20px;
        margin-left:0px;
        max-width:100%;
    }
}
@media (min-width: 797px){
    .list-cars > .item > .head {
        padding:20px;
    }
    .list-cars > .item > .head > .left {
        width:69px;
        height:69px;
        margin-left:0px;
    }
    .list-cars > .item > .head > .left > .photo {
        top:0px;
        right:-9px;
        width:25px;
        height:25px;
    }
    .list-cars > .item > .head > .left > .photo > .icon {
        width:11px;
        height:11px;
        &::after {
            width:11px;
            height:11px;
        }
    }
    .list-cars > .item > .head > .right {
        margin-top:0px;
        margin-left:20px;
        max-width:70%;
    }
    .list-cars > .item > .box {
        padding:20px;
        box-sizing:border-box;
    }
}
@media (min-width:1200px){
    .list-cars > .item {
        width:360px;
        margin-left:15px;
        margin-top:15px;
        &:nth-child(2n+1) {
            margin-left:15px;
        }
        &:nth-child(3n+1) {
            margin-left:0px;
        }
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(3){
            margin-top:0px;
        }
    }
    .list-cars > .item > .btn {
        font-size:20px;
    }
}
@media (min-width:1400px){
    .list-cars > .item {
        width:396px;
        margin-left:20px;
        margin-top:20px;
        &:nth-child(2n+1) {
            margin-left:20px;
        }
        &:nth-child(3n+1) {
            margin-left:0px;
        }
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(3){
            margin-top:0px;
        }
    }
}
@media (min-width:1600px){
    .list-cars > .item {
        width:463px;
    }
}
@media (min-width:1900px){
    .list-cars > .item {
        width:466px;
    }
}

.pinned-list {
    background:#202020;
    border-radius: 9px;
    box-sizing:border-box;
    margin-top:20px;
    width:100%;
}
.pinned-list.mobile {
    display:block;
    padding:20px 16px;
}
.pinned-list.mobile > .item {
    width:100%;
    box-sizing: border-box;
    padding:15px 0;
    border-bottom:1px solid #6B6795;
    &:first-child {
        padding-top:0px;
    }
    &:last-child {
        padding-bottom:0px;
        border-bottom:0px;
    }
}
.pinned-list.mobile > .item > .line {
    display:inline-block;
    width:100%;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    font-size:14px;
    margin-top:6px;
    &:first-child {
        margin-top:0px;
    }
}
.pinned-list.mobile > .item > .line > .value {
    color:#FFFFFF;
    display:inline-block;
    margin-left:5px;
}
@media (min-width:100px){
    .pinned-list.pc {
        display: none;
    }
}
@media (min-width:1024px){
    .pinned-list.mobile {
        display:none;
    }
    .pinned-list.pc {
        display: block;
        padding:20px 16px;
    }
    .pinned-list.pc > .item {
        display:flex;
        align-items:center;
        width:100%;
        padding:10px 0;
        border-bottom:1px solid #6B6795;
        &:last-child {
            border-bottom:0px;
        }
    }
    .pinned-list.pc > .item > .value {
        flex:none;
        font-family: var(--font-regular);
        font-weight: 400;
        color:#FFFFFF;
        font-size:14px;
        display:inline-block;
    }
    .pinned-list.pc > .item.head > .value {
        color:#D7D7D7;
    }

    .pinned-list.pc > .item > .value.one {
        width:150px;
    }
    .pinned-list.pc > .item > .value.two {
        width:200px;
    }
    .pinned-list.pc > .item > .value.three {
        width:330px;
    }
    .pinned-list.pc > .item > .value.four {
        width:190px;
    }
}
@media (min-width:1200px){
    .pinned-list.pc > .item > .value {
        font-size:16px;
    }
    .pinned-list.pc > .item > .value.one {
        width:200px;
    }
    .pinned-list.pc > .item > .value.two {
        width:250px;
    }
    .pinned-list.pc > .item > .value.three {
        width:400px;
    }
    .pinned-list.pc > .item > .value.four {
        width:220px;
    }
}
@media (min-width:1400px){
    .pinned-list.pc > .item > .value.one {
        width:250px;
    }
    .pinned-list.pc > .item > .value.two {
        width:300px;
    }
    .pinned-list.pc > .item > .value.three {
        width:400px;
    }
    .pinned-list.pc > .item > .value.four {
        width:220px;
    }
}
@media (min-width:1600px){
    .pinned-list.pc {
        padding:30px 25px;
    }
    .pinned-list.pc > .item {
        padding:15px 0;
        &:first-child {
            padding-top:0px;
        }
        &:last-child {
            padding-bottom:0px;
        }
    }
    .pinned-list.pc > .item > .value {
        font-size:18px;
    }
    .pinned-list.pc > .item > .value.one {
        width:300px;
    }
    .pinned-list.pc > .item > .value.two {
        width:350px;
    }
    .pinned-list.pc > .item > .value.three {
        width:480px;
    }
    .pinned-list.pc > .item > .value.four {
        width:250px;
    }
}

.to-list {
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.to-list > .item {
    display:inline-block;
    background:#202020;
    border-radius:9px;
    box-sizing: border-box;
}
.to-list > .item > .title {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
    display: block;
}
.to-list > .item > ul {
    display:block;
}
.to-list > .item > ul > li {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFF;
    display:block;
    margin-left:10px;
}
@media (min-width:100px){
    .to-list > .item {
        margin-top:20px;
        padding:16px;
        width:100%;
    }
    .to-list > .item > .title {
        font-size:18px;
    }
    .to-list > .item > ul {
        margin-top:15px;
    }
    .to-list > .item > ul > li {
        font-size: 14px;
        margin-top:3px;
        &:first-child {
            margin-top:0px;
        }
    }
}
@media (min-width:797px){
    .to-list > .item {
        width:350px;
        margin-left:20px;
        &:nth-child(2n + 1){
            margin-left:0px;
        }
        &:first-child {
            margin-left:0px;
        }
    }
}
@media (min-width:1024px){
    .to-list > .item {
        width:442px;
    }
    .to-list > .item > .title {
        font-size:20px;
    }
    .to-list > .item > ul > li {
        font-size: 16px;
        margin-top:5px;
        &:first-child {
            margin-top:0px;
        }
    }
}
@media (min-width:1200px){
    .to-list > .item {
        width:356px;
        margin-left:20px;
        padding:20px;
        &:nth-child(2n + 1){
            margin-left:20px;
        }
        &:nth-child(3n + 1){
            margin-left:0px;
        }
        &:first-child {
            margin-left:0px;
        }
    }
    .to-list > .item > .title {
        font-size:22px;
    }
}
@media (min-width:1400px){
    .to-list > .item {
        width:396px;
    }
}
@media (min-width:1600px){
    .to-list > .item {
        width:456px;
        margin-left:30px;
        padding:30px;
        &:nth-child(2n + 1){
            margin-left:30px;
        }
        &:nth-child(3n + 1){
            margin-left:0px;
        }
        &:first-child {
            margin-left:0px;
        }
    }
    .to-list > .item > .title {
        font-size:26px;
    }
    .to-list > .item > ul > li {
        font-size: 18px;
        margin-top:5px;
        &:first-child {
            margin-top:0px;
        }
    }
}
@media (min-width:1900px){
    .to-list > .item {
        width:460px;
    }
}

.cars-content {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    margin-top:20px;
}
.cars-content > .left {
    display:inline-block;
    flex:none;
}
.cars-content > .left > .list-cars-content {
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.cars-content > .left > .list-cars-content >  .swiper-wrapper > .item {
    display:inline-block;
    background:#202020;
    border-radius:9px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head {
    display:flex;
    flex-wrap:wrap;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left {
    display:inline-block;
    position: relative;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left > img {
    border-radius: 50%;
    width:100%;
    height:100%;
    display:block;
    position: relative;
    z-index:1;
    object-fit:cover;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left > .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-10px;
    right:-10px;
    z-index:5;
    width:20px;
    height:20px;
    background:#000000;
    border-radius:50%;
    border:0px;
    cursor: pointer;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left > .photo > .icon {
    width:11px;
    height:11px;
    pointer-events: none;
    &::after {
        width:11px;
        height:11px;
        background-color:#ECA900;
    }
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right {
    width:auto;
    flex:auto;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .title {
    color:#FFF;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:16px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .gosnumber {
    display:flex;
    align-items:center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    color:#D7D7D7;
    margin-top:8px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .gosnumber > span {
    display:inline-block;
    padding:3px 8px;
    box-sizing:border-box;
    background:#FFF;
    border-radius:4px;
    color:#000000;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:12px;
    margin-left:10px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .gosnumber > .btn-text {
    margin-left:6px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .vin {
    display:flex;
    align-items:center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    color:#D7D7D7;
    margin-top:8px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .vin > span {
    display:inline-block;
    box-sizing:border-box;
    color:#FFFFFF;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:12px;
    margin-left:10px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .mileage {
    display:flex;
    align-items:center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    color:#D7D7D7;
    margin-top:8px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .mileage > span {
    display:inline-block;
    padding:3px 8px;
    box-sizing:border-box;
    background:#FFF;
    border-radius:4px;
    color:#000000;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:12px;
    margin-left:10px;
    white-space: nowrap;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right > .mileage > .btn-text {
    margin-left:6px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box {
    display:block;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .next-change {
    color:#D7D7D7;
    font-family: var(--font-regular);
    font-weight:400;
    font-size:14px;
    margin-bottom:20px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .next-change > span {
    color:#ECA900;
    font-family: var(--font-bold);
    font-weight: 700;
    white-space: nowrap;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-status {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size:14px;
    display:flex;
    align-items:center;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-status.danger {
    color:#FF4646;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-status.green {
    color:#58D153;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-status > .icon {
    width:12px;
    height:12px;
    margin-left:6px;
    margin-top:-2px;
    &:after {
        width:12px;
        height:12px;
    }
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-status.danger > .icon::after {
    background-color:#FF4646;;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-status.green > .icon::after {
    background-color:#58D153;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-items {
    display:block;
    margin-top:10px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-items > .item {
    width:100%;
    display:block;
    margin-top:10px;
    &:first-child {
        margin-top:0px;
    }
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-items > .item > .name {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFFFFF;
    display: block;
    font-size: 14px;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box > .goal-items > .item > .description {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:12px;
    margin-top:5px;
    display:block;
    color:#D7D7D7;
}
.cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .btn {
    margin-top:15px;
    padding:18px 0;
    text-align:center;
    display:block;
    width:100%;
    white-space: nowrap;
}
.cars-content > .left > .list-cars-content > .center {
    position: relative;
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    margin-top:16px;
}
.cars-content > .left > .list-cars-content .swiper-button-prev > svg,
.cars-content > .left > .list-cars-content .swiper-button-next > svg {
    display:none !important;
}
.cars-content > .left > .list-cars-content .swiper-button-prev::after,
.cars-content > .left > .list-cars-content .swiper-button-next::after {
    content:"";
    width:100%;
    height:100%;
    mask-image:url(/template/img/icons/arrow-round.svg);
    -webkit-mask-image:url(/template/img/icons/arrow-round.svg);
    mask-size:100% 100%;
    -webkit-mask-size:100% 100%;
    background-color:#FFF;
    display:block;
}
.cars-content > .left > .list-cars-content .swiper-button-prev::after {
    transform: rotate(180deg);
}
.cars-content > .left > .list-cars-content > .center > .swiper-button-next,
.cars-content > .left > .list-cars-content > .center > .swiper-button-prev {
    display:inline-block;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0;
}
.cars-content > .left > .list-cars-content > .center > .swiper-pagination {
    display:flex;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0 12px;
    width:auto;
}
.cars-content > .left > .list-cars-content > .center > .swiper-pagination > .swiper-pagination-bullet {
    margin-left:12px;
    width:6px;
    height:6px;
    background:#FFF;
    opacity:1;
    &:first-child {
        margin-left:0px;
    }
}
.cars-content > .left > .list-cars-content > .center > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#ECA900;
    position: relative;
    &::after {
        content:"";
        pointer-events: none;
        width:10px;
        height:10px;
        border:1px solid #ECA900;
        border-radius:50%;
        position: absolute;
        top:-3px;
        left:-3px;
    }
}

@media (min-width:100px){
    .cars-content > .left {
        width:100%;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head {
        padding:10px;
        box-sizing: border-box;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left {
        width:69px;
        height:69px;
        margin-left:calc((100% - 69px) / 2);
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left > .photo {
        top:0px;
        right:-9px;
        width:25px;
        height:25px;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left > .photo > .icon {
        width:11px;
        height:11px;
        &::after {
            width:11px;
            height:11px;
        }
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right {
        margin-top:20px;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > hr {
        display:block;
        width:calc(100% - 20px);
        height:1px;
        border-radius:5px;
        margin-left:10px;
        margin-top:10px;
        margin-bottom:10px;
        background:#4E4E4E;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box {
        padding:10px;
        box-sizing:border-box;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .btn {
        font-size:16px;
    }
}
@media (min-width: 350px){
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left {
        width:69px;
        height:69px;
        margin-left:0px
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .right {
        margin-top:0px;
        margin-left:20px;
        max-width:70%;
    }
}
@media (min-width: 576px){
    .cars-content > .left {
        width:540px;
        margin-left:calc((100% - 540px) / 2);
    }
}
@media (min-width:1024px){
    .cars-content > .left {
        margin-left:0px;
        width:300px;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left {
        width:51px;
        height:51px;
        margin-left:0px;
    }
    .cars-content > .left > .list-cars-content {
        overflow:hidden;
    }
}
@media (min-width:1200px){
    .cars-content > .left {
        width:320px;
    }
    .cars-content > .left > .list-cars-content {
        overflow:unset;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper {
        flex-wrap:wrap;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item {
        transition: 0.4s;
        border:1px solid rgba(0,0,0, 0);
        margin-top:20px;
        &:first-child {
            margin-top:0px;
        }
        &:hover {
            transition: 0.4s;
            border:1px solid #ECA900;
        }
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .btn {
        font-size:20px;
    }
    .cars-content > .left > .list-cars-content .center {
        display:none;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item.active {
        border:1px solid #ECA900;
    }
}
@media (min-width:1400px){
    .cars-content > .left {
        width:350px;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head {
        padding:20px;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .head > .left {
        width:69px;
        height:69px;
        margin-left:0px;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > hr {
        display:block;
        width:calc(100% - 40px);
        margin-left:20px;
        background:#4E4E4E;
    }
    .cars-content > .left > .list-cars-content > .swiper-wrapper > .item > .box {
        padding:20px;
        box-sizing:border-box;
    }
}

.cars-content > .right {
    display:inline-block;
}
.cars-content > .right > .car_name {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
}
.cars-content > .right > .name {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
}
.cars-content > .right > .table_name {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
}
@media (min-width:100px){
    .cars-content > .right {
        width:100%;
        flex:none;
        margin-top:20px;
    }
    .cars-content > .right > .car_name {
        display:none;
    }
    .cars-content > .right > .table_name {
        font-size: 18px;
    }
    .cars-content > .right > .name {
        font-size: 18px;
    }
}
@media (min-width:1024px){
    .cars-content > .right {
        width:100%;
        flex:1;
        margin-top:0px;
        margin-left:20px;
        overflow: hidden;
    }
    .cars-content > .right > .table_name {
        font-size: 20px;
    }
    .cars-content > .right > .name {
        font-size: 20px;
    }
}
@media (min-width:1200px){
    .cars-content > .right {
        margin-left:25px;
    }
    .cars-content > .right > .table_name {
        font-size: 22px;
        margin-top:18px;
    }
    .cars-content > .right > .car_name {
        display:block;
        font-size: 28px;
    }
    .cars-content > .right > .name {
        font-size: 22px;
    }
}
@media (min-width:1600px){
    .cars-content > .right > .table_name {
        font-size: 26px;
        margin-top:25px;
    }
    .cars-content > .right > .car_name {
        display:block;
        font-size: 34px;
    }
    .cars-content > .right > .name {
        font-size: 26px;
    }
}

.cars-content > .right > .table-items {
    display: block;
}
.cars-content > .right > .table-items > .item {
    width:100%;
    display:inline-block;
    background:#202020;
    border-radius:9px;
    box-sizing:border-box;
}
.cars-content > .right > .table-items > .item > .head {
    background:#191919;
    padding:6px 16px;
    box-sizing: border-box;
    width:100%;
    display:flex;
    align-items: center;
    border-radius:9px;
}
.cars-content > .right > .table-items > .item > .head > .left {
    display:inline-block;
    width:50%;
}
.cars-content > .right > .table-items > .item > .head > .left > .status {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size:12px;
    display:flex;
    align-items: center;
}
.cars-content > .right > .table-items > .item > .head > .left > .status > .icon {
    margin-right:6px;
    width:13px;
    height:13px;
    &::after {
        width:13px;
        height:10px;
    }
}
.cars-content > .right > .table-items > .item > .head > .left > .status.done {
    color:#58D153;
}
.cars-content > .right > .table-items > .item > .head > .left > .status.done > .icon::after {
    background-color: #58D153;
}
.cars-content > .right > .table-items > .item > .head > .left > .status.undone {
    color:#FF4646;
}
.cars-content > .right > .table-items > .item > .head > .left > .status.undone > .icon::after {
    background-color: #FF4646;
}
.cars-content > .right > .table-items > .item > .head > .right {
    display:flex;
    width:50%;
    justify-content: right;
    align-items: center;
    height:100%;
}
.cars-content > .right > .table-items > .item > .head > .right > .btn-text > .icon {
    margin-left:6px;
    &::after {
        background-color: #ECA900;
        width:11px;
        height:12px;
    }
}
.cars-content > .right > .table-items > .item > .body {
    display:block;
    box-sizing: border-box;
    padding:16px;
}
.cars-content > .right > .table-items > .item > .body > .top {
    display:block;
    border-bottom:1px solid #4E4E4E;
    box-sizing: border-box;
    padding-bottom:10px;
}
.cars-content > .right > .table-items > .item > .body > .top > .name {
    color:#FFFFFF;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:16px;
    display: block;
}
.cars-content > .right > .table-items > .item > .body > .top > .description {
    display:flex;
    align-items: center;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    font-size:14px;
    margin-top:5px;
}
.cars-content > .right > .table-items > .item > .body > .top > .description > .btn-text {
    margin-left:6px;
    text-transform: none;
}
.cars-content > .right > .table-items > .item > .body > .bottom {
    display:block;
    margin-top:10px;
}
.cars-content > .right > .table-items > .item > .body > .bottom > .name {
    color:#58D153;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size:16px;
    display: block;
}
.cars-content > .right > .table-items > .item > .body > .bottom > .description {
    display:flex;
    align-items: center;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    font-size:14px;
    margin-top:5px;
}
.cars-content > .right > .table-items > .item > .body > .bottom > .turn-on {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
    display:flex;
    align-items:center;
    width:100%;
    padding:10px 0;
    border-radius:5px;
    font-size: 16px;
    border:1px solid #ECA900;
    cursor: pointer;
    justify-content: center;
    background:#202020;
    text-transform: uppercase;
}
@media (min-width:1200px){
    .cars-content > .right > .table-items > .item > .body > .bottom > .turn-on {
        transition:0.2s;
        opacity: 1;
        &:hover {
            transition:0.2s;
            opacity: 0.6;
        }
    }
}
.cars-content > .right > .table-items > .item > .body > .bottom > .turn-on > .icon {
    margin-right:10px;
    width:15px;
    height:16px;
    &::after {
        width:15px;
        height:16px;
        background-color: #FFF;
    }
}
@media (min-width:100px){
    .cars-content > .right > .table-items {
        margin-top:20px;
    }
    .cars-content > .right > .table-items > .item {
        margin-top:15px;
        &:first-child {
            margin-top:0px;
        }
    }
}
@media (min-width:1200px){
    .cars-content > .right > .table-items > .item {
        width:372px;
        margin-top:20px;
        margin-left:20px;
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(2n+1){
            margin-left:0px;
        }
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
    }
}
@media (min-width:1400px){
    .cars-content > .right > .table-items > .item {
        width:417px;
    }
}
@media (min-width:1600px){
    .cars-content > .right > .table-items > .item {
        width:341px;
        margin-top:20px;
        margin-left:16px;
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(3){
            margin-top:0px;
        }
        &:nth-child(2n+1){
            margin-left:16px;
        }
        &:nth-child(3n+1){
            margin-left:0px;
        }
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
    }
}

.cars-content > .right > .table {
    margin-top:20px;
}
.cars-content > .right > .table > .item {
    width:100%;
    background:#202020;
    border-radius:9px;
    box-sizing:border-box;
}
.cars-content > .right > .table > .item > .wrap {
    width:100%;
}
.cars-content > .right > .table > .item > .wrap.pc > .head {
    display:flex;
    align-items:center;
    border-bottom:1px solid #6B6795;
    box-sizing:border-box;
    padding-bottom:10px;
}
.cars-content > .right > .table > .item > .wrap.pc > .head > .value {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    flex:1;
    min-width:20%;
}
.cars-content > .right > .table.calculation > .item > .wrap.pc > .head > .value {
    min-width:25%;
}
.cars-content > .right > .table > .item > .wrap.pc > .body {
    display:flex;
    align-items:center;
    box-sizing:border-box;
    padding-top:10px;
}
.cars-content > .right > .table > .item > .wrap.pc > .body > .value {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFFFFF;
    flex:1;
    min-width:20%;
}
.cars-content > .right > .table.calculation > .item > .wrap.pc > .body > .value {
    min-width:25%;
}
.cars-content > .right > .table > .item > .wrap.pc > .body > .value > .icon {
    width:24px;
    height:25px;
    cursor: pointer;
    &::after {
        background-color:#ECA900;
        width:24px;
        height: 25px;
    }
}
.cars-content > .right > .table > .item > .wrap.mobile > .line {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#D7D7D7;
    font-size:14px;
    width:100%;
    margin-top:5px;
    &:first-child {
        margin-top:0px;
    }
}
.cars-content > .right > .table > .item > .wrap.mobile > .line > span {
    color:#FFFFFF;
    margin-left:3px;
}
.cars-content > .right > .table > .item > .wrap.mobile > .line > span > .icon {
    width:24px;
    height:25px;
    &::after {
        width:24px;
        height:25px;
        background-color:#ECA900;
    }
}
.cars-content > .right > .table > .item > ul {
    display:block;
}
.cars-content > .right > .table > .item > ul.hide {
    display: none;
}
.cars-content > .right > .table > .item > ul > li {
    display:block;
    margin-left:10px;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFFFFF;
}

@media (min-width:100px){
    .cars-content > .right > .table > .item {
        padding:16px;
        margin-top:20px;
        &:first-child {
            margin-top:0px;
        }
    }
    .cars-content > .right > .table > .item > .wrap.mobile {
        display: block;
    }
    .cars-content > .right > .table > .item > .wrap.pc {
        display:none;
    }
    .cars-content > .right > .table > .item > ul {
        margin-top:15px;
    }
    .cars-content > .right > .table > .item > ul > li {
        font-size:16px;
        margin-top:5px;
        &:first-child {
            margin-top:0px;
        }
    }
    .cars-content > .right > .table > .item > .btn-text {
        font-family: var(--font-bold);
        font-weight: 700;
        margin-top:15px;
    }
}
@media (min-width:1024px){
    .cars-content > .right > .table > .item > .wrap.mobile > .line {
        font-size:16px;
    }
}
@media (min-width:1200px){
    .cars-content > .right > .table > .item > .wrap.mobile {
        display:none;
    }
    .cars-content > .right > .table > .item > .wrap.pc {
        display:block;
    }
    .cars-content > .right > .table > .item > ul > li {
        font-size:16px;
    }
    .cars-content > .right > .table > .item > .btn-text {
        font-size:16px;
    }
}

#setimage .image {
    width:100%;
    aspect-ratio: 50/30;
    position: relative;
}
#setimage .image > input {
    opacity:0;
    pointer-events: none;
}
#setimage .image > img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
#setimage .image button {
    background:rgba(0,0,0, 0.6);
    border:0;
    border-radius:50%;
    position: absolute;
    z-index:5;
}
#setimage .image > .LoadNewPhoto {
    width:89px;
    height:89px;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    left:calc((100% - 89px) / 2);
    top:calc((100% - 89px) / 2);
}
#setimage .image > .LoadNewPhoto > .icon {
    width:47px;
    height:38px;
    &::after {
        width:47px;
        height:38px;
        background-color: #FFF;
    }
}
#setimage .image > .line {
    position: absolute;
    bottom:15px;
    left:0px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#setimage .image > .line > .UpdatePhoto {
    width:42px;
    height:42px;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#setimage .image > .line > .UpdatePhoto > .icon {
    width:22px;
    height:22px;
    &::after {
        width:22px;
        height:22px;
        background-color: #FFF;
    }
}
#setimage .image > .line > .DeletePhoto {
    width:42px;
    height:42px;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:20px;
    position: relative;
}
#setimage .image > .line > .DeletePhoto > .icon {
    width:16px;
    height:20px;
    &::after {
        width:16px;
        height:20px;
        background-color: #FFF;
    }
}