@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face{
	font-family:'FontAwesome';
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?v=3.2.1');
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('/assets/js/font-awsome/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('/assets/js/font-awsome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('/assets/js/font-awsome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight:normal;
	font-style:normal;
}

html {
	min-height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}

body {
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}


fieldset.form {
	border: 0;
	padding: 0;
	margin: 0;
}
.form-group {
    clear: both;
    margin-bottom: 10px;
}
.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.form-label {
	display: block;
	width: 100px;
	float: left;
}
.form-error {
	display: block;
}
.form-control
{
	display: block;
	float: left;
 	font-family:  Verdana;
	font-size: 11px;
}


a {
	color: inherit; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


h1,h2,h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


*:before {
	text-decoration: none!important;
}


.pagination > a {
	display: inline-block;
}

.center {
	text-align: center;
}


/* 2 kolumny */
.cnt-2c .cnt-c {
	float: left;
	width: 50%;
}
.cnt-2c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-2c .cnt-c1 .cnt {
	margin-left: 0px;
}


/* 3 kolumny */
.cnt-3c .cnt-c {
	float: left;
	width: 33%;
}
.cnt-3c .cnt-c1 {
	width: 34%;
}
.cnt-3c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-3c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-3c .cnt-c2 .cnt {
	margin-left: 0px;
}


/* 4 kolumny */
.cnt-4c .cnt-c {
	float: left;
	width: 25%;
}
.cnt-4c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-4c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c2 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c3 .cnt {
	margin-left: 0px;
}



#page {
	position: relative;
	min-height: 100%;
}
.cnt-r {
	margin: 0 auto;
	max-width: 1000px;
    width: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 5;
}
.cnt-r:first-of-type {
	margin-top: 0;
}
.cnt-r * {
	text-decoration: inherit;
}

.cnt-rm {
	width: 100%!important;
}
.cnt-rm .sub {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.cnt-r, .cnt-c, .sub, .cnt, .fin {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header.top {
	min-height: 30px;
}
.footer {
	min-height: 30px;
}


/* moduł texts */
.text-cnt {
	
}

/* linki, buttony */
a.link-btn {
	display: inline-block;
}
a.btn, a.btn-thm2, a.btn-small {
	display: inline-block;
}

/* panel z przyciskiem wstecz */
.footer-back {
	clear: both;
}

/* podpis */
span.label {
	display: inline-block;
	width: 80px;
}

/* cecha */
.attribute span {
	display: inline-block;
}


/* lista */
ul.list {
	overflow: hidden;
}
ul.list li {
	position: relative;
}
ul.list li:before {
	position: absolute!important;
	left: 0;
}


/* tabela */
.tbl {
	border-collapse: collapse;
}

p.prg:first-child {
	margin-top: 0!important;
}
p.prg:last-child {
	margin-bottom: 0!important;
}


/* facebook */
.widget_social{
	float: right;
	width: 332px;
	height: 550px;
	background: url(/assets/img/fb.png) no-repeat;
	display: block;
	right: -305px;
    padding: 10px 5px 0 35px;
	position: fixed;
	top: 150px;
	z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
	height: 465px;
    overflow: hidden;
}


[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

/* site */ 

#page {
  font-size: 15px;
  color: #5c5c5c;
  font-family: Roboto/*google_font*/;
}
#page p.prg {
  margin: 15px 0px;
  line-height: 1.5em;
}
#page .img-6-right, #page .img-6-left, #page .img-4-right, #page .img-4-left {
  width: 100%;
  margin: 20px 0;
}
#page p img {
  margin-top: 0!important;
}
#page a.btn {
  background-color: #7b110c;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0px 0px 0px;
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
}
#page a.btn:hover {
  background: transparent;
  background-color: #000000;
  color: #fff;
}
#page a.btn.btn-white {
  color: #7b110c;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
#page a.btn.btn-white:hover {
  background: transparent;
  background-color: RGBA(255,255,255,0.2);
}
#page h1 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin: 50px 0px 40px 0px;
  padding: 0;
  position: relative;
  color: #000000;
}
#page h2 {
  font-size: 36px;
  color: #000000;
  margin: 70px 0px 40px 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
#page h3 {
  font-size: 20px;
  color: #000000;
  margin: 30px 0px;
}
.cnt-r {
  max-width: 1100px;
}
#page .btns {
  text-align: center;
}
#page a.btn-thm2 {
  background: transparent;
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 10px 20px;
}
#page a.btn-thm2:before {
  -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #7b110c;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
