.price-grid .lease-p {
  font-size: 10px;
  line-height: 12px;
  margin: 4px 0 10px 0;
}
.hide {
  display: none !important;
}

.hide2 {
  visibility: hidden;
}

.price-box-overlay {
  display: none;
}

p.onlygrid {
  display: none;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 16px;
  width:100%
}

.price-grid .price-box {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-template-areas:
    "title title title"
    "p1 p2 p3"
    "img img img"
    "color color color";
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #dddbdb;
  cursor: pointer;
}

.price-grid .price-box-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bookedRow td {
  opacity: 1 !important;
}

.mbackground.all .price-box .smallcolor {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-box {
  transition: 0.15s ease-in-out;
}

.price-box:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
}

.price-box p.onlygrid{
  display: block;
  margin-bottom: 6px;
  line-height: 15px;
}

.price-box .redprice {
  font-size: 21px;
  color: #9d0605;
  font-weight: 700;
  font-family: var(--headings-font-family);
}

.price-box .bprice {
  font-size: 21px;
  color: #000;
  font-family: var(--headings-font-family);
  font-weight: 700;
}

.price-box p.regularprice {
  text-decoration: line-through;
}

.price-grid .price-box b {
  text-align: center;
  grid-area: title;
  color: #000;
  margin: 28px 0px 18px 0;
  font-family: var(--text-font-family);
  font-size: 16px;
  font-size: 14px;
}

.price-grid .price-box p {
  text-align: center;
}

.price-grid .price-box br {
  display: none;
}

.special {
  text-align: center !important;
}

.price-grid .price-box .special:first-child {
  grid-area: p1;
}

.price-grid .price-box .special:nth-child(2) {
  grid-area: p2;
}

.price-grid .price-box .special:last-child {
  grid-area: p3;
}

.price-grid .price-box .price-img{
  display: flex;
  align-items: center;
  grid-area: img;
}

.price-grid .price-box .col {
  position: absolute;
  right: 0;
  top: 0;
}

.price-box .col .red {
  font-size: 12px;
  padding: 4px;
  min-height: auto;
}

.price-grid .price-box .smallcolor{
  grid-area: color;
  align-self: flex-end;
  margin: 0;
  line-height: 14px;
}

.price-grid .data-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 10px;
  padding: 10px;
}

.price-grid .smallcolor p {
  line-height: 12px;
}

.price-grid .data-wrap p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1em;
}

.price-grid p.fuelefficiencyElectric {
  text-align: left;
}

.price-grid .smallcolor .car-color {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.price-grid .smallcolor .color-name {
  display: flex;
  flex-direction: column;
}

.price-grid .smallcolor .color-name .color-base {
  margin-bottom: 4px;
  color: #000;
}

.price-grid .smallcolor .color-name .color-sec {
  font-size: 12px;
}

.price-grid .data-wrap p::before {
  content: "";
  display: inline-flex;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  margin-right: 6px;
}

.data-wrap .fueltype::before {
  background-image: url("/img/fueltype.svg");
}

.data-wrap .transmission::before {
  background-image: url("/img/transmission.svg");
}

.data-wrap .power:before {
  background-image: url("/img/engine.svg");
  background-size: 20px 20px !important;
  height: 20px !important;
  width: 20px !important;
  margin-left: -2px;
}

.data-wrap .fuelefficiency::before {
  background-image: url("/img/fuel.svg");
}

.data-wrap .fuelefficiencyElectric::before {
  background-image: url("/img/bolt.svg");
}

.data-wrap .modelyear::before {
  background-image: url("/img/modelyear.svg");
}

.data-wrap .mileage::before {
  background-image: url("/img/mileage.svg");
}

.price-grid .price-img img {
  width: 100%;
  margin-bottom: 10px;
}

.price-grid .specialoffer {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background: #fd9348;
  padding: 4px 10px;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}


.stock {
  background: #1e8c22;
}

.booked{
  background: #D82B04;
}

.coming {
  background: #EBAA05;
}

.price-grid .booked span, .price-grid .coming span, .price-grid .stock span{
  display:none
}

.status{
  color: #fff;
  border-radius: 50%;
  padding: 3px;
}

.side_status{
  display: flex;
  gap: 8px;
}

.status_wrap{
  display: flex;
  padding: 8px 12px;
  gap: 5px;
  align-items:center
}

.side_status .status_wrap{
  padding:0;
}

.status_wrap span{
  line-height: normal;
}
.shop-equipment {
  columns: 2;
  column-gap: 35px;
  margin-bottom: 40px;
}

.shop-equipment div {
  break-inside: avoid-column;
  margin-bottom: 3rem;
}

.shop-equipment li {
  list-style-type: none;
  background: url("/img/check.svg") no-repeat left;
  padding-left: 24px;
  margin-bottom: 20px;
}

.expnd-btn {
  color: #000;
  text-decoration: none;
}

.expnd-btn:hover {
  color: #000;
}

.expnd-btn img {
  margin-left: 8px;
  transform: rotate(180deg);
}

.expnd-btn.open img {
  transform: rotate(0);
  transition: transform 0.2s linear;
}

.expnd-btn .open-text {
  display: none;
}

.expnd-btn.open .close-text {
  display: none;
}

.expnd-btn.open .open-text {
  display: inherit !important;
}

.eq-wrapper,
#techdatas-extra {
  overflow: hidden;
  transition: max-height 300ms;
  max-height: 0;
}
.eq-wrapper.open,
#techdatas-extra.open {
  max-height: 1600px;
}

.shoptable {
  display: flex;
}

.contenttable td:nth-child(2) {
  text-align: right;
}

.shoptable .contenttable,
.shoptable .contenttable td {
  border-right: 0;
  border-left: 0;
}

.shoptable .redtext {
  font-size: 16px;
}

.price-switch {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #989898;
}

.price-switch a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--text-font-family);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  border-bottom: 3px solid transparent;
  text-align: center;
  padding: 10px 6px;
  cursor: pointer;
}

.price-switch .fprice {
  flex: 1;
}

.price-switch .flease {
  flex: 2;
}

.price-switch a.active {
  color: #000;
  font-weight: 700;
  border-bottom: 3px solid #000;
}

.filter-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.filter-price .fp-input {
  width: 50%;
  position: relative;
}

.filter-price .fp-input input {
  background: #fff;
  width: 100%;
  box-shadow: none;
  border: 1px solid #dddbdb;
  box-sizing: border-box;
  margin: 0;
}

.filter-price .fp-input input::-webkit-outer-spin-button,
.filter-price .fp-input input::-webkit-inner-spin-button,
.lease-calc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-price .fp-input input[type="number"],
.lease-calc input::-webkit-inner-spin-button,
.lc-i input[type="number"] {
  -moz-appearance: textfield;
}

.filter-price .fp-input:before {
  position: absolute;
  content: "€";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}

.filter-price input::placeholder {
  color: #585858;
}

.filterModel {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 22px;
}

.filterModel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100% !important;
  margin: 0 !important;
  width: 90% !important;
}

.tooltiptext {
  background-color: var(--primary);
  visibility: hidden;
  min-width: 100px;
  max-width: 200px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  margin-left: -40px;
}

.tooltipColor:hover .tooltiptext {
  visibility: visible;
}

.fm-checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(221, 219, 219, 1);
  background-color: #fff;

  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.fm-checkmark-border:after {
  background: url("/img/fm-checkmark-border.svg") no-repeat center !important;
}

.filterModel:hover input ~ .fm-checkmark {
  background-color: rgba(221, 219, 219, 1);
}

.filterModel input:checked ~ .fm-checkmark {
  background-color: rgba(30, 140, 34, 1);
  border-color: rgba(30, 140, 34, 1);
}

.fm-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filterModel input:checked ~ .fm-checkmark:after {
  display: block;
  opacity: 1;
  transform: scale(1.2);
}

.filterModel .fm-checkmark:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background: url("/img/fm-checkmark.svg") no-repeat center;
}

.filterModel .fm-count {
  color: #969696;
}

.sidebar-cat {
  border-bottom: 1px solid #dddbdb;
}

.fm-container b {
  margin-bottom: 10px;
}

.fm-container {
  transition: all 0.25s cubic-bezier(1, 0, 0, 1);
  opacity: 1;
  padding-bottom: 10px;
  max-height: 4000px;
}

.fm-close {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0;
}

.sidebar-collapse {
  cursor: pointer;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-collapse b {
  color: #000;
  text-transform: uppercase;
}

.sidebar-collapse:after {
  content: "";
  background-image: url("/img/fm-arrow.svg");
  background-size: 14px 8px;
  width: 14px;
  height: 8px;
  float: right;
  margin-left: 5px;
  transform: rotate(0);
  transition: transform 0.2s linear;
}

.fm-anim:after {
  content: "";
  background-image: url("/img/fm-arrow.svg");
  transform: rotate(180deg);
  transition: transform 0.2s linear;
  background-size: 14px 8px;
  width: 14px;
  height: 8px;
  float: right;
  margin-left: 5px;
}

.shop-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.shop-heading .shop-btns {
  display: flex;
  flex-direction: row-reverse;
}

.shop-heading .shop-btns button:first-child {
  margin-left: 10px;
}

.shop-heading h2 {
  margin: 0;
}

.shop-container {
  display: flex;
  width: 100%;
}

.shop-container h3 {
  margin: 0 0 20px 0;
}
.techdata-container {
  flex: 2;
}

.heading-models {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.heading-models h2 {
  margin: 0;
}

.heading-btns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.view-switcher {
  margin: 0 20px;
}

.view-switcher a{
  text-decoration: none;
}

#list-switch {
  margin-right: 4px;
}

#list-switch:hover svg,
#grid-switch:hover svg {
  fill: #796f6e;
}

