@import url(bootstrap.min.css); 
@import url(slick.css);
@import url(slick-theme.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(datepicker.css);
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt55 {
    margin-top: 55px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt65 {
    margin-top: 65px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt75 {
    margin-top: 75px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt85 {
    margin-top: 85px !important
}

.mt90 {
    margin-top: 90px !important
}

* {
    outline: none;
    text-decoration: none;
    border: 0;
    border-radius: 6px;
}

.container {
    max-width: 1260px;
    padding: 0 30px
}

.row.middle {
    align-items: center
}

img,
iframe {
    max-width: 100%;
	border-radius: 6px;
}

iframe {
    width: 100%
}

.noscroll {
    overflow: hidden
}

.flex_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.flex-1 {
    flex-grow: 1
}

.flex-2 {
    flex-grow: 2
}

.flex-3 {
    flex-grow: 3
}

.flex-4 {
    flex-grow: 4
}

.flex-5 {
    flex-grow: 5
}

.flex-6 {
    flex-grow: 6
}

.flex-7 {
    flex-grow: 7
}

.flex-8 {
    flex-grow: 8
}

.flex-9 {
    flex-grow: 9
}

.flex-10 {
    flex-grow: 10
}

.v_center {
    display: flex;
    align-items: center;
    justify-content: center
}

.noshadow {
    box-shadow: none !important
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    font-weight: 600
}

body_news {
            font-family: Arial, sans-serif;
            margin: 20px;
            background-color: #f4f4f4;
        }
		
h2_news {
            text-align: center;
            margin-bottom: 20px;
        }

a {
    text-decoration: none;
    color: #007550;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a:hover {
    color: #00AC61;
    opacity: 1;
    text-decoration: none
}

.button,
.btn,
button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 6px;
    text-decoration: none;
    padding: 0 35px;
    line-height: 57px;
    overflow: hidden;
    opacity: 1;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.button:hover,
.btn:hover,
button:hover {
    background: #fff;
    color: #231F20;
    outline: none;
    opacity: .8;
    text-decoration: none;
    box-shadow: none
}

.button:focus,
.btn:focus,
button:focus {
    outline: none;
    box-shadow: none
}

.btn.white,
.button.white,
button.white {
    background: #fff;
    color: #231F20
}

.btn.green,
.button.green,
button.green {
    background: #007550;
    color: #fff;
    border-color: #007550;
    border-radius: 26px;
}

.btn.light_green,
.button.light_green,
button.light_green {
    background: #fff;
    color: #007550;
    border-color: #007550
}

.btn.light_green:hover,
.button.light_green:hover,
button.light_green:hover {
    background: #007550;
    color: #fff;
    border-color: #007550
}

.btn {
    min-width: 184px
}

.btn.small {
    line-height: 47px
}

.btn.black {
    background: #231F20;
    color: #fff;
    border-color: #231F20
}

.btn.black:hover {
    background: #007550;
    color: #fff;
    border-color: #007550
}

#header {
    position: relative;
    z-index: 99;
    height: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

#header .header_top {
    text-align: center;
    height: 85px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.header_main {
    position: relative;
    background: #fff
}

.header_main .flex_container {
    height: 115px
}

#header .header_main.is_sticky,
#header .header_main.is_sticky .flex_container {
    height: 85px !important
}

#header .header_main.is_sticky .langs,
#header .header_main.is_sticky .currency {
    margin-top: 5px;
    padding-bottom: 3px
}

#header .header_top .dh_brands {
    padding-top: 20px;
    text-align: center
}

#header .header_top .dh_brands a {
    display: inline-block;
    position: relative;
    padding: 0;
    height: 42px;
    min-width: 70px;
    opacity: 0
}

#header .header_top .dh_brands a.active {
    opacity: 1
}

#header .header_top .dh_brands a:hover {
    opacity: .75
}

.is_sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.nav {
    position: relative;
    float: right;
    margin: 0;
    padding: 0
}

.menu {
    position: relative;
    float: left;
    margin-top: 5px
}

.menu>ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu>ul>li {
    display: block;
    float: left;
    position: relative;
    padding: 0;
    margin: 0
}

.menu>ul>li:not(:last-child) {
    margin-right: 30px
}

.menu>ul>li>a {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    color: #231F20;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
    color: #007550
}

.menu>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    animation: fade .3s ease-in;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu>ul>li:hover>ul,
.menu>ul>li.active>ul {
    display: flex
}

.menu>ul>li>ul>li {
    display: block;
    position: relative;
    float: left
}

.menu>ul>li>ul>li:not(:last-child) {
    margin-right: 25px
}

.menu>ul>li>ul>li>a {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    color: #007550
}

.menu>ul>li>ul>li>a:hover,
.menu>ul>li>ul>li.active>a {
    text-decoration: underline
}

#header .header_main.is_sticky .menu>ul>li>a {
    padding: 2px 0
}

#header .header_main.is_sticky {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.langs {
    line-height: 1;
    float: right;
    margin-left: 60px;
    text-align: center;
}

.currency {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    float: right;
    margin-left: 20px;
    text-align: center;
}

#header .langs,
#header .currency {
    margin-top: 15px
}

#header .currency .down > a{
    font-size: 14px;
}

.logo_box {
    position: relative;
    padding-top: 0
}

.logo_box img{
    max-width: 290px;
}

/* Containerele automobilelor (pe orizontală) */
.automobile-container {
  display: flex;
  justify-content: space-between; /* Distribuie secțiunile pe orizontală */
  align-items: center;
  gap: 20px; /* Spațiu între cele două secțiuni */
}

/* Stiluri pentru Automobile Noi */
.automobile-noi {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #007550; /* Culoare text */
  width: 45%; /* Se va adapta pe orizontală */
  text-align: center;
  cursor: pointer; /* Arată cursorul de mână */
}

/* Stiluri pentru Automobile Rulate */
.automobile-rulate {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #231F20; /* Culoare text */
  width: 45%; /* Se va adapta pe orizontală */
  text-align: center;
  cursor: pointer; /* Arată cursorul de mână */
}

/* Adaugă sublinierea la hover */
.automobile-noi:hover, .automobile-rulate:hover {
  text-decoration: underline; /* Adaugă sublinierea la hover */
  color: #007550; /* Poți schimba culoarea textului la hover */
}

.drop {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.down {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    min-width: 150px;
    background: #fff;
    border-radius: 4px;
    padding: 8px 0;
    animation: fade .3s linear;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.drop.small .down {
    min-width: 90px
}

.down a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: #231F20;
    font-weight: 500
}

.down a.active,
.down a:hover {
    color: #007550;
    background: #F9F9F9
}

.down a>img {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: -1px
}

.down.right {
    left: unset;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.drop:hover .down,
.drop.active .down {
    display: block
}

.header_main .additional_menu {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px
}

#header .header_main.is_sticky .additional_menu {
    margin-top: -16px
}

.header_main .additional_menu>a {
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    color: #231F20;
    display: inline-block;
    position: relative;
    z-index: 1;
    min-height: 10px;
    padding: 10px 20px 10px 10px
}

.header_main .additional_menu>a:hover {
    color: #007550
}

.header_main .additional_menu>a:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: url("../images/submenu-arrow.svg") 100% 50% no-repeat
}

.header_main .additional_menu_dropdown {
    float: right;
    margin-left: 20px;
    margin-top: 22px
}

#header .header_main.is_sticky .additional_menu_dropdown {
    margin-top: 0;
    padding-top: 12px
}

.header_main .additional_menu_dropdown {
    display: none;
    margin-top: 0;
    padding-top: 22px
}

.header_main .additional_menu_dropdown span {
    display: flex
}

.header_main .additional_menu_dropdown span>span {
    background: #231F20;
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header_main .additional_menu_dropdown span>span:not(:last-child) {
    margin-right: 3px
}

.header_main .additional_menu_dropdown:hover span>span {
    background: #8E8C8D
}

#header .header_main .menu_switcher {
    display: none;
    float: right;
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

#header .header_main .menu_switcher>span {
    display: block;
    width: 100%;
    height: 3px;
    background: #231F20;
    margin: 0;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0
}

#header .header_main .menu_switcher:hover>span {
    background: #007550
}

#header .header_main .menu_switcher>span:nth-child(1) {
    top: 0
}

#header .header_main .menu_switcher>span:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

#header .header_main .menu_switcher>span:nth-child(3) {
    bottom: 0
}

#header .header_main .menu_switcher.active>span {
    bottom: unset;
    top: 50%
}

#header .header_main .menu_switcher.active>span:nth-child(2) {
    opacity: 0
}

#header .header_main .menu_switcher.active>span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header .header_main .menu_switcher.active>span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg)
}

#mobile_nav {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -320px;
    width: 280px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

#mobile_nav .mb_main {
    position: relative;
    padding: 20px 25px
}

#mobile_nav .mb_logo {
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center
}

#mobile_nav .mb_main>ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none
}

#mobile_nav .mb_main>ul>li {
    display: block;
    position: relative;
    z-index: 1
}

#mobile_nav .mb_main>ul>li.drop>.drop_arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: transparent url("../images/submenu-arrow.svg") 50% 50% no-repeat
}

#mobile_nav .mb_main>ul>li>a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 12px 30px 12px 15px;
    color: #231F20;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    text-decoration: none
}

#mobile_nav .mb_main>ul>li:hover>a,
#mobile_nav .mb_main>ul>li.active>a {
    color: #007550
}

#mobile_nav .mb_main>ul>li.active>a {
    background: transparent
}

#mobile_nav .mb_main>ul>li>ul {
    display: none;
    position: relative;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #F9F9F9
}

#mobile_nav .mb_main>ul>li.open>ul {
    display: block
}

#mobile_nav .mb_main>ul>li.open .drop_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(-180deg)
}

#mobile_nav .mb_main>ul>li>ul>li {
    display: block;
    padding: 0;
    margin: 0
}

#mobile_nav .mb_main>ul>li>ul>li>a {
    display: block;
    color: #231F20;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 8px 8px 40px
}

#mobile_nav .mb_main>ul>li>ul>li>a:hover {
    color: #007550
}

#mobile_nav .mb_settings {
    display: block;
    position: relative;
    text-align: center;
    background: #F9F9F9;
    padding: 15px 0;
    margin: 0 0 20px 0
}

#mobile_nav .mb_settings>a {
    display: inline-block;
    margin: 0 5px
}

#mobile_nav .mb_settings .v_divider {
    position: relative;
    margin: 10px 0
}

#mobile_nav .mb_langs {
    position: relative;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2
}

#mobile_nav .mb_langs a {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
    line-height: 1;
    padding: 0
}

#mobile_nav .mb_langs a:hover,
#mobile_nav .mb_langs a.active {
    opacity: 1
}

#mobile_nav .mb_currency {
    margin-top: 15px
}

#mobile_nav .mb_currency a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    margin: 0 4px;
    min-width: 54px;
    text-align: center;
    font-weight: 600;
    font-size: 14px
}

#mobile_nav .mb_currency a:hover,
#mobile_nav .mb_currency a.active {
    background: #007550;
    color: #fff
}

.home_slider_wrap {
    max-width: 1920px;
    margin: 0 auto
}

.slick-prev,
.slick-next {
    z-index: 2
}