#page figure {
  position: relative;
}
#page figure img {
  width: 100%;
  display: block;
}
#page figure a {
  display: block;
  position: relative;
}
#page figure a:after {
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="46" height="46" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.504 13.616l-3.79-3.223c-0.392-0.353-0.811-0.514-1.149-0.499 0.895-1.048 1.435-2.407 1.435-3.893 0-3.314-2.686-6-6-6s-6 2.686-6 6 2.686 6 6 6c1.486 0 2.845-0.54 3.893-1.435-0.016 0.338 0.146 0.757 0.499 1.149l3.223 3.79c0.552 0.613 1.453 0.665 2.003 0.115s0.498-1.452-0.115-2.003zM6 10c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4zM7 3h-2v2h-2v2h2v2h2v-2h2v-2h-2z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
#page figure a:hover:after {
  opacity: 1;
}
#page ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0z" /><path fill="%237b110c" d="M6 6h12v12H6z"/></svg>');
  width: 10px;
  height: 10px;
}
#page ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}

#page .or {
  margin: 0 15px;
}

@media (min-width: 534px) {
  #page .img-6-right {
    width: 50%;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-6-left {
    width: 50%;
    float: left;
    margin: 20px 40px 20px 0;
  }
  #page .img-4-right {
    width: 33%;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-4-left {
    width: 33%;
    float: left;
    margin: 20px 40px 20px 0;
  }
}



/* 10660/_0 */ 

#page .cnt-r.cnt10660 {
  max-width: 100%;
  z-index: 9;
}


/* 10661/_0 */ 

#page .cnt-r .sub.cnt10661 {
  z-index: 9;
  background: transparent;
  background-color: RGBA(0,0,0,0.0);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: background-color .25s linear;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
}
#page.sticky .cnt-r .sub.cnt10661 {
  background-color: #7b110c;
}



/* top10663/show_0 */ 

#page .top {
  height: 90px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
  max-width: 1200px;
  margin: 0px auto;
}
#page.sticky .top {
  height: 40px;
}
#page .top .l-container {
  height: 100%;
  position: relative;
}
#page .top .logo {
  position: absolute;
  top: 0;
  bottom: -160px;
  left: 20px;
  transition: top .25s linear;
  -moz-transition: top .25s linear;
  -webkit-transition: top .25s linear;
  background: transparent;
  background-color: #ffffff;
  z-index: 9;
  padding: 20px;
}
#page .top .logo img {
  height: 250px;
}
#page.sticky .top .logo {
  top: 5px;
}
#page.sticky .top .logo img {
  height: 40px;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top .l-contact {
  position: absolute;
  bottom: 55px;
  left: 0;
  font-size: 14px;
  color: #000000;
  transition: top .25s linear;
  -moz-transition: top .25s linear;
  -webkit-transition: top .25s linear;
}
#page .top .l-contact div {
  float: left;
  margin: 0 20px;
}
#page .top .icon-phone {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0px;
}
#page .top .icon-phone:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0z" /><path fill="%237b110c" d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>');
  top: -1px;
  left: 0px;
  background-size: contain;
}
#page .top .icon-email {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0px;
}
#page .top .icon-email:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0z" /><path fill="%237b110c" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
  top: -1px;
  left: 0px;
  background-size: contain;
}
#page .top .menu1 {
  position: absolute;
  height: 40px;
  bottom: 0px;
  left: 0;
  right: 0;
  transition: bottom .25s linear;
  -moz-transition: bottom .25s linear;
  -webkit-transition: bottom .25s linear;
  background: rgb(123,17,12);
  background: linear-gradient(90deg, rgba(123,17,12,1) 0%, rgba(123,17,12,1) 35%, rgba(123,17,12,0) 100%);
}
#page.sticky .top .menu1 {
  border: 0;
}
#page .top nav.menu1 > ul {
  left: 20px;
  top: 5px;
  position: absolute;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 7px 0px 7px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0px 20px 0px 20px;
  text-transform: uppercase;
}
#page .top nav.menu1 > ul > li > a:hover {
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 5px 5px 0px 0px;
  border-color: #ffffff;
}
#page .top nav.menu1 > ul > li.sel > a {
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff;
  border-radius: 5px 5px 0px 0px;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
}
#page .top nav.menu1 ul.menu-sub.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 11px 10px 10px 25px;
  margin-left: 20px;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  right: -200px;
  left: auto;
  width: 200px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
  color: #7b110c;
}
.sidr .menu-sub > li > a {
  font-size: 13px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  display: block;
}
.sidr .menu-sub > li > a:hover {
  color: #7b110c;
}
.sidr-open .sidr {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  background: transparent;
  z-index: 999998;
  background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
  display: block;
}
@media (min-width: 768px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 769px) {
  #page .top nav.menu1 > ul {
    display: none;
  }
}

