.offers_wrap .ofer_item .of_body .of_title {
    text-overflow: inherit !important;
}
.compare_wrap .cpp_val .of_discount::before{
    content: "";
    display: block;
    height: 1px;
    background: #007550;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
}
.compare_wrap .cpp_val .of_discount{
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    padding: 0;
    position: relative;
    margin-left: 30px;
    float: right;
}
/*cars left filter*/
.filters_switcher {
    position: fixed;
    z-index: 10;
    top: 172px;
    left: 0;
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    background: #231F20;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.filters_switcher:hover,
.filters_switcher.active {
    background: #007550
}
.filters_switcher a {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0
}
.filters_switcher a svg {
    display: inline-block;
    position: relative;
    margin: 0;
    bottom: -3px
}
.mp_grid {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
    margin: 80px 0 0 0;
}
.mp_grid>div {
    display: table-cell;
    vertical-align: top
}
#left_sidebar {
    position: relative;
    min-height: auto;
    background: #F9F9F9;
    width: 540px;
    transition: all .3s
}

#left_sidebar .ls_main {
    position: relative;
    padding: 0;
    margin: 0
}

#left_sidebar .ls_box {
    padding: 30px 40px 30px 150px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.2)
}

#left_sidebar .ls_main .ls_box:last-child {
    border: 0
}

#left_sidebar form.ls_search {
    position: relative;
    padding: 0;
    margin: 0
}

#left_sidebar form.ls_search input {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    line-height: 48px;
    background: transparent url("../images/sidebar-search.svg") calc(100% - 20px) 50% no-repeat;
    border: 1px solid rgba(35, 31, 32, 0.2);
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #231F20;
    transition: all .3s
}

#left_sidebar form.ls_search input:focus {
    background-color: #fff
}

#left_sidebar form.ls_search input::-webkit-input-placeholder {
    color: rgba(35, 31, 32, 0.25)
}

#left_sidebar form.ls_search input::-moz-placeholder {
    color: rgba(35, 31, 32, 0.25);
    opacity: 1
}
#left_sidebar .drag_slider {
    max-width: 285px
}

#left_sidebar .ld_grid {
    position: relative;
    display: flex;
    width: 100%
}

#left_sidebar .ld_grid>div:not(:last-child) {
    padding-right: 20px
}

#left_sidebar .ld_body b {
    display: block;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #007550;
    margin-bottom: 7px
}

#left_sidebar .ls_label {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 18px;
    color: #231F20;
    user-select: none;
    cursor: pointer;
    max-width: 285px
}

#left_sidebar .ls_label .ls_counter {
    position: relative;
    display: inline-block;
    float: right;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    font-size: 14px;
    color: #8E8C8D;
    margin: 0
}

#left_sidebar .ls_label>input[type=checkbox],
#left_sidebar .ls_label>input[typ=radio] {
    display: none
}

#left_sidebar .ls_box select {
    display: inline-block;
    padding: 17px 35px 17px 20px
}

#left_sidebar .ls_label::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;
    border: 1px solid rgba(0, 117, 80, 0.5);
    border-radius: 2px;
    background: transparent;
    transition: all .2s
}

#left_sidebar .ls_label.active:before {
    background: #007550
}

#left_sidebar .ls_drop.active .ld_body .ls_label:not(:last-child) {
    margin-bottom: 10px
}

.ls_drop {
    position: relative;
    padding: 0;
    margin: 0
}

.ls_drop>h4 {
    display: block;
    position: relative;
    padding: 10px 0;
    margin: 0;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 18px;
    color: #007550;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ls_drop>h4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: url("../images/sidebar-drop.svg") 50% 50% no-repeat
}

.ls_drop.active>h4:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ls_drop .ld_body {
    padding-top: 10px;
    display: none;
    position: relative;
    animation: fade .3s ease-in;
    max-width: 285px
}

.ls_drop.active .ld_body {
    display: block
}
.drag_slider {
    position: relative;
    padding: 0;
    margin: 0
}

.drag_slider .ds_labels {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
    font-style: normal;
    font-weight: 300;
    line-height: 1em;
    font-size: 14px;
    color: #007550
}

.drag_slider .ds_labels>div {
    width: 50%
}

