#ecu-tunning .block-about_header h2{
    color:#000;
    font-size: 40px;
    position: relative;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 600;

}
#ecu-tunning #cars-search-content h2{
    letter-spacing:normal;color:#000;line-height:1.2;
}
#ecu-tunning  {
    font-family: 'Poppins', sans-serif;
}
#ecu-tunning .b-filter-main {
    padding-top: 20px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
#ecu-tunning .b-filter-main__select-group {
    display: inline-block;
    width: 25%;
    margin-right: 0%;
    vertical-align: top;
    text-align: left;
    padding: 0 5px;
    box-sizing: border-box;
}
#ecu-tunning .b-filter-main__label {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 4px;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
#ecu-tunning .bg-gray {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #ddd
}


#ecu-tunning .selectcars {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#ecu-tunning .selectcars{
    width: 100%;
    vertical-align: middle;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    padding-top:10px;
    padding-bottom:10px;
    padding: 10px;
    padding-right: 20px;
    height: auto;
    font-weight: 500;
    background: #fff;
    border-radius:3px;
    background: url(/images/front/select.png) no-repeat center right 4px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    cursor: pointer;
}
#ecu-tunning .selectcars:disabled {

    opacity: 0.5;
    cursor: not-allowed;
}
#ecu-tunning .btn.btn-primary:disabled {
    cursor: not-allowed;
}

#ecu-tunning #cars-search-content{height:auto;overflow: auto;    display: flex;    align-items: center;    flex-wrap: wrap;justify-content: center;}
#ecu-tunning #cars-search-content > .row{width:100%;}

#ecu-tunning #cars-search-content{
    background:#fff;
}
#ecu-tunning .cars-search.open {
    visibility: visible;
    opacity: 1;
}
#ecu-tunning .cars-search {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: 
        rgba(34, 34, 34, 0.95);
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}
#ecu-tunning .center-info-cars{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 100%;
    overflow: auto;
    padding:40px 0;
    color:#232323;
}
#ecu-tunning .cars-search .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    border: none;
    background-color: 
        #fff !important;
    opacity: 1 !important;
    z-index: 999;
}

#ecu-tunning .chart-car{
    display:table;
    table-layout: fixed; 
    width:60%;
    width: 100%;
    max-width:700px;
    height:250px;
    margin:10px auto 30px;
    background:#fff;
    border: 2px solid #ef0729;
    padding: 20px 0 0 0;
    background-size: 20px 20px;
    background-image: linear-gradient(to right, #efefef 1px, transparent 1px), linear-gradient(to bottom, #efefef 1px, transparent 1px);
}
#ecu-tunning .chart-car  li{
    position:relative;
    display:table-cell;
    vertical-align:bottom;
    height:250px;
}

#ecu-tunning .chart-car li span.line{
    border-top: 1px solid #ef0729;
    margin:0 1em;
    display: block;
    background: #ef0729;
    background: #ef0729; /* Old browsers */
    background: -moz-linear-gradient(top, #f9304d 0%, #ef0729 38%, #ef0729 65%, #f9304d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9304d 0%,#ef0729 38%,#ef0729 65%,#f9304d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9304d 0%,#ef0729 38%,#ef0729 65%,#f9304d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9304d', endColorstr='#f9304d',GradientType=0 ); /* IE6-9 */
    animation: draw 1s ease-in-out;
}  
#ecu-tunning .chart-car li span.line span{
    position:absolute;
    left:0;right:0;bottom:0%;
    padding:5px 1em 0;
    display:block;
    text-align:center;
    content:attr(title);
    word-wrap: break-word;
}

@keyframes draw{
    0%{height:0;} 
}

#ecu-tunning .car-info h2{
    font-size:26px;  margin-top:0;  
}
#ecu-tunning .car-info p{
    font-size:18px;margin-bottom: 5px;  font-weight: 300;
}
#ecu-tunning .one-row-cc{
    border-bottom: 1px solid #ccc;color:#222;
}
#ecu-tunning .one-row-cc .info-row{
    display:flex;flex-wrap:wrap;align-items: center;width: 100%;margin: 10px 0;text-align: left;padding:15px 0;overflow: hidden;
}
#ecu-tunning .df-fl-sb h2{
    background:#fff;color:#000;border:2px solid #ef0729;text-align: center;padding:15px;width: 55%;margin:5px 0;font-size:24px;border-radius: 3px;
}
#ecu-tunning .df-fl-sb{
    display:flex;flex-wrap:wrap;align-items: center;justify-content: space-between;
}