.slick-next {
    right: 25px
}

.slick-prev {
    left: 25px
}

#home_slider .home_slider_wrap {
    position: relative
}

#home_slider .sh_data {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color:rgba(0, 0, 0, 0.2)
}

#home_slider .sh_main_image {
    position: relative;
    min-height: 678px
}

#home_slider .sh_entry {
    position: relative;
    float: right;
    text-align: right;
    padding-top: 67px
}

#home_slider .sh_entry h1 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 58px;
    color: #fff
}

#home_slider .sh_entry h2 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 58px;
    color: #fff
}

#home_slider .sh_entry h2>span {
    font-weight: 200
}

#home_slider .sh_entry p {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #fff
}

#home_slider .sh_entry .sh_action {
    padding-top: 50px
}

#home_slider .sh_entry .sh_action>a:not(:last-child) {
    margin-right: 10px
}

#home_slider .sh_arrows {
    padding-top: 20px;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#home_slider .sh_prev,
#home_slider .sh_next {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 24px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .7;
    background: url("../images/right-arrow.svg") 50% 50% no-repeat
}

#home_slider .sh_prev:hover,
#home_slider .sh_next:hover {
    opacity: 1
}

#home_slider .sh_prev {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#home_slider .sh_prev {
    margin-right: 10px
}

#home_slider .sh_nav {
    position: relative;
    z-index: 99
}

#home_slider .slick-dots {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 18%;
    width: auto;
    text-align: left
}

#home_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all .5s ease-out
}

#home_slider .slick-dots li button {
    font-weight: bold;
    font-size: 18px;
    color: transparent;
    line-height: 1;
    display: block;
    width: 30px;
    height: auto;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0
}

#home_slider .slick-dots li button:before {
    display: none
}

#home_slider .slick-dots li.slick-active {
    border-bottom: 1px solid #fff
}

#home_slider .slick-dots li.slick-active button {
    color: #fff
}

.slider_preloader {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9F9F9
}

.double-bounce1,
.double-bounce2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8E8C8D;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

#user_fixed_menu {
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 0;
    padding: 0;
    margin: 0
}

#user_fixed_menu ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none
}

#user_fixed_menu ul>li {
    position: relative;
    text-align: right
}

#user_fixed_menu ul>li:not(:last-child) {
    margin-bottom: 8px
}

#user_fixed_menu ul>li>a {
    display: inline-block;
    padding: 22px 5px;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #231F20;
    line-height: 1em;
    max-height: 60px;
    text-align: left;
    padding-left: 20px;
    min-width: 150px;
    background: rgba(234, 234, 234, 0.6)
}

#user_fixed_menu ul>li:last-child>a {
    min-width: 70px
}

#user_fixed_menu.dark ul>li>a {
    color: #fff;
    background: #231F20
}

#user_fixed_menu.dark ul>li>a svg path {
    fill: #fff
}

#user_fixed_menu ul>li>a>i {
    display: inline-block;
    margin-right: 5px
}

#user_fixed_menu ul>li:hover>a {
    background: #231F20;
    color: #fff
}

#user_fixed_menu.dark ul>li:hover>a {
    background: #007550;
    color: #fff
}

#user_fixed_menu ul>li>a svg path {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#user_fixed_menu ul>li:hover>a svg path {
    fill: #fff
}

#user_fixed_menu ul>li.active>a {
    color: #fff;
    background: #007550
}

#user_fixed_menu ul>li.active a:hover {
    background: #231F20;
    color: #fff
}

#user_fixed_menu ul>li:nth-child(1) {
    animation-duration: .3s
}

#user_fixed_menu ul>li:nth-child(2) {
    animation-duration: .6s
}

#user_fixed_menu ul>li:nth-child(3) {
    animation-duration: .9s
}

#user_fixed_menu ul>li.js_compare_count.active {
    display: block
}

#user_fixed_menu ul>li a.js_search_link {
    text-align: center;
    padding-left: 0
}

.section {
    position: relative;
    padding: 70px 0
}

.section.about {
    min-height: 700px;
    background: url("../images/about.jpg") center top no-repeat
}

.section.page {
    min-height: 700px;
   /* background: #fff url("../images/page-bg.jpg") 50% 600px no-repeat*/
}

.section.gray {
    background: #F9F9F9
}

.section .page_lead_text {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px
}

.section.leasing_section {
    padding: 40px 0
}

.section.first {
    padding-top: 40px
}

.heading {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.heading .h_title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: 900;
    line-height: 0.8em;
    font-size: 144px;
    white-space: nowrap;
    text-transform: uppercase;
    color: rgba(35, 31, 32, 0.1)
}

.heading>h2 {
    position: relative;
    z-index: 3;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    color: #231F20;
    padding: 30px 0 60px 100px
}

.heading.small>h2 {
    font-size: 36px;
    padding: 0;
    margin: 0
}

.compare_section .heading {
    margin-bottom: 20px
}

.section_lead {
    margin: 40px 0;
    position: relative;
    padding: 0 98px;
    font-size: 18px;
    color: #231F20
}

.s_results {
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    font-size: 24px;
    color: #fff
}

.image_heading {
    position: relative;
    background: #8E8C8D url(../images/search-header.jpg) center center no-repeat;
    background-size: cover
}

.additional-images {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.additional-image {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.additional-image:hover {
    opacity: 0.7;
}


.car_search_box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 50px 30px
}

.car_search_box .cb_heading {
    position: relative;
    margin-bottom: 40px
}

.car_search_box .cb_heading>h3 {
    font-weight: 900;
    font-size: 36px;
    color: #231F20;
    text-align: center
}

.car_search_box .cb_form {
    max-width: 900px;
    margin: 0 auto
}

.car_search_box .cb_form .form_action {
    position: relative;
    padding-top: 30px;
    text-align: right
}

.car_search_box .cb_form .form_action .btn {
    width: 100%
}

form {
    display: block;
    position: relative;
    padding: 0;
    margin: 0
}

form label {
    display: block;
    position: relative;
    padding: 0;
    margin: 0
}

form label>span {
    display: block;
    padding: 0;
    margin: 0 0 11px 0;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    color: #007550;
    min-height: 22px
}

.feedback_form_main label>span {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #007550
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form textarea,
form select {
    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
}

form input.icon_field {
    padding-left: 45px
}

form input.icon_field.calendar {
    background: rgba(35, 31, 32, 0.1) url("../images/icon-calendar.svg") 20px 47% no-repeat
}

.field_box>span {
    color: #8E8C8D;
    font-weight: 500
}

.field_box i {
    margin-right: 15px
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E4E4E4 url("../images/submenu-arrow.svg") calc(100% - 15px) 50% no-repeat
}

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

form input::-moz-placeholder {
    color: rgba(35, 31, 32, 0.25)
}

form textarea::-webkit-input-placeholder {
    color: rgba(35, 31, 32, 0.25)
}

form textarea::-moz-placeholder {
    color: rgba(35, 31, 32, 0.25)
}

.car_search_box .cb_form form input[type=text],
.car_search_box .cb_form form input[type=email],
.car_search_box .cb_form form input[type=password],
.car_search_box .cb_form form input[type=date],
.car_search_box .cb_form form textarea,
.car_search_box .cb_form form select {
    background: #F9F9F9;
    padding: 22px 20px
}

.car_search_box .cb_form form select {
    background: #F9F9F9 url("../images/submenu-arrow.svg") calc(100% - 15px) 50% no-repeat
}

.contact_form {
    position: relative
}

.contact_form .form_submit {
    margin-top: 30px
}

.form_submit .btn {
    display: block
}

#footer {
    position: relative;
    margin: 0;
    padding: 60px 0 30px 0;
    background: url("../images/footer.jpg") 50% 50%/cover no-repeat
}

#footer .f_box {
    margin-bottom: 30px
}

#footer .f_box h4 {
    font-weight: 900;
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0 0 30px 0
}

#footer ul {
    position: relative;
    display: block;
    padding: 0;
    list-style: none;
    margin: 0 0 45px 0
}

#footer ul>li {
    display: block;
    position: relative
}

#footer ul>li>a {
    display: block;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    margin: 0;
    padding: 3px 0
}

#footer ul>li>a:hover,
#footer ul>li.active>a {
    color: #007550
}

#footer .f_box.contacts_list ul>li:not(:last-child) {
    margin-bottom: 10px
}

#footer .f_box.contacts_list ul>li a {
    text-transform: uppercase;
    background: url("../images/right-arrow.png") calc(100% - 15px) 50% no-repeat;
    background-size: auto 14px;
    padding-right: 40px
}

#footer .subscribe_form {
    position: relative
}

#footer .subscribe_form form label {
    display: block;
    position: relative
}

#footer .subscribe_form input {
    margin: 0;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.4);
    color: #fff
}

#footer .subscribe_form form label button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: transparent url("../images/right-arrow.png") 50% 50% no-repeat;
    background-size: auto 14px;
    text-align: center;
    border: 0
}

#footer .subscribe_form form label button:hover {
    background-color: #007550
}

#footer .subscribe_form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

#footer .subscribe_form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1
}

#footer .footer_inline_nav {
    position: relative;
    padding: 0;
    display: table;
    margin: 0 auto
}

#footer .footer_inline_nav ul {
    display: inline-block;
    padding: 0;
    margin: 60px auto 30px auto
}

#footer .footer_inline_nav ul>li {
    position: relative;
    display: block;
    float: left
}

#footer .footer_inline_nav ul>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 20px
}

#footer .footer_inline_nav ul>li>a:hover,
#footer .footer_inline_nav ul>li>a.active {
    color: #007550
}

#footer .copy {
    position: relative
}

#footer .copy .rights {
    text-align: right;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #fff;
    margin-top: 30px
}

#footer .socials {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto
}

#footer .socials>a {
    display: inline-block;
    color: #231F20;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    background: #fff
}

#footer .socials>a:not(:last-child) {
    margin-right: 10px
}

#footer .socials>a:hover {
    color: #fff;
    background: #007550
}

.offers_wrap {
    position: relative;
    margin: 40px 0
}