.drag_slider .ds_labels>div:last-child {
    text-align: right
}

.drag_slider .ds_labels>div>span {
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    font-size: 14px;
    color: #8E8C8D;
    display: block;
    margin-top: 5px
}
.reset-btn-home {
    margin-right: 15px;
}
.main_page {
    position: relative;
    padding: 30px 150px 30px 20px;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}
.mp_compare {
    position: relative;
    padding: 20px 0;
    margin: 0 0 30px 0;
    text-align: center
}
.left_sidebar.is_sticky {
    z-index: 10 !important;
}
.header_main.is_sticky {
    z-index: 9999 !important;
}
.offers_wrap.offers_wrap_search {
    position: relative;
    margin: 0;
    padding: 0;
}
/* end cars left filter*/

.feedback-form-error {
    color: red !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-top: -15px;
}
.form-error-block {
    color: red !important;
    font-size: 12px !important;
    font-weight: normal !important;
}


.contact_box p {
    margin-bottom: 0px;
}
.hiddend {
    display: none !important;
}
.pointer {
    cursor: pointer;
    padding: 5px 30px;
    margin: 0;
    display: inline-block;
    background: transparent;
    outline: none;
    border: 0;
    color: #8E8C8D;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    text-transform: none;
}
/* autosaloan todo for all */
.green_bar .bar_menu .down a:nth-child(even) {
    background: none;
}
.bar_menu.active .down .selected {
    background: #E4E4E4 !important;
}
.contact-phone-area p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f095";
    padding-right: 10px;
}
.cursor-none {
    cursor: initial;
}

/*offer list*/
.bo_item .bo_title {
    font-weight: bold;
}
.bo_item .bo_title span{
    font-weight: normal;
}
/*search popup*/
.search_popup_ul_area {
    text-align: center;
    padding-top: 10px;
}
.search_popup_ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
    list-style-type: none;
}
.search_popup_ul li {
    float:left;
}
.search_popup_ul li a{
    color: #fff;
    font-size: 30px;
    padding: 0px 20px;
    font-weight: normal;
}
.search_popup_ul li a:hover{
    text-decoration: underline;
}
.clear {
    clear: both;
}
/*contact logo little*/

.contact_box .c_brands {
    position: relative;
    margin: 0 0 15px 0;
}
.contact_box .c_brands>a:not(:last-child) {
    margin-right: 10px;
}
.contact_box .c_brands a>img {
    display: inline-block;
    max-height: 23px;
}
/* end contact logo little*/
/*search result*/
.s_results strong {
    color: #007550
}

.sr_items {
    position: relative;
    padding: 0;
    margin: 0
}

.sr_item {
    position: relative;
    padding: 25px 30px;
    margin: 0 0 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.sr_item h2 {
    font-weight: bold;
    line-height: 1em;
    font-size: 24px;
    color: #231F20;
    margin: 0
}

.sr_item strong {
    color: #007550
}

.sr_item .sr_image {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 130px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sr_item .sr_image a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: transparent
}

.sr_item:hover .sr_image a {
    background: rgba(255, 255, 255, 0.1)
}

.sr_item .sr_main {
    position: relative;
    padding: 0;
    margin: 0
}

.sr_item h4 {
    font-weight: bold;
    line-height: 1em;
    font-size: 24px;
    color: #231F20
}

.sr_item .sr_main h3,
.sr_item .sr_main h3 a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #231F20
}

.sr_item .sr_main h3 {
    margin-bottom: 8px
}