@media (max-width: 479px) {
  #page .top .l-contact div:last-child {
    display: none;
  }
}



/* 10668/_0 */ 

#page .cnt-r .sub.cnt10668 {
  padding: 0px 20px;
}


/* text10670/show_0 */ 

#page .mainText {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}


/* 10685/_0 */ 

#page .cnt-r .sub.cnt10685 {
  padding: 0 20px;
}



/* text10687/show_0 */ 




/* 10688/_0 */ 

#page .cnt-r .sub.cnt10688 {
  padding: 0px 20px;
}


/* product10690/list_0 */ 

#page .products-list article {
    margin-bottom: 20px;
}
#page .products-list article:last-of-type {
    margin-bottom: 0;
}
#page .products-list article figure {
    float: left;
    margin-right: 10px;
    text-align: center;
}
#page .products-list article figure img {
    max-width: 100%;
}
#page .products-list article section header {
    height: 100%;
    overflow: hidden;
}
#page .products-list article section header h3 {
    margin-bottom: 10px;
}
#page .products-list article section footer .link-btn {
    margin-top: 10px;
}


/* 10881/_0 */ 

#page .cnt-r .sub.cnt10881 {
  padding: 0 20px;
}



/* text10883/show_0 */ 




/* product10691/show_0 */ 