.offers_wrap .ofer_item {
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.offers_wrap .ofer_x {
    z-index: 4;
    position: absolute;
    top: 105px;
    right: 3px;
}
.offers_wrap .ofer_xx {
    z-index: 4;
    position: absolute;
    top: 1px;
    right: 3px;
}
.offers_wrap .ofer_zx {
    position: absolute;
  max-width: 100%;
  vertical-align: middle;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.offers_wrap .ofer_item .of_image {
    min-height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #F9F9F9;
    border-radius: 6px;
}

.offers_wrap .ofer_item:hover .of_image {
    opacity: .8
}

.offers_wrap .ofer_item .of_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

.offers_wrap .ofer_item .of_image .of_badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #007550;
    padding: 13px 26px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 6px;
}

.offers_wrap .ofer_item:hover .of_image .of_badge {
    background: #231F20
}

.offers_wrap .ofer_item .of_body {
    padding: 20px 20px 10px 20px;
    position: relative;
    overflow: hidden
}

.offers_wrap .ofer_item .of_body .of_title {
    position: relative;
    padding: 0 35px 0 0;
    margin: 0 0 15px 0;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #231F20;
    max-height: 30px;
    white-space: nowrap;
    text-overflow: inherit;
}


.offers_wrap .ofer_item .of_body .of_price {
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: bold;
    line-height: 1em;
    font-size: 18px;
    color: #007550
}

.offers_wrap .ofer_item .of_body .of_price>div {
    float: left
}

.offers_wrap .ofer_item .of_body .of_price .of_fullprice {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    padding: 0;
    position: relative;
    margin-left: 30px
}

.offers_wrap .ofer_item .of_body .of_price .of_fullprice::before {
    content: "";
    display: block;
    height: 1px;
    background: #007550;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%
}

.offers_wrap .ofer_item .of_body .of_spec {
    display: flex;
    font-weight: 300;
    line-height: 1em;
    font-size: 14px;
    color: #007550;
    padding: 0;
    margin: 0 0 8px 0
}

.offers_wrap .ofer_item .of_body .of_spec>div:first-child {
    width: 80px
}

.offers_wrap .ofer_item .of_body .of_spec b {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #231F20
}

.offers_wrap .ofer_item .of_body .of_compare {
    padding: 10px 0 0 0;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    color: #007550
}

.offers_wrap .ofer_item .of_action {
    padding-left: 20px;
    line-height: 38px
}

.offers_wrap .ofer_item .of_action>div:first-child {
    float: left
}

.offers_wrap .ofer_item .of_action>div:last-child {
    float: right
}

.offers_wrap .ofer_item .of_action .of_more {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #231F20 url("../images/right-arrow.svg") center center no-repeat;
    border-radius: 6px;
}

.offers_wrap .ofer_item .of_action .of_more:hover {
    background-color: #007550
}

.offers_wrap .ofer_item .of_status {
    font-weight: 300;
    font-size: 14px;
    color: #8E8C8D
}

.rec_slider_wrap .ofer_item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.of_favorite {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../images/favorite.svg") 0 0 no-repeat
}

.of_favorite svg {
    position: relative;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.of_favorite:hover svg,
.of_favorite.active svg {
    position: relative;
    transition: all .3s;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ofers_action {
    text-align: center;
    position: relative;
    margin-top: 40px
}

.ofers_action .btn:not(:last-child) {
    margin-right: 20px
}

.ln_wrap {
    position: relative;
    margin: 0 0 60px 0
}

.ln_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.ln_item .ln_image {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ln_item:hover .ln_image {
    opacity: .8
}

.ln_item .ln_image a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

.ln_item .ln_date {
    font-weight: normal;
    line-height: 1em;
    font-size: 14px;
    color: #007550;
    padding: 15px 0 10px 0
}

.ln_item .ln_title {
    position: relative;
    padding: 5px 0 15px 0;
    margin: 0 0 15px 0
}

.ln_item .ln_title,
.ln_item .ln_title a {
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 24px;
    color: #231F20
}

.ln_item .ln_title>a {
    display: block;
    height: 56px;
    overflow: hidden
}

.ln_item .ln_title:hover a {
    color: #007550
}

.ln_item .ln_title::before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #007550
}

.ln_item .ln_excerpt {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    height: 60px;
    overflow: hidden
}

.ln_item .ln_more {
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-decoration-line: underline;
    color: #007550;
    margin-top: 20px
}

.ln_item .ln_more a {
    font-weight: bold
}

.sv_image {
    position: relative;
    z-index: 1;
    padding-bottom: 75px
}

.sv_image .sv_over {
    background: #fff;
    padding: 30px;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 30px;
    right: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    animation: fade .3s ease-out
}

.sv_slider .owl-stage>.owl-item.active ~ .active .sv_image .sv_over {
    display: none
}

.sv_image .sv_over .sv_grid {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none
}

.sv_image .sv_over .sv_grid>div {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
    font-size: 18px;
    color: #231F20
}

.sv_image .sv_over .sv_grid>div:last-child {
    vertical-align: bottom
}

.sv_image .sv_over .sv_grid>div>img {
    display: table;
    margin: 0 auto 25px auto;
    width: auto
}

.sv_image .sv_over .sv_grid .sv_more a {
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-decoration-line: underline
}

.sv_slide_entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.2)
}

.sv_slider .owl-stage>.owl-item.active ~ .active .sv_slide_entry {
    background: transparent
}

.sv_slide_entry h2 {
    font-style: normal;
    font-weight: 900;
    color: #fff;
    padding: 0;
    margin: 15px 0 20px 0;
    line-height: normal;
    font-size: 24px;
    max-width: unset
}

.sv_slider .owl-stage>.owl-item.active ~ .active .sv_slide_entry h2 {
    max-width: 130px
}

.sv_slide_entry,
.sv_slide_entry p {
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #fff
}

.sv_slide_entry p {
    display: block
}

.sv_slider .owl-stage>.owl-item.active ~ .active .sv_slide_entry p {
    display: none
}

.sv_slider .sv_image {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sv_slider .sv_image:hover {
    opacity: .9
}

.sv_slider .sv_inner {
    position: relative;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 890px
}

.sv_slider .owl-stage>.owl-item.active ~ .active .sv_inner {
    max-width: unset
}

.slick-next {
    right: 25px;
    background: #fff url("../images/right-arrow-dark.svg") center center no-repeat
}

.slick-prev:hover,
.slick-prev:focus {
    background: #fff url("../images/right-arrow-dark.svg") center center no-repeat
}

.slick-next:hover,
.slick-next:focus {
    background: #fff url("../images/right-arrow-dark.svg") center center no-repeat
}

.owl-nav {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 100%;
    height: 0;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.owl-carousel .owl-nav button {
    display: block;
    width: 54px;
    height: 54px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    background: #fff url("../images/right-arrow-dark.svg") center center no-repeat !important
}

.owl-carousel .owl-nav button>span {
    display: none
}

.owl-carousel .owl-nav button.owl-next {
    float: right
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

.mfp-bg {
    opacity: .85
}

.mfp-close-btn-in .mfp-close {
    font-weight: 300;
    font-size: 50px;
    color: #fff;
    line-height: 0;
    top: -50px;
    right: 0;
    width: 30px;
    height: 35px
}

.mfp-close-btn-in .mfp-close:hover {
    background: transparent;
    color: #007550
}

.mfp-auto-cursor .mfp-content {
    padding: 0 30px
}

.popup {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 50px auto
}

.popup.transparent {
    background: transparent
}

.popup_box .feedback_form_wrap {
    margin-top: 80px
}

#popup_box_viz {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: rgba(0, 128, 0, 0.7); /* Verde semi-transparent */
        padding: 20px;
        display: none;
        color: white; /* Setăm culoarea textului alb */
        font-weight: bold; /* Text bold */
		z-index: 9999;
    }
	
#popup_box_mes {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: rgba(0, 128, 0, 0.7); /* Verde semi-transparent */
        padding: 20px;
        display: none;
        color: white; /* Setăm culoarea textului alb */
        font-weight: bold; /* Text bold */
    }

#textToAppear {
        opacity: 0;
        transition: opacity 1s ease-in-out; /* Efect de tranziție pentru opacitate */
    }
	
	.text-containers {
    color: #007550; /* Culorea textului */
    padding: 10px; /* Adăugăm un spațiu interior în jurul textului */
    margin: 10px 0; /* Adăugăm un spațiu exterior între div-uri */
}

#search .search_form {
    display: block;
    padding: 0;
    margin: 0;
    position: relative
}

#search .search_form input {
    padding: 30px 45px;
    margin: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8)
}

#search .search_form input::-webkit-input-placeholder {
    color: #fff
}

#search .search_form input::-moz-placeholder {
    color: #fff
}

input::-moz-placeholder {
    opacity: 1
}

.page_entry {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #231F20
}

.page_entry h1,
.page_entry h2,
.page_entry h3,
.page_entry h4,
.page_entry h5,
.page_entry h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 24px;
    color: #007550;
    padding: 0;
    margin: 0 0 20px 0
}

.page_entry h1 {
    font-size: 30px
}

.page_entry h2 {
    font-size: 24px
}

.page_entry h3 {
    font-size: 20px
}

.page_entry h4 {
    font-size: 18px
}

.page_entry h5 {
    font-size: 16px
}

.page_entry h6 {
    font-size: 15px
}

.page_entry strong,
.page_entry b {
    color: #007550
}

.page_entry ul,
.page_entry ol {
    padding-left: 15px
}

.page_entry ul {
    display: block;
    position: relative;
    padding: 0;
    list-style: none
}

.page_entry ul>li {
    display: block;
    position: relative;
    padding-left: 25px
}

.page_entry ul>li::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #007550
}

.page_entry p {
    margin-bottom: 25px
}

.accordion {
    position: relative;
    margin: 30px 0;
    padding: 0
}

.accordion .ac_item {
    margin-bottom: 10px
}

.accordion .ac_head {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    padding: 15px 20px;
    color: #fff;
    background: #007550;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.accordion .ac_head::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 7px;
    background: url("../images/drop.svg") 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.accordion .ac_head:hover {
    background: #231F20
}

.accordion .ac_item.open .ac_head:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.accordion .ac_body {
    display: none;
    padding: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    font-size: 18px;
    color: #231F20
}

.accordion .ac_item.open .ac_body {
    display: block;
    animation: fade .3s linear
}

.accordion .ac_body h4,
.accordion .ac_body h5 {
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    color: #231F20;
    margin: 0 0 5px 0
}

.accordion .ac_body ul,
.accordion .ac_body ol,
.accordion .ac_body p,
.accordion .ac_body h5 {
    margin-bottom: 30px
}

.highlight {
    background-color: #f0f8ff; 
    margin: 15px;             
    border-radius: 3px;       
}

.accordion .ac_body ul>li:before {
    background: #231F20;
    top: 12px
}

.ac_tab_item {
    display: none;
    animation: fade .3s ease-out
}

.ac_tab_item.active {
    display: block
}
.news_title {
    font-size: 14px;
    color: black;
}
.news_item {
    position: relative;
    display: table;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff
}

.news_item {
    position: relative;
    display: table;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff
}

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

.news_item .ns_image {
    width: 300px;
    height: 210px;
    position: relative
}

.news_item .ns_image a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news_item:hover .ns_image a {
    background: rgba(0, 0, 0, 0.2)
}

.news_item>div:first-child {
    width: 300px
}

.news_item .ns_entry {
    padding: 20px
}

.news_item .ns_entry .ns_date {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #8E8C8D;
    margin-bottom: 20px
}

.news_item .ns_entry .ns_date svg {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: -1px
}

.news_item .ns_entry .ns_title {
    position: relative;
    margin-bottom: 5px
}

.news_item .ns_entry .ns_title a {
    display: block;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #231F20
}

.news_item:hover .ns_entry .ns_title a {
    color: #007550
}

.news_item .ns_entry .ns_title>a {
    max-height: 44px;
    overflow: hidden
}

.news_item .ns_entry .ns_desc {
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    margin-bottom: 20px;
    max-width: 810px;
    max-height: 68px;
    overflow: hidden
}

.news_item .ns_entry .ns_more {
    font-size: 14px
}

.news_item .ns_entry .ns_more a {
    text-decoration: underline
}

.news_item .ns_entry .ns_more a:hover {
    text-decoration: none
}

.news_filters {
    position: relative;
    background: #007550;
    color: #fff;
    display: table;
    padding: 0;
    width: 100%;
    height: 50px;
    margin: 40px 0;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px
}

.news_filters>div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px
}

