
.section__charts-pie div.jqplot-table-legend-swatch-outline {
    padding: 0!important;
    width: 1.3rem;
}
.section__charts-pie div.jqplot-table-legend-swatch {
    width: unset;
}
.section__charts-pie table.jqplot-table-legend {
    height: 90%;
    border-left: 1px solid rgb(204, 207, 209)!important;
    margin-left: .5rem!important;
}
.section__charts-pie .jqplot-event-canvas {
    border: .1rem solid #D2D5D7;
    border-radius: .8rem;
}
.section__charts-pie tr.jqplot-table-legend {
    padding-left: 1rem;
    display: block;
}

.section-info .section__head--alt {
    margin-bottom: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__head--alt {
        margin-bottom: 1.6rem;
    }
}
.section-info .section__head--alt .section__head-inner {
    max-width: none;
    container-type: inline-size;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__head--alt .section__head-inner h2 {
        font-size: 2.2rem;
        line-height: 1.5;
        margin-bottom: 1.4rem;
    }
}
.section-info .section__address {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.016em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding-top: 1rem;
}
@media (max-width: 1023px) {
    .section-info .section__address {
        margin-top: 2rem;
        padding-top: 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__address {
        margin-top: 1.6rem;
    }
}
.section-info .section__address a {
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: 600;
    letter-spacing: 0;
    color: #006FB9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-top: 0.3rem;
}
.section-info .section__address a svg {
    margin-right: 1.1rem;
}

.section-info .section__horizontal-graphs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 0.2rem;
    grid-gap: 3rem;
}
@media (max-width: 1199px) {
    .section-info .section__horizontal-graphs {
        grid-gap: 2rem;
    }
}
@media (max-width: 1023px) {
    .section-info .section__horizontal-graphs {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graphs {
        grid-template-columns: repeat(1, 1fr);
    }
}
.section-info .section__horizontal-graph-inner {
    border: 0.1rem solid #D2D5D7;
    background: #fff;
    border-radius: 0.8rem;
    height: 100%;
}
.section-info .section__horizontal-graph-head {
    padding: 1.6rem 2.1rem;
    border-bottom: 0.1rem solid #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graph-head {
        padding: 0.9rem 1.4rem;
    }
}
.section-info .section__horizontal-graph-head h5 {
    letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graph-head h5 {
        font-size: 1.8rem;
    }
}
.section-info .section__horizontal-graph-body {
    padding: 2rem 2.6rem 2rem 2.1rem;
    font-size: 1.4rem;
    line-height: 1.43;
}
@media (max-width: 1199px) {
    .section-info .section__horizontal-graph-body {
        padding: 2rem 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graph-body {
        padding: 1.5rem 1.5rem 1.1rem;
    }
}
.section-info .section__horizontal-graph-body h6 {
    font-size: 1.6rem;
    letter-spacing: -0.016em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graph-body h6 {
        margin-bottom: 1.5rem;
    }
}
.section-info .section__horizontal-graph-body h6 strong {
    font-weight: 600;
}
.section-info .section__horizontal-graph-bars {
    border-left: 0.1rem solid #ACAEAF;
    padding: 1.5rem 0;
}
.section-info .section__horizontal-graph-bar {
    height: 2.4rem;
    background: #006FB9;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: 700;
    margin-bottom: 1.7rem;
    width: 0%;
    position: relative;
}
.section-info .section__horizontal-graph-bar:last-child {
    margin: 0;
}
.section-info .section__horizontal-graph-bar.is-loaded span {
    opacity: 1;
    visibility: visible;
}
.section-info .section__horizontal-graph-bar span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    display: block;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    opacity: 0;
    visibility: hidden;
}
.section-info .section__horizontal-graph-bar--average {
    background: #D9D9D9;
    color: #333333;
}
.section-info .section__horizontal-graph-entry {
    margin-bottom: 1rem;
}
.section-info .section__horizontal-graphs-legend {
    color: #727577;
    font-size: 1.4rem;
    line-height: 1.43;
    padding: 1.8rem 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graphs-legend {
        padding: 2rem 0 2rem 1.7rem;
    }
}
.section-info .section__horizontal-graphs-legend-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem -1.5rem;
    color: #333333;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__horizontal-graphs-legend-list {
        margin-bottom: 2rem;
    }
}
.section-info .section__horizontal-graphs-legend-list li {
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-info .section__horizontal-graphs-legend-list i {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    background: #006FB9;
    margin-right: 1rem;
}
.section-info .section__horizontal-graphs-legend-list i.gray {
    background: #D9D9D9;
}
.section-info .section__horizontal-graphs-legend-list span {
    display: block;
}
.section-info .section__horizontal-graphs-legend-entry {
    max-width: 86.6rem;
}
.section__analysis-inner {
    border-top: 0.1rem solid #D2D5D7;
    padding-top: 2.8rem;
    margin-bottom: 5.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__analysis-inner {
        padding-top: 3.1rem;
        margin-top: 2.1rem;
    }
}
.section__analysis-head {
    margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__analysis-head {
        margin-bottom: 1.8rem;
    }
}
.section__analysis-head h3 {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__analysis-head h3 {
        font-size: 2.2rem;
        line-height: 1.27;
        margin-bottom: 1.2rem;
    }
}
@media (max-width: 374px) {
    .section__analysis-head h3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section__analysis-head h3 span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border: 0.1rem solid currentColor;
    color: #DD390C;
    border-radius: 0.4rem;
    margin: 0.5rem 0 0 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__analysis-head h3 span {
        font-size: 1.2rem;
        padding: 0.25rem 0.6rem;
        margin: 0.1rem 0 0 2.2rem;
    }
}
@media (max-width: 374px) {
    .section__analysis-head h3 span {
        margin: 0.5rem 0 0;
    }
}
.section__analysis-trigger {
    position: relative;
    text-align: center;
}
.section__analysis-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 0.1rem;
    background: #D2D5D7;
}
.js-analysis-trigger {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid #D2D5D7;
    border-radius: 0.7rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: #006FB9;
    padding: 0.6rem 1.4rem;
    text-decoration: none;
    background: #fff;
    position: relative;
    z-index: 2;
}
.js-analysis-trigger:before {
    content: "Show More";
    margin-right: 0.8rem;
}
.js-analysis-trigger svg {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.section__analysis .expanded-accordion .section__analysis-inner {
    display: block;
}
.section__analysis .expanded-accordion .js-analysis-trigger {
    padding: 0.6rem 1.1rem;
}
.section__analysis .expanded-accordion .js-analysis-trigger:before {
    content: "Show Less";
}
.section__analysis .expanded-accordion .js-analysis-trigger svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.section-info .section__charts-pie {
    padding-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__charts-pie {
        padding-top: 2.1rem;
    }
}
.section-info .section__charts-pie h3 {
    font-weight: 400;
    margin-bottom: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__charts-pie h3 {
        font-size: 2.2rem;
        line-height: 1.27;
        margin-bottom: 1.3rem;
    }
}
.section-info .section__other-dealers {
    padding: 1.9rem 0 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__other-dealers {
        padding: 3rem 0 3.1rem;
    }
}
.section-info .section__other-dealers h3 {
    font-weight: 400;
    margin-bottom: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__other-dealers h3 {
        font-size: 2.2rem;
        line-height: 1.27;
        margin-bottom: 1.9rem;
    }
}
.section-info .section__widgets-dealers {
    max-width: 126.5rem;
}
/* ------------------------------------------------------------ *\
	Widget rating
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.widget-rating h6 {
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-rating h6 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 0;
    }
}
.widget-rating ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-rating ul {
        line-height: 1;
    }
}
.widget-rating li {
    margin-right: 0.2rem;
}
.widget-rating li:last-child {
    margin: 0;
}
/*  Widget rating alt  */
.widget-rating--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget-rating--alt h6 {
    margin: 0 1.5rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-rating--alt h6 {
        margin: 0;
    }
}
.na-stars {
    margin-left: 0.7rem;
}
/* ------------------------------------------------------------ *\
	Widget car score
\* ------------------------------------------------------------ */
.widget__score-list li,
.widget__score-list li p {
    /* display: inline-block; */
    text-wrap: nowrap;
}
.widget-car-score {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.29;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1113px) {
    .widget-car-score {
        display: block;
    }
}
.widget-car-score .widget__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1113px) {
    .widget-car-score .widget__info {
        /*.widget-car-score {*/
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-car-score .widget__info {
        /*.widget-car-score {*/
        margin-bottom: 0;
    }
}
.widget-car-score .widget__info figure {
    width: 2.4rem;
    height: 2.4rem;
    background: #333333;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.1rem;
}
.widget-car-score .widget__info p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-weight: 700;
}
.widget-car-score .widget__info p > span {
    margin-left: 0.6rem;
    display: inline-block;
}
.widget-car-score .widget__info p > span span {
    font-weight: 400;
}
.widget-car-score .widget__score-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 1.072;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-car-score .widget__score-list {
        display: block;
        padding-left: 3.6rem;
        line-height: 1.76;
    }
}
.widget-car-score .widget__score-list:before {
    content: "";
    height: 0.1rem;
    background: currentColor;
    width: 1rem;
    display: inline-block;
    margin: 0.9rem 1rem 0 1.1rem;
}
@media (max-width: 1113px) {
    .widget-car-score .widget__score-list:before {
        display: none;
    }
}