#list-switch.active svg,
#grid-switch.active svg {
  fill: #796f6e;
}

#price-sorting {
  border: 1px solid #dddbdb;
  height: 38px;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: var(--text-font-family);
  color: #585858;
}

.lease-container {
  margin-left: 50px;
  flex: 1;
}

.lc-inner {
  border: 1px solid #dddbdb;
  padding: 20px;
}

.lease-calc {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 14px 12px;
  grid-auto-flow: row;
  grid-template-areas:
      "input1 input1 input1"
      "input2 input2 input4"
      "input3 input3 input5"
      "input6 input6 input8"
      "input7 input7 .";
}

.lease-calc.nofilter{
  grid-template-areas:
  "input1 input1 input1"
  "input2 input2 input4"
  "input3 input3 input5"
  "input6 input6 ."
  "input7 input7 .";
}

.lease-calc input,
.lease-calc select {
  border: 1px solid #dddbdb;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: var(--text-font-family);
  color: #585858;
}

.calc-container .inputwide {
  background-color: white !important;
  height: 32px;
  width: 100%;
  border: 0.5px solid #989898;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: var(--text-font-family);
  color: #585858;
  -moz-appearance: textfield;
}

.filterInput {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filterInput input {
  width: 100%;
  background-color: white !important;
  height: 32px;
  border: 0.5px solid #989898;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: var(--text-font-family);
  color: #585858;
  -moz-appearance: textfield;
}

.filterInput input::-webkit-inner-spin-button,
.filterInput input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.filterInput input:before {
  position: absolute;
  content: "€";
  float: right;
  transform: translateY(-50%);
  font-weight: 700;
}

.lease-calc .lc-i {
  position: relative;
}

.lease-calc .input2:before,
.lease-calc .input3:before {
  position: absolute;
  content: "€";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}

.lease-calc .input4:before,
.lease-calc .input5:before,
.lease-calc .input7:before {
  position: absolute;
  content: "%";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}

.lease-calc .input6:before {
  position: absolute;
  content: attr(data-content);
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}

.lease-calc input::placeholder {
  color: #585858;
}

.input1 {
  grid-area: input1;
}

.input2 {
  grid-area: input2;
}

.input3 {
  grid-area: input3;
}

.input4 {
  grid-area: input4;
}

.input5 {
  grid-area: input5;
}

.input6 {
  grid-area: input6;
}

.input7 {
  grid-area: input7;
}

.input8 {
  grid-area: input8;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lc-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.lc-result .redtext {
  font-family: var(--headings-font-family);
  color: #9d0605;
  font-size: 21px;
}

#second .pictures .shopimage {
  float: left;
  margin: 0 0 10px 0;
  height: 100%;
  overflow: hidden;
}

#second .pictures .shopimage a {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pictures .responsive {
  margin-top: 0;
}

.pictures .responsive .slick-arrow {
  font-size: 0;
  border-radius:50%;
}

.pictures .responsive .slick-prev,
.pictures .responsive .slick-next {
  top: 50%;
}

.pictures .responsive .slick-prev {
  left: 0;
}

.pictures .responsive .slick-next {
  right: 0;
}

.shop-dots {
  display: flex;
  justify-content: center;
}

.shop-dots li {
  padding: 0 !important;
  background: none !important;
}

.shop-dots ul {
  margin: 10px;
}
.shop-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #fff;
  padding: 0;
  height: 10px;
  width: 10px;
  margin: 7.5px;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  border: 3px solid #c4c4c4 !important;
  background: #c4c4c4;
}

.shop-dots li button:hover {
  background: var(--primary) !important;
  border: 3px solid var(--primary) !important;
}

.shop-dots .slick-active button {
  background: var(--primary);
  border: 3px solid var(--primary) !important;
}

.pricetable .headrow img,
.maintable .headrow img,
.contenttable .headrow img {
  width: 9px !important;
  height: 12px !important;
}

.auto24-iframe .def,
.auto24-iframe .asc,
.auto24-iframe .desc {
  background-size: 9px 12px;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  filter: Alpha(Opacity=100);
}

#slides2 .theimage {
  background-repeat: no-repeat !important;
}

.ui-state-default .ui-icon {
  position: relative;
  background: transparent !important;
}

.ui-icon-closethick {
  display: block;
  left: 11px !important;
  top: 11px !important;
  padding: 0 0 0 0 !important;
  width: 12px;
  opacity: 0.6;
  height: 12px;
  transition: transform 0.25s ease-in-out;
}

.ui-button:hover .ui-icon-closethick {
  opacity: 1;
}

.ui-icon-closethick:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 0;
  border-top: 3px solid rgba(0, 0, 0, 1);
  transform: rotate(45deg);
  transform-origin: center;
}

.ui-icon-closethick:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 0;
  border-top: 3px solid rgba(0, 0, 0, 1);
  transform: rotate(-45deg);
  transform-origin: center;
}

.vahe {
  padding-left: 25px !important;
}

.vahe b {
  font-weight: normal;
}

.eqPrice {
  text-align: center !important;
  white-space: nowrap;
}

.fiveimages {
  width: 100%;
  height: 76px;
  margin: -16px 0 30px 0;
}

.onlyfive .theimage {
  float: left;
  margin: 0 5px;
  width: 137px;
  height: 76px;
  overflow: hidden;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.onlyfive .theimage a {
  display: block;
  margin: 0;
  width: 137px;
  height: 76px;
  overflow: hidden;
}

.onlyifportrait,
#onlyifportraittxt {
  display: none;
}

#footer #newsletter {
  margin: -5px -10px 0 0;
}

.newsletter{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#mobdesk #desk,
#mobdesk #mobile {
  float: left;
  font-size: 16px;
  margin-right: 30px;
  font-family: var(--headings-font-family);
  padding: 17px 5px 17px 22px;
  opacity: 0.5;
  text-decoration: none;
}

.pages {
  width: 100% !important;
}

#mobdesk #ios,
#mobdesk #android {
  float: left;
  font-size: 16px;
  margin-right: 10px;
  font-family: var(--headings-font-family);
  padding: 17px 5px 17px 22px;
  text-decoration: none;
}

#mobdesk #ios {
  background-image: url(../img/ios.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#mobdesk #android {
  background-image: url(../img/android.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#mobdesk #desk {
  background-image: url(../img/mobile.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#mobdesk #mobile {
  background-image: url(../img/desktop.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#mobdesk #vlogo {
  float: right;
  margin-right: 470px;
}

.content .left .red {
  margin-bottom: 5px !important;
}

img[src="/img/arwr_w.png"], img[src="https://www.citroen.lv/img/arwr_w.png"], img[src="https://www.citroen.lt/img/arwr_w.png"], img[src="https://www.citroen.ee/img/arwr_w.png"], img[src="https://citroen.lv/img/arwr_w.png"], img[src="https://citroen.lt/img/arwr_w.png"], img[src="https://citroen.ee/img/arwr_w.png"], img[src="http://citroen.ee/img/arwr_w.png"]
{
  width: 7px;
  height: 11px;
}

img[src="/img/close-btn.svg"] {
  width: 8px;
  vertical-align: middle;
  filter:invert(1)
}

img[src="/img/arwr_w.png"] {
  width: 10px;
  height: 16px;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
}

img[src="/img/arwr_w.png"].rot {
  transform: rotate(90deg);
  margin: 0 0 3px 6px;
}

img[src="/img/arwr_b.png"],
.secondheader img {
  width: 10px;
  height: 18px;
}

.secondheader:has(b) a::after{
  content:'\E969';
  font-family: 'Fiat Icons';
  padding: 0 4px 0 8px;
  font-size:12px;
}

.secondheader #header-arrow{
  display:none
}

#vehicomlogo {
  width: 13px !important;
  height: 15px !important;
}

img[src="/img/togglebox.png"] {
  width: 16px;
  height: 8px;
}

#showright {
  display: none;
}

#slides2 {
  min-width: 100%;
  width: 100%;
  height: 76px;
  position: relative;
}

#slides2 .slidesjs-control {
  width: auto !important;
  height: 76px !important;
  width: 100% !important;
}

#slides2 .slidesjs-container {
  width: auto !important;
  height: 76px !important;
  float: left;
  padding-left: 5px;
  width: -moz-calc(100% - 130px) !important;
  width: -webkit-calc(100% - 130px) !important;
  width: calc(100% - 130px) !important;
}

#slides2 .slidesjs-previous {
  position: relative;
  z-index: 900;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 76px;
  background-image: url(../img/arwl2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 29px;
}

#slides2 .slidesjs-next {
  right: 0;
  position: relative;
  z-index: 900;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 76px;
  background-image: url(../img/arwr2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 29px;
}

#slides2 .slidesjs-previous,
#slides2 .slidesjs-next {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #796f6e;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
}

#slides2 .slidesjs-previous:hover,
#slides2 .slidesjs-next:hover {
  background-color: #3f3f3f;
}

.vehicles_list tr:nth-child(2n + 1) {
  background: #f1f0f0 none repeat scroll 0 0;
}

#mobile {
  display: none;
}