.news_filters>div:first-child {
    width: 300px;
    text-align: center
}

.news_filters .f_period {
    position: relative;
    display: flex;
    float: left;
    margin-right: 60px
}

.news_filters form {
    float: right
}

.news_filters p {
    margin: 0
}

.news_filters form input {
    display: inline-block;
    width: 110px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    padding: 2px 0 2px 25px;
    margin: 0;
    line-height: 1;
    border: 0;
    background: url("../images/icon-calendar-white.svg") 0 50% no-repeat
}

.f_period span {
    display: inline-block;
    margin-right: 20px;
    margin-top: 2px
}

.f_period .inline_field {
    position: relative;
    z-index: 1
}

.f_period .inline_field:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    width: 12px;
    height: 7px;
    background: url("../images/drop.svg") 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.datepicker--cell.-selected- {
    background: #007550
}

.pagination_wrap {
    position: relative;
    padding: 0;
    margin: 30px 0
}

.pagination_wrap ul {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    list-style: none
}

.pagination_wrap ul>li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    position: relative
}

.pagination_wrap ul>li>a,
.pagination_wrap ul>li>span {
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 0 10px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #231F20;
    font-style: normal;
    font-weight: 900;
    font-size: 16px
}

.pagination_wrap ul>li>a:hover,
.pagination_wrap ul>li.active>a,
.pagination_wrap ul>li.active span {
    color: #007550
}

.best_offers_wrap {
    position: relative;
    padding: 0;
    margin: 40px 0
}

.best_offers_wrap>.row {
    margin-left: -10px;
    margin-right: -10px
}

.best_offers_wrap>.row>div {
    padding-left: 10px;
    padding-right: 10px
}

.bo_item {
    position: relative;
    z-index: 1;
    padding: 0;
    height: 278px;
    overflow: hidden;
    margin: 0 0 20px 0
}

.bo_item .bo_main_link {
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bo_item .bo_image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .9s ease-out
}

.bo_item:hover .bo_image {
    -webkit-transform: scale(1.3) rotate(3deg);
    -moz-transform: scale(1.3) rotate(3deg);
    -ms-transform: scale(1.3) rotate(3deg);
    -o-transform: scale(1.3) rotate(3deg);
    transform: scale(1.1) rotate(2deg)
}

.bo_item .bo_over {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #fff
}

.bo_item .bo_over::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #231F20;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.bo_item:hover .bo_over:before {
    opacity: .3
}

.bo_item .bo_over_main {
    padding: 30px 50px 30px 100px
}

.bo_item .bo_title {
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    font-size: 58px;
    padding: 0;
    margin: 0 0 5px 0
}

.bo_item .bo_title strong {
    display: inline-block;
    font-weight: bold
}

.bo_item .bo_desc {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0 0 60px 0
}

.bo_item .bo_action {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%
}

.bo_item:hover .bo_action .btn {
    background: rgba(255, 255, 255, 0.8);
    color: #231F20
}

.bo_item .bo_action>div {
    display: table-cell;
    vertical-align: bottom
}

.bo_item .bo_stoc {
    text-align: right;
    font-weight: bold
}

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

.search_results_wrap .s_choose {
    max-width: 1000px;
    margin: 0 auto
}

.search_results_wrap .s_heading {
    position: relative;
    margin: 0;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
    color: #8E8C8D
}

.search_results_wrap .s_heading h2 {
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
    font-size: 48px;
    color: #231F20;
    margin: 0 0 20px 0
}

.search_results_wrap .s_heading p {
    max-width: 650px
}

.s_form_body {
    position: relative;
    margin: 40px 0
}

.s_form_body form input[type=text],
.s_form_body form input[type=password],
.s_form_body form input[type=email],
.s_form_body form select {
    background-color: #E4E4E4;
    padding: 17px 20px
}

.s_form_body>form>.row {
    margin-left: -10px;
    margin-right: -10px
}

.s_form_body>form>.row:not(:last-child) {
    margin-top: 25px
}

.s_form_body .sb_action {
    margin-top: 30px
}

.s_form_body .sb_action .btn {
    line-height: 47px;
    padding: 0 20px;
    min-width: unset;
    width: 100%;
    text-align: center
}

.s_form_body .sb_form_reset {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    margin-top: 15px;
    text-align: right
}

.sb_form_reset button {
    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
}

.sb_form_reset button:hover {
    color: #007550
}

.sb_form_reset button svg {
    display: inline-block;
    margin-right: 10px
}

.sb_form_reset button:hover svg path {
    fill: #007550
}

.results_bar {
    position: relative;
    background: #007550;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    padding: 16px 0;
    margin-bottom: 60px
}

.results_bar .found_data {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center
}

.results_bar .found_data>div:nth-child(1) {
    width: 40%
}

.results_bar .found_data>div:nth-child(2) {
    width: 30%
}

.results_bar .found_data>div:nth-child(3) {
    width: 30%;
    text-align: right
}

.found_data .btn {
    border: 0;
    line-height: 47px;
    background: rgba(255, 255, 255, 0.4)
}

.found_data .btn:hover {
    background: #fff
}

.found_data .btn svg {
    display: inline-block;
    position: relative;
    bottom: -1px;
    margin-left: 5px
}

.found_data .btn svg path {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.found_data .btn:hover svg path {
    fill: #231F20
}

.feedback_form_wrap {
    position: relative;
    padding: 0;
    border-radius: 30px;
    margin: 100px 0 40px 0;
	/*
    background: #fff url("../images/brands-middle.jpg") center center no-repeat*/
}

.feedback_form_wrap_guv {
    position: relative;
    padding: 0;
    border-radius: 30px;
    margin: 100px auto 40px auto; /* Margină automată pentru centrare orizontală */
    /*background: #fff url("../images/brands-middle.jpg") center center no-repeat;*/
    background-size: cover; /* Asigură că imaginea de fundal se va extinde pentru a acoperi toată zona */
    max-width: 600px; /* Lățimea maximă a formularului */
    width: 100%; /* Formularul va ocupa 100% din lățimea disponibilă, dar nu va depăși 600px */
    box-sizing: border-box; /* Include padding-ul în calculul lățimii */
    margin-left: auto; /* Centrează formularul pe orizontală */
    margin-right: auto; /* Centrează formularul pe orizontală */
}

.feedback_form_main {
    display: block;
    padding: 60px 30px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.feedback_form_main form {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px
}

.feedback_form_main h2 {
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 900;
    line-height: normal;
    font-size: 48px;
    color: #231F20
}

.feedback_form_main .form_action {
    text-align: center;
    margin-top: 20px
}

.feedback_form_main .form_action .btn {
    min-width: 280px
}

.leasing_wrap {
    position: relative;
    margin: 40px 0 0
}

.green_bar {
    position: relative;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    padding: 14px 25px;
    margin: 0 0 10px 0;
    background: #007550
}

.green_bar .bar_menu {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    display: flex;
    align-items: center
}

.green_bar .bar_menu>a {
    display: block;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff
}

.green_bar .bar_menu>a>svg {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.green_bar .bar_menu.active>a>svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.green_bar .bar_menu .down {
    top: 100%;
    left: 0;
    right: unset;
    width: 380px;
    padding: 0;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: #F9F9F9
}

.green_bar .bar_menu .down a {
    display: block;
    padding: 18px 15px;
    margin: 0;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #231F20
}

.green_bar .bar_menu .down a:nth-child(even) {
    background: #E4E4E4
}

.green_bar .bar_menu .down a:hover,
.green_bar .bar_menu .down a.selected {
    color: #007550
}

.green_bar .bar_title {
    display: table;
    margin: 0 auto
}

.bar_menu.active .down {
    display: block !important
}

.gray_bar {
    position: relative;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    background: rgba(0, 117, 80, 0.05);
    color: #231F20
}

.leasing_wrap .gray_bar:not(:last-child) {
    margin-bottom: 10px
}

.gray_bar .bar_grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 62px
}

.gray_bar .bar_grid>div {
    width: 33.3%;
    padding: 0 22px;
    text-align: center
}

.gray_bar .bar_grid h4 {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #231F20;
    text-align: left
}

.gray_bar .bar_grid h4>span {
    color: #007550
}

.gray_bar .bar_grid .com_link a {
    text-decoration: underline
}

.gray_bar .bar_grid a {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #231F20
}

.gray_bar .bar_grid a:hover {
    color: #007550;
    text-decoration: none
}

.gray_bar .bar_grid .com_phone a:not(:last-child) {
    margin-right: 30px
}

.gray_bar .bar_grid a i {
    display: inline-block;
    margin-right: 5px
}

.leasing_calculator {
    position: relative
}

.leasing_calculator .lc_tab {
    position: relative;
    display: block;
    float: right;
    padding: 0;
    margin: 0
}

.leasing_calculator .lc_tab>li {
    display: block;
    float: left;
    margin: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
    font-size: 24px;
    color: #231F20;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.leasing_calculator .lc_tab>li:not(:last-child) {
    margin-right: 15px
}

.leasing_calculator .lc_tab>li:hover {
    background: #E4E4E4
}

.leasing_calculator .lc_tab>li.active {
    color: #fff;
    background: #007550
}

.leasing_calculator .lc_head {
    position: relative;
    margin-bottom: 40px
}

.leasing_calculator .lc_head h2 {
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 36px;
    color: #231F20
}

.leasing_calculator .lc_excerpt {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #8E8C8D;
    max-width: 800px
}

ul.tab_body {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #8E8C8D
}

ul.tab_body>li {
    display: none;
    position: relative;
    animation: fade .3s linear;
    padding: 20px 0
}

ul.tab_body>li.active {
    display: block
}

ul.tab_head {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

ul.tab_head>li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul.tab_head>li>a,
ul.tab_head>li>span {
    display: block;
    line-height: 48px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #007550;
    border: 1px solid #007550;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s
}

ul.tab_head>li:hover>a,
ul.tab_head>li:hover>span {
    background: #007550;
    color: #fff;
    opacity: .8
}

ul.tab_head>li.active>a,
ul.tab_head>li.active>span {
    background: #007550;
    color: #fff
}

ul.tab_head>li:not(:last-child)>a,
ul.tab_head>li:not(:last-child)>span {
    margin-right: 20px
}

.item_contact_forms {
    position: relative;
    margin: 60px 0 0 0
}

.item_contact_forms h3 {
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 24px;
    color: #231F20;
    margin-bottom: 25px
}

.lc_body {
    position: relative
}

.lc_body h4 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #007550;
    margin: 0 0 10px 0
}

.lc_slider {
    position: relative;
    width: 300px
}

.lc_body.operational .lc_slider {
    max-width: 387px;
    width: auto
}

.lc_body .row>div:last-child .lc_slider {
    float: right
}

.lc_slider .lc_labels {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #007550;
    margin-bottom: 30px
}

.lc_slider .lc_labels>div:last-child {
    text-align: right
}

.lc_slider .lc_labels span {
    display: block;
    color: #8E8C8D;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    margin-top: 3px
}

.lc_slider .lc_labels>div {
    width: 50%
}

.owl-dots {
    position: relative;
    margin: 30px 0 0 0;
    text-align: center
}

.owl-dots>.owl-dot {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.2) !important
}

.owl-dots>.owl-dot.active {
    background: #231F20 !important
}

.owl-dots>.owl-dot:not(:last-child) {
    margin-right: 10px
}

.lc_more {
    position: relative;
    text-align: right
}

.lc_more a {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-decoration-line: underline;
    color: #007550
}

.lc_more a:hover {
    text-decoration: none
}

.row.bottom {
    align-items: flex-end
}

.auto_center_wrap {
    position: relative;
    margin-bottom: 40px
}

.auto_center_wrap .green_bar {
    margin: 0
}

.ace_body {
    position: relative;
    background: #F9F9F9
}

.ace_body .ace_head {
    padding: 30px 20px;
    border-bottom: 1px solid #E4E4E4;
    text-align: center
}

.ace_body .ace_head,
.ace_body .ace_head p {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #231F20;
    margin: 0
}

.ace_body .ace_head a {
    display: inline-block;
    color: #231F20
}

.ace_body .ace_head a:hover {
    color: #007550
}

.ace_body .ace_head i {
    display: inline-block;
    margin-right: 10px
}

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

.ace_main {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #231F20;
    padding: 0
}

.ace_main h4 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #231F20;
    padding: 0;
    margin: 0 0 15px 0
}