.sr_item .sr_main h3 a {
    display: block;
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sr_item .sr_main h3 a:hover {
    color: #007550
}

.sr_item .sr_main .sr_stock {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    margin: 5px 0 15px 0
}

.sr_item .sr_main .sr_more {
    display: inline-block;
    line-height: 1em;
    padding: 21px 40px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #007550;
    border: 2px solid #007550;
    box-shadow: none;
    text-decoration: none;
    background: #fff
}

.sr_item .sr_main .sr_more:hover {
    background: #007550;
    color: #fff
}

/*end search result*/

/*header contul meu*/
.user_auth_menu {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
}
.help-block-error {
    color: red;
}
/* end header contul meu*/

/*top menu*/
.menu>ul>li>ul>li>a {
    white-space: nowrap;
}
/* end top menu*/

/*detail car print*/
.only_on_print {
    display: none;
}
/*more or less*/
.expandable {
    transition: all 250ms ease-in-out;
}

.expandable .expand-bar {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.expandable .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0px;
    display: block;
    content: "";
    background: rgba(237,237,237,0);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.expandable .expand-bar i {
    transition: all 250ms ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    transform: rotate(-90deg);
}

.expandable.expanded .expand-bar i {
    transform: rotate(90deg);
}

.expandable .expand-bar i::before, .expandable .expand-bar i::after {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #1d1d1d;
    content: "";
    left: 5px;
}

.expandable .expand-bar i::before {
    transform: rotate(45deg);
    top: 13px;
}

.expandable .expand-bar i::after {
    transform: rotate(-45deg);
    top: 6px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
/* end more or less*/

.cd_print_data .cd_print_body {
    max-height: 570px;
    overflow: hidden;
}

@media print
{
    .only_on_print { display: block; }

    .cd_parking  { display: none; }
    .cd_parking_map { display: none; }
    .new_item { display: none; }
    .no_print { display: none !important; }
    .leasing_section { display: none; }
    .footer { display: none; }
    .cd_share_box { display: none; }
    .item_contact_forms { display: none; }
    .user_fixed_menu { display: none; }
    .mobile_nav { display: none; }
    .detail_recommended_cars { display: none; }
    .cd_compare_box { display: none; }
    .cd_rent_box { display: none; }
    .new_item{ display: none !important; }
}
/*end detail car print*/

.clearfix.search_page_wrap .row label {
    right: 0px;
}

/*responsive*/
@media (max-width: 1650px) {
    #left_sidebar .ls_box {
        padding: 25px 40px 25px 55px
    }
    #left_sidebar {
        width: 350px
    }
    #left_sidebar .ls_label {
        font-size: 14px;
        padding: 0 0 0 25px
    }
    #left_sidebar .ls_label::before {
        top: 2px
    }
    #left_sidebar form.ls_search input {
        line-height: 38px;
        font-size: 13px
    }
    #left_sidebar .ls_label .ls_counter {
        font-size: 12px
    }
    #left_sidebar .ld_grid>div:not(:last-child) {
        padding-right: 5px
    }
    .ls_drop>h4 {
        padding: 5px 0;
        font-size: 16px
    }
    .ls_drop .ld_body {
        max-width: 260px
    }
    .main_page {
        padding: 25px 40px 30px 20px
    }
}
@media (max-width: 1366px) {
    .offers_wrap .ofer_item .of_image {
        min-height: 210px;
    }
    #left_sidebar {
        position: fixed;
        height: calc(100% - 150px);
        z-index: 9;
        top: 150px;
        left: -350px;
        overflow-y: auto;
        z-index: 1888;
    }
    #left_sidebar.active {
        left: 0
    }
    #left_sidebar .ls_box select {
        padding: 17px 35px 17px 15px
    }
    .row label {
        right: 0px!important;
    }
}
@media (max-width: 1370px) {
    .filters_switcher {
        display: flex;
        z-index: 1999;
    }
    }

@media (max-width: 1300px) {
    .filters_switcher {
        display: flex;
        z-index: 1999;
    }
    .row label {
        right: 0px!important;
    }
}
@media (max-width: 1200px) {
    .filters_switcher {
        top: 119px;
        z-index: 1999;
    }
    #left_sidebar {
        position: fixed;
        height: calc(100% - 85px);
        z-index: 900;
        top: 85px;
        left: -350px;
        overflow-y: auto
    }
}
@media (max-width: 991px) {
    .trade_steps>div {
        padding: 0 20px
    }
    .trade_steps p {
        font-size: 16px
    }
    .search_page_wrap label {
        right: 0px!important;
    }
}
@media (max-width: 767px) {
    .trade_app_submit .btn {
        min-width: 200px
    }
    .gb_box .gb_body {
        padding: 20px
    }
    .row label {
        right: 0!important;
    }

    .trade_steps {
        flex-wrap: wrap;
        margin: 30px 0 0 0
    }
    .trade_steps>div {
        width: 100%;
        padding: 15px 0
    }
    .trade_steps p {
        font-size: 14px
    }
    .section.trade {
        font-size: 16px
    }
    .trade_steps>div:nth-child(even) {
        display: none
    }
    .trade_wrap h2 {
        line-height: 1.2;
        font-size: 26px;
        margin-bottom: 25px
    }
}
@media (max-width: 480px) {
    .auth_tabs .auth_tab > li a.btn {
        min-width: 130px;
        padding: 0 15px;
    }

    .form_submit a.btn {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .btn {
        min-width: 150px;
    }
}
@media (max-width: 360px) {
    #left_sidebar {
        width: 300px
    }
    #left_sidebar .ls_box {
        padding: 15px 20px 15px 55px
    }
    .ls_drop>h4 {
        padding: 15px 0
    }
}
/* end responsive*/