#page .cars-show .l-photo {
  float: left;
  margin: 0 20px 0 0;
  width: 30%;
}
#page .cars-show figure {
  position: relative;
  z-index: 2;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ededed #ededed #ededed #ededed;
  border-radius: 0 0 0 0;
  padding: 4px;
}
#page .cars-show figure img {
  margin-right: 10px;
}
#page .cars-show .l-gallery {
  margin: 0px 0px 0px -10px;
}
#page .cars-show .l-gallery-item {
  float: left;
  padding: 10px 0 0 10px;
  width: 33.333%;
}
#page .cars-show .l-cars-price {
  margin: 0px;
  color: #7b110c;
  font-weight: bold;
  font-size: 20px;
}
#page .cars-show hr {
  margin: 15px 0;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  height: 1px;
  background: transparent;
  background-color: #e8e8e8;
}
#page .cars-show .l-cars-info {
  margin: 0 0 30px 0;
  color: #b0b0b0;
}
#page .cars-show .icon-fuel:before {
  background-size: contain;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='7.9375048mm' height='7.9375mm' viewBox='0 0 7.9375048 7.9375' version='1.1' id='svg5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs2' /%3E%3Cg id='layer1' transform='translate(-63.114073,-130.59718)'%3E%3Cpath d='m 68.405475,137.70809 v -3.63747 h 0.248654 c 0.136882,0 0.247845,0.11096 0.247845,0.24784 v 2.31484 c 0,0.59369 0.481109,1.07479 1.074802,1.07479 0.593693,0 1.074802,-0.4811 1.074802,-1.07479 v -4.45148 c 0,-0.23327 -0.09557,-0.44305 -0.249464,-0.59369 l -0.876365,-0.87152 c -0.15875,-0.15875 -0.414693,-0.15875 -0.573443,0 -0.158751,0.15876 -0.158751,0.4147 0,0.57345 l 0.568584,0.5702 -0.420364,0.43819 c -0.136881,0.14012 -0.136881,0.36691 0,0.50783 0.06803,0.0729 0.15875,0.10774 0.249464,0.10611 l 0.474631,-0.002 v 3.72253 c 0,0.13688 -0.110964,0.24785 -0.247845,0.24785 -0.136881,0 -0.247844,-0.11097 -0.247844,-0.24785 v -2.31484 c 0,-0.59369 -0.48111,-1.0748 -1.074803,-1.0748 h -0.247844 v -1.98438 c 0,-0.36528 -0.296442,-0.66172 -0.661728,-0.66172 h -3.473062 c -0.365287,0 -0.661728,0.29563 -0.661728,0.66172 v 6.44963 h -0.08262 c -0.228405,0 -0.413074,0.18548 -0.413074,0.41308 0,0.22841 0.185478,0.41307 0.413074,0.41307 h 4.960938 c 0.228405,0 0.413074,-0.18548 0.413074,-0.41307 0,-0.22841 -0.185479,-0.41308 -0.413074,-0.41308 h -0.08262 z m -3.604273,-6.28357 h 2.414458 c 0.201677,0 0.363667,0.16198 0.363667,0.36366 v 1.75273 c 0,0.20168 -0.16199,0.36366 -0.363667,0.36366 h -2.414458 c -0.201678,0 -0.363668,-0.16198 -0.363668,-0.36366 v -1.75273 c -8.24e-4,-0.20168 0.16199,-0.36366 0.363668,-0.36366 z' id='path23' style='fill:%23b0b0b0;fill-opacity:1;stroke-width:0.0080995' /%3E%3C/g%3E%3C/svg%3E");
  top: 0px;
  left: 0px;
}
#page .cars-show .icon-fuel {
  width: 16px;
  height: 16px;
  margin: -1px 5px 0px 0px;
}
#page .cars-show .icon-km:before {
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-q</title><path fill="%23b0b0b0" d="M425.7,118.25A240,240,0,0,0,76.32,447l.18.2c.33.35.64.71,1,1.05.74.84,1.58,1.79,2.57,2.78a41.17,41.17,0,0,0,60.36-.42,157.13,157.13,0,0,1,231.26,0,41.18,41.18,0,0,0,60.65.06l3.21-3.5.18-.2a239.93,239.93,0,0,0-10-328.76ZM240,128a16,16,0,0,1,32,0v32a16,16,0,0,1-32,0ZM128,304H96a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Zm48.8-95.2a16,16,0,0,1-22.62,0l-22.63-22.62a16,16,0,0,1,22.63-22.63l22.62,22.63A16,16,0,0,1,176.8,208.8Zm149.3,23.1-47.5,75.5a31,31,0,0,1-7,7,30.11,30.11,0,0,1-35-49l75.5-47.5a10.23,10.23,0,0,1,11.7,0A10.06,10.06,0,0,1,326.1,231.9Zm31.72-23.1a16,16,0,0,1-22.62-22.62l22.62-22.63a16,16,0,0,1,22.63,22.63ZM423.7,436.4h0ZM416,304H384a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .cars-show .icon-km {
  width: 16px;
  height: 16px;
  margin: -1px 5px 0px 10px;
}

@media (max-width: 767px) {
  #page .cars-show .l-photo {
    width: 40%;
  }
}

@media (max-width: 479px) {
  #page .cars-show .l-photo {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #page .cars-show .l-content {
    clear: both;
  }
}



/* 10679/_0 */ 

#page .cnt-r.cnt10679 {
  color: #000;
  margin: 70px auto 0 auto;
  max-width: 100%;
  background-color: #000000;
}


/* 10680/_0 */ 

#page .cnt-r .sub.cnt10680 {
  max-width: 1100px;
  margin: 0px auto;
}


/* footer10682/show_0 */ 

#page .footer {
  padding: 30px 20px;
  color: #919191;
  line-height: 1.5em;
}
#page .footer .l-contact1 {
  float: left;
  width: 30%;
}
#page .footer .l-contact2 {
  float: left;
  width: 30%;
}
#page .footer .l-create {
  float: right;
}
#page .footer h4 {
  font-size: 18px;
  font-weight: bold;
  color: #bababa;
  margin: 0px 0px 20px 0px;
}
#page .footer .icon-phone:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone {
  width: 18px;
  height: 18px;
  margin: 0px 3px 0px 0px;
  vertical-align: -4px;
}
#page .footer .icon-email:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23919191" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-email {
  margin: 0px 3px 0px 0px;
  width: 18px;
  height: 18px;
  vertical-align: -4px;
}
@media (max-width: 767px) {
  #page .footer .l-contact1 {
    width: 50%;
    margin: 0 0 30px 0;
  }
  #page .footer .l-contact2 {
    width: 50%;
    margin: 0 0 30px 0;
  }
  #page .footer .l-create {
    clear: both;
    float: none;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #page .footer .l-contact1 {
    float: none;
    width: 100%;
  }
  #page .footer .l-contact2 {
    float: none;
    width: 100%;
  }
}