#desk {
  display: block;
}

#slides {
  display: none;
  z-index: 1;
  margin: 10px auto 0 auto;
  padding: 0;
  width: 960px;
  height: 390px;
  min-width: 960px;
  overflow: hidden;
}

#slides img {
  cursor: pointer;
}

#slides .slidesjs-previous {
  position: absolute;
  z-index: 900;
  top: 280px;
  margin: 0 0 0 -10px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: url(../img/arwl.png) no-repeat center;
  background-size: 17px 21px;
}

#slides .slidesjs-next {
  position: absolute;
  z-index: 900;
  top: 280px;
  margin: 0 0 0 920px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: url(../img/arwr.png) no-repeat center;
  background-size: 17px 21px;
}

#slides .slidesjs-previous,
#slides .slidesjs-next {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #ffffff;
  border: 0;
}

#slides .slidesjs-previous:hover,
#slides .slidesjs-next:hover {
  opacity: 0.8;
}

#slides .slidesjs-pagination {
  list-style: none;
  position: absolute;
  z-index: 900;
  padding: 25px 0 0 0;
  margin: 0;
  width: auto;
  color: transparent;
  font-size: 0;
  left: -moz-calc(50% - 75px);
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
}

#slides .slidesjs-pagination li {
  float: left;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 10px;
}

#slides .slidesjs-pagination a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0;
  height: 10px;
  width: 10px;
  border: 0;
  margin: 0 10px;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  background: #e0e0e1;
}

#slides .slidesjs-pagination a:hover {
  background: #796f6e;
}

#slides .slidesjs-pagination li a.active,
#slides .slidesjs-pagination li a:hover.active {
  background: #796f6e;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: -5px 5px 0 5px;
}

.onlyconsumer {
  width: 806px;
  padding: 0px;
}

.rightmenu .onlyconsumer{
  padding:30px;
}

.soContent a {
  color: #585858;
}

.submit input {
  background-size: 8px auto;
  background-position: right 5px center;
}

.vehicles_list img {
  width: 74px !important;
  height: auto !important;
}

.vehicles_list img {
  width: 100% !important;
  height: auto !important;
}

.auto24-iframe th.photo {
  width: 220px;
}

.special-offers div.soData,
.special-offers div.dummy {
  width: 23% !important;
  margin-bottom: 2vw;
  float: left;
  min-width: auto !important;
}

.special-offers div.separator {
  width: 2% !important;
}

.auto24-iframe input,
.auto24-iframe select {
  box-sizing: border-box;
  width: 10vw !important;
  max-width: 180px !important;
}

.auto24-iframe .tdYear_select select {
  max-width: 80px !important;
  width: 6vw !important;
}

.submit input {
  box-sizing: border-box;
  width: 15.6vw !important;
  max-width: 218px !important;
}

.vehicle_details {
  line-height: 21px;
}

#special-offers-veho_citroen_front img,
#special-offers-veho_citroen_latvia_front img,
#special-offers-veho_citroen_lithuania_front img {
  height: 9vw !important;
  max-height: 250px !important;
  width: 100% !important;
  object-fit: cover;
}

.mobhdr {
  display: none !important;
}

.slick-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  height: auto;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.responsive .slick-slide {
  width: auto;
  transform: scale(0.8);
  transition: transform 0.5s ease-in-out;
  min-height: auto !important;
}

.responsive .slick-slide img {
  max-height: 340px;
  max-width: calc(100vw - 40px);
  margin: 0;
}

.responsive .slick-center {
  transform: scale(1);
}

.slick-slide {
  display: none;
  float: left;
  max-width: 960px !important;
  width: 100%;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  margin: 0 0 0 5px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  border: 0;
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  z-index: 900;
  top: -moz-calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  padding: 0;
  width: 50px;
  height: 50px;
  background-size: 17px 21px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
}

.lazy2 .slick-prev,
.lazy2 .slick-next {
  position: relative;
  top: 0;
  float: left;
  right: auto !important;
  left: auto !important;
  z-index: 50;
  padding: 0;
  width: 62px;
  height: 76px !important;
  background-size: 17px 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 29px;
}

.lazy2 .slick-list {
  width: 590px;
  padding-right: 10px;
  height: 76px !important;
  float: left;
}

.lazy2 .slick-slide {
  margin: 0 0 0 10px;
}

.lazy2 .theimage {
  height: 76px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lazy2 .theimage a {
  display: block;
  width: 100%;
  height: 100%;
}


.lazy2 .slick-prev:hover,
.lazy2 .slick-next:hover {
  background-position: center !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev {
  left: -10px;
}

.slick-next {
  right: -10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #fff;
  display: block;
  padding: 0;
  height: 10px;
  width: 10px;
  margin: 5px;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  background: #e0e0e1;
  position: relative;
}

.slick-dots li.slick-active{
  background-color: #fff;
    opacity: 1;
}

article {
  -moz-column-width: 270px;
  -webkit-column-width: 270px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}

article section {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 20px;
  width: 270px;
  background: #f1f0f0;
}

article section p {
  margin: 0;
}

article section h2 {
  margin: 0 0 10px 0;
}

.vehicles_list .a24icondesk {
  width: 40px !important;
}

.vehicles_list .a24iconmob {
  display: none !important;
}

#cookies {
  position: fixed;
  bottom: 0;
}

#front {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px 0;
  background: #fff;
  margin-top: 40px;
}

#header {
  height: auto !important;
}

.content_inner {
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.front_inner {
  padding: 40px 0;
}

.secondheader {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
}

#second,
.thirdwidest {
  height: auto;
  margin: 0;
  padding: 0 0 40px 0;
  background: transparent;
  background-position: top center !important;
  background-repeat: repeat-x !important;
  background-size: auto 225px !important;
}

.colorpics img {
  width: 100%;
  height: auto;
}

#second .content_inner {
  padding-top: 40px;
  min-height: 400px;
}

#second.storefront .content_inner,
#second.modelsview .content_inner {
  max-width: 1920px;
}

#second .right {
  margin: 0 0 0 40px;
  width: calc(100% - 18% - 40px);
}

#second:not(.storefront, .modelsview) .right {
  margin: 0;
  padding: 0;
  width: 100%;
}

.thirdwidest .allmodels:not(.allmodels.build),
.thirdwidest .onlyextramodels {
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
}

.eripakkuminetogglebutton {
  width: 100%;
}

.eripakkuminetogglebutton.front {
  margin: 20px 0 20px 0;
  display: block !important;
}

#second .mainpic {
  width: 100%;
  height: auto;
}

.widecontent {
  width: 100%;
}

#second .right .middle {
  width: calc(100% - 286px);
}

.right input[value="VIN kood"],
.spvin {
  width: calc(100% - 155px) !important;
}

​ .right input[value="VIN"] {
  width: calc(100% - 505px) !important;
}

​ .right select[name="dealer"] {
  width: calc(100% - 155px) !important;
}

​ .pages {
  width: 100% !important;
}

.models,
.extramodels,
.teenindusmenu,
.models2 {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
}

.leftmenu {
  width: calc(100% - 60px);
  padding: 20px 30px;
}

.allmodels {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 24px 12px;
  margin-bottom: 8px;
}

.content {
  width: 100%;
  min-width: 100%;
}

#settings {
  width: 100px;
  height: 40px;
  background: transparent;
  position: absolute;
  z-index: 99999;
  top: 190px;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  right: 8vw;
}

.moveup {
  top: 90px !important;
}

#playpause,
#volumemute {
  width: 40px;
  height: 40px;
  background: transparent;
  position: relative;
  float: left;
  margin-left: 10px;
}

#playpause a,
#volumemute a {
  border: 0;
  background: transparent;
}

#playpause .svg,
#volumemute .svg {
  width: 12px;
  margin: 12px;
  height: 12px;
  fill: #fff;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#playpause:hover .svg,
#volumemute:hover .svg {
  fill: #007bcd;
}

#playpause #playbtn,
#playpause #pausebtn,
#volumemute #mutemebtn,
#volumemute #volumebtn {
  position: absolute;
  visibility: visible;
  opacity: 1;
  top: 0;
  width: 40px;
  height: 40px;
  left: 0;
  transition: opacity 0.2s, visibility 0.2s;
}

.hidebtn,
.hidebtn2 {
  visibility: hidden !important;
  opacity: 0 !important;
}

#footer {
  line-height: 21px;
  font-size: 14px;
}

.slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.thesliderthingy {
  width: 100%;
  height: auto;
  position: relative;
}