/*reset pass*/
.btn-reseteaza_parola {
    width: 100%;
    color: white;
}
form input[type=number] {
    display: block;
    width: 100%;
    position: relative;
    padding: 17px 20px;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 14px;
    color: #231F20;
    outline: none;
    background: rgba(35, 31, 32, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*TRANDE IND*/
.trade_app_submit {
    margin-top: 30px;
    text-align: center
}
.form_response {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #007550;
    text-align: center;
    margin-top: 30px
}

.form_response svg {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle
}

.trade_app_submit .btn {
    min-width: 590px
}
.section.trade {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: url("/images/trade.jpg") center center/cover no-repeat
}

.trade_wrap {
    position: relative;
    font-weight: 300
}

.trade_wrap h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 30px
}

.trade_steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 30px 0
}

.trade_steps>div {
    padding: 0 40px
}

.trade_steps p {
    font-weight: bold;
    font-size: 18px
}

.trade_steps .gs_icon {
    display: block;
    min-height: 62px;
    margin-bottom: 20px
}
.section.trade_why {
    background: url("/images/bgx.jpg") center center/cover no-repeat
}
.t_why_wrap .t_why_item .twh_ico span {
    width: 104px;
    height: 104px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
}
.t_why_wrap .t_why_item {
    display: table;
    padding: 0;
    margin: 0 0 60px 0;
    width: 100%;
}

.t_why_wrap {
    position: relative
}

.t_why_wrap .t_why_item {
    display: table;
    padding: 0;
    margin: 0 0 60px 0;
    width: 100%
}

.t_why_wrap .t_why_item>div {
    display: table-cell;
    vertical-align: middle
}

.t_why_wrap .t_why_item .twh_ico {
    position: relative
}

.t_why_wrap .t_why_item .twh_ico span {
    width: 104px;
    height: 104px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out
}

.t_why_wrap .t_why_item .twh_ico span svg path {
    fill: #8E8C8D
}

.t_why_wrap .t_why_item:hover .twh_ico span {
    background: #007550
}

.t_why_wrap .t_why_item:hover .twh_ico span svg path {
    fill: #fff
}

.t_why_wrap .t_why_item .twh_content {
    padding-left: 30px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #8E8C8D;
    transition: all .3s ease-in-out
}

.t_why_wrap .t_why_item:hover .twh_content {
    color: #007550
}
.gb_box {
    position: relative;
    padding: 0;
    margin: 40px 0 30px;
    font-size: 14px;
    color: #8E8C8D
}

.gb_box .gb_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: #007550;
    padding: 15px 30px
}

.gb_box .gb_body {
    font-weight: normal;
    color: #8E8C8D;
    background: rgba(0, 117, 80, 0.05);
    padding: 30px
}
.gb_box .gb_body a {
    text-decoration: underline
}

.gb_box .gb_body a:hover {
    text-decoration: none
}

.gb_box .gb_body p:last-child {
    margin-bottom: 0
}

/*END TRANDE IND*/