/* product10683/list_0 */ 

#page .cars-wrapper .l-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .cars-wrapper .l-item {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 0 20px 20px;
}
#page .cars-wrapper .l-cars-item {
  display: block;
  background: transparent;
  background-color: #ffffff;
  padding: 0px 0px 1px 0px;
  -webkit-transition: box-shadow 0.2s linear 0s;
  transition: box-shadow 0.2s linear 0s;
}
#page .cars-wrapper .l-cars-item img {
  width: 100%;
}
#page .cars-wrapper h3 {
  font-size: 15px;
  margin: 10px 20px 5px 20px;
}
#page .cars-wrapper .l-cars-price {
  margin: 0px 20px;
  color: #7b110c;
  font-weight: bold;
}
#page .cars-wrapper hr {
  margin: 15px 20px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  height: 1px;
  background: transparent;
  background-color: #e8e8e8;
}
#page .cars-wrapper .l-cars-info {
  margin: 0 20px 20px 20px;
  color: #b0b0b0;
}
#page .cars-wrapper .icon-fuel:before {
  background-size: contain;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='7.9375048mm' height='7.9375mm' viewBox='0 0 7.9375048 7.9375' version='1.1' id='svg5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs2' /%3E%3Cg id='layer1' transform='translate(-63.114073,-130.59718)'%3E%3Cpath d='m 68.405475,137.70809 v -3.63747 h 0.248654 c 0.136882,0 0.247845,0.11096 0.247845,0.24784 v 2.31484 c 0,0.59369 0.481109,1.07479 1.074802,1.07479 0.593693,0 1.074802,-0.4811 1.074802,-1.07479 v -4.45148 c 0,-0.23327 -0.09557,-0.44305 -0.249464,-0.59369 l -0.876365,-0.87152 c -0.15875,-0.15875 -0.414693,-0.15875 -0.573443,0 -0.158751,0.15876 -0.158751,0.4147 0,0.57345 l 0.568584,0.5702 -0.420364,0.43819 c -0.136881,0.14012 -0.136881,0.36691 0,0.50783 0.06803,0.0729 0.15875,0.10774 0.249464,0.10611 l 0.474631,-0.002 v 3.72253 c 0,0.13688 -0.110964,0.24785 -0.247845,0.24785 -0.136881,0 -0.247844,-0.11097 -0.247844,-0.24785 v -2.31484 c 0,-0.59369 -0.48111,-1.0748 -1.074803,-1.0748 h -0.247844 v -1.98438 c 0,-0.36528 -0.296442,-0.66172 -0.661728,-0.66172 h -3.473062 c -0.365287,0 -0.661728,0.29563 -0.661728,0.66172 v 6.44963 h -0.08262 c -0.228405,0 -0.413074,0.18548 -0.413074,0.41308 0,0.22841 0.185478,0.41307 0.413074,0.41307 h 4.960938 c 0.228405,0 0.413074,-0.18548 0.413074,-0.41307 0,-0.22841 -0.185479,-0.41308 -0.413074,-0.41308 h -0.08262 z m -3.604273,-6.28357 h 2.414458 c 0.201677,0 0.363667,0.16198 0.363667,0.36366 v 1.75273 c 0,0.20168 -0.16199,0.36366 -0.363667,0.36366 h -2.414458 c -0.201678,0 -0.363668,-0.16198 -0.363668,-0.36366 v -1.75273 c -8.24e-4,-0.20168 0.16199,-0.36366 0.363668,-0.36366 z' id='path23' style='fill:%23b0b0b0;fill-opacity:1;stroke-width:0.0080995' /%3E%3C/g%3E%3C/svg%3E");
  top: 0px;
  left: 0px;
}
#page .cars-wrapper .icon-fuel {
  width: 16px;
  height: 16px;
  margin: -1px 5px 0px 0px;
}
#page .cars-wrapper .icon-km:before {
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-q</title><path fill="%23b0b0b0" d="M425.7,118.25A240,240,0,0,0,76.32,447l.18.2c.33.35.64.71,1,1.05.74.84,1.58,1.79,2.57,2.78a41.17,41.17,0,0,0,60.36-.42,157.13,157.13,0,0,1,231.26,0,41.18,41.18,0,0,0,60.65.06l3.21-3.5.18-.2a239.93,239.93,0,0,0-10-328.76ZM240,128a16,16,0,0,1,32,0v32a16,16,0,0,1-32,0ZM128,304H96a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Zm48.8-95.2a16,16,0,0,1-22.62,0l-22.63-22.62a16,16,0,0,1,22.63-22.63l22.62,22.63A16,16,0,0,1,176.8,208.8Zm149.3,23.1-47.5,75.5a31,31,0,0,1-7,7,30.11,30.11,0,0,1-35-49l75.5-47.5a10.23,10.23,0,0,1,11.7,0A10.06,10.06,0,0,1,326.1,231.9Zm31.72-23.1a16,16,0,0,1-22.62-22.62l22.62-22.63a16,16,0,0,1,22.63,22.63ZM423.7,436.4h0ZM416,304H384a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .cars-wrapper .icon-km {
  width: 16px;
  height: 16px;
  margin: -1px 5px 0px 10px;
}
#page .cars-wrapper .l-cars-item:hover {
  box-shadow: 0 0 10px 0px RGBA(0,0,0,0.2);
}
#page .cars-wrapper img.photo {
  width: 100%;
}
@media (max-width: 767px) {
  #page .cars-wrapper .l-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 479px) {
  #page .cars-wrapper .l-item {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 10701/_0 */ 

#page .cnt-r .sub.cnt10701 {
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 20px;
}