.gallery {
  width: 100%;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto !important;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.gallery img {
  width: 100%;
}

.gallery {
  position: relative !important;
  height: auto !important;
}

.gallery .slick-track {
  height: auto !important;
}

.gallery .slick-slide {
  height: auto !important;
  margin: 0;
  width: 100%;
  width: 100%;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#player {
  width: 100%;
  height: 100%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zero {
  height: 0;
  min-height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.leftgray .closeme {
  display: none;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
        height: 300%;
        top: -100%;
  }
}

.box {
  height: auto;
  float: left;
  width: 50%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.newsletter input {
  float: left;
  border: 0;
  padding: 20px 15px;
  min-height: auto;
  background: transparent;
  line-height: 18px;
  font-size: 18px;
  font-family: var(--text-font-family);
  color: var(--primary);
  width: calc(100% - 215px);
  border: 3px solid var(--primary);
}

.newsletter .red {
  width: 215px;
  color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 19px 24px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.red,
.secondary,
.prettybutton,
.prettybutton2 {
  float: right;
  border: 0;
  padding: 19px 24px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: var(--text-font-family);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: auto;
  text-decoration: none;
}

.red{
  box-shadow: 0 2px 25px -5px #333;
}

.red, .prettybutton:not(.sticky-anchor .prettybutton), .prettybutton2:not(.sticky-anchor .prettybutton2){
  font-weight:700;
}

.prettybutton,
.prettybutton2 {
  position: relative;
  float: none;
  text-decoration: none;
  display: inline-block;
  margin: 10px 10px 10px 0;
  color: #fff;
  height: auto;
  border: 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 100px;
}

.shop-btns .prettybutton{
  box-shadow:0 0 14px 0 rgba(0,0,0,0.23);
}

.shop-btns .prettybutton:hover{
  background: #333 !important;
  color: #fff !important;
}

.red:hover,
.prettybutton:hover,
.prettybutton2:hover {
  color: #fff;
}

#front .left {
  margin: 0;
  padding: 40px 20px 40px 0;
}

.frontwidenews .left {
  width: 100% !important;
  padding: 40px 0 40px 0 !important;
}

#front .content_inner:first-of-type {
  background-color: #fff;
  margin-top: -40px;
  min-height: 40px;
}

#front h2 {
  margin: 0 0 20px 0 !important;
}

#front .box ul li a {
  padding: 10px;
}

#frontslideh {
  width: 100%;
  height: calc(100% - 148px);
  float: left;
  margin: 0;
  position: relative;
  padding: 0;
  min-height: 600px;
  width: 1px;
  opacity: 0;
}

.slick-slider .table {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  padding-top: 100px;
  max-width: 1440px;
  width: 100%;
  margin-left: calc(50% - 720px);
  padding-left: 40px;
  min-height: 500px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.slick-slider .hdrmdl h2,
.slick-slider .hdrmdl h3,
.slick-slider .hdrmdl p {
  padding-right: 30%;
  padding-left: 30%;
  text-align: center;
  box-sizing: border-box;
}

.slick-slider .hdrmdl .table-cell {
  text-align: center;
}

.slick-slider .hdrright h2,
.slick-slider .hdrright h3,
.slick-slider .hdrright p {
  padding-right: 0;
  padding-left: 60%;
  text-align: right;
  box-sizing: border-box;
}

.slick-slider .hdrright .table-cell{
  text-align: right;
}

.slick-slider h2 {
  padding-right: 60%;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 67px;
  font-family: var(--headings-font-family);
  font-weight: 700;
  color: var(--primary);
  box-sizing: border-box;
}

.slick-slider h3 {
  padding-right: 60%;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  font-family: var(--headings-font-family);
  font-weight: 700;
  color: #000;
  box-sizing: border-box;
}

.gallery h2 {
  padding-right: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 46px !important;
  font-family: var(--headings-font-family);
  font-weight: 300;
}

.slick-slider button {
  border: 0;
  background-color: rgba(0,0,0,.2);
  height: auto;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--text-font-family);
  font-weight:700;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#onlyfrontpagefix .slick-slider .table button{

    padding: 19px 24px;
    border-radius: 100px;
}

.responsive.slick-slider button:hover {
  background-color: rgba(0,0,0,.4);
}


.slick-slider p {
  padding-right: 60%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--text-font-family);
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
}

.gallery p {
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 20px 0;
}

.headrow td {
  border-bottom: 0 !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slider .slick-track,
.slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  min-height: 1px;
  background-size: cover;
  background-position: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}
.slider.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.right p,
.thirdwidest p {
  line-height: 24px;
}

.slick-dots {
  right: auto;
  left: calc(50% - 100px);
  bottom: 10px;
  position: absolute;
  display: block;
  width: auto;
  padding: 5px 0 0 0;
  z-index: 9999;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 36px;
  background: transparent;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.slick-dots li button {
  border: 0 !important;
}



.slick-dots li {
  background-color: #fff;
  opacity: .3;
  border-radius: 5px;
  width: 40px;
  height: 4px;
  margin: 5px;
}

.slick-dots li button {
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
  background: 0;
  border: 0;
}


.lazy2 .slick-list {
  width: calc(100% - 136px);
  padding-right: 10px;
  height: 120px !important;
  float: left;
}

.lazy2 {
  margin: 0 0 20px 0;
  height: 120px;
  position: relative;
  float: left;
}

.lazy2 .theimage {
  height: 120px;
}

.lazy2 .slick-prev,
.lazy2 .slick-next {
  font-size: 0;
  color: transparent;
  line-height: 0;
  top: auto !important;
  transform: none !important;
  height: 120px !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -moz-calc(4vw + 30px);
  top: -webkit-calc(4vw + 30px);
  top: calc(4vw + 30px);
  display: block;
  z-index: 100;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #19388a;
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
  margin-right: 0;
  color: #19388a;
  border: 0;
  padding: 18px 0 0 0;
}

#mobdesk #vlogo {
  float: right;
  margin-right: calc(50% - 7px);
}

.teenindusmenu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 40px;
}

.teenindusmenu div,
.teenindusmenup div {
  width: 100%;
}
#second .red,
#second .gray,
#dialogmedium .red {
  height: auto;
}

#second .red{
  border-radius: 100px;
}

.teenindusmenu .box,
.teenindusmenup .box {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 40px 40px 0;
}

.teenindusmenu .box img,
.teenindusmenup .box img {
  width: 100%;
  margin: 5px 0;
}

.maintable {
  width: 100% !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widecontent,
.right {
  position: relative;
}

.widecontent .slideTogglebox,
.widecontent .slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7 {
  margin: 0;
  right: 0;
}

.widecontent .slideTogglebox6,
.widecontent .slideTogglebox7 {
  right: 200px;
}

.right .slideTogglebox6 {
  margin: 0 !important;
}

h2 {
  margin: 0 0 30px 0;
  font-size: 26px;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
}

#header h1 {
  font-size: 18px;
  line-height: 24px;
}

.right img[src="/files/upload/image/eesti_kaart.png"] {
  width: 100% !important;
  height: auto !important;
}

.videos {
  width: 50%;
}

b,
strong {
  font-family: var(--text-font-family);
  font-weight: 700;
}

.noborder a img {
  width: 80% !important;
  margin: 0 10%;
  height: auto !important;
}

.noborder h2 {
  margin: 0 0 10px 0;
}

#rightmenu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999990;
  width: 60px;
  background-color: transparent;
  height: 100%;
  color: #fff;
}

#rightmenu ul li {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
  border-bottom: 1px solid  #ececec;
}

#rightmenu li a {
  display: block;
  width: 250px;
  padding-left: 14px;
  background-color: var(--primary);
  position: absolute;
  height: 60px;
  font-size: 12px;
  line-height: 12px;
  font-family: var(--text-font-family);
  color: #fff;
  text-transform: uppercase;
  background:#9c1019;
  text-decoration: none;
  line-height: 60px;
  vertical-align: middle;
  left: 0;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#rightmenu li a img{
  display:none
}


#rightmenu li a span{
  vertical-align: super;
}

#rightmenu li a::before{
  font-size:20px;
  font-family: "Fiat Pro Icons";
  text-align: center;
  width: auto;
  height: 22px;
  margin: 0 0 -5px 0;
  padding-right: 14px;
}

#rightmenu .rightbuild::before{
  content: "\e908";
}

#rightmenu .rightoffer::before{
  content: "\e90c";
}

#rightmenu .rightdrive::before{
  content: "\e902";
}

#rightmenu .rightservice::before{
  content: "\e903";
}

#rightmenu .rightcontact::before{
  content: "\e92b";
}


#rightmenu .fiftho {
  border-bottom: none;
}

#rightmenu .halfway a {
  background-color: #000;
}

@media screen and (min-width: 1400px) {
  #rightmenu li a.animated {
    animation: thelfade 6s ease-in-out 1 none;
  }

  #rightmenu .secondu a.animated {
    animation: thelfade 6s 0.1s ease-in-out 1 none;
  }

  #rightmenu .thirdo a.animated {
    animation: thelfade 6s 0.2s ease-in-out 1 none;
  }

  #rightmenu .firto a.animated {
    animation: thelfade 6s 0.3s ease-in-out 1 none;
  }

  #rightmenu .fiftho a.animated {
    animation: thelfade 6s 0.4s ease-in-out 1 none;
  }
}

@keyframes thelfade {
  0% {
    left: 0;
  }

  10%,
  90% {
    left: -160px;
  }

  100% {
    left: 0;
  }
}

#rightmenu li a:hover {
  transition: all 0.2s linear;
  left: -160px !important;
}

#rightmenu img {
  text-align: center;
  width: auto;
  height: 22px;
  margin: 0 0 -5px 0;
  padding-right: 20px;
}

.brand,
.dealerlogo {
  display: inline !important;
}

.red,
.newsletter input {
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.micromodal-slide .red:not(.closeslide) {
  padding: 0 12px;
  border-radius: 100px;
}

@media screen and (min-width: 1400px){
#rightmenu li a:before{
  display: inline-flex;
    width: 32px;
    align-items: center;
    justify-content: center;
}
}

@media screen and (max-width: 1400px) {
  #cookies {
    bottom: 50px;
  }
}