.widget-car-score .widget__score-list li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 0.1rem solid rgba(117, 119, 123, 0.4);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-car-score .widget__score-list li {
        margin: 0;
        padding: 0;
        border: 0;
    }
}
.widget-car-score .widget__score-list li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.widget-car-score .widget__score-list strong {
    margin-left: 0.4rem;
    display: inline-block;
}

.widget-car-score .stars-sprite-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.7rem;
    line-height: 1;
}
/*  Widget car score alt  */
@container (width < 94.5rem) {
    .widget-car-score--alt {
        display: block;
    }
}
@media (max-width: 374px) {
    .widget-car-score--alt {
        padding-left: 3.4rem;
        position: relative;
    }
}
@media (max-width: 374px) {
    .widget-car-score--alt .widget__info {
        display: block;
    }
}
@media (max-width: 374px) {
    .widget-car-score--alt .widget__info figure {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
}
.widget-car-score--alt .widget__info p {
    letter-spacing: 0.014em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@container (width < 94.5rem) {
    .widget-car-score--alt .widget__score-list {
        margin: 0.2rem 0 0 3.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-car-score--alt .widget__score-list {
        padding-left: 0;
        margin-right: -0.5rem;
    }
}
@media (max-width: 374px) {
    .widget-car-score--alt .widget__score-list {
        margin-left: 0;
    }
}
.widget-car-score--alt .widget__score-list:before {
    margin: 0.9rem 1rem 0 1rem;
}
@container (width < 94.5rem) {
    .widget-car-score--alt .widget__score-list:before {
        display: none;
    }
}
.widget-car-score--alt .widget__score-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 374px) {
    .widget-car-score--alt .widget__score-list > li {
        display: block;
    }
}
.widget-car-score--alt .widget__score-list p {
    margin: 0;
    letter-spacing: 0.014em;
}
/* ------------------------------------------------------------ *\
	Widget dealer
\* ------------------------------------------------------------ */
.widget-dealer .widget__content {
    font-size: 1.2rem;
    line-height: 1.33;
    margin-bottom: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widget-dealer .widget__content {
        margin-bottom: 0.85rem;
    }
}
.widget-dealer .widget__content h6 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.71;
    margin-bottom: 0.7rem;
}
.widget-dealer .stars-sprite-img  {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.widget-dealer .stars-sprite-img li {
    margin-right: 0.2rem;
}
.widget-dealer .stars-sprite-img li:last-child {
    margin: 0;
}
/* ------------------------------------------------------------ *\
	Widgets dealers
\* ------------------------------------------------------------ */
.widgets-dealers {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3.7rem 6rem;
}
@media (max-width: 1199px) {
    .widgets-dealers {
        grid-gap: 2rem;
    }
}
@media (max-width: 1023px) {
    .widgets-dealers {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .widgets-dealers {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5rem;
    }
}
@media (max-width: 575px) {
    .widgets-dealers {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 413px) {
    .widgets-dealers {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.9rem;
    }
}

/* ------------------------------------------------------------ *\
	Chart pie
\* ------------------------------------------------------------ */
.chart-pie h6 {
    margin-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .chart-pie h6 {
        margin-bottom: 0.9rem;
    }
}
.chart-pie .chart__body {
    /*border: 0.1rem solid #D2D5D7;*/
    /*border-radius: 0.8rem;*/
}
.chart-pie .chart__body > img {
    margin: -0.1rem;
}
@media (max-width: 1023px) {
    .chart-pie .chart__body > img {
        width: 100%;
        height: auto;
    }
}
/* ------------------------------------------------------------ *\
	Charts pie
\* ------------------------------------------------------------ */
.charts-pie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.3rem 3rem;
}
@media (max-width: 1199px) {
    .charts-pie {
        grid-gap: 2rem;
    }
}
@media (max-width: 1023px) {
    .charts-pie {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .charts-pie {
        grid-template-columns: repeat(1, 1fr);
    }
}