.ace_main p {
    margin: 0
}

.ace_main a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #231F20
}

.ace_main a:hover {
    color: #007550
}

.ace_main i {
    margin-right: 10px
}

.ace_box {
    padding: 30px 20px
}

.ace_route a {
    text-decoration: underline
}

.ace_route a:hover {
    text-decoration: none
}

.autoservice_slider {
    position: relative;
    margin: 0 auto;
    max-width: 1920px
}

.autoservice_slider .video_slide {
    position: relative;
    display: block
}

.autoservice_slider .video_slide:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 45px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .5;
    background: url("../images/video.svg") 0 0 no-repeat;
    transform: translate(-50%, -50%)
}

.autoservice_slider .video_slide:hover:before {
    opacity: 1
}

.autoservice_slider .auto_slide {
    position: relative
}

.autoservice_slider .auto_slide:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.autoservice_slider .owl-item.center {
    z-index: 2;
    padding: 0
}

.autoservice_slider .owl-item .auto_slide {
    border: 5px solid transparent
}

.autoservice_slider .owl-item.center .auto_slide {
    display: block;
    border-color: #fff;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}

.autoservice_slider .owl-item>div {
    transition: all .3s;
    margin: 80px 0;
    position: relative
}

.autoservice_slider .owl-item.center>div .auto_slide {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.autoservice_slider .owl-nav button.owl-prev {
    left: 30px
}

.autoservice_slider .owl-nav button.owl-next {
    right: 30px
}

.time_wrap {
    position: relative;
    margin: 120px 0 60px 0
}

.time_wrap .time_grid {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0
}

.time_wrap .time_grid>div {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.time_wrap .time_grid .right_col {
    text-align: left
}

.time_wrap .time_item {
    position: relative;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: help;
    margin-bottom: 15px
}

.time_wrap .time_item .time_data:hover {
    color: #007550
}

.time_wrap .time_grid .left_col .time_item {
    padding-right: 130px
}

.time_wrap .time_grid .right_col .time_item {
    padding-left: 130px
}

.time_wrap .time_grid .right_col .time_item::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 0;
    width: 105px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url("../images/time-arrow.svg") 0 0 no-repeat
}

.time_wrap .time_grid .left_col .time_item::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 0;
    width: 105px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url("../images/time-arrow.svg") 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.time_wrap .time_grid .left_col>.time_item:first-child {
    margin-top: 60px
}

.time_wrap .time_item h4 {
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #231F20;
    position: relative;
    top: -7px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.time_wrap .time_item p {
    margin: 0
}

.time_wrap .time_item .time_entry:hover .time_data h4,
.time_wrap .time_item .time_entry:hover .time_data p {
    color: #007550
}

.time_wrap .time_item .time_entry .time_data p:not(:first-child) {
    margin-top: 20px
}

.time_wrap .time_entry .time_data {
    position: relative;
    z-index: 1;
    max-width: 475px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.time_wrap .time_entry .pop_over {
    position: absolute;
    z-index: 2;
    bottom: calc(100% - 20px);
    left: 50px;
    max-width: 310px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
    animation-duration: .5s
}

.time_wrap .time_item .time_data:hover .pop_over {
    display: block
}

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

.time_row>div {
    width: 50%;
    position: relative
}

.time_row>div.time_left {
    float: right;
    position: relative;
    left: -1px;
    border-left: 1px solid #231F20
}

.time_row>div.time_right {
    float: left;
    text-align: right;
    border-right: 1px solid #231F20
}

.time_row>div.time_left .time_entry {
    padding-left: 130px
}

.time_row>div.time_right .time_entry {
    padding-right: 130px
}

.time_row>div.time_left .time_entry::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 0;
    width: 105px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url("../images/time-arrow.svg") 0 0 no-repeat
}

.time_row>div.time_right .time_entry::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 0;
    width: 105px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url("../images/time-arrow.svg") 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.time_row>div.time_right .time_item {
    margin: 70px 0
}

.contacts_wrap {
    position: relative;
    padding: 0;
    margin: 0 0 100px 0
}

.c_box_head {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    background: #007550;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-height: 82px
}

.c_box_head h4 {
    font-family: 'Roboto', sans-serif;
    padding: 20px 40px;
    margin: 0;
    font-size: 18px
}

.contact_box {
    position: relative;
    background: #F9F9F9;
    margin: 20px 0;
    padding: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #231F20
}

.contact_box ul {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    display: table;
    width: 100%
}

.contact_box ul>li {
    display: table-cell;
    position: relative
}

.contact_box ul>li:first-child {
    width: 22px
}

.contact_box ul>li>a {
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    color: #231F20
}

.contact_box ul>li>a:hover {
    color: #007550
}

.contact_box .route_links {
    margin-top: 15px
}

.contact_box .route_links a {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 5px
}

.contact_box .route_links a:not(:last-child) {
    margin-right: 20px
}

.c_box_entry {
    position: relative
}

.c_box_entry .c_box_badge {
    position: absolute;
    z-index: 2;
    top: 103px;
    right: calc(100% + 5px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    padding: 22px 10px;
    white-space: nowrap;
    background: #007550
}

.advanced_search {
    position: relative;
    font-size: 14px;
    color: #007550
}

.advanced_search a {
    text-decoration: underline
}

.advanced_search svg {
    margin-left: 5px;
    position: relative;
    top: 0
}

.info {
    padding: 20px;
    border-left: 4px solid #8E8C8D;
    font-weight: 500;
    font-size: 18px;
    color: #231F20;
    background: #F9F9F9;
    margin-bottom: 15px
}

.info.green {
    border-color: #007550
}

.info.red {
    border-color: red
}

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

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

.slider_thumbs {
    position: relative
}

.slider_thumbs .slick-slide {
    margin: 0 5px
}

.slider_thumbs .slick-list {
    margin: 0 -5px
}

.item_slider .slick-slide a {
    display: block;
    position: relative;
    overflow: hidden
}

.item_slider .slick-slide a:hover {
    opacity: .85
}

.item_slider .slick-slide a>img {
    display: block;
    width: 100%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.item_slider .new_item {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 12px 26px;
    background: #007550;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    font-size: 14px;
    border-radius: 6px;
}

.slider_thumbs .slick-slide a {
    display: block;
    position: relative;
    margin: 20px 0
}

.slider_thumbs .slick-current a {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.slider_thumbs .slick-slide a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.slider_thumbs .slick-current a:before {
    border-color: #fff
}

.slider_thumbs .slick-slide a:hover:before {
    border-color: rgba(255, 255, 255, 0.7)
}

.slide_video_icon:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.4)
}

.slide_video_icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 19px;
    background: url("../images/video-play.svg") 0 0 no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.slide_video_icon:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: .7
}

.slider_placeholder {
    position: relative
}

.mfp_gallery img.mfp-img {
    padding: 0
}

.mfp_gallery .mfp-close {
    right: 15px
}

.gallery_news {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            padding: 10px;
        }
		
.gallery-item_news {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
        }
.gallery-item_news img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }
.gallery-item_news img:hover {
            transform: scale(1.05);
        }
 .gallery-item_news h3 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 10px;
            font-size: 16px;
            text-align: center;
            margin: 0;
        }
		
		/* Stiluri pentru pop-up */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
        .modal-content {
            max-width: 80%;
            max-height: 80%;
            margin: 10px;
        }
        .modal img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 30px;
            color: #fff;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            padding: 5px 10px;
            border-radius: 50%;
        }

.item_contact_tabs form {
    position: relative
}

.item_contact_tabs form .submit .btn {
    display: block;
    width: 100%
}

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

.car_details_wrap .cd_title {
    position: relative;
    margin-bottom: 10px;
    padding-right: 40px
}

.car_details_wrap .cd_brand {
    /*position: absolute;*/
    z-index: 2;
    top: -5px;
    right: -40px;
    background: #fff
}

.car_details_wrap .cd_brand img {
    height: 30px
}

.car_details_wrap .cd_title h2 {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 36px;
    color: #231F20;
    padding: 0;
    margin: 0;
    position: relative
}

.car_details_wrap .cd_title .cd_main_price {
    position: relative;
    float: right;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #007550;
}

.car_details_wrap .cd_title .cd_main_price.full-width {
    width: 100%;
    text-align: right;
}

.car_details_wrap .cd_title .cd_main_price_includetva {
width: 100%;
text-align: right;
float: right;
color: #8E8C8D;
font-size: 14px;
}

.car_details_wrap .cd_title .cd_main_price_cutva {
width: 100%;
text-align: left;
float: right;
color: #8E8C8D;
font-size: 18px;
}

.car_details_wrap .cd_title .cd_main_price>span {
    display: block;
    position: absolute;
    bottom: calc(100% + 5px);
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    font-size: 14px;
    color: #AEB7B3;
    text-decoration: line-through
}

.car_details_wrap .cd_reserved_info {
    position: relative;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    margin: 10px 0
}

.car_details_wrap .cd_params_wrap {
    position: relative;
    margin: 20px 0;
    border-bottom: 1px solid rgba(142, 140, 141, 0.2)
}

.car_details_wrap .cd_params_box {
    position: relative;
    margin: 0 0 15px 0
}

.car_details_wrap .cd_params_box ul {
    display: table;
    padding: 0;
    margin: 0;
    width: auto;
    list-style: none
}

.car_details_wrap .cd_params_box ul>li {
    display: table-cell;
    position: relative;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #231F20
}

.car_details_wrap .cd_params_box ul>li:first-child {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #007550;
    width: 130px
}

.car_details_wrap .cd_params_box ul>li:not(:last-child) {
    padding-bottom: 7px
}

.car_details_wrap .cd_parking {
    position: relative;
    margin: 20px 0;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #007550
}

.car_details_wrap .cd_parking i {
    margin-right: 5px
}

.car_details_wrap .cd_parking a {
    text-decoration: underline
}