.tehnilisedadnmedpilt {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 1440px) {
  .slick-slider .table {
    margin-left: 0;
  }

  .contentimage {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 1340px) {
  .ui-dialog {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1020px) {
  .slider .slick-list {
    height: 100% !important;
    width: 100%;
  }

  .complect .maintable b {
    vertical-align: middle;
  }
  .slider .table-cell {
    display: initial;
    vertical-align: initial;
    height: auto;
    width: calc(100% - 80px);
    float: left;
    position: absolute;
  }
  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }

  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(-101%);
  }
}

.gallery p {
  line-height: 24px;
  font-style: italic;
}

@media screen and (max-width: 1020px) {
  .pricetable td .smallcolor .data-wrap {
    flex-wrap: wrap;
  }

  .slick-slider h2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 53px;
  }

  .slick-slider h2 span {
    display: initial;
    margin: 0 0 10px 0;
  }

  .slick-slider p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .gallery p {
    font-size: 14px;
    line-height: 24px;
  }

  #front {
    padding: 20px 0 0 0 !important;
  }

  #mobdesk {
    background-color: #fff;
    padding-bottom: 50px;
  }

  .slider {
    margin-top: 60px !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }

  .content_inner {
    float: left;
  }

  #front .box {
    padding: 20px 0 20px 10px;
  }

  #front .left {
    margin: 0;
    padding: 20px 10px 20px 0;
  }

  .frontwidenews .left {
    width: 100% !important;
    padding: 20px 0 20px 0 !important;
  }

  #header {
    margin: 0 !important;
  }

  #header.headercontent {
    margin: 60px 0 0 0 !important;
  }

  .slider .table {
    display: initial;
  }

  .slick-track {
    height: auto !important;
  }

  .slider .table-cell {
    display: initial;
    vertical-align: initial;
    height: auto;
    width: 100%;
    float: left;
  }

  .fixedimg .table-cell {
    padding-bottom: 20px !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: auto !important;
  }

  .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
  }

  .complecting.slick-initialized .slick-slide {
    display: block !important;
  }

  #frontslideh {
    display: none;
  }

  .slick-slide {
    height: auto;
  }

  .slider .table {
    position: relative;
    padding-top: 0;
    padding-left: 20px;
    min-height: auto;
    padding-right: 20px;
    float: left;
  }

  .slick-dots {
    left: -moz-calc(50% - 52px);
    left: -webkit-calc(50% - 52px);
    left: calc(50% - 52px);
    top: 16px;
    padding: 0;
  }

  #header {
    height: auto;
    margin: 0 0 0 0;
    background: #f1f0f0;
  }

  #settings {
    top: 60px;
    right: 20px;
  }

  .newsletter input {
    height: 30px;
    padding: 5px 10px;
  }

  #rightmenu {
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 50px;
  }

  #rightmenu ul {
    border-top: 0;
  }

  #rightmenu li a {
    display: block;
    width: 100%;
    padding-left: 15px;
    height: 50px;
    font-size: 10px;
    line-height: 10px;
    line-height: 50px;
  }

  #rightmenu li a:hover {
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px;
  }

  #rightmenu #conf {
    margin: 0 -5px -3px -5px;
  }

  #rightmenu img {
    height: 16px;
    margin: 0 0 -3px 0;
    padding-right: 10px;
  }

  #second:not(.storefront, .modelsview) .left .sticky-menu{
    width:100% !important;
  }
}

@media screen and (max-width: 980px) {
  #rightmenu span {
    display: none;
  }

  #rightmenu li a {
    text-align: center !important;
    padding: 0 0 0 10px !important;
    line-height: 50px;
  }

  .red,
  .newsletter input {
    /* min-height: auto; */
  }
  .prettybutton,
  .prettybutton2 {
    height: auto;
    min-height: 40px;
    padding: 13px 20px;
    min-height: auto !important;
  }

  .newsletter .red,
  .newsletter input {
   /*  height: 40px !important; */
  }

  #second .content_inner {
    padding-top: 20px;
    background: #fff;
    min-height: 0;
  }

  #second {
    background: transparent !important;
  }

  .vehicles_list .a24iconmob {
    width: 26px !important;
    display: inline-block !important;
    margin: -7px 0;
  }

  .slick-slider .hdrright h2,
  .slick-slider .hdrright h3,
  .slick-slider .hdrright p {
    padding-left: 0;
    text-align: right;
  }

  .slick-slider .hdrright {
    text-align: right;
  }
}

@media screen and (max-width: 480px) {
  .newsletter .red,
  .newsletter input,
  .prettybutton,
  .prettybutton2 {
    text-align: center;
    width: 100% !important;
  }

  .newsletter .red{
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .prettybutton,
  .prettybutton2 {
    margin: 0 0 10px 0;
  }

  .shop-heading h2 {
    margin-bottom: 10px;
  }

  .shop-heading .shop-btns {
    flex-direction: column-reverse;
    width: 100%;
  }
  .vehicles_list .a24iconmob {
    margin: -2px 0;
    display: block !important;
    margin-left: -moz-calc(50% - 13px);
    margin-left: -webkit-calc(50% - 13px);
    margin-left: calc(50% - 13px);
  }

  .vehicles_list .onlyls {
    display: inline-block !important;
    margin: -7px 0;
  }
}

#privacry {
  clear: left;
  font-size: 12px;
}

#privacry a {
  padding: 3px 0;
}

#cookies {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 999999998;
  box-shadow:0 0px 10px 0px rgb(0 0 0 / 10%);
}

#cookies .inner2 {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#cookies a,
#cookies h2 {
  margin: 0 0 10px 0;
  color: #333;
}

#cookies img {
  float: left;
  width: 50px;
  margin-left: 20px;
  height: 50px;
}

#cookies #left {
  float: left;
  width: -moz-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}

#cookies button {
  float: right;
  border: 0;
  padding: 0;
  margin: 10px 0 0 0;
  width: 160px;
  background: #DDDDDD;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--headings-font-family);
  text-transform: uppercase;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: 30px;
}

#cookies button:hover {
  background: #d0d0d0;
}

#cookies h2 {
  font-size: 32px;
  line-height: 32px;
}

@media screen and (max-width: 1020px) {
  .colorpics,
  .colorpics img {
    float: left;
  }

  #cookies .inner2 {
    padding: 20px;
  }
}

@media screen and (max-width: 680px) {
  .slider .table-cell {
    min-height: auto;
  }

  #cookies h2 {
    font-size: 21px !important;
    line-height: 21px !important;
  }

  .slick-dots {
    left: 20px;
  }

  .slider .table-cell {
    display: initial;
    vertical-align: initial;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
    padding: 260px 20px 40px 20px;
  }

  .slider .table-cell h2,
  .slider .table-cell p {
    padding: 0;
    width: 100%;
  }

  .slider .table-cell button {
    width: 100%;
  }

  .newsletter .red {
    margin: 0 !important;
  }

  #front .box {
    padding: 20px 0 20px 0;
  }

  #front .left {
    margin: 0;
    padding: 20px 0 0 0;
  }

  .frontwidenews .left {
    padding: 20px 0 0 0 !important;
  }

  #rightmenu li a {
    text-align: center !important;
    padding: 0 0 0 10px !important;
    line-height: 50px;
  }

  #rightmenu img {
    padding-right: 0;
  }

  #rightmenu li a:hover {
    text-align: center;
    padding: 0;
  }

  #cookies h2 {
    font-size: 28px;
    line-height: 28px;
  }

  #cookies img {
    width: 50px;
    height: 50px;
  }

  #cookies #left {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }

  #cookies button {
    margin: 0 0 20px 0;
    width: 100%;
    height: 30px;
  }

  #cookies button:hover {
    color: #fff;
  }
  #filtertoggle {
    position: fixed;
    bottom: 70px;
    right: 0;
    margin: 0 !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84px !important;
    color:#000;
    background:#ececec;
    border-radius:0 !important;
    border:0 !important;
  }
  

  #filtertoggle:hover{
    background:#d8d8d8 !important
  }

  #filtertoggle svg{
    filter:invert(1);
  }
}

.fixedinfo, .fixedinfo h2{
  color:#000;
}

.title-container.complect button,
.complect .colouurs button,
.complect .colouurs .activated,
.fixedinfo button {
  float: right;
  border: 0;
  padding: 20px;
  margin: 0 0 0 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--text-font-family);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: auto;
  border-radius: 100px;
  letter-spacing: 1px;
    font-weight: 700;
}


.dialogright {
  width: 60%;
}

.dialogright .complecting {
  width: 100%;
}

.dialogright .complecting div {
  max-height: 320px;
  height: 250px;
}

#dialogwide input,
#dialogwide select,
#dialogwide textarea {
  border: 0;
  background: #f1f0f0;
  -moz-box-shadow: inset 0 0 5px #e8e8e8;
  -webkit-box-shadow: inset 0 0 5px #e8e8e8;
  box-shadow: inset 0 0 5px #e8e8e8;
  height: 38px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 5px;
  line-height: 21px;
  font-size: 15px;
  font-family: "Arial", Tahoma, Sans Serif;
  color: #585858;
}

#dialogwide textarea {
  height: 150px;
}

#dialogwide .dialogleft button {
  width: 100%;
}

#blackbackground {
  z-index: 999999 !important;
}

.ui-dialog {
  z-index: 999999999;
}

img[src="./img/arwr_w.png"] {
  width: 7px !important;
  height: 11px !important;
}

.pricetable .red img {
  width: 5px !important;
  height: 9px !important;
}

