
/* #Helper classes
================================================== */
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.h70i {height: 70px !important;}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.invisible-hidden {visibility: hidden;}
.block {display:block !important;}
.hidden {overflow: hidden;}
.center {text-align:center;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.list_none{list-style: none;}
a.hover:hover {text-decoration: underline;}
.border_none {border: 0 !important;}
.vertical_centering {display: table-cell;vertical-align: middle;}
.upp{text-transform: uppercase;}
.w100{width: 100%;}
.w200{width: 200px !important;}
.mt40{margin-top:40px;}
.mt20{margin-top:20px !important;}
.ml25{margin-left:25px;}
.w80{width: 80px;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
   }

.mt10{margin-top: 10px;}
.mt0{ margin-top: 0!important;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.ml0{margin-left: 0!important;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}

/*a, a::before, a::after, a span, div, span, .musicianDesc, .nav, input{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/
#wrapper {
    width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
}
a, button, select, input, textarea{
    outline: none;
}
a{
    text-decoration: none;
}
ul,li, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
div, nav, a, p, h1, h2, h3, h4, h5, h6, span, ul, li, input, textarea{
    box-sizing: border-box;
}

/* #Site styles
================================================== */
/*@font-face {
  font-family: 'Peugeot';
  src:  url('fonts/PeugeotNormalv2.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
 @font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
            
h1, h2, h3, h4, h5, h6{
  font-family: "Roboto", sans-serif;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w1200{
  width: 1200px;
  margin: auto;
}
.w850{
  width: 850px;
  margin: auto;
}
.blue{
    color: var(--theme-color);
}
html, body{
  height: 100%;
}
body{--theme-color: #ea0002;}
:root {
  --header-bg-color: #fff;
  --footer-bg-color: #000;
  --car-box-bg:#f6f6f6 ;
  --box-hover:rgba(0,0,0,0.6);
  --form-hld:#796f6e;
  --section-title:#000;
  --btn-hover:#000;
  --nav-link-hover:#ea0002;
  --owl-color:#000;
  --letter-color:#999
}
body{
    background: #fff;
    font-family: 'Arial';
    font-size: 16px;
    color: #fff;
}

header{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.printPage header{
   position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  z-index: 100;
}
.printPage .sectionTitle {
    font-size:25px;
}
.printPage .leasingInner{
    padding:10px;
    box-sizing:border-box;
}

.header-none .topHeader{
    display:none;
}
.header-none footer{
    display:none;
}
.printPage .w850{
    width:600px;
    margin:0 auto;
    padding-right: 20px;
    box-sizing:border-box;
}

.topHeader{
    background: var(--header-bg-color);
    position: relative;
    z-index: 5;
    height: 70px;
    border-bottom:1px solid #ccc;
}
.topHeader span.registerMe{
    color:#fff;
    text-decoration: underline;
}
/*.topHeader::before, .topHeader::after{
  content: "";
  width: 261px;
  height: 122px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.topHeader::before{
  left: 0;
  background: url("../img/menu-left1.png") no-repeat;
}
.topHeader::after{
  right: 0;
  background: url("../img/menu-right1.png") no-repeat;
}*/
.logo{
  width: 160px;
  float: left;
  margin-top: 20px;
}
.logo img{
    width:100%;
}

.smallLogo{
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    margin-top: 10px;
    padding-left: 25px;
    position: relative;
}
.smallLogo::before{
    content: "";
    width: 15px;
    height: 20px;
    background: url("../img/arrowSmallLogo.svg") no-repeat center;
    position: absolute;
    left: -15px;
    top: 0px;
    margin-left: 10px;
    border-right: 1px solid var(--theme-color);
}
.smallLogo .txt{
    float: right;
    margin-top: 2px;
    clear: both;
}
/*
.topHeader nav{
  margin-left: 50px;
  float: left;
}
.navLink{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 70px;
  padding: 0 15px;
}
.gamma{
  background: rgba(35,53,81,0.9);
}
.gamma ul{
  float: left;
  width: 100%;
  text-align: center;
}
.gamma li{
  display: inline-block;
}
.gammaLink{
  font-size: 12px;
  color: #e7e7e7;
  line-height: 40px;
  padding: 0 15px;
  float: left;
}
*/
.slideTextHld{
  position: absolute;
  width: 98%;
  max-width: 1000px;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
.slideText{

}
.slideTitle{
  font-size: 70px;
  color: rgba(255,255,255,0.8);
  text-shadow: -2px 4px 30px rgba(0, 0, 0, 0.75);

}
.subtitle{
   font-size: 50px;
  color: rgba(255,255,255,0.8);
  font-weight: normal;
  text-shadow: -2px 4px 30px rgba(0, 0, 0, 0.75);
}
.smallSlide{
    height: 245px;
    background-image: url('img/smallSlide.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.smallSlide .slideTitle{
    font-size: 40px;
    text-align: center;
}
.smallSlide .subtitle{
   font-size: 30px;
    text-align: center;
}
.slideViewMore{
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 35px;
    margin-left: 30px;
    position: relative;
    top: -5px;
    padding-right: 20px;
    background: url("../img/sliderNext.svg") no-repeat right center;

}
.slide-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.w90{
    width:90%;
}
.navBtn{
  float: left;
  width: 18%;
  height: 60px;
  position: relative;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: var(--theme-color);
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius:5px;
  margin:10px;
  font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
a.priceBtn{
    margin:0 5px;
}
.navBtn span{
     position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100%;
      font-family: "Roboto", sans-serif;

}

.navBtn:hover, .navBtn.active{
    background: var(--theme-color);
}
.navBtn:hover{
    background: var(--btn-hover);
}
.navBtn.w50{
    width: 50%;
}
.userPopup .inputHld{
    width: 50%;
}
.userPopup .inputHld a{
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    margin-top: 66px;
    float: left;
    margin-right: 5px;
}
.sellCar{
  height: 72px;
  background: url("../img/btn-back.jpg") no-repeat center;
  background-size: cover;
}
.sectionTitle{
  float: left;
  width: 100%;
  color: var(--section-title);
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 40px 0 40px 0;
    font-family: "Roboto", sans-serif;

}
.padBig{
    padding: 0 45px !important;
    box-sizing: border-box;
}
span.answer{
   color: rgba(255,255,255,0.8);
   text-align: center;
   float: left;
   margin-top: 30px;

}
.videoBtn{
  float: right;
  width: 240px;
  line-height: 50px;
  color: #666;
  font-size: 14px;
  background: #e6e7e9 url(../img/video.svg) no-repeat left center;
  background-size: 35px;
  text-align: center;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius:5px;
  margin-top: -95px;
  position: fixed;
  right: 0;
  bottom:20px;
  z-index:99;
}


.callBtn1{
   float: right;
  width: 100%;
  line-height: 50px;
  color: #666;
  font-size: 17px;
  text-align: center;
  border-radius: 5px;
  margin-top: -40px;
  background: #e6e7e9;
  margin-bottom:10px;
}
.callBtn1 span{

    height:50px;
    display: inline-block;
    position: relative;
    background:  url(../img/phone.svg) no-repeat left center;
    background-size: 22px;
    padding-left:25px;
    box-sizing:border-box;
}
.formHld{
  background: var(--form-hld) !important;
  float: left;
  width: 100%;
  /*padding-bottom: 40px;*/
  padding-bottom: 3px;
}
.inputHld{
  float: left;
  width: 33.33%;
  padding: 17px 15px;
}
.inputHld:nth-child(3n+0){

}
.inputHld.w100{
    width: 100%;
}


.leasingSection .inputHld {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.leasingSection .formBtnsHld {
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.leasingSection .summ {
    float: right;
    width: 45%;
    line-height: 35px;
    color:#fff;
}
.dblock {
    display: inline-block;
}
.mb40 {
    margin-bottom: 40px;
}
.txt-style {
    text-align: center;
}
.txt-style span {
    font-size: 30px;
    color:#fff;
}
.selects select {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.selects .formBtnsHld {
    border: none;
}
.calc h2 {
    color: var(--section-title);
    float: left;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    padding: 40px 0 40px 0;
    font-weight: normal;
}
.style-color {
    background: rgba(24,36,57,0.8) !important;
}

.label{
  color: var(--section-title);
  font-size: 12px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-family: Arial,sans-serif;
}
.label.blue, .leasingSection .label.blue{
    color: #fff;
}
.label.widthAuto{
  width: auto;
  line-height: 40px;
  margin-right: 5px;
  margin-bottom: 0;
}

select{
  line-height: 40px;
  height: 40px;
  color: #666;
  padding: 0 10px;
  width: 100%;
  border-radius: 5px;
  float: left;
    background-color: #fff;
    border: 0;
    font-family: Arial,sans-serif;
}
.smallSelect{
  width: 80px;
}
.formBtnsHld {
  float: right;
  /*width: 100%;*/
  text-align: right;
  padding: 0px 10px 17px 0px;
}
.formBtnsHld .styleBtn {
    margin-top: 30px;
    line-height: 35px;
    height: 38px;
    font-size:14px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    background: transparent;
}
.formBtnsHld .styleBtn:hover{
    color:#fff;
    background: var(--theme-color);;
}
/*.formBtnsHld.w100{
    width: 100%;
}*/
.formBtnsHld input.submit{
  display: inline-block;
  width: 150px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  border: none;
  background: var(--theme-color);;

  margin: 0 5px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.formBtnsHld input.submit:hover{

    background: var(--btn-hover) ;
    border:1px solid var(--btn-hover);
    color: #fff;

}
.formBtnsHld input.submit:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(255,106,38);
    background: -moz-linear-gradient(270deg, rgb(255,106,38) 0%, rgb(235,101,40) 100%);
    background: -webkit-linear-gradient(270deg, rgb(255,106,38) 0%, rgb(235,101,40) 100%);
    background: -o-linear-gradient(270deg, rgb(255,106,38) 0%, rgb(235,101,40) 100%);
    background: -ms-linear-gradient(270deg, rgb(255,106,38) 0%, rgb(235,101,40) 100%);
    background: linear-gradient(0deg, rgb(255,106,38) 0%, rgb(235,101,40) 100%);
    z-index: -1;
    opacity: 0;
}
.formBtnsHld input.submit:hover:after{
    opacity:1;
}
.center .submit {
    display: inline-block;
    width: 150px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    background: var(--theme-color);
    margin: 0 5px;
    margin-top: 30px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.center .submit:hover{
   background: #ff6a26 ;
}
.reset{
  display: inline-block;
  width: 150px;
  line-height: 35px;
  color: var(--theme-color);;
  border: 1px solid var(--theme-color);;
  border-radius: 5px;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 5px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.reset:hover{
    background: var(--theme-color);;
    color: #fff;
}
.searchMoreHld{
  /*float: left;
  width: 100%;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 52px;*/

    float: left;
    width: 100%;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: var(--theme-color);
}
.searchMoreHld span{
    color: var(--theme-color);
    font-size: 22px;
    position: relative;
    top: 2px;
    left: 5px;
}
.searchMoreHld.closed span{
  transform: rotate(180deg);
}
.checkHolder {
    float: left;
    width: 100%;
    padding-bottom: 35px;
}
.checkColumn {
    float: left;
    width: 100%;
}

.checkGroupTitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.checkboxHld {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.checkColumn .checkboxHld {
    width: 25%;
}
input[type="checkbox"] {
  display: none;
}
label .check {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid var(--theme-color);
  margin-top: 2px;
  margin-right: 15px;
  position: relative;
}

label .check::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 5px;
    background: transparent;
    top: -1px;
    left: 2px;
    border-left: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
input[type="checkbox"]:checked + label .check::before{
    opacity: 1;
}
.checkTxt{
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: Arial,sans-serif;
}
.textInp{
    float: left;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    color: #666;
    padding: 0 10px;
}
.textInp.smallInp{
  width: 80px;
}
.textInp.middleInp{
    width: 50%;
}
.nav{
    float: left;
    width: calc(100% - 320px);
    /*background: #e7e7e7;*/
    height: 70px;
    overflow: hidden;

}
textarea{
    float: left;
    width: 100%;
    resize: none;
    height: 120px;
    border: none;
    border-radius: 5px;
    padding:10px;
    box-sizing:border-box;
}
.popup .inputHld{
    border: none
}

.nav ul{
    float: left;
    width: 100%;
    text-align: center;
}
.nav li{
    display: inline-block;
    margin-left: -5px;
}
.navLink{
    float: left;
    font-size: 13px;
    color: #000;
    padding: 10px 10px;
    line-height: 50px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;


}
.styleBtnUser{
    width:150px;
    margin-top:35px;
    margin-right: 15px;
}
select.w50{
    width:50%;
}
.navLink::before{
    content: "";
    width: 1px;
    height: 13px;
    background: #b3b7bc;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.nav li:first-of-type .navLink::before{
    content: none;
}
.navLink::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: var(--nav-link-hover);
    
}
.navLink:hover::after, .navLink.active::after{
    opacity: 1;
}
.navLink:hover, .navLink.active{
    color: #fff;
}
.dim{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    display: none;
}
.popup{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #796f6e;
    width: 98%;
    max-width: 1200px;
    z-index: 101;
    padding: 30px 20px;
}
.popup .label {
    color: #fff;
}
.popupTitle{
  font-size: 30px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.results {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.more-info p {
    float: left;
    margin-bottom: 20px;
    color: rgba(21, 33, 52, 0.98);
    font-size: 18px;
    width: 100%;
}
.more-info span {
    color: var(--theme-color);
}
.found-res {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(21, 33, 52, 0.98);
    font-size: 18px;
}
.found-res p {
    float: left;
}
.found-res span {
    float: left;
    margin-left: 10px;
    font-size: 20px;
    color: var(--theme-color);
    font-weight: bold;
    margin-top: -1px;
}
.results select {
    width: 45%;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
}

.filesUploadHld, .titleFiles{
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.uploadFile{
  float: left;
  width: 33.33%;
}
.fileImg{
  width: 34%;
  float: left;
  display: none;
}
.uploadTxtHld{
    float: right;
    width: 100%;
    padding-right: 7px;
}
.uploadBtnHld{
  position: relative;
  margin:7px 0;
  float: left;
}
.uploadBtn{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width:0.1px;
  height: 0.1px;
  background: transparent;
}
.uploadImgType, .fileName{
  font-size: 12px;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viewCar{
  float: left;
  width: 100%;
  padding: 20px 0;
}
.galleryHld, .carInfoHld{
    width: 50%;
    float: left;

}
.thumbsSlider {
  margin-top: 20px;
}
.mobileTitles{
  float: left;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}
.carInfoHld{
    padding-left: 6%;
    color: var(--letter-color);
}
.carTitle{
    float: left;
    width: 100%;
    color: #666;
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 44px;
    padding: 15px 0;
  font-family: "Roboto", sans-serif;
}
.carSubtitle{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: normal;
    color: var(--letter-color);
}
.carPrice{
    margin: 20px 0;
    font-family: Arial,sans-serif;
}
.carDescription{
    font-family: Arial,sans-serif;
}
.price{
    color: var(--theme-color);
    font-size: 35px;
}
.carRowDescription{
  float: left;
  width: 100%;
}
.leftTxt{
    float: left;
    width: 40%;
    font-size: 14px;
    line-height: 18px;
}
.rightTxt, .rightTxt a {
    float: left;
    width: 60%;
    color: var(--theme-color);
    font-size: 14px;
    line-height: 18px;
}
.viewCarBtns{
  margin-top: 35px;
}
.viewCarBtns a{
    height: 38px;
}
.blueBtn{
    float: left;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    position: relative;
    z-index: 5;
    background: var(--theme-color);
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;

}
.invisibleBtn{
    float: left;
    line-height: 35px;
    color: var(--letter-color);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    position: relative;
    z-index: 5;
    border: 1px solid var(--letter-color);
    margin-left:25px;
}
.blueBtn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     border-radius: 5px;
    background: var(--theme-color);
    
    z-index: -1;
}
.blueBtn::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--theme-color);
    z-index: -1;
    opacity: 0;
}
.blueBtn:hover{
    background: var(--theme-color);
}
.blueBtn.right, .borderBtn.right{
    float: right;
}
.blueBtn .percent{
    font-size: 20px;
}
.borderBtn{
    float: left;
    line-height: 35px;
    color: var(--theme-color);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    background: #fff;
          -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin:0 5px;
  font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.moreInfoTitle{
    font-family: "Roboto", sans-serif;
  
}
.borderBtn:hover{
    background: var(--theme-color);
    color: #fff;
}
a.remove{
    background:#1a283f;
    color:#fff;
    border:1px solid transparent;
}
.borderBtn.w45, .blueBtn.w45{
    width: 45%;
}
.blueBtn .icon, .borderBtn .icon{
    width: 25px;
    height: 15px;
    display: inline-block;
        position: relative;
    top: 2px;
}
.blueBtn .icon.mail, .borderBtn .icon.mail{
    background: url("../img/email.svg") no-repeat center;
    background-size: 22px;
}
.blueBtn .icon.print, .borderBtn .icon.print{
    background: url("../img/print_orange.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn:hover .icon.mail{
    background: url("../img/emailWhite.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn:hover .icon.print{
    background: url("../img/print_white.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn:hover .icon.love{
    background: url("../img/favorite_white.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn:hover .icon.compare{
    background: url("../img/compare_white.svg") no-repeat center;
    background-size: 22px;
}

.borderBtn .icon.offer{
    background: url("../img/get_offer.svg") no-repeat center;
    background-size: 22px;
}
.blueBtn .icon.offer_w{
    background: url("../img/get_offer_w.svg") no-repeat center;
    background-size: 22px;
}

.borderBtn .icon.love{
    background: url("../img/favorite_orange.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn .icon.bPrice{
    background: url("../img/price-tag.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn .icon.compare{
    background: url("../img/compare_orange.svg") no-repeat center;
    background-size: 22px;
}
.borderBtn:hover .icon.bPrice{
    background: url("../img/price-tagAP-white.svg") no-repeat center;
    background-size: 22px;
}
.userHld{
     background: url(../img/user.svg) no-repeat left center;
    background-size: 30px;
    width: 200px;
    height: 70px;
    cursor: pointer;
    padding-left: 30px;
    box-sizing:border-box;
}
.userHld span{
    height: 70px;
    line-height: 70px;
    margin-left:5px;
    font-size:10px;
    text-transform: uppercase;
}
.bigPic{
    top:6px !important;
    height: 22px !important;
    margin:0 !important;

}
a.printBtn{
    margin:10px 0;

}
a.loveBtn{
   margin:10px 5px;
}
a.btnPrice{
   margin:0 5px;
}
a.otherBtn{
    margin: 0;
}
select.newSearch{
    width: 16%;
    margin-right: 15px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    height: 37px;
}
.extrasHld{
  float: left;
  width: 100%;
  background: #796f6e;
  padding: 30px 0;
}
.extrasTitle{
  color: #fff;
  float: left;
  width: 100%;
  font-size: 25px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.extrasTitle span{
  background: #796f6e;
  padding-right: 25px;
  float: left;
}
.extrasTitle::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.extraCol{
  display: inline-block;
  width: calc(20% - 7px);
  text-align: left;
  font-size: 14px;
  color: #ccc;
}
.extraCol ul, .extraCol li{
  float: left;
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
  -webkit-margin-after: 5px;
}

.extraTitle{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #fff;
}
.moreInfoHld{
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #e0e0e0;
}
.moreInfoTitle{
  float: left;
  width: 100%;
  color:#000;
  font-size: 25px;
  margin-bottom: 25px;
  font-family: Arial,sans-serif;
}
.moreInfoTxt{
  /*color: #999;*/
  color:#000;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial,sans-serif;

}
.moreInfoTxt p{
  float: left;
  width: 100%;
  line-height: 22px;
  margin-bottom:20px;
}
.carBox{
  width: 24%;
  margin: 4px 0.5%;
  padding: 15px;
  background: var(--car-box-bg);
  float: left;
  position: relative;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  text-align: left;
}
.carBox.addedToFavourites{
    border-top: 3px solid var(--theme-color);
    border-bottom: 3px solid var(--theme-color);
}
.carBox.addedToFavourites::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../img/Star-01.svg") no-repeat left;
    background-size: 30px;

}
.carBoxTitle{
  font-size: 16px;
  color: var(--theme-color);
  margin-bottom: 10px;
  line-height: 15px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
  font-weight: bold;
    font-family: "Roboto", sans-serif;

}
.priceBox{
  float: left;
  width: 48%;
  color: var(--theme-color);
  font-size: 16px;
  margin: 0 1%;
  text-align: center;
  padding: 8px 0 8px 0;
  margin-top: 10px;
    background: rgb(165, 165, 165);
background: -moz-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(180deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);background: rgb(165, 165, 165);
background: -moz-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(90deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(180deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.priceBox.oldPrice{
  background: rgb(165, 165, 165);
background: -moz-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(180deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);background: rgb(165, 165, 165);
background: -moz-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(90deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(180deg, rgba(165, 165, 165, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.priceBox.oldPrice span.priceCar{
   color: var(--letter-color);
   font-size: 16px;

}
.priceBox .priceCar{
    position: relative;
    z-index: 10;

}
.priceBox span.priceTxt{
  font-size: 12px;
  color: var(--letter-color);
  float: left;
  width: 100%;
  margin-top: 5px;
  position: relative;
  z-index: 10;
}
.descriptionCar{
  margin-top: 10px;
  position: relative;
  z-index: 10;
  height: 115px;
  overflow: hidden;
  font-family: Arial,sans-serif;


}
.descriptionCar p{
  float: left;
  width: 100%;
  color: var(--letter-color);
  font-size: 12px;
  line-height: 14px;
}
.galleryHld iframe{
    width:100%;
}
.overlayCar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--box-hover);
    z-index: 5;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.overlayCarSold{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,36,57,0.8);
    z-index: 99;
    text-align: center;

}
.overlayCarSold span.rotate{
    font-size: 30px;
    text-transform: uppercase;
    color:red;
       /* Safari */
    -webkit-transform: rotate(-45deg);
    transform:translate(-50%, -50%) rotate(-45deg);
    float:left;
    top:50%;
    position: absolute;
    left:50%;
    font-weight: bold;
}

.carBox:hover .overlayCar{
    visibility: visible;
    opacity: 1;
}
.CarBtn{
    width: 140px;
    display: inline-block;
    float: none;
    margin-top: 85px;
}
.smallBtn{
    width: 84px;
    height: 35px;
    padding: 0;
    margin: 0 5px;
    float: none;
    display: inline-block;
    margin-top: 13px;
}
.smallBtn span{
    text-align: center;
    width: 30px;
    height: 30px;
}
.compare span{
   /* background: url("../img/compare.svg") no-repeat center;  */

}
.addFavourite span{
    background: url("../img/add-favourites.svg") no-repeat center;
}
.titleLink{
    color: var(--theme-color);
    font-size: 14px;
    text-transform: none;
    position: relative;
    top: -20px;
}
.paging{
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.paging a{
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #cececd;
    border-radius: 3px;
    color: #0d7ac1;
    font-size: 14px;
}
.paging a.active{
    color: #fff;
     background: rgb(235,101,40);
    background: -moz-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -webkit-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -o-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -ms-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: linear-gradient(0deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
}

.siteInfo{
    font-size: 12px;
    color: #666;
    position: relative;
    margin: 40px auto;
    padding-top: 30px;
}
.siteInfo::before{
    content: "";
    width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,1f9ceb+51,f9f9f9+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(left, #f9f9f9 0%, var(--theme-color) 51%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9f9f9 0%,var(--theme-color) 51%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9f9f9 0%,var(--theme-color) 51%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.leasingAside{
    width: 260px;
    float: left;
    margin-top: 150px;
    margin-bottom: 40px;
}
.leasingAside .carBox{
    width: 100%;
    background: #fff;
}
.leasingSection{
    float: right;
    width: calc(100% - 280px);
     margin-bottom: 40px;
}
.leasingViewMore{
    float: none;
    display: inline-block;
    width: 180px;
}
.leasingSection .sectionTitle{
    text-align: left;
}
.leasingSection .label{
    color:#fff;
}
.calcFormText{
    color: #fff;
}
.leasing-white, #interest_percent {
    color:#fff;
} 
.leasingSection .inputHld{
    width: 50%;
}
.leasingSection .inputHld:nth-child(3n+0) {
    border-right: none;
}
.leasingTxt{
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom: 40px;
}
.leasingInner{
    color: #666;
}
.leasingTitle{
    color: var(--theme-color);
    font-size: 30px;
    font-weight: normal;
}
.leasingSubtitle{
    font-size: 16px;
    margin: 5px 0 10px 0;
    float: left;
    width: 100%;
    color: var(--theme-color);
}
.leasingHld{
    padding: 10px 15px;
    float: left;
    border: 1px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: none;
}
.leasingHld .w50{
    width: 50%;
}
.formBtnsHld.w100{
    width: 100%;
}
.leasingSection .formHld{
    padding-bottom: 0;
}
table{
    width: 100%;
}
td,th{
    border: 1px solid #172438;
    padding: 5px 10px;
}
th{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    font-weight: normal;
}
tr:hover{
    background: #f5f5f5;
}
footer{
    float: left;
    width: 100%;
    background: var(--footer-bg-color);
    padding: 35px 0;
}
footer ul, footer li{
    float: left;
    width: 100%;
}
.smallColumn{
    width: 200px;
}
.footerLink{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    float: left;
    margin: 10px 0;
    -wibkit-transition:0.7;
    transition:0.7s;
}
.footerLink:hover{
    color:#fff;
}
input.innerBtnBye. a.innerBtnBye{
    float: left;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    border: none;
    position: relative;
    z-index: 5;
    background: rgb(134, 13, 13);
    background: -moz-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -webkit-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -o-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -ms-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: linear-gradient(0deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    border: none;
    margin: 0 5px;
}
.bigColumn{
    float: left;
    width: calc(100% - 400px);
    text-align: center;
}
.subscribeHld{
    display: inline-block;
    width: 640px;
    padding: 20px 100px;
    background: url("../img/subscribe.jpg") no-repeat center;
    background-size: cover;
    text-align: left;
}
.subscribeTitle{
    font-size: 30px;
    color: #fff;
}
.subscribeTxt{
    font-size: 12px;
}
.subscribeForm{
    margin-top: 10px;
}
.subscribeInput{
    background: #c7c7c9;
    width: calc(100% - 150px);
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    color: #333;
    background-color: #fff;
}
.subscribeBtn{
    float: right;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: rgb(11, 118, 187);
    background: -moz-linear-gradient(270deg, rgb(11, 118, 187) 0%, rgb(34, 161, 240) 100%);
    background: -webkit-linear-gradient(270deg, rgb(11, 118, 187) 0%, rgb(34, 161, 240) 100%);
    background: -o-linear-gradient(270deg, rgb(11, 118, 187) 0%, rgb(34, 161, 240) 100%);
    background: -ms-linear-gradient(270deg, rgb(11, 118, 187) 0%, rgb(34, 161, 240) 100%);
    background: linear-gradient(0deg, rgb(11, 118, 187) 0%, rgb(34, 161, 240) 100%);
}
.subscribeBtn:hover{

}
.social{
    margin-top: 20px;
}
.socialLink{
    font-size: 14px;
    float: right;
    padding: 5px 10px;
}
footer .socialLink{
    color: #fff;
}
footer .socialLink:hover{
    color: var(--theme-color);
}

.edit_search_btn_holder {
    margin: 0px 0px 10px 0px;
}

.left-filters {
    width: 287px;
}
.left-filters .formHld{
    background: #f7f7f7 !important;
}
.left-filters .filters-text {
    height: 50px;
    background: #f7f7f7;
    color: #796f6e;
    font-size: 16px;
    line-height: 50px;
    margin-top: -55px;
    padding-left: 15px;
    box-sizing: border-box;
}
.left-filters .currencyHolderSearch {
    font-size: 12px;
}
.left-filters .formHld {
    padding-bottom: 30px;
    padding-top: 12px;
}
.left-filters .inputHld {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 12px;
}

.results-text {
    color: #796f6e;
    font-size: 14px;
    padding-left: 302px;
    margin-top: 13px;
}

.right-results {
    width: calc(100% - 297px);
}
.right-results .carBox {
    width: 32%;
}
.right-results.full-page {
    width: 100%;
}
.right-results.full-page .carBox {
    width: 24%;
}

.listing_box_picture_back {
    float: left;
    width: 100%;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

table.responsive-table td {
    text-align: right;
}
table.responsive-table td.a-left {
    text-align: left;
}
table th.firstRow span{
    color:var(--theme-color);
    font-size:16px;
    text-transform: uppercase;
    font-weight: bold;
}
table th.firstRow{
    background: #fff;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
    color:#182439;
}
.bNone{
    border-top:none;
}
.close{
    top:5px;
    right:5px;
    cursor:pointer;
    background: url("../img/close.png") no-repeat;
    width:25px;
    height: 35px;
    background-size:15px;
}

.alignLeft span{
    text-align: left;
}

.compareTable td,.compareTable th,.compareTable tr{
    border:2px solid #fff;
    box-sizing:border-box;
}
.compareTable th{
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #182439;
    font-weight: normal;
    text-align: left;

}
.compareTable tr:hover td, .compareTable tr:hover th{
    border-bottom:2px solid var(--theme-color);
}
.compareTable tr:hover td:first-of-child, .compareTable tr:hover th:first-of-child{
    border:none;
}
.compareTable td{
   color: #182439;
   font-size:12px;
}
.compareTable tr:nth-child(even) {background: #f6f6f6}
.compareTable tr:nth-child(odd) {background: #fbfbfb}

.compareTable tr:nth-child(even) th:nth-child(2n+1) {background: #e4e3e3}
.compareTable th:nth-child(odd) {background: #f2f1f1}

.compareTable tr:first-of-type td, .compareTable tr:first-of-type th{
    background: #fff;
    text-align: center;
}
.compareTable tr:first-of-type th:first-of-type .close{
  display: none;

}
.compareTable tr:first-of-type th:first-of-type{
    text-align: left;
    padding-left:5px;
    box-sizing:border-box;
}
.compareTable tr:hover {
    border-bottom-color: var(--theme-color);
}
.compareBigHolder{
    position: fixed;


    margin:0 auto;
    float: left;
    bottom: -2px;
    left: 0;
    right:0;
    background: #fff;
    border-top:2px solid var(--theme-color);

    z-index: 999;
    box-shadow: 0px 0px 10px -2px #000;
    width: 800px;
}
.smallCarHld{
    width: 33%;
    height: 72%;
    float: left;
    border-left: 1px solid #e4e3e3;
    padding: 5px;
    box-sizing: border-box;


}
.smallCarHld:first-child{
    border:none;
}
.dInline{
    display: inline-block;
}
.styleButtons{
    margin-top:20px;
}
.headCar h2{
    color: #182439;
    font-size: 12px;
    float: left;
    width: 90%;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;

}
.styleButtons span.compareBtn{
    background: url("../img/compare.png") no-repeat;
    width:30px;
    height: 30px;
    background-size:21px;
    float:left;
    display: inline-block;
    position: relative;
    top: 7px;
}
.styleButtons span.compareBtn1{
    background: url("../img/close.png") no-repeat;
    background-size: auto auto;
    width: 16px;
    height: 30px;
    background-size: 14px;
    float: right;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 5px;

}
.bgColor{
    background: var(--theme-color);
    color:#fff;
}
.openClose{

     background: var(--theme-color);
     float:right;
     top: -30px;
    right: 0px;
    width: 276px;
    height: 30px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    cursor:pointer;

}
span.openBtn{
    background: url(../img/closeOpen.png) left no-repeat;
    right: 10px;
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
}
.upp {
     background: url(../img/openClose.png) left no-repeat !important;
}
.compareScroll{
    display:none;
    padding:10px;
    box-sizing:border-box;
    -webkit-transition:0.7s;
    -transition:0.7s;
}
.selectedCars{
    line-height: 30px;
    margin-left: 5px;
}
.listingCompare{
    background-repeat:no-repeat;
    float: left;
    width: 100%;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:204px;
    height: 115px;
}
.celar{
    width:90%;
}

.centerDiv {
    margin: auto;
    width: 204px;
}
.w750{
    width: 750px;
    margin:0 auto;
}
.entryPopup .inputHld{
    width: 50% !important;
}
.entryPopup .styleBtnUser{
    margin-right: 0px;
}
.entryPopup a.prifile{
    margin-top:57px;
    float:left;
    width: 55%;
    color:#fff;
    font-size:12px;
    text-decoration: underline;
}
.pricePopup .inputHld{
    width: 25% !important;
}
.pricePopup .inputHld textarea{
    width: 100%;
    padding:10px;
    box-sizing:border-box;
}
.pricePopup h3{
    width: 100%;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}
.priceOldNew{
    width:100%;
    margin-top:20px;
    margin-bottom:10px;
}
.priceOldNew span.old{
    color:var(--letter-color);
    text-decoration: line-through;
}
.priceOldNew span.new{
    color:#fff;

}
.pricePopup p{
    width: 100%;
    font-size:14px;
    margin-top:20px;
    margin-bottom:20px;
    line-height: 20px;
}
.moreTxt .inputHld{
    width:100% !important;
}
.pricePopup input.blueBtn{
    float:right;
    margin-right: 15px;
}
.dropdown{

    display: inline-block;
    background:url(../img/drop.png) no-repeat;
    width:15px;
    height: 8px;
}
.dropContent{
   display:none;
    position: absolute;
    background-color: #162235;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 70px;
    left: 0;
}
.dropContent ul li{

    box-sizing:border-box;

}
.dropContent ul li:hover{
    background: var(--theme-color);
}
.dropContent ul li a{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 10px;
    display: -webkit-box;
}
.userHld span.myName{
    font-size:10px;
}
.headProfil{
    margin-top:70px;
    height: 70px;
    background: #565e6b;
    padding-top:10px;
    padding-bottom:10px;
    box-sizing:border-box;
}
.headProfil a{
    font-size:12px;
    color:#fff;
    text-transform:uppercase;
}
.headProfil span.titleMyProfil{
    font-size:28px;
    color:#fff;
    text-transform:uppercase;
    font-weight: normal;
}
.myProfil .inputHld input{
    border:1px solid #ccc;
}
.myProfil .inputHld{
    width:50%;
    padding: 17px 0px;
    box-sizing:border-box;
}
.myProfil .textInp{
    width: 80%;
}
.myProfil h1{
    width:100%;
    float:left;
    color:var(--theme-color);
    font-size:18px;
    margin-top:35px;
    margin-bottom:35px;
    text-transform: uppercase;
}
.styleBtnSave{
    width:25%;
    margin-top:20px;
}
.styleBtnSave input{
    background: rgb(235,101,40);
    background: -moz-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -webkit-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    color:#fff;
    border:none !important;
}
.styleBtnSave input:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(235,101,40);
    background: -moz-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -webkit-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -o-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -ms-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: linear-gradient(0deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
}
.styleBtnSave input:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(255,106,38);
    background: -moz-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -webkit-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -o-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: -ms-linear-gradient(270deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
    background: linear-gradient(0deg, rgb(235,101,40) 0%, rgb(255,106,38) 100%);
}
.myProfil .styleBtnSave{
    width: 25%;
}
.mt18{
    margin-top:18px;
}
.timeHld{
    padding:10px 13px;
    box-sizing: border-box;
    background: #ffcc33 url("../img/check.png") no-repeat 15px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    top:8px;
}
.sunHld{
    background: #ffcc33 url("../img/check.png") no-repeat 15px;
    padding:10px;
    box-sizing:border-box;
    padding-left:50px;
}
.greyHld{
    background: #f6f6f6;
    padding:20px 10px;
    box-sizing:border-box;
    margin-bottom:25px;

}
.buttonsPrice{
    margin-top:30px;
}
.buttonsPrice .byeNow, .buttonsPrice input[type=submit]{
    float: left;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 40px;
    border-radius: 5px;
    border: none;
    position: relative;
    z-index: 5;
    background: rgb(134, 13, 13);
    background: -moz-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -webkit-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -o-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -ms-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: linear-gradient(0deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    border: none;
    margin: 0 5px;
}
.buttonsPrice .byeNow:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(134, 13, 13);
    background: -moz-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -webkit-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -o-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: -ms-linear-gradient(270deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    background: linear-gradient(0deg, rgb(134, 13, 13) 0%, rgb(202, 44, 44) 100%);
    z-index: -1;
}
.buttonsPrice .byeNow:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(202, 44, 44);
    background: -moz-linear-gradient(270deg, rgb(202, 44, 44) 0%, rgb(134, 13, 13) 100%);
    background: -webkit-linear-gradient(270deg, rgb(202, 44, 44) 0%, rgb(134, 13, 13) 100%);
    background: -o-linear-gradient(270deg, rgb(202, 44, 44) 0%, rgb(134, 13, 13) 100%);
    background: -ms-linear-gradient(270deg, rgb(202, 44, 44) 0%, rgb(134, 13, 13) 100%);
    background: linear-gradient(0deg, rgb(202, 44, 44) 0%, rgb(134, 13, 13) 100%);
    z-index: -1;
    opacity: 0;
}
.buttonsPrice .byeNow:hover::after{
    opacity: 1;
}
.sunHld span.right{
    color:#fff;
    font-size:16px;
}
.styleWord{
    margin-top:10px;
}
.buttonsPrice .borderBtn{
    background: #ffcc33;
    color:#fff;
    border:none;
}
.clock{
    color: #fff;
    float: left;
    margin-left: 25px;
    font-size:16px;
}
.clockInner{
    color: #fff;
    float: left;
    font-size:16px;
}
.printHld .galleryHld{
    width: 100%;
    float:left;
}
.printHld .galleryHld.carInfoHld{
    width:100%;
}
.menuRispons{
    margin-left: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    right: 5px;
    top:10px;
}
.menuRispons span{
    float: left;
    width: 100%;
    height: 3px;
    background: #ea0002;
    margin-top: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
}
.menuRispons span::before, .menuRispons span::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ea0002;
    border-radius: 2px;
        -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: 0.3s,0s;
    transition-delay: 0.3s,0s;
}
.menuRispons span::before{
    top: -10px;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform;
}
.menuRispons.active span::before, .menuRispons.active span::after{
     -webkit-transition-delay: 0s,0.3s;
    transition-delay: 0s,0.3s;
}
.menuRispons span{
    top: 8px;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;

}
.menuRispons span::after{
    bottom: -10px;
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
}
.menuRispons:hover span, .menuRispons.active span{
    background: #2da0d5
}
.menuRispons.active span::before{
     top: 0;
     -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuRispons.active span{
             background: 0 0;
}
.menuRispons.active span:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}
.hideMenu {
    width: 25px;
    height: 3px;
    background: #fff;
    margin-top: 5px;
}

.sure_bye{
    padding:30px;
    box-sizing:border-box;
}
.sure_bye span.sure{
    width:100%;
    float:left;
    margin-top:30px;
    font-size:20px;
}
.sure_bye input[type=checkbox]{
    display: block;
    float: left;
    width: 25px;
    margin-top: 3px;
}
.overlaySold{
    background: #ca2c2c;
    padding: 15px;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    float: left;
    top: 24px;
    position: absolute;
    right: -50px;
    font-weight: bold;
    width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
span.entry2{
    color:var(--theme-color);
    text-decoration: underline;
    cursor:pointer;
}



.bigImgGallery .slide.sold:after {
    content: "продадено";
    background: #ca2c2c;
    padding: 15px;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: left;
    top: 30px;
    position: absolute;
    left: -44px;
    font-weight: bold;
    width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
.priceBox.leasingPriceEur {
    width:98%;
    margin-top:0px;
}

.carBox .listing_box_picture_back.sold:after {
    content: "продадено";
    color: #ca2727;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    z-index: 3;
    font-weight: bold;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.carBox .listing_box_picture_back.sold:before {
    content: "";
    background: rgba(255, 255, 255, 0.68);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    z-index: 2;
}

.currencyHolderSearch {
    float: left;
    line-height: 40px;
    margin-left: 10px;
    color: #746b6c;
    font-family: Arial,sans-serif;
}
a.yellCol{
    background: #ffcc33;
    border:1px solid #ffd504;
    -webkit-transition:0.7s;
    transition:0.7s;
}
a.yellCol:hover{
    background:#ffd504 ;
}
.thumbsSlider .owl-carousel .owl-item img{
    width: auto;
}
.thumbsSlider .owl-carousel .owl-item .slide{
   overflow: hidden;
}
/*.owl-carousel .owl-item img{
    height: auto;
}*/
.bigImgGallery{
    max-height: 450px;
    overflow: hidden;
}
.printHld .bigImgGallery{
    max-height: auto;
    height: auto;
}
.printHld .bigImgGallery img{
    float:left;
    width:100%;
}
.priceBox.empty {
    background: none;
    display:none;
}
.priceBox.one-row-price {
    width:98%;
}
.w50 {
    width: 50%;
}
.lost_pass{
    color: #fff;
    margin-top: 5px;
    float: right;
    font-size:14px;
}
.center-hld{
    display:inline-block;
}
.lostPassPopup label{
    text-align: left;
}
.textHld h1{
    font-size:22px;
    color:#666;
}
.textHld h2{
    color: #666;
    font-size: 20px;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.textHld p {
    color: #666;
    font-size: 16px;
}
.textHld ul{
    color: #666;
    font-size: 16px;
}
.leasing{
    margin-top: 20px;
    color: var(--theme-color);
    font-size: 15px;
}
.leasing span {
    font-size: 23px;
}
.info-txt-hld {
    margin-top: 20px;
    font-size: 14px;
    font-family: Arial,sans-serif;
}
.buy-back {
    color: #ea0002;
    text-transform: uppercase;
    font-size: 18px;
}
.info-txt-hld a{
    color: var(--theme-color);
    font-size: 14px;
}
.formBtnsHld .txt{
    margin-top:20px;
    text-align: left;
    margin-left:5px;
}

/*_____________________________________________________________*/
/*-------------------------------------------------------------*/

.tabs-holder, .tab-wrapper {
    width: 100%;
    float: left;
}
.tabs-holder .tab-element {
    /* width: calc(33.333% - 2px); */
    width: 33.333%;
    border: 1px solid #fff;
    float: left;
    /*color: #fff;*/
    /*color: #860d0d;*/
    /*color: #1a283f;*/
    /* background: #860d0d; */
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(0,0,0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    color: #000000;
    font-weight: 600;
}
.tabs-holder .tab-element.active {
    background: var(--theme-color);
    /* background: #860d0d; */
    color: #fff;
    cursor: default;
}
.tab-wrapper.active {
    display: block;
}
select option:disabled {
    color: #ddd;
}
.calcFormText a{
    color:white;
    text-decoration: underline;
}



.massage-imp{
    float:left;
    width:100%;
    background:#fff;
    padding:20px;
    box-sizing:border-box;
}
.massage-imp p{
    float:left;
    color:#1a283f;
    font-size:16px;
    line-height: 20px;
}
.massage-imp li{
    float:left;
    width:100%;
    text-decoration:none;
    color:#1a283f;
    margin-top:10px;
    font-size:16px;
}
.bnt-new{
    float:left;
    width:238px;
    margin-left:50px;
}

.occasion-prime-logo {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #efac39;
    z-index: 6;
    font-family: sans-serif;
    font-weight: 600;
}
.carBox.occasionPrime {
    background: #002355;
    color: #fff;
}
.occasionPrime .occasion-prime-logo {
    display: block;
}
.occasionPrime .carBoxTitle,
.occasionPrime .oldPrice,
.occasionPrime .oldPrice .priceCar,
.occasionPrime .oldPrice .priceTxt,
.occasionPrime .descriptionCar p,
.occasionPrime .priceTxt {
    color: #fff !important;
}
.occasionPrime .priceBox {
    color: #efac39;
}
a.occPrime{
    background: #efac39;
    border:1px solid #ffe875;
    -webkit-transition:0.7s;
    transition:0.7s;
}
a.occPrime:hover{
    background:#ffe875;
}
.mb20 {
    margin-bottom: 20px;
}
.getOfferTitle {
      font-family: "Roboto", sans-serif;

    float: left;
    width: 100%;
    color: #666;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 40px 0 25px 0;
}
.getOfferText {
    color: #666;
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
}

/* ... */
.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #cececd;
    border-radius: 3px;
    color: var(--theme-color);
    font-size: 14px;
    margin: 0 2px;
}
.pagination > li.active > span {
    color: #fff;
    background: var(--theme-color)
    
}
.pagination > li.disabled > span {
    background-color: initial;
}
.inn-page{
    margin-bottom:50px;
}
.inn-page .left-part, .inn-page .right-part{
    float:left;
    width:50%;
    color:#3c353f;
    font-size:14px;
    line-height: 20px;
}
.inn-page .right-part{
    float:right;
    width:50%;
}
.inn-page .left-part p,.inn-page .right-part p{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.inn-page .left-part ul li{
    float:left;
    width:100%;
    margin-bottom:5px;
    list-style-type: disc;
}
.inn-page .left-part ul{
    float: left;
    width: 100%;
    margin-left: 20px;
}
.inn-page .left-part .more-info{
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.buttons{
    float:left;
    width:100%;
}
.buttons .blueBtn{
    margin:0 10px;
}
.buttons.prime{
    margin-bottom:30px;
}
.buttons.prime .blueBtn{
    width:30%;
    margin-right:1%;
}
.lh25{
    line-height: 25px;
}
.leasingPrice {
    margin: 0 1% 0 1%;
    width: 98%;
    /*height: 30px;
    line-height: 30px;
    padding: 0;*/
    height: auto;
    padding: 7px 0;
    background: rgb(218 218 218);
    color: var(--theme-color);
}

.leasingPrice > span > span {
    display: inline-block;
}
.compare-chech-holder .option:before {
    background: url(../img/ui.svg) no-repeat -10000px -10000px;
}
.compare-chech-holder .option {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    text-align: left;
    text-indent: -10000px;
    border-radius: 30px;
}

.compare-chech-holder .option.yes {
    background: #1ab31b;
}
.compare-chech-holder .option:before {
    content: '\A';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    background-position: -110px -48px;
}
.showMoreFilterHld {
    float: left;
    width: 33%;
    padding: 30px 15px 17px 15px;
}
.inputHld.extra-padding-holder {
    padding-bottom: 97px;
}
/* ======================================= */
.carBox.giftAssurance,.carBox.go, .carBox.giftAssurance-go {
    border-top: 3px solid #cc3300;
    /* border-bottom: 3px solid #cc3300;*/
}
/*.carBox.giftAssurance::before {*/
.carBox p.giftAssurance::before {
    content: "ПОДАРЪК АВТОКАСКО";
    position: absolute;
    top: 0;
    right: 0;
    /*width: 135px;*/
    width: 100%;
    height: 15px;
    color: #cc3300;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}
.carBox.ecoBonus {
    border-top: 3px solid green;
    /* border-bottom: 3px solid #cc3300;*/
}
/*.carBox.ecoBonus::before {*/
.carBox p.ecoBonus::before {
    content: "ЕКО БОНУС";
    position: absolute;
    top: 0;
    right: 0;
    /*width: 135px;*/
    width: 100%;
    height: 15px;
    color: green;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}
.carBox.go::before{
    content: "ПОДАРЪК: 4 ЗИМНИ ГУМИ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 15px;
    color: #cc3300;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
/*.carBox.giftAssurance-go::before{*/
.carBox p.giftAssurance-go::before{
    content: "ПОДАРЪК АВТОКАСКО И ГО";
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 15px;
    color: #cc3300;
    font-weight: bold;
    font-size: 12px;
}
.bigImgGallery .slide.go::after {
    content: "Подарък: 4 гуми";
    box-sizing: border-box;
    z-index: 99;
    transform: rotate(45deg);
    top: 33px;
    position: absolute;
    right: -52px;
    font-weight: bold;
    width: 210px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    background: rgb(202, 44, 44);
    padding: 12px;
    font-size: 15px;
}
.bigImgGallery .slide.giftAssurance-go::after {
    content: "Подарък АВТОКАСКО И ГО";
    box-sizing: border-box;
    z-index: 99;
    transform: rotate(45deg);
    top: 11px;
    position: absolute;
    right: -54px;
    font-weight: bold;
    width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    background: rgb(202, 44, 44);
    padding: 15px;
}
.bigImgGallery .slide.ecoBonus::after {
    content: "ЕКО БОНУС";
    box-sizing: border-box;
    z-index: 99;
    transform: rotate(45deg);
    top: 20px;
    position: absolute;
    right: -57px;
    font-weight: bold;
    width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    background: green;
    padding: 15px;
}
.bigImgGallery .slide.present:after {
    content: "подарък автокаско";
    background: #ca2c2c;
    padding: 15px;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: left;
    /*top: 11px;
    right: -54px;*/
    top: 43px;
    right: -51px;
    position: absolute;
    font-weight: bold;
    width: 240px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size:15px;
}
.carBox .listing_box_picture_back.present:after {
    content: "Подарък Автокаско";
    color: #ca2727;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 3;
    font-weight: bold;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.rulls-page{
    float:left;
    width:100%;
    color:#3c353f;
}
.rulls-page p{
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;

}
.owl-prev::after{
   background: var(--owl-color) url(../img/sliderPrev.svg) no-repeat center !important;
    background-size: 25px;
    width: 100%;
    opacity:0.3 
}
.owl-prev:hover:after{
   background: var(--theme-color) url(../img/sliderPrev.svg) no-repeat center !important;
    background-size: 25px;
    width: 100%;
    opacity:1; 
}
.owl-next::after{
   background: var(--owl-color) url(../img/sliderNext.svg) no-repeat center !important;
    background-size: 25px;
    width: 100%;
    opacity:0.3; 
}
.owl-next:hover:after{
   background: var(--theme-color) url(../img/sliderNext.svg) no-repeat center !important;
    background-size: 25px;
    width: 100%;
    opacity:1 
}
#error404, .error404 {
    color: #000;
}
.results-text span{
    color: var(--theme-color) !important;
}
.inn-page .left-part  a{
    color:var(--theme-color);
}
.inn-page .left-part a:hover {
    text-decoration:underline;
}
.inn-page .left-part a.button {
    background:var(--theme-color);
    color:#fff;
    padding:10px 15px;
    box-sizing:border-box;
    border-radius:5px;
    
}
.inn-page .left-part a.button:hover {
    background:var(--btn-hover);
    text-decoration:none;
}
.prices {
    float: left;
    width: 100%;
    display: flex;
    gap: 3px;
    justify-content: center;
    flex-wrap: wrap;
}
.prices .priceCar.oldPrice {
    color: #999;
    position: relative;
    display: inline-block;
}
.prices .priceCar.oldPrice:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #999;
    transform: translateY(-50%);
}
.is-leasing-price {
    float: left;
    width: 98%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    margin: 0 1%;
}
.is-leasing-price .title {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    color: var(--theme-color);
}
.two-prices {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.is-leasing-price .priceBox {
    background: none !important;
}
.two-prices .priceBox {
    width:auto;
}
.is-euro-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-around;
}
.is-euro-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.is-euro-box .dblock {
    margin-top: 0px;
    margin-bottom: 0px;
}
.carInfoHld .carPrice{
    margin-bottom:0px;
}
.carRowDescription:first-child {
    margin-top:10px;
}