.car_details_wrap .cd_parking a:hover {
    text-decoration: none
}

.car_details_wrap .cd_parking .cd_parking_name {
    text-align: center
}

.car_details_wrap .cd_parking strong {
    color: #231F20
}

.car_details_wrap .cd_parking .cd_parking_map {
    text-align: right
}

.car_details_wrap .cd_entry {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D
}

.car_details_wrap .cd_compare {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #007550;
    margin: 35px 0 24px 0
}

.car_details_wrap .cd_consult_box {
    position: relative;
    margin-top: 15px
}

.car_details_wrap .cd_consult_box a {
    text-decoration: none
}

.car_details_wrap .cd_share_box {
    position: relative;
    text-align: right
}

.car_details_wrap .cd_share_box a svg {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle
}

.car_details_wrap .cd_compare i {
    margin-right: 5px
}

.cd_rent_box {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #8E8C8D
}

.cd_rent_box a {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 15px;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #231F20;
    text-align: center
}

.cd_rent_box a:hover {
    background: #007550
}

.cd_print_data {
    position: relative;
    padding: 0;
    margin: 0 0 20px 0
}

.cd_print_data .cd_print_head {
    background: #8E8C8D;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    padding: 14px 20px
}

.cd_print_data .cd_print_head h3 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 18px;
    color: #fff
}

.cd_print_data .cd_print {
    text-align: right
}

.cd_print_data .cd_print a {
    color: #fff
}

.cd_print_data .cd_print_body {
    position: relative;
    z-index: 1;
    padding: 20px 20px 25px 20px;
    margin: 0;
    background: #F9F9F9;
}

.cd_print_data .cd_print_body.active {
    max-height: 100%
}

.cd_print_data .cd_print_body ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none
}

.cd_print_data .cd_print_body ul>li {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D
}

.cd_print_data .cd_print_body .cd_print_more {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #007550;
    background: #F9F9F9;
    padding: 0
}

.cd_print_data .cd_print_body .cd_print_more a {
    text-decoration: underline;
    display: block;
    min-width: 47px;
    position: relative;
    padding: 24px 25px
}

.cd_print_data .cd_print_body .cd_print_more a:hover {
    text-decoration: none
}

.cd_print_data .cd_print_body .cd_print_more a i {
    margin-left: 5px
}

.cd_print_data .cd_print_body .cd_print_more a>span:first-child {
    display: block
}

.cd_print_data .cd_print_body .cd_print_more a>span:last-child {
    display: none
}

.cd_print_data .cd_print_body.active .cd_print_more a>span:last-child {
    display: block
}

.cd_print_data .cd_print_body.active .cd_print_more a>span:first-child {
    display: none
}

.rec_slider .slick-slide {
    margin: 0 10px
}

.rec_slider .slick-list {
    margin: 0 -10px
}

.slider.large_arrows .slick-next,
.slider.large_arrows .slick-prev {
    width: 25px;
    height: 44px;
    background: url("../images/right-arrow-big.svg") 0 0 no-repeat
}

.slider.large_arrows .slick-next:before,
.slider.large_arrows .slick-prev:before {
    display: none
}

.slider.large_arrows .slick-prev {
    left: -100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider.large_arrows .slick-next {
    right: -100px
}

.file_input {
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    background: rgba(35, 31, 32, 0.1) url("../images/image-upload.svg") 20px 50% no-repeat
}

.file_input input {
    display: none
}

.file_input .files_count {
    position: relative;
    padding: 0 0 0 50px;
    margin: 0;
    display: block;
    font-style: normal;
    font-weight: 300;
    line-height: 52px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #8E8C8D
}

.compare_wrap {
    position: relative;
    padding: 0;
    margin: 0 0 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff
}

.compare_params {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 286px
}

.compare_params .ccp_head {
    height: 290px
}

.compare_params .ccp_row {
    font-weight: 300;
    line-height: 1em;
    font-size: 18px;
    color: #007550;
    padding: 12px 8px 12px 40px;
    overflow: hidden;
    height: 43px
}

.compare_params .ccp_row:last-child {
    border-bottom: 0
}

.compare_params .ccp_row.big_cell {
    height: 108px
}

.compare_wrap .cpp_val {
    position: relative;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #231F20;
    padding: 10px 0;
    height: 43px;
    overflow: hidden;
    border-bottom: 1px solid rgba(142, 140, 141, 0.2)
}

.compare_wrap .ccp_car>.cpp_val:last-child {
    border-color: transparent
}

.compare_wrap .cpp_val.big_cell {
    height: 108px;
    border-color: transparent
}

.compare_wrap .cpp_val b {
    font-weight: bold;
    color: #007550
}

.compare_wrap .cpp_val.auto {
    height: auto
}

.compare_wrap .cpp_val.gray {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D
}

.compare_wrap .cpp_val.gray ul,
.compare_wrap .cpp_val.gray ol {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none
}

.compare_wrap .cpp_val.gray ul>li,
.compare_wrap .cpp_val.gray ol>li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 5px 0
}

.cpp_car_link {
    position: relative;
    margin-top: 15px
}

.cpp_car_link .btn {
    width: 100%
}

.ccp_car .ccp_brand {
    text-align: center;
    padding: 0;
    margin: 0
}

.ccp_car .ccp_brand a {
    display: inline-block
}

.ccp_car .ccp_brand a img {
    height: 32px
}

.compare_grid {
    position: relative;
    display: flex;
    width: 100%
}

.compare_slider {
    cursor: move
}

.compare_wrap .ccp_car {
    position: relative;
    transition: all .3s;
    max-width: 286px
}

.compare_wrap .ccp_car:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #F9F9F9
}

.compare_wrap .ccp_car:hover .cpp_car_link .btn {
    opacity: .8
}

.compare_wrap .ccp_car>div {
    padding: 10px 20px
}

.compare_wrap .ccp_car>div.cpp_head {
    padding: 0
}

.compare_wrap .ccp_car>div.cpp_head .cpp_name {
    padding: 0 20px
}

.compare_wrap .cpp_head {
    height: 230px
}

.compare_wrap .cpp_head .ccp_image {
    position: relative;
    z-index: 1;
    height: 132px;
    background: #F9F9F9 url("../images/compare-add.svg") 50% 50% no-repeat
}

.compare_wrap .cpp_head .ccp_image>a.over {
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ccp_add {
    position: relative;
    z-index: 1;
    width: 286px;
    height: 162px;
    background: #F9F9F9 url("../images/compare-add.svg") 50% 50% no-repeat
}

.ccp_add>a {
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.compare_wrap .cpp_head .ccp_image .cpp_remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    display: inline-block
}

.compare_wrap .cpp_head .ccp_image .cpp_remove:hover {
    opacity: .75
}

.compare_wrap .cpp_name {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #231F20;
    padding: 0;
    margin: 10px 0
}

.compare_slider .slick-slide {
    margin: 0 5px
}

.compare_slider .slick-list {
    margin: 0 -5px
}

.cpp_slider_nav {
    position: absolute;
    z-index: 9;
    top: -50px;
    right: 10px;
    padding: 0;
    margin: 0;
    text-align: right
}

.cpp_slider_nav>a {
    display: inline-block;
    background: #007550;
    line-height: 30px;
    padding: 0 36px
}

.cpp_slider_nav>a:hover {
    opacity: .8
}

.cpp_slider_nav .cpp_prev {
    margin-right: 10px
}

.cpp_slider_nav .cpp_prev>svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.breadcrumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
    margin: 0;
    list-style: none
}

.breadcrumbs>li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #231F20
}

.breadcrumbs>li::before {
    content: '/';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -7px
}

.breadcrumbs>li:last-child:before {
    display: none
}

.breadcrumbs>li:not(:last-child) {
    margin-right: 8px
}

.breadcrumbs>li>a {
    color: #231F20;
    text-decoration: none
}

.breadcrumbs>li:hover>a,
.breadcrumbs>li:last-child,
.breadcrumbs>li:last-child>a {
    color: #007550
}

.item_details_grid {
    position: relative;
    display: block;
    margin: 0 -10px
}

.item_details_grid>div {
    float: left;
    padding: 0 10px;
    width: 50%
}

.item_details_grid>div:first-child {
    float: left;
}

.server_response {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #007550;
    margin-top: 20px
}

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

.feedback_form_main .server_response {
    text-align: center
}

.cb_section {
    position: relative
}

.c_box_toggle {
    position: relative;
    margin-bottom: 20px
}

.c_box_toggle {
    display: none
}

.auth_wrap {
    position: relative;
    padding: 50px 0;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.auth_wrap form {
    display: block;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 620px
}

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

.auth_tabs .auth_tab {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 -10px 50px -10px;
    list-style: none
}

.auth_tabs .auth_tab>li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px
}

.auth_tabs .auth_tab>li a {
    display: block
}

.auth_tabs .auth_tab>li.active a {
    background: #007550;
    color: #fff;
    border-color: #007550
}

.auth_tabs .auth_tab_content {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none
}

.auth_tabs .auth_tab_content>li.active {
    display: block
}

.auth_tabs .auth_tab_content>li {
    display: none;
    position: relative;
    animation: fadeIn .3s ease-in;
    padding: 0;
    margin: 0
}

.auth_restore {
    margin: 0 0 25px 0
}

.auth_restore,
.auth_restore a {
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #8E8C8D
}

.auth_restore a:hover {
    color: #007550
}

.auth_tabs .form_terms {
    position: relative;
    margin: 5px 0 25px 0
}

.ch_label {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #231F20;
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.ch_label:before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #231F20;
    border-radius: 3px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ch_label.active:before {
    background: #fff url(../images/checkbox.svg) 50% 50% no-repeat
}

.ch_input {
    display: none
}

.ch_label a {
    color: #231F20;
    font-weight: bold
}

.auth_heading {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    padding: 0;
    margin: 0 0 50px 0
}

.auth_heading h3 {
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #007550
}

.z_blog_article {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #8E8C8D;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}
.z_blog_article h1 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 36px;
    color: #231F20;
    margin: 20px 0 10px 0
}

.z_blog_article h2 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 36px;
    color: #231F20;
    margin: 20px 0 10px 0
}

.z_blog_article .z_blog_article_date {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #007550;
    max-width: 840px;
    margin: 0 auto 20px auto
}

.z_blog_article .z_blog_article_date svg {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: -1px
}

.z_blog_article .z_blog_article_main {
    margin: 0;
    padding: 20px 20px 50px 20px;
    position: relative
}

.z_blog_article blockquote {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #007550;
    border-left: 4px solid #007550;
    padding: 15px;
    display: block;
    max-width: 650px;
    margin: 30px auto
}

.z_blog_article p,
.z_blog_article ul 
.z_blog_article h1,
.z_blog_article h2,
.z_blog_article h3,
.z_blog_article h4,
.z_blog_article h5,
.z_blog_article h6,
.z_blog_article ul,
.z_blog_article ol,
.z_blog_article table {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto
}

.z_blog_article ul,
.z_blog_article ol {
    padding-left: 15px
}

.z_blog_article ul>li,
.z_blog_article ol>li {
    margin-bottom: 5px
}

.z_blog_article h1,
.z_blog_article h2,
.z_blog_article h3,
.z_blog_article h4,
.z_blog_article h5,
.z_blog_article h6 {
    line-height: 1em
}