#juhend {
  border: 0 !important;
}

#juhend li {
  margin-left: 15px !important;
  list-style-type: disc;
  padding: 0 0 10px 0;
  border: 0 !important;
}

#return-to-top {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  text-decoration: none;
  opacity: 1;
  padding: 0;
  display: none;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  transform: rotate(180deg);
}

#return-to-top::before{
  font-family: "Icons";
  content: "";
  font-size:1.5rem;
  line-height:40px;
  color:#000;
}

.chat-bubble {
  right: 80px !important;
}
.modera-chat .chat-frame {
  right: 80px;
  z-index: 999999999999999;
}

.specialbottom {
  position: absolute !important;
  bottom: auto !important;
  top: -100px !important;
  right: 40px !important;
}

#return-to-top .svg {
 display:none
}

@media screen and (max-width: 1020px) {
  .soContent {
    float: left;
    width: 24% !important;
    margin: 0;
    padding: 0;
  }

  #menu {
    z-index: 99999999 !important;
  }

  .gallery h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px !important;
  }

  .right .count {
    height: 40px;
    font-size: 21px;
    padding-right: 50px;
    padding-top: 10px;
    margin-bottom: 0 !important;
  }

  .gallery .slick-prev {
    left: 0 !important;
  }

  .gallery .slick-next {
    right: 0 !important;
  }

  .gallery .slick-prev,
  .gallery .slick-next,
  .gallery .slick-prev:hover,
  .gallery .slick-next:hover {
    width: 40px;
    height: 40px;
    border: 0;
  }

  .gallery .slick-prev,
  .gallery .slick-next {
    top: -20px;
  }

  .slick-slider h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .slick-slider h3 {
    margin: 10px 0;
    font-size: 24px;
    line-height: 28px;
  }

  .styled-checkbox + label:before {
    width: 14px;
    height: 14px;
  }

  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
  }

  .styled-checkbox:disabled + label:before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
  }

  .styled-checkbox:checked + label:after {
    left: 2px;
    top: 6px;
  }

  .complect .maintable b {
    width: calc(100% - 22px);
  }

  #return-to-top {
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    opacity: 1;
    padding: 0;
  }

  #return-to-top .svg {
    width: 12px !important;
    height: 12px !important;
    margin: 16px 0 0 0 !important;
  }
}

.onlyextramodels {
  float: right;
  width: calc(100% - 190px);
  padding: 20px 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
  margin-left: 190px;
}

.wideextramodels {
  width: calc(100% - 190px);
  padding: 20px 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}

@media screen and (max-width: 1400px) {
  #return-to-top {
    bottom: 70px;
    left: 20px;
    right: auto;
  }

  .chat-bubble {
    right: 20px !important;
    bottom: 70px !important;
  }

  .modera-chat .chat-frame {
    right: 20px;
  }

  .modera-chat .chat-frame.open {
    right: 20px;
    bottom: 50px;
  }

  #rightmenu {
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 50px;
  }

  #rightmenu ul {
    border-top: 0;
  }

  #rightmenu ul li {
    width: calc(25% - 0.25px);
    box-sizing: border-box;
    height: 50px;
    border-left: 1px solid  #ececec;
  }

  #rightmenu li#sb-first {
    border-left: none;
  }

  #rightmenu .fiftho li {
    border-right: 1px solid var(--primary);
  }

  .rightfivemenu ul li {
    width: calc(20% - 0.25px) !important;
  }

  #rightmenu li a {
    display: block;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    height: 50px;
    font-size: 10px;
    line-height: 50px;
    border-bottom: 0;
    text-align: center;
  }

  #rightmenu li a:hover {
    width: 100%;
    left: 0 !important;
    padding-left: 15px;
  }

  #rightmenu #conf {
    margin: 0 -5px -3px -5px;
  }

  #rightmenu img {
    height: 18px;
    padding-right: 12px;
  }

  #mobdesk {
    background-color: #fff;
    padding-bottom: 50px;
  }
}

.newsletter .red,
.newsletter input {
  height: 62px;
  overflow: hidden;
}

.newsletter input {
  border-radius: 0;
  -webkit-appearance: none;
}

.gallery {
  position: relative !important;
  height: auto !important;
}

.gallery .slick-track {
  height: auto !important;
}

.gallery .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0 !important;
}

.gallery .slick-slide {
  height: auto !important;
  width: 100%;
}

.gallery img {
  margin: 0;
}

.slider h2 span {
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.right .count {
  height: 60px;
  padding-right: 80px;
  padding-top: 18px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 1020px) {
  .slick-slider {
    z-index: auto;
  }

  .noborder a img {
    margin: 0 !important;
  }

  .complect .vahe b {
    padding-left: 10px !important;
  }

  #front .box ul li a {
    padding: 6px !important;
  }

  .models,
  .extramodels,
  .teenindusmenu,
  .models2 {
    top: 0px;
  }

  .specialbottom {
    position: absolute !important;
    bottom: auto !important;
    top: -60px !important;
    right: 20px !important;
  }

  #onlyfrontpagefix {
    display: flex;
    flex-direction: column;
    position: static;
    z-index: auto;
    width: auto;
    height: auto;
    margin: auto;
    top: auto;
  }

  #onlyfrontpagefix .slider {
    order: 2;
  }

  #onlyfrontpagefix #header {
    order: 1;
  }

  .right .count {
    height: 40px;
    font-size: 21px;
    padding-right: 50px;
    padding-top: 10px;
    margin-bottom: 0 !important;
  }

  .gallery .slick-prev {
    left: 0 !important;
  }

  .gallery .slick-next {
    right: 0 !important;
  }

  .gallery .slick-prev,
  .gallery .slick-next,
  .gallery .slick-prev:hover,
  .gallery .slick-next:hover {
    width: 40px;
    height: 40px;
    border: 0;
  }

  .gallery .slick-prev,
  .gallery .slick-next {
    top: -20px;
    background-size: auto 11px !important;
  }
}

#mobdesk.content {
  background-color: #fff;
}

@media screen and (max-height: 680px) and (max-width: 1020px) and (orientation: landscape) {
  .modera-chat .chat-frame {
    right: 0;
    height: calc(100% - 50px);
  }
  .modera-chat .chat-frame.open {
    right: 0;
    bottom: 50px;
  }
}

@media screen and (max-height: 680px) and (max-width: 1400px) and (orientation: landscape) {
  .modera-chat .chat-frame {
    right: 0;
    height: calc(100% - 50px);
  }
  .modera-chat .chat-frame.open {
    right: 0;
    bottom: 50px;
  }
}

@media screen and (max-height: 680px) and (min-width: 1400px) and (orientation: landscape) {
  .modera-chat .chat-frame {
    right: 60px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 680px) {
  .modera-chat .chat-frame {
    right: 0;
    height: calc(100% - 50px);
  }

  .modera-chat .chat-frame.open {
    right: 0;
    bottom: 50px;
  }

  .complecting div {
    height: calc(33vw - 10px);
  }

  .slider .table-cell {
    padding: 200px 20px 40px 20px;
  }

  .slider .table-cell.mob_banner{
    margin:0
  }  


  #front .box.left {
    display: flex;
    flex-direction: column;
  }

  #front .box.left button {
    order: 3;
  }

  #front .box.left h2 {
    order: 1;
  }

  #front .box.left ul {
    order: 2;
  }

  .slider .table-cell {
    background: #ffffff;
    position: relative;
    padding: 20px;
    margin: 50vw 0 0 0;
    padding-bottom: 30px;
    text-align: center !important;
  }

  .slick-slide {
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: top center;
  }

  .complecting .slick-slide {
    background-size: cover !important;
    background-position: center;
  }

  .slider {
    margin-top: 60px !important;
  }

  .slider .table-cell h2,
  .slider .table-cell p,
  .slick-slider .hdrmdl h2,
  .slick-slider .hdrmdl h3,
  .slick-slider .hdrmdl p,
  .slick-slider .hdrrght h2,
  .slick-slider .hdrrght p {
    width: auto;
    text-align: center !important;
    padding: 0 !important;
  }

  .slick-slider h3 {
    width: auto;
    text-align: center !important;
    padding: 0 !important;
    font-size: 21px;
    line-height: 26px;
  }

  .slider .table {
    padding: 0;
  }

  .video-foreground,
  .video-background iframe {
    height: 56vw;
  }

  .video-foreground {
    top: -3vw;
  }

  .slick-slider p {
    margin-top: 5px;
    color: #000;
    margin-bottom: 10px;
  }

  .slick-dots {
    top: 10px;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #settings {
    top: 20px;
    right: 20px;
  }

  .slick-dots li.slick-active button {
    border: 0;
  }

  .slider h2 span {
    background: transparent;
    color: var(--primary) !important;
  }

  .slick-slider h3 {
    color: var(--primary) !important;
  }

  .slider .table-cell::after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    clear: both;
    z-index: 600;
  }

  .slider button {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .video-foreground,
  .video-background iframe {
    height: 56vw;
  }

  .slider .table-cell {
    margin: 48vw 0 0 0;
  }

  .slider .table-cell {
    padding: 20px;
  }

  .fixedinfo h2 span {
    font-size: 17px;
    line-height: 17px;
  }

  .fixedinfo h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .fiftyfifty2 {
    padding-left: 0;
  }

  .fiftyfifty {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .slider .table-cell {
    margin: 52vw 0 0 0;
  }
}

a {
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

h2 img,
h1 img {
  margin: 0 5px 0 5px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .slider {
    position: absolute;
  }
}

#front .box .red {
  min-height: auto;
  padding: 10px 16px;
}

.frontwidenews .red{
  border-radius:100px;
}

.complect .differenceishere {
  background: rgba(0, 170, 210, 0.2) !important;
}

.complect .differenceishere:hover {
  background: rgba(25, 56, 138, 0.13) !important;
}

.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
  font-family: var(--text-font-family);
  font-weight: 700;
}