#ecu-tunning .chart-car li:first-child span.line,#ecu-tunning .chart-car.torque li:first-child span.line{
    border-top: 1px solid #ccc;
    margin:0 1em;
    display: block;
    background: #ededed;    
    background: -moz-linear-gradient(top, #ccc 0%, #ededed 38%, #ededed 65%, #ddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ccc 0%,#ededed 38%,#ededed 65%,#ddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ccc 0%,#ededed 38%,#ededed 65%,#ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#ddd',GradientType=0 ); /* IE6-9 */
    animation: draw 1s ease-in-out;
}  
#ecu-tunning .chart-car.torque li span.line{
    border-top: 1px solid #1a8dbe;
    margin:0 1em;
    display: block;
    background: #1a8dbe;    
    background: -moz-linear-gradient(top, #1a8dbe  0%, #29abe2  38%, #29abe2 65%, #1a8dbe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a8dbe 0%,#29abe2 38%,#29abe2 65%,#1a8dbe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a8dbe 0%,#29abe2 38%,#29abe2 65%,#1a8dbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8dbe', endColorstr='#1a8dbe',GradientType=0 ); /* IE6-9 */
    animation: draw 1s ease-in-out;
}  
#ecu-tunning h3{
    line-height:1.2;font-weight:bold;
}

@media only screen and (max-width: 991px)
{
    #ecu-tunning .bg-gray{
        padding-left:15px;padding-right:15px;
    }
    #ecu-tunning .b-filter-main__select-group{
        width:100%;margin-bottom:8px;
    }
    #ecu-tunning .b-filter-main{
        padding-top:5px;
    }
    #ecu-tunning .block-about_header h2{
        font-size: 30px;
    }
}



#ecu-tunning .btn.btn-primary::after, #ecu-tunning .btn.btn-primary::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 1000px;
    top: 50%;
    left: 50%;
    background: #0162e6;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
#ecu-tunning .btn.btn-primary {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    min-width: 7.5em;
    text-align: center;
    color: #ffffff;
    border: 2px solid #0162e6;
    background-color: transparent;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
#ecu-tunning .btn.btn-primary:hover{
    color:#0162e6
}
#ecu-tunning .btn.btn-primary:hover::before, #ecu-tunning .btn.btn-primary:hover::after {

    width: 0;

}
#ecu-tunning .btn.btn-primary::before, #ecu-tunning .btn.btn-primary::after {

    width: 100%;

}
.theme_button#ecu-tunning .btn.btn-primary{
    width: 100%;
    opacity: 1;

}
.legend table td,.legend table th{
    padding:0;
}
.container .flot-chart .legend{
    left:25px !important;
}
.legendColorBox * {
    width:14px;
}
.arc.trans1{    
    transition: All 0.3s ease;
}
.df-fl-sb{
    flex-wrap:nowrap;
}
#ecu-tunning .chart-car li:nth-of-type(n+2) span.line span{
    color:#fff;
}
.line::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 7px;
    height: 100%;
    width: 15px;
    background: linear-gradient(to bottom, #f9304d 0%,#ef0729 38%,#ef0729 65%,#f9304d 100%);
    -webkit-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    opacity: 0.7;
}
.line::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -8px;
    width: 90px;
    height: 15px;
    background: linear-gradient(to bottom, #f9304d 0%,#ef0729 38%,#ef0729 65%,#f9304d 100%);
    -moz-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 0.7;
    max-width:calc(100% + 2px);
}
.chart-car li:first-child span.line:after, .chart-car.torque li:first-child span.line:after,.chart-car li:first-child span.line:before, .chart-car.torque li:first-child span.line:before{
    background: linear-gradient(to bottom, #ccc 0%,#ededed 38%,#ededed 65%,#ddd 100%);
}
.chart-car.torque li span.line:after,.chart-car.torque li span.line:before{
    background: linear-gradient(to bottom, #1a8dbe 0%,#29abe2 38%,#29abe2 65%,#1a8dbe 100%)
}
.chart-car{
    padding-top:50px;
}
.chart-car li{
    padding:0 15px;
}
.chart-car li:first-child span.line, .chart-car.torque li:first-child span.line,.chart-car li span.line, .chart-car.torque li span.line{
    width:90px;position: relative;margin:0 auto;max-width: 100%;
}
.chart-car li:first-child span.title{
    text-shadow: 0 0 2px #fff;
}
.chart-car li span.title {
    position: absolute;
    text-shadow:0 0 2px #000;
    left: 0;
    right: 0;
    bottom: 0%;
    padding: 5px 1em 0;
    display: block;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
}

.carbox-content{
    width:100%;padding:10px 0;
}
.carbox-content .one-box-car {
    padding:10px 0;margin:0;
}
.carbox-content .one-box-car p{
    color: #777;
    font-size: 14px;
    max-width: 100%;
    padding:0 3px;
    display: block;
}
.carbox-content .one-box-car img{
    width:70px;max-width: 100%;margin:0 auto 15px;
    transition:all 0.5s ease-in-out 0s;
}
#cars-search-content .hidden, #cars-search-content .hidden *,div.hidden input{
    display: none;
}
 #ecu-tunning .df-fl-sb{
        flex-wrap:nowrap
    }
@media (max-width:768px) {
    .flot-x-axis{
        display: none !important;    
    }
   
    #ecu-tunning .df-fl-sb > *{
        flex:0 0 50%;
    }
    #ecu-tunning .df-fl-sb h2{
        font-size:20px !important;
    }
    #ecu-tunning .df-fl-sb > span{
        font-size:16px !important;
    }
    #ecu-tunning .chart-car li span.line span{
        padding-bottom: 5px;line-height: 1.2;font-size:11px;
    }
}