.z_blog_article_gallery {
    position: relative;
    margin-left: -20px;
    margin-right: -20px
}

.z_blog_article_gallery img {
    margin-bottom: 30px
}

.z_blog_item {
    position: relative;
    padding: 0;
    margin: 0 auto 20px auto;
    height: 338px;
    display: table;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.z_blog_item.big>div {
    width: 50%
}

.z_blog_item.big>div {
    display: table-cell;
    vertical-align: top
}

.z_blog_item.big>div {
    vertical-align: middle
}

.z_blog_item .z_blog_image {
    position: relative
}

.z_blog_item .z_blog_image>a {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: transparent
}

.z_blog_item:hover .z_blog_image>a {
    background: rgba(255, 255, 255, 0.25)
}

.z_blog_item .z_blog_entry {
    position: relative;
    padding: 20px 40px
}

.z_blog_item .z_blog_date {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #8E8C8D;
    margin-bottom: 10px
}

.z_blog_item .z_blog_date svg {
    position: relative;
    bottom: -1px;
    display: inline-block;
    margin-right: 10px
}

.z_blog_item .z_blog_title {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #231F20
}

.z_blog_item .z_blog_title a {
    display: block;
    color: #231F20
}

.z_blog_item .z_blog_title a:hover {
    color: #007550
}

.z_blog_item .z_blog_desc {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D;
    margin: 5px 0
}

.z_blog_item.big .z_blog_desc {
    height: 78px;
    overflow: hidden
}

.z_blog_item .z_blog_more {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #007550;
    margin: 15px 0 0 0
}

.z_blog_item .z_blog_more a {
    display: inline-block;
    text-decoration-line: underline
}

.z_blog_item .z_blog_more a:hover {
    color: #00AC61
}

.z_blog_item.standart {
    position: relative
}

.z_blog_item.standart .z_blog_image {
    height: 370px
}

.z_blog_item.standart .z_blog_title {
    height: 24px;
    overflow: hidden
}

.z_blog_item.standart .z_blog_title a {
    display: block
}

.z_blog_item.standart .z_blog_desc {
    height: 34px;
    overflow: hidden
}

.rn_slider .slick-slide {
    margin: 0 10px
}

.rn_slider .slick-list {
    margin: 0 10px
}

.slider_row {
    position: relative;
    margin-left: -20px;
    margin-right: -20px
}

.rn_slider_nav {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: right
}

.rn_slider_nav a {
    display: inline-block;
    margin-left: 20px
}

.rn_slider_nav a:hover svg path {
    fill: #fff
}

.rn_slider_nav a:hover svg rect {
    fill: #007550
}

.z_blog_article_image{
    position: relative;
}
.z_blog_article_image > a{
    display: block;
    width: 100%;
    height: 850px;
    background-color: #eee!important;
}
.z_blog_article_image > a:hover{
    opacity: .8;
}

.z_blog_image_zoom{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255, .3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(255,255,255, .7);
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    transition: all .5s;
}
.z_blog_article_image:hover .z_blog_image_zoom{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mfp_gallery img.mfp-img{
    max-height: 650px!important;
    padding: 0 20px;
}

.m_payment{
    position: relative;
    margin-top: 15px;
}
.m_payment img{
    height: 25px;
}
.alert {
  padding: 20px;
  background-color: #29824CC4;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  text-align: center;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #29824CC4;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn.left {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: left;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn.right {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

.callout-header {
  padding: 25px 15px;
  background: #555;
  font-size: 30px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}

















































@media (max-width: 1599px) {
    .header_main .additional_menu_dropdown {
        display: block
    }
    .header_main .additional_menu {
        display: none
    }
}

@media (max-width: 1400px) {
    .gray_bar .bar_grid .com_phone a:not(: last-child) {
        margin-right: 5px
    }
    .bo_item .bo_title {
        font-size: 48px
    }
    .bo_item .bo_over_main {
        padding: 30px 50px
    }
    .menu>ul>li:not(:last-child) {
        margin-right: 20px
    }
    #user_fixed_menu ul>li>a>span.q_text {
        display: none
    }
    #user_fixed_menu ul>li>a {
        padding: 14px 10px;
        min-width: 60px;
        max-height: 45px;
        text-align: center
    }
    #user_fixed_menu ul>li:last-child>a {
        min-width: 60px
    }
    #user_fixed_menu ul>li:last-child>a {
        position: relative;
        right: -3px
    }
}

@media (max-width: 1200px) {
    .c_box_entry .c_box_badge {
        position: static;
        width: 120px;
        text-align: center;
        margin-bottom: 15px
    }
    .c_box_head h4 {
        font-size: 16px
    }
    #home_slider .slick-dots {
        left: 30px
    }
    .cpp_slider_nav {
        position: static;
        margin-bottom: 15px;
        text-align: left
    }
    .offers_wrap .ofer_item {
        margin-left: auto;
        margin-right: 0
    }
    .lc_body>.row>div {
        flex: 0 0 50%;
        max-width: 50%
    }
    .lc_body>.row>div:last-child {
        flex: 0 0 100%;
        max-width: 100%
    }
    .lc_body .row>div:last-child .lc_slider {
        float: none
    }
    .lc_slider {
        width: auto;
        margin-top: 30px
    }
    .gray_bar .bar_grid {
        display: block;
        padding: 10px 0
    }
    .gray_bar .bar_grid>div {
        width: 100%;
        text-align: left;
        padding: 5px 25px
    }
    .gray_bar .bar_grid a {
        display: block;
        line-height: 2
    }
    .bo_item .bo_title {
        font-size: 42px
    }
    .bo_item .bo_over_main {
        padding: 30px 35px
    }
    #home_slider .sh_data{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color:rgba(0, 0, 0, 0.5)
}
    #mobile_nav.active {
        left: 0
    }
    .nav {
        display: none
    }
    #header .header_main .menu_switcher {
        display: block
    }
    #header {
        height: 85px
    }
    #header .header_top {
        display: none
    }
    #header .header_main .flex_container {
        height: 50px
    }
}