.teenindusmenu ul li a,
.teenindusmenup ul li a {
  padding: 4px 0;
}

#front h2 {
  color: var(--primary);
}

.lazy3 .slick-slide img {
  width: 100% !important;
  height: auto !important;
}

.gallery .slick-slide img {
  width: 100% !important;
  height: auto !important;
}

.calcinputa {
  width: calc(100% - 550px) !important;
}

.calcinputb {
  width: calc(100% - 155px) !important;
}

.service_calc .red {
  min-height: 38px;
  height: 38px;
  padding: 0 20px;
}

ul li {
  line-height: 21px !important;
}

@media screen and (min-width: 1020px) {
  #menufix {
    position: relative;
    width: 100%;
    float: right;
  }

  body {
    background: transparent;
    position: absolute;
    z-index: -2;
  }
}

.cantuse h3 {
  float: left;
  margin-top: 30px !important;
  text-align: left;
  margin-left: 30px !important;
  width: calc(100% - 30px) !important;
}

.cantuse h3 img {
  width: 20px;
  height: 20px;
  margin: -3px 0;
}

.cantusetab {
  margin-top: 30px 30px !important;
  float: left 30px !important;
  margin-left: 30px !important;
  width: calc(100% - 60px) !important;
}

.cantusetab td {
  text-align: left !important;
  padding: 5px 0 !important;
}

.cantuse .cantusetab tr td {
  background-color: transparent;
}

.cantuse button {
  float: right;
}

.cantuse .cantusetab td {
  background-color: transparent;
}

.cantuse button {
  margin: 10px 0 20px 10px;
  padding: 15px;
  min-height: 20px;
}

.greentxt {
  color: #0bab4b !important;
}

.cantuse .onlyhere {
  margin-right: 30px;
  background-color: var(--secondary);
}

.cantuse .onlyhere:hover {
  background-color: var(--secondary-hover);
}

.cantusetab b {
  width: auto !important;
}

.cantusetab .redtxt {
  width: 100% !important;
  color: #9d0605 !important;
}

.cantuse .cantusetab td {
  background-color: transparent !important;
}

.complect .headrow .highlighted {
  background-color: var(--secondary) !important;
  color: #fff;
  border: none;
}

.complect .redrow td {
  background-color: rgba(0, 170, 210, 0.2) !important;
}

.complect .greenrow td {
  background-color: rgba(50, 174, 82, 0.25) !important;
}

.unactiverow {
  opacity: 0.2;
}

@media screen and (max-width: 1020px) {
  .cantuse h3 {
    margin-top: 10px !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .cantuse button {
    margin: 10px 0 0 5px;
  }

  .cantuse .onlyhere {
    margin-right: 0;
  }
}

h2.customh2com {
  float: none !important;
  margin-bottom: 30px !important;
}

.complect .slideTogglebox6 {
  margin-top: 0;
  right: 0;
}

.orange {
  background: var(--secondary) !important;
  color: #fff !important;
}

.orange:hover {
  background: var(--secondary-hover) !important;
}

@media screen and (max-width: 1020px) {
  h2.customh2com #leasingcalculator2 {
    margin: -10px 0 10px 0 !important;
  }
}

@media screen and (max-width: 980px) {
  h2.customh2com {
    margin-bottom: 20px !important;
  }

  h2.customh2com #leasingcalculator2 {
    margin: 0 0 10px 0 !important;
  }
}

@media screen and (max-width: 680px) {
  .complect .slideTogglebox6 {
    margin: 26px 0 0 0;
  }
}

#askOfferForm table td {
  vertical-align: middle;
}

#second .pictures .theimage {
  background-position: center;
}

.modimg img {
  width: 160px;
}

@media screen and (max-width: 1020px) {
  .modimg img {
    width: 100px;
  }
}

.allmodels a,
.allmodels p {
  transition: color 0.25s ease-in-out;
  color: var(--primary) !important;
  text-decoration: none;
}

.allmodels a:hover p {
  transition: color 0.25s ease-in-out;
  color: var(--secondary) !important;
}

/* online state - color sinine - #eb6428 */
.modera-chat .chat-bubble .bubble {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23eb6428' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

/* unread state - color roheline - #198a31 */
.modera-chat .chat-bubble.status-new .bubble {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23198a31' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

/* offline state - color punane - #9d0605 */
.modera-chat .chat-bubble.status-wait .bubble {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%239d0605' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.slider .slick-slide {
  min-height: 43vw !important;
}

.slick-slide {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.slick-slide {
  cursor: pointer;
}

.nocursor {
  cursor: initial !important;
}

.fixedimg.slick-slide {
  background-size: cover !important;
  background-repeat: no-repeat;
}

.fixedimg .table-cell {
  vertical-align: bottom;
  padding-bottom: 80px;
}

.onlymobb {
  display: none;
}

@media screen and (max-width: 1440px) {
/*   .slider .slider,
  .slider .slick-list,
  .slider .slick-slide,
  .slider .slick-slider {
    min-height: 600px !important;
  } */
}

@media screen and (max-width: 1020px) {
/*   .slider .slider,
  .slider .slick-list,
  .slider .slick-slide,
  .slider .slick-slider {
    min-height: auto !important;
  } */

  .slick-slider .hdrmdl {
    text-align: center;
  }

  .slick-slider .hdrright {
    text-align: right;
  }
}

@media screen and (max-width: 680px) {
  .slider .slider,
  .slider .slick-list,
  .slider .slick-slide,
  .slider .slick-slider {
    min-height: auto !important;
  }

  .slider.slick-initialized .slick-slide {
    display: block;
  }
  .fixedimg.slick-slide {
    background: transparent !important;
  }

  .onlymobb {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: initial;
  }

  .slider .fixedimg .table-cell {
    padding: 0;

    margin: 0;
    padding-bottom: 30px;
  }

  .fixedimg button {
    margin-top: 15px;
    width: calc(100% - 40px) !important;
  }
}

.grid-element {
  padding: 10px;
}

.grid-element p {
  margin: 0;
}

.grid-element.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-element.border {
  border: 1px solid #dddbdb;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 12px;
  margin-bottom: 10px;
}

.content-grid-dynamic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 24px;
  margin-bottom: 10px;
}

.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 480px) {
  .content-grid {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 980px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
  .content-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-grid.columns-2,
  .content-grid.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}

.shop_title{
  display:flex;
  flex-direction: column;
  margin: 12px 0;
}

#header .shop_title h1{
  margin:0;
  font-weight: 700;
}

.shop_title h4{
  color:#000;
}

.shop_title .secondheader{
  padding:0;
}

.counter p{
  display:flex;
  align-items:center;
  gap:2px;
}

.counter p:before{
  content: '';
  background-image: url( '/img/timer.svg' );
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}

.submenu .counter p:before{
  background-image: url( '/img/timer-b.svg' );
}

.submenu .counter p{
  color:#000;
}

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

.popup h2:not(#shop-loading h2){
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 4px;
}

.popup .green_noti::before{
  content: '';
  background-image: url( '/img/success.svg' );
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
}

.popup .yellow_noti::before{
  content: '';
  background-image: url( '/img/info2.svg' );
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
}

.popup .red_noti::before{
  content: '';
  background-image: url( '/img/info.svg' );
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
}

.bootstrap-tabs {
  margin-bottom: 20px;
}

.fuelefficiency br {
  display: block !important;
}

.fuelefficiency {
  line-height: 15px !important;
  text-align: left !important;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.nav li {
  background-image: none !important;
  padding: 0 !important;
  margin: 0 3px 3px 0;
}

.tab-link {
  text-decoration: none;
  background-color: var(--primary);
  color: #fff;
  margin: 0px !important;
  padding: 8px 15px !important;
  float: left !important;
  border: none;
  transition: background-color 0.2s linear;
}

.nav li:hover .tab-link {
  background-color: #f7ff14;
  color: #000;
}

.nav li.active .tab-link {
  background-color: #f7ff14;
  color: #000;
}

.nav-tabs {
  margin: 0 !important;
  list-style-type: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-pane-content {
  padding: 20px;
  background: var(--tableHighlight);
}

.content_box_div {
  height: 140px;
  overflow: hidden;
  position: relative;
  margin: 40px 0;
}

.content_box_div.open {
  height: auto;
}

.content_box_toggle {
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.content_box_toggle .arrow{
    content: "";
    width: 12px;
    height: 12px;
    right: 1px;
    transform: rotate(45deg);
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    margin-top: 8px;
}

.content_box_toggle.open{
    position: relative;
}


.content_box_toggle.open .arrow{
    transform: rotate(225deg);
}

.content_box_toggle img {
  height: 22px;
}

.content_box_toggle.open img {
  transform: rotate(180deg);
}

.content_box_toggle:not(.content_box_toggle.open):after {
  background: linear-gradient(0deg, #fff 25%, hsla(0, 0%, 100%, 0));
  bottom: inherit;
  content: "";
  cursor: inherit;
  display: block;
  height: 110px;
  position: inherit;
  width: inherit;
  z-index: -1;
}

.front-special-a {
  text-decoration: none;
  background: transparent !important;
  content: "" !important;
  padding: 0px !important;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 20px;
}

.news-grid.campaign {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0px;
  margin: 0 -10px;
}

.news-grid.campaign .news-block {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.news-grid .mainpic_wrapper {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.mainpic_wrapper .mainpic {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.news-block .mainpic {
  transition: all 0.25s ease-in-out;
}

.news-block:hover .mainpic {
  transform: scale(1.05);
}

.news-grid.campaign .news-img {
  height: 320px;
}

.news-block a {
  text-decoration: none;
}

.news-block a:hover {
  color: #000;
}

.news-block .news-bottom {
  padding: 24px;
}

.news-block .news-bottom_inner {
  display: flex;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 24px;
  margin: 0 0 24px;
}

.news-block.campaign .news-bottom_inner {
  padding: 0;
  margin: 0 0 20px;
}

.news-block.campaign .news-bottom .link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  display: flex;
    align-items: center;
}

.front-cta {
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: #000;
  display: flex;
  gap: 4px;
}


.front-cta .link:before {
  content: "";
  font-family: "Icons";
  position: relative;
    z-index: 2;
    margin-right: 4px;
}

.news-block:not(.news-block.campaign) span::after,
.news span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #ad0c33;
}

.news-block .news-img {
  background-size: cover;
  background-position: center;
  height: 220px;
}

.category-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.category-tabs li a {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 0;
  margin: 0 16px;
}

.category-tabs li a:hover {
  
}

.category-tabs .menuactive {
  background: none;
  color: var(--secondary) !important;
  font-weight: 700;
}

#front_specials{
  background:#fff
}

#front_specials .price-grid{
  grid-gap: 32px
}

#front_specials .content_inner{
  padding-top: 40px;
  min-height: 200px;
}

#front_specials h2{
  text-align:center;
  margin:0
}

#front_specials .red{
  padding: 19px 24px;
  border-radius:100px;
   background: #333;
  color: #fff;
}

#front_specials .red:hover{
  background:#000;
}