/*slider home*/
.slider-popup .slick-dots li.slick-active button:before {
   display: none;
}
.slider-popup .slick-dots {

    bottom: auto;
    width: auto;
    margin: auto;
}
.slider-popup .slick-next:before, .slider-popup .slick-prev:before {
    font-size: 20px;
}
.slider-popup .slick-next:before,.slider-popup .slick-prev:before {
    /*background: none;*/
}
.slider-popup .slick-prev {
   left: -90px !important;
    width: 50px;
    height: 100px;
    display: block;
}
.slider-popup .slick-next {
    right: -60px !important;
    width: 50px;
    height: 100px;
    display: block;
}
.slider-popup .slick-dots li.slick-active button {
    padding: 1px 0px !important;
}
/* end slider home*/

/*detail cars*/
.item_contact_forms {
    margin-top: 0px;
}
.additional_spec_wrap {
    margin-top: 55px;
}
/*end detail cars*/
/*contact dropdown*/
.wd100p {
    width: 100%;
}
.c_box_badge {
    top: 0px !important;
}

.heading>h2 {
    padding: 30px 0 60px 100px !important;
    font-weight: 900;
}
/* end contact dropdown*/
/*contact*/
.down {
    z-index: 5;
}
.contact-phone-area p:before {
    display: none !important;
}
/* end contact*/
/*seach with zoom btn*/
.search_zoom_btn {
    background: transparent url("../images/sidebar-search.svg")  center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    margin-top: -30px;
    right: 16px;
}
.no_bg_img {
    background-image: none !important;
}
/* end seach with zoom btn*/

/* search with zoom new*/
.ls_box .inner-form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.ls_box .inner-form-first {
    flex-grow: 1;
}
.ls_box .inner-form-second .inner-form-second-btn {
    width: 100%;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    line-height: 40px;
}
.ls_box .inner-form-second .inner-form-second-btn img{
    height: 12px;
}
.ls_box .inner-form-second {
    width: 20px;
    position: absolute;
    right: 10px;
}
/* end search with zoom new*/

/*favorite detail icon*/
.of_favorite_detail {
    top: 5px;
    right: -41px;
}
.of_favorite_detail:hover svg, .of_favorite_detail.active svg {
    top: -7px;
}
/* end favorite detail icon*/
/*popup witdh*/
.popup {
    max-width: 800px;
}
/*end popup witdh*/
/*oferte*/
.bo_item .bo_title {
    font-size: 30px;
}
.bo_item .bo_over_main {
    text-align: right !important;
}