@media (min-width: 992px) {
    .s_form_body>form>.row>div.col-lg-2 {
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 0 20%;
        max-width: 20%
    }
    .s_form_body>form>.row>div.col-lg-4 {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (max-width: 991px) {
    .c_box_toggle {
        display: block
    }
    .c_box_toggle .btn {
        font-size: 14px;
        text-transform: none
    }
    .cb_section {
        display: none;
        animation: .3s ease-out
    }
    .cb_section.active {
        display: block
    }
    .c_box_entry .c_box_badge {
        display: none
    }
    .item_contact_forms {
        margin-top: 20px
    }
    .item_details_grid>div {
        width: 100%
    }
    .item_details_grid>div:first-child {
        float: left
    }
    .cd_print_data {
        margin: 15px 0
    }
    .cd_print_data .cd_print {
        display: none
    }
    .cd_print_data .cd_print_body {
        text-align: left;
        /*max-height: 260px*/
    }
    .cd_print_data .cd_print_body ul {
        display: block;
        margin: 0 auto 20px auto
    }
    .car_details_wrap .cd_consult_box {
        margin-top: 25px
    }
    .car_details_wrap .cd_compare {
        margin: 0 0 15px 0
    }
    .car_details_wrap .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .car_details_wrap .cd_brand {
        position: relative;
        display: inline-block;
        right: unset
    }
    .car_details_wrap {
        margin-top: 0
    }
    .car_details_wrap .cd_parking,
    .car_details_wrap .cd_parking .cd_parking_map,
    .car_details_wrap .cd_parking .cd_parking_name {
        text-align: left
    }
    .car_details_wrap .cd_parking .cd_parking_name {
        margin: 10px 0
    }
}

@media (max-width: 980px) {
    .c_box_head h4 {
        font-size: 16px
    }
    .contact_box {
        font-size: 13px
    }
    .contact_box .route_links a:not(:last-child) {
        margin-bottom: 15px
    }
    .time_row>div {
        width: 100%;
        float: none !important
    }
    .autoservice_slider .owl-item>div {
        transition: all .3s;
        margin: 0 0
    }
    .time_row>div.time_left .time_entry {
        padding-left: 0
    }
    .time_row>div.time_right .time_entry {
        padding-right: 0
    }
    .time_row>div.time_left {
        border-left: 0
    }
    .time_row>div.time_right {
        border-right: 0;
        text-align: left
    }
    .time_row>div.time_left {
        left: 0
    }
    .time_wrap .time_item .time_data:hover .pop_over {
        display: none
    }
    .time_row>div.time_left .time_entry::before,
    .time_row>div.time_right .time_entry::before {
        display: none
    }
    .autoservice_slider .owl-item.center>div .auto_slide {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    .autoservice_slider .owl-item .auto_slide {
        border: 0
    }
    .owl-dots {
        margin: 20px 0 0 0
    }
    .green_bar .bar_title {
        margin: 15px 0 0 0
    }
    .ace_body .ace_head {
        text-align: left
    }
    .green_bar .bar_menu {
        position: relative;
        top: 0;
        left: 0;
        display: table;
        margin: 0
    }
    .ace_head .row>div {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .search_results_wrap .s_heading {
        font-size: 16px
    }
    .search_results_wrap .s_heading h2 {
        font-size: 36px
    }
    .bo_item .bo_title {
        font-size: 36px
    }
    .bo_item .bo_desc {
        margin-bottom: 40px
    }
    .bo_item .bo_stoc {
        text-align: center;
        padding: 0 0 0 5px
    }
    .bo_item .bo_action>div {
        vertical-align: middle
    }
    .news_filters {
        padding: 20px
    }
    .news_filters form {
        float: none
    }
    .news_filters>div {
        display: block;
        width: 100% !important
    }
    .news_filters .f_period {
        float: none;
        display: table;
        margin: 20px auto 0 auto
    }
    .sv_image .sv_over {
        position: relative;
        left: 0;
        right: 20px;
        top: 100%;
        background: #fff;
        margin: 0 20px
    }
    .sv_image .sv_over .sv_grid {
        position: relative;
        padding: 0
    }
    .sv_image .sv_over .sv_grid>div {
        display: block;
        float: left;
        width: 100%;
        min-height: unset;
        font-size: 14px;
        text-align: left
    }
    .sv_image .sv_over .sv_grid>div:nth-child(1),
    .sv_image .sv_over .sv_grid>div:nth-child(2) {
        margin-bottom: 15px
    }
    .sv_image .sv_over .sv_grid>div>img {
        display: inline-block;
        margin: 0 10px 0 0
    }
    .sv_more {
        margin-top: 20px;
        text-align: center
    }
    .sv_slide_entry p {
        display: block;
        font-size: 14px;
        max-height: 200px;
        overflow: hidden
    }
    .sv_image {
        padding-bottom: 0
    }
    .ln_item .ln_image {
        min-height: 300px
    }
    .heading {
        margin-bottom: 30px
    }
    .heading .h_title {
        font-size: 85px
    }
    .heading>h2 {
        padding: 10px 0 0 70px
    }
    .section_lead {
        padding: 0 70px
    }
    .section_lead {
        font-size: 16px
    }
    #footer .footer_inline_nav ul>li>a {
        padding: 0 15px;
        font-size: 13px
    }
}

@media (max-width: 767px) {

    .logo_box img{
        max-width: 200px;
    }

    .rn_slider_nav {
        text-align: center;
    }

    .z_blog_article_image > a{
        height: 200px;
    }
    .z_blog_image_zoom{
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .offers_wrap {
        margin: 20px 0
    }
    .lc_slider {
        margin-top: 0
    }
    .lc_body .lc_slider h4 {
        margin-top: 35px
    }
    .leasing_calculator .lc_head h2 {
        font-size: 24px
    }
    .section_lead {
        margin: 20px 0
    }
    .compare_slider .slick-list {
        margin: 0
    }
    .compare_wrap_placeholder>.row>div:first-child {
        display: none
    }
    .cd_print_data .cd_print_head h3 {
        text-align: center
    }
    .cd_print_data .cd_print {
        text-align: center;
        margin: 10px 0 0 0
    }
    .cd_rent_box a {
        margin-bottom: 10px
    }
    .car_details_wrap .cd_title .cd_main_price {
        float: none;
        margin-top: 30px
    }
    ul.tab_head>li {
        display: block
    }
    ul.tab_head>li:not(:last-child) {
        margin-bottom: 5px
    }
    ul.tab_head>li:not(:last-child)>a,
    ul.tab_head>li:not(:last-child)>span {
        margin-right: 0
    }
    .advanced_search {
        text-align: center;
        margin-top: 30px
    }
    .lc_body.operational .lc_slider {
        max-width: unset
    }
    .lc_more {
        text-align: left;
        margin-top: 30px
    }
    .leasing_calculator .lc_tab {
        float: none;
        display: table;
        margin: 15px 0
    }
    .leasing_calculator .lc_head {
        margin-bottom: 0
    }
    .leasing_calculator .lc_tab>li {
        font-size: 18px;
        padding: 13px 20px
    }
    .lc_body>.row>div {
        flex: 0 0 100%;
        max-width: 100%
    }
    .green_bar {
        font-size: 18px
    }
    .green_bar .bar_menu>a {
        font-size: 16px
    }
    .feedback_form_main h2 {
        font-size: 32px
    }
    form label>span {
        font-size: 13px
    }
    .feedback_form_main {
        padding: 40px 25px
    }
    .results_bar .found_data {
        display: block
    }
    .results_bar .found_data>div {
        width: 100% !important;
        padding: 10px 0;
        text-align: center
    }
    .results_bar .found_data>div:nth-child(3) {
        text-align: center
    }
    .s_form_body>form>.row:not(:last-child) {
        margin-top: 0
    }
    .bo_item {
        text-align: center
    }
    .bo_item .bo_action>div {
        display: block;
        text-align: center
    }
    .bo_item .bo_stoc {
        text-align: center;
        margin-top: 30px
    }
    .bo_item .bo_over_main {
        padding: 25px
    }
    .bo_item .bo_title {
        font-size: 30px
    }
    .bo_item .bo_desc {
        font-size: 14px
    }
    .bo_item .bo_action .btn {
        min-width: unset;
        padding: 0 40px
    }
    .news_main {
        margin: 50px 0
    }
    .news_item {
        max-width: 400px;
        margin: 0 auto 20px auto
    }
    .news_item>div {
        display: block
    }
    .news_item>div:first-child {
        width: 100%
    }
    .section.page {
        background: #fff
    }
    .mfp-close-btn-in .mfp-close {
        font-size: 40px
    }
    #search .search_form input {
        font-size: 16px;
        padding: 15px 0
    }
    .mfp-close-btn-in .mfp-close {
        right: 0
    }
    .sv_slide_entry h2 {
        font-size: 22px;
        margin-top: 0
    }
    #home_slider .sh_main_image {
        min-height: 220px; /* modificat de la 500 la 200 */
		display: flex; /* Activează flexbox */
align-items: center;		
    }
	#home_slider .sh_entry h1 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 22px;
    color: #fff;
	text-align: right; /* Aliniere text la dreapta */
	    position: absolute;
    top: 20%;
    right: -5%; /* Ajustează valoarea pentru a poziționa mai la stânga */
   /* transform: translate(-50%, -50%); */
}
    #home_slider .sh_entry h2 {
        font-size: 45px
    }
    #home_slider .sh_entry p {
        font-size: 14px;
		text-align: right; /* Aliniere text la dreapta */
    }
    #home_slider .sh_entry .sh_action {
        padding-top: 30px
    }
    .btn,
    .button,
    button {
        line-height: 40px;
        padding: 0 10px
    }
    #home_slider .sh_entry .sh_action>a {
        min-width: 174px
    }
    .car_search_box .cb_form .form_action {
        text-align: center
    }
    .car_search_box {
        padding: 30px
    }
    .car_search_box .cb_heading>h3 {
        font-size: 24px
    }
    .car_search_box .cb_heading {
        margin-bottom: 20px
    }
    #footer .copy .rights,
    #footer .f_logo {
        text-align: center
    }
    #footer .f_box h4 {
        margin-bottom: 15px
    }
    #footer ul {
        margin-bottom: 30px
    }
    #footer .footer_inline_nav ul {
        margin: 15px 0
    }
    #footer .footer_inline_nav {
        display: block
    }
    #footer .footer_inline_nav ul {
        display: block
    }
    #footer .footer_inline_nav ul>li {
        float: none
    }
    #footer .footer_inline_nav ul>li>a {
        font-size: 14px;
        padding: 10px 0
    }
    .offers_wrap .ofer_item,
    .ln_item {
        max-width: 380px;
        margin: 0 auto 20px auto
    }
    .section {
        padding: 40px 0
    }
    .ln_item .ln_title>a {
        height: auto
    }
}
/* Pentru dispozitive mobile */
@media (max-width: 600px) {
            .gallery_news {
                grid-template-columns: 1fr;
            }
        }

@media (max-width: 575px) {
    #home_slider .slick-dots {
        left: 30px;
        right: 30px;
        bottom: 20px;
        text-align: center
    }
    #home_slider .slick-dots li button {
        font-size: 14px
    }
    #footer ul>li>a {
        padding: 5px 0
    }
    .heading.small>h2 {
        font-size: 24px
    }
    .heading.small {
        margin-bottom: 30px
    }
    .news_filters .f_period {
        display: block
    }
    .pagination_wrap ul {
        display: table;
        margin: 0 auto;
        float: none
    }
    #footer .socials {
        margin: 50px auto 20px auto
    }
    .sv_slider .sv_inner {
        max-height: 240px;
        overflow: hidden
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    #home_slider .sh_entry .sh_action>a {
        display: table;
        float: none;
        margin: 0 auto 20px auto
    }
    #home_slider .sh_entry .sh_action>a:not(:last-child) {
        margin: 0 auto 20px auto
    }
    #home_slider .sh_entry {
        padding-top: 100px;
        float: none;
        text-align: center
    }
    #home_slider .sh_entry h2 {
        font-size: 36px
    }
    #home_slider .sh_entry p {
        font-size: 14px
    }
    #home_slider .sh_entry .sh_action {
        padding-top: 50px
    }
    #home_slider .sh_arrows {
        text-align: center
    }
    #home_slider .sh_arrows>a {
        display: inline-block;
        float: none
    }
    #home_slider .sh_arrows>a:not(:last-child) {
        margin-right: 30px
    }
    .car_search_box {
        padding: 30px 20px
    }
    .heading>h2 {
        font-size: 24px;
        padding: 10px 0 0 25px
    }
    .heading .h_title {
        font-size: 54px
    }
    .section_lead {
        padding: 0
    }
    .heading {
        margin-bottom: 20px
    }
    .ofers_action .btn:not(:last-child) {
        margin-right: auto
    }
    .ofers_action .btn {
        display: table;
        margin: 15px auto;
        float: none
    }
}

@media (max-width: 480px) {

    .z_blog_item.standart .z_blog_title,
    .z_blog_item {
        height: auto
    }
    .z_blog_item.big>div:first-child {
        width: 100%;
        min-height: 170px
    }
    .z_blog_item.big>div:last-child {
        width: 100%
    }
    .z_blog_item.big>div {
        display: block
    }
    .z_blog_item.big .z_blog_desc {
        height: 78px
    }
    .z_blog_item .z_blog_entry {
        padding: 25px
    }
    .leasing_calculator .lc_head h2,
    .z_blog_article h2 {
        font-size: 24px
    }
    .z_blog_article blockquote {
        font-size: 16px
    }
    .z_blog_article_gallery {
        margin-left: 0;
        margin-right: 0
    }
    .z_blog_article .z_blog_article_main {
        padding: 20px
    }

    .c_box_toggle .btn {
        min-width: 150px
    }
    .owl-dots {
        margin: 5px 0 0 0
    }
    .autoservice_slider {
        padding: 0 15px;
        margin-bottom: 30px
    }
    .green_bar .bar_menu .down a {
        font-size: 12px;
        padding: 12px 10px
    }
    .green_bar .bar_menu .down {
        width: 220px
    }
    .news_filters {
        display: none
    }
    .accordion .ac_head,
    .accordion .ac_body h4,
    .accordion .ac_body h5 {
        font-size: 16px;
        line-height: 1.3
    }
    .accordion .ac_body {
        font-size: 14px
    }
    .server_response {
        font-size: 12px
    }
    .page_entry h2 {
        font-size: 20px
    }
    .time_row>div.time_right .time_item {
        margin: 30px 0
    }
    .section.first {
        padding-top: 30px
    }
    .cd_rent_box {
        font-size: 12px
    }
    .breadcrumbs {
        display: none
    }
    .compare_wrap .cpp_name {
        font-size: 18px
    }
    .compare_wrap .cpp_head {
        height: 200px
    }
    .compare_wrap .cpp_val {
        font-size: 12px;
        height: 32px
    }
    .compare_wrap .cpp_val.gray,
    .cpp_car_link .btn {
        font-size: 12px
    }
    .breadcrumbs {
        padding: 25px 0
    }
    form label>span {
        margin-bottom: 5px
    }
    .s_form_body .sb_form_reset {
        text-align: center
    }
    .feedback_form_main h2 {
        font-size: 24px;
        margin-bottom: 30px
    }
    .feedback_form_main form label>span {
        font-size: 14px
    }
    .feedback_form_wrap {
        margin: 40px 0
    }
    .feedback_form_main .form_action .btn {
        min-width: unset;
        width: 100%
    }
    #header .logo_box {
        max-width: 200px
    }
    .search_results_wrap .s_heading h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media (max-width: 360px) {
    .sv_slide_entry p {
        max-height: 78px
    }
    .c_box_toggle .btn {
        min-width: unset
    }
}

@media (max-width: 320px) {
    #home_slider .slick-dots {
        display: none
    }
    .section_lead {
        font-size: 14px
    }
    .sv_image .sv_over .sv_grid>div>img {
        width: 25px
    }
    .sv_image .sv_over .sv_grid>div {
        font-size: 12px
    }
    .sv_image .sv_over {
        left: 0;
        right: 0;
        margin: 0 15px
    }
    .s_form_body .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    form label>span {
        min-height: unset;
        margin-bottom: 5px
    }
    .s_form_body .sb_action {
        margin-top: 20px
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}