/* text10666/show_0 */ 

#page .slider {
  background-image: url(/assets/userfiles/sites/0/10/1042.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 0;
  padding: 0px 0px 600px 0px;
  position: relative;
}
#page .slider .l-mask {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#page .slider div.text {
  z-index: 2;
  top: 100px;
  right: 50px;
  position: absolute;
  color: #fff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 1px;
  width: max-content;
}
@media (max-width: 1200px) {
  #page .slider {
    padding: 0px 0px 46% 0px;
  }
}

@media (max-width: 767px) {

  #page .slider {
    padding: 0px 0px 300px 0px;
    background-size: auto 360px;
    background-position: left top;
  }
}

@media (max-width: 480px) {
  #page .slider {
    padding: 0px 0px 240px 0px;
    background-size: auto 280px;
  }
  #page .slider div.text {
    font-size: 22px;
  }
}



/* 10693/_0 */ 

#page .cnt-r.cnt10693 {
  max-width: 100%;
  background-image: url(/assets/userfiles/sites/0/10/1043.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 70px 0px 0px 0px;
}


/* 10694/_0 */ 

#page .cnt-r .sub.cnt10694 {
  max-width: 1000px;
  margin: 0px auto;
}


/* text10696/show_0 */ 

#page .mainBgText {
  color: #ffffff;
  padding: 20px 20px 70px 20px;
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
#page .mainBgText h2 {
  color: #ffffff;
  margin: 50px 0px 20px 0px;
}


/* 13516/_0 */ 

#page .cnt-r .sub.cnt13516 {
  padding: 0px 20px;
}
#page .cnt-r .cnt13516 .cnt-c0 {
  width: 50%;
}
#page .cnt-r .cnt13516 .cnt-c1 {
  width: 50%;
}
#page .cnt-r .cnt13516 {
  margin-left: -20px;
  margin-top: -30px;
}
#page .cnt-r .cnt13516 > * {
  padding-left: 20px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #page .cnt-r .cnt13516 .cnt-c0 {
    width: 100%;
  }
  #page .cnt-r .cnt13516 .cnt-c1 {
    width: 100%;
  }
}



/* text13519/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}


/* contact13520/form_0 */ 

#page .contact-form .form-control {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #ebebeb #ebebeb #ebebeb #ebebeb;
  padding: 5px 10px;
  width: 70%;
  font-size: 14px;
}
#page .contact-form .form-label {
  margin: 5px 0px;
  width: 30%;
  font-size: 14px;
}
#page .contact-form .form-error {
  color: #fb0404;
  margin: 0px 0px 3px 30%;
}
#page .contact-form .msg {
  background: transparent;
  background-color: #0c54a0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 479px) {
  #page .contact-form .form-control {
    width: 100%;
  }
  #page .contact-form .form-label {
    width: 100%;
  }
  #page .contact-form .form-error {
    margin: 0px 0px 3px 0px;
  }
}