/*Loadding Bar On left*/
.loading_filter {
    z-index: 79;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* align-items: center; */
    /* justify-content: center; */
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.loading_filter_in {
    position: sticky;
    top: 44%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.loading_filter img {
    width: 100px;
    height: auto;
}


@-webkit-keyframes loader {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes loader {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.progress-barr {
    overflow: hidden;
    width: 100%;
}
.progress-barr span {
    display: block;
}

.barr {
    background: rgba(0, 0, 0, 0.075);
}

.progresss {

    -webkit-animation: loader 5s linear infinite;
    animation: loader 5s linear infinite;
    background: #007550;
    color: #fff;
    padding: 1px;
    width: 0;
}


.progress-barr {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 89;
}
.progress-barr.is_stick {
    top: 85px;
}
/*End Loadding Bar On left*/

/*Left Menu Brand/Models + -*/
.lista_marca > ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.lista_marca > ul > li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    display: block;

    max-width: 285px;
}

.lista_marca ul > li > a.brand_name.active{
    color: #007550;
}
.lista_marca ul > li > a.brand_name:before {
    content: ' - ';
    color: #007550;
    font-family:Roboto, sans-serif ;
    position: absolute;
    left: -15px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.lista_marca ul > li > a.brand_name {
    position: relative;
}
.lista_marca .ls_counter {
    position: relative;
    display: inline-block;
    float: right;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    font-size: 14px;
    color: #8E8C8D;
    margin: 0;
}
.lista_marca ul > li > a.brand_name.active:before {
    opacity: 1;
}
.lista_marca ul > li > a.brand_name.active + ul {
    display: block;
}
.lista_marca ul > li > a.brand_name.active + ul.vissible_all {
}
.lista_marca ul > li > a {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 18px;
    color: #231F20;
    user-select: none;
    cursor: pointer;

}
.lista_marca ul > li > ul > li a{

    padding-left: 30px;
}
#left_sidebar .ls_label.active {
    color: #007550;
}
#left_sidebar {
    min-height: auto;
}
.show_more_brands {
    color: #007550!important;
}
.lista_marca > ul {
    display: block;
    margin-bottom: 10px;
}


.lista_marca > ul.vissible_all {
    max-height: unset!important;
    overflow: initial;
}


.itemSwitch, .itemMore{
    padding:5px 10px 0;
    color: #007550;
    transition: all .3s;
}
.brand_items{
    display: none;
    padding-left: 15px;
    padding-top: 10px;
}
.brand_items.active{
    display: block;
}
div.hidde{
    display: none;
}
.itemMore,.itemSwitch {
    cursor: pointer;
}

/* EndLeft Menu Brand/Models + -*/

.infopdfview {
    height: 500px;
    width: 50%;
}

/*AB 03.10.2021*/

div[data-fancybox]{
    margin: 20px 0;
}


.modal .modal_btn{
    background: #003b28;
    padding: 5px 7px;
    display: block;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    height: 33px;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    max-width: 135px;
    width: 100%;
}
.modal .modal_btn_l{
    background: #8d9190;
    padding: 5px 7px;
    display: block;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    height: 33px;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    max-width: 135px;
    width: 100%;
}

.modal.cookie .content-left{
    display: flex;
    justify-content: end;
}

.modal.cookie .content-right{
    display: flex;
    justify-content: start;
}

.modal.cookie .modal-dialog{
    top: 10%;
}

.modal.cookie .modal-content{
    height: 540px;
}

.modal.cookie .content-left{
    border: none;
}

.modal.cookie.hide{
    display: none;
}

.modal.cookie.active{
    display: block;
}
.user_initial {
    width: 30px;
    height: 30px;
    display: flex;
    float: left;
    border: 1px #000 solid;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    top: -8px;
    position: relative;
    left: -6px;
}

.user_initial:hover {
    border: 1px solid #fff;
}
.sliderbody {
    display: block;
    width: 100%;
    float:left;
}
.visual_filter {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 100;
    flex-direction: row;
    flex-wrap: wrap;
}
.visual_filter .top_filter_block {
    border: 1px solid rgba(35, 31, 32,0.2);
    padding: 5px 15px;
    color: #007550;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    float: left;
    margin: 10px;
    gap: 10px;
}
.resetarea {
    top: 15px;
    display: block;
    position: relative;
    z-index: 1000;
    width: 60px;
    float: left;
}
.top_filter_block i {
    cursor: pointer;
}
.light_green.alert-success  {
    padding: 20px;
    background-color: #007550;
    color: white;
}
#google_map {
    width: 100%;
    height: 450px;
}
.modals {
    position: relative;
}
.modals .popup_block {
    position: absolute;
    width: 80%;
    max-width: 350px;
    height: 400px;
    background-color: white;
    padding: 40px 20px 20px 20px;
    top: 20px;
    z-index: 1000;
    left: 20px;
}
.modals .contact_wrapper {
    display: flex;
    flex-direction: column;
    gap:20px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.modals .contact_wrapper .top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap:20px;
    align-items: center;
}
.modals .contact_wrapper .top .header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    /* identical to box height */
    text-transform: uppercase;

    color: #231F20;
    text-decoration: underline;
}
.modals .mod_content {
    display: flex;
    flex-direction: column;
    gap:20px
}
.modals .contact_wrapper .lines {
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: flex-start;
    align-items: center;
}
.modals .contact_wrapper .lines .data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.popup_wrapper {
    height: 340px;
    overflow-y: scroll;
}

/* black */
#google_map > div:nth-child(2),#google_map > div:nth-child(3){
    left: -500%!important;
}
.lines .data p {
    margin-bottom: 0;
}
.dh_brands {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
 /*  flex-wrap: wrap;*/
}
.dh_brands_contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
   flex-wrap: wrap;
}
.brand_service_load {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;

}
.brand_service_load img {
    width: auto!important;
    height: auto!important;
}
.brand_service_load.active {
    border: 1px #000 solid;
    border-radius: 36px;
}
.close_popup {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.close_popup .cross {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
}
.close_popup .cross:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top:10px;
 }
.close_popup .cross:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(-45deg);
    position: absolute;
    top:10px;
}
.contact_wrapper .top img {
    max-width: 70px;
}