#second.modelpage .sticky-menu .model-btns{
  display:flex;
  gap:4px;
}

#second.modelpage .sticky-title{
  border-right: 1px solid #ccc;
  margin-right: 6px;
  padding-right:10px;
}

#second.modelpage .sticky-title b{
  color:#000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.375rem 0.5rem;
  white-space: nowrap;
}
.sticky-anchor a {
  width: auto !important;
  background: transparent !important;
  margin: 0;
  padding: 8px 12px;
  margin: 8px 6px;
}


.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 9999999;
  max-width: 1440px;
  box-sizing: border-box;
  width: 95%;
  background: #fff;
  padding: 60px 40px;
  -webkit-box-shadow: 0 0 4px #000;
  -moz-box-shadow: 0 0 4px #000;
  -o-box-shadow: 0 0 4px #000;
  -ms-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  text-align: left;
  overflow-y: auto;
  height: auto;
  max-height:100%;
}
.modal a.close-modal {
  position: absolute;
  top: 20px;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/img/close-btn.svg");
  filter: invert(1);
}


.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
      -webkit-transform: scaleY(0.5);
  }
  20% {
      -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
      transform: scaleY(0.5);
      -webkit-transform: scaleY(0.5);
  }
  20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
  }
}

.image-grid{
  display: grid;
  grid-template-columns: .6fr .4fr;
  grid-template-areas:
        'a a'
        'b c';
  gap:10px;
  margin-bottom:20px
}

.image-grid .image-wrap:first-child, .image-grid .image-wrap:nth-child(1){
  grid-area: a;
}

.image-grid .image-wrap:nth-child(2){
  grid-area: b;
}
.image-grid .image-wrap:nth-child(3){
  grid-area: c;
}

.image-wrap{
  display:flex;
  position:relative
}

.image-wrap img{
  object-fit: cover;
  height:100%;
  width:100%;
}

.overlay-text {
  position: absolute;
  background-color: rgba(0,0,0,.5);
  top:0;
  left:0;
  align-items:center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align:left;
  color:white;
  display:none;
  font-size: 3em;
}

@media screen and (min-width: 680px) {
  .container {
    display: flex;
    margin: 10px 0;
  }

  .sticky-anchor {
    transition: 0.3s ease-in-out;
    top: -50px;
    z-index: 10;
  }

  .container .lazy2 {
    margin: 0;
  }
  .sticky-anchor.fixed {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 600;
    transform: translateY(-100%);
    padding-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #d9d9d6;
  }

  .sticky-anchor.fixed.show {
    transform: translateY(-20px);
    top: 56px;
  }

  .sticky-anchor a {
    padding: 12px 14px;
  }

  .sticky-anchor a {
    color: #000 !important;
    background: transparent !important;
    padding: 12px;
    margin: 4px 0 0 0;
    border-bottom:3px solid transparent;
    border-radius:0;
  }

  .sticky-anchor.fixed a.active {
    font-weight: 700;
    border-bottom: 3px solid #9c1019;
  }

  .sticky-anchor a:hover {
    font-weight: 700;
    border-bottom: 3px solid #9c1019;
  }

  .thirdwidest .content_inner,
  .modelpage .content_inner {
    display: flex;
    flex-wrap: wrap;
  }

  .left .sticky-menu,
  #second:not(.storefront, .modelsview) .left #mobmenfix {
    position: sticky;
    transition: 0.5s ease-in-out;
  }

  #second .left .sticky-menu #mobmenfix {
    position: static;
  }

  .sm-heading {
    text-align: center;
    margin: 0 0 40px 0;
    transition: all 0.3s ease-in-out;
  }

  #slideTogglebox8 {
    display: none;
    top: 0px;
    position: absolute;
    z-index: 990;
    background: rgb(255, 255, 255);
    line-height: 16px;
    left: 0;
    margin: -5px 0 0 0;
    right: 0;
    padding-bottom: 100px;
    height: 100%;
  }

  .slideTogglebox .closeslide {
    margin: 0 0 -30px 0;
    min-height: auto;
    padding: 0 5px;
    font-size: 12px !important;
    line-height: 12px !important;
    height: 20px !important;
  }

  .filters {
    display: block !important;
  }

  #filtertoggle {
    display: none;
}
.filters .closeslide {
  display: none;
}

  #second:not(.storefront, .modelsview) #mobmen ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 10px;
    overflow-y: hidden;
    -ms-overflow-style: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .mainpic_wrapper {
    height: 720px;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .mainpic_content{
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
    padding-top: 100px;
    max-width: 1440px;
    width: 100%;
    padding-left: 40px;
    min-height: 500px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    bottom:6vh;
  }

  .mainpic_content h2{
    font-size:42px;
    font-weight: normal;
  }

  .mainpic_wrapper .mainpic {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  #second:not(.storefront, .modelsview) .left .sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    background: #f7f7f7;
    padding: 0 10px;
    overflow-y: hidden;
    -ms-overflow-style: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    height: 4rem;
    border-bottom: 1px solid rgba(51,51,51,0.25);
  }


  #second:not(.storefront, .modelsview) .left .sticky-menu::-webkit-scrollbar {
    height: 6px;
  }

  #second:not(.storefront, .modelsview)
    .left
    .sticky-menu::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  #second:not(.storefront, .modelsview)
    .left
    .sticky-menu::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
  }

  #second:not(.storefront, .modelsview) .left {
    position: sticky;
    top: -1px;

    z-index: 999991;
    width: 100%;
    background: #fff;
    transition: 0.5s ease-in-out;
  }

  #second.modelpage .sticky-menu .model-btns .red {
    height: 40px;
    width: auto;
    padding: 0 10px;
    margin: 0 !important;
  }

  #second .left .sticky-menu,
  #second .left #mobmenfix {
    display: flex;
    position: sticky !important;
    transition: 0.5s ease-in-out;
    justify-content: space-between;
    align-items: center;
  }

  #second.storefront .left .sticky-menu ul li a {
    color: #000;
    font-size: 12px;
}

#second.storefront .left .sticky-menu ul li a:hover {

  background-color: #eee;
}
}

.transform-text-lowercase{ 
  text-transform: lowercase; 
}

.campaign_text{
  opacity:0;
  visibility: hidden;
  background-color: #ffffff;
  color: #000000;
  border-radius: 3px;
  min-width: 150px;
  position: absolute;
  bottom: 40px;
  left: 0;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
  padding: 12px;
    transition: ease-in-out 0.2s;
    z-index: 1;
}

.campaign_text_div:hover .campaign_text, .campaign_text_div:active .campaign_text{
  opacity:1;
  visibility: visible;
}
.campaign_text_hide{
  z-index: 9999;
}

.campaign_text_div svg path{
  stroke:#fff
}

.pricetable .campaign_text{
  bottom: 30px;
}

.narrow1.leasekuudSlider{
  width: calc(100% - 32px) !important;
  margin: 10px 0 !important
}

.slider_container{
  display:flex;
  align-items: center;
  justify-content: center;
  float:left;
  width:100%
}


.slider_container .leasekuudSlider{
  margin: 20px 0 20px 0 !important;
}

#footer .term-li a {
  padding: 3px 0
}

.cars-grid-header .header-price span, .cars-grid-header .header-lease span{
  color:#585858;
}