<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin: 15px 0px;
}

.layouts ul li {
	margin-bottom: 5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding: 3px 10px;
}

.layouts ul li a:hover {
	background: #000;
	color: #fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}

.row {
	max-width: 1020px;
}

.row.row-sm {
	max-width: 710px;
}

/* -- main styles -- */

.nopad {
	padding: 0px;
}

.nomargin {
	margin: 0;
}

.nopadleft {
	padding-left: 0px;
}

.nopadright {
	padding-right: 0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.invi {
	visibility: hidden;
	opacity: 0;
}

/* preloader */

.preloader {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0, 0%, 100%, .3);
	border-top-color: rgba(255, 255, 255, 0.3);
	border-right-color: rgba(255, 255, 255, 0.3);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

/*   hamburger   */

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	display: none;
	z-index: 10;
	position: absolute;
	top: 10px;
	right: 10px;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 20px;
	float: right;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	border-radius: 2px;
	position: absolute;
	width: 28px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	background-color: #746f6c;
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:before {
	top: -7px;
}

.hamburger-inner:after {
	bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}

.entry {
	font-size: 14px;
}

.entry.padding-top {
	padding-top: 30px;
}

.entry .title {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.entry ul {
	margin-bottom: 1rem;
}

.logo {
	background: #fff;
	padding: 0 1rem;
}

.logo a {
	height: 45px;
	width: 160px;
	display: block;
	background: url('../img/logo.png') center center no-repeat;
	background-size: contain;
	margin-left: 20px;
	position: relative;
}

.logo .logo-beta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #ff8c25;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}

.header-placeholder {
	height: 218px
}

.header-inside-placeholder {
	height: 125px;
}

.header-fixed {
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	height: 145px;
	z-index: 10;
}

.header-logo {
	background: #fff;
}

.header-fixed-inside {
	height: 125px;
}

.header-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 14;
	background: #ff8816;
}

.header-menu ul {
	display: flex;
	justify-content: start;
	align-items: center;
}

.header-menu ul li {
	border-right: 1px solid #181923;
}

.header-menu ul li a {
	display: block;
	padding: 0 15px;
	color: #444;
	text-transform: uppercase;
	line-height: 45px;
	font-weight: 600;
	font-size: 13px;
}

.header-menu ul li.current a {
	background: #181923;
	color: #fff;
}

.header-menu-mob {
	margin-bottom: 30px;
}

.header-menu-mob li {
	display: block;
}

#categories-mob {
	padding-bottom: 100px;
}

#categories-mob li {
	display: inline-block;
	width: 49%;
}

.header-menu-mob li a {
	display: block;
	padding: 0 10px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
	font-size: 13px;
}

.header-above-logo {
	background: #ff8816;
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	z-index: 12;
}

.header-above-logo .row {
	position: relative;
	height: 45px;
}

.search-form {
	margin-top: 13px;
	height: 38px;
	border: 1px solid #cecece;
	line-height: 1;
	vertical-align: top;
}

.search-form a {
	display: inline-block;
	height: 38px;
	width: 125px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
	background: url('../img/search-expand.png') top right no-repeat;
	vertical-align: top;
	line-height: 38px;
}

.search-form input {
	display: inline-block;
	height: 38px;
	width: 250px;
	border: 0;
	line-height: 38px;
	color: #444;
	font-size: 14px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	background: none;
	padding-left: 25px;
}

.search-form button {
	width: 150px;
	height: 38px;
	background: #ff8c25;
	line-height: 42px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.intro {
	height: 330px;
	background: url('../img/intro.png') top center no-repeat;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.intro-text {
	padding-top: 130px;
	max-width: 500px;
}

.intro-text .intro-header {
	line-height: 1;
	font-weight: 800;
	color: #fff;
	text-shadow: #000 1px 1px;
	font-size: 58px;
	margin-bottom: 15px;
}

.intro-text .intro-header-text {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-shadow: #000000 1px 1px;
	margin-bottom: 20px;
}

.intro-text .intro-button {
	background: #ff8c25;
	height: 38px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
}

section {
	position: relative;
	clear: both;
}

.section-title {
	color: #ff8c25;
	font-weight: 800;
	font-size: 34px;
	text-align: center;
}

.section-title:after {
	content: '';
	display: block;
	height: 10px;
	width: 100%;
	background: url('../img/section-title.png') top center no-repeat;
	margin-bottom: 30px;
}

.news .row:first-child {
	margin-bottom: 40px;
}

.news .news-item a {
	padding-bottom: 20px;
}

.news .news-item-1 {
	opacity: 1;
}

.news .news-item-0 {
	opacity: 0.5;
}

.news .news-photo {
	height: 140px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 22px;
}

.car-photo {
	height: 140px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.news .news-header {
	padding: 22px;
	color: #444;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

.news .news-header.auto-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px 0;
}

.news .news-header.auto-title div {
	line-height: 22px;
}

.news .news-info.auto-info {
	padding: 0;
}

.auto-title-button {
	background: #ffe6cc;
	color: #000;
	font-weight: 400;
	font-size: 11px;
	padding: 0 4px;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid #d79b00;
	display: block;
	line-height: 22px;
}

.news .news-header-small {
	padding: 10px;
	color: #444;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
}

.news .news-header-category {
	padding: 22px 22px 20px 22px;
	color: #444;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	clear: both;
	text-transform: uppercase;
}

.news .news-header .news-date {
	color: #b1b1b1;
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
	display: block;
}

.news .news-info {
	padding: 0 22px;
	font-size: 14px;
}

.news .news-info .row {
	margin: 0;
}

.news .news-info .news-price-from {
	color: #000;
	font-size: 18px;
}

.news .news-info .news-price-from-big {
	font-size: 24px;
}

.news .news-text {
	padding: 0px 22px 12px 22px;
	color: #1d1d1d;
	font-size: 14px;
	overflow: hidden;
	height: 66px;
}

.news .news-more {
	color: #232b84;
	font-size: 16px;
	margin-left: 22px;
	font-weight: 600;
	line-height: 18px;
	vertical-align: top;
}

.news .news-more:after {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/news-more.png') center center no-repeat;
	content: '';
	margin-left: 10px;
	vertical-align: top;
}

.news-button a {
	background: #ff8c25;
	height: 38px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
}

.button-undertitle {
	display: inline-block;
	background: #fff;
	line-height: 2rem;
	font-size: 14px;
	color: #ff8c25;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
}

.button-undertitle img {
	max-height: 3rem;
	margin-right: 1rem;
}

.field-empty {
	border: 1px solid #f00;
}

.sr-success {
	background: #ededed;
	padding: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.sidebar-buttons {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 5;
}

a#filter-send, .button-sidebar {
	background: #ff8c25;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	width: 120px;
	z-index: 5;
	margin-bottom: 5px;
}

.button-sidebar span.icon {
	margin-right: 2px;
}

footer {
	background: #eeeeee;
	padding: 20px 0;
}

.footer {
	display: flex;
	max-width: 1020px;
	margin: 0 auto;
	align-items: center;
}

.footer-text {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 1rem;
}

.footer-row {
	height: 58px;
	line-height: 58px;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.footer-links li {
	display: inline-block;
}

.footer-links li a {
	display: block;
	padding: 0.5rem 0.75rem;
}

.footer-logo img {
	max-width: 180px;
}

.footer .spacer {
	flex-grow: 1;
}

.footer .stipriausi img {
	max-height: 3.75rem;
}

.product-list-item {
	-webkit-box-shadow: 0px 0px 14px 0px #ededed;
	-moz-box-shadow: 0px 0px 14px 0px #ededed;
	box-shadow: 0px 0px 14px 0px #ededed;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

.product-list-item-photo {
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-list-item-name {
	padding: 25px;
	width: 100%;
	border-bottom: 1px solid #ededed;
	font-size: 24px;
	color: #232b84;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.product-list-item-attr {
	padding: 25px;
	width: 100%;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	color: #232b84;
	line-height: 1;
	font-weight: 300;
}

.product-list-item-price {
	padding: 25px;
	width: 100%;
	border-bottom: 1px solid #ededed;
	font-size: 20px;
	color: #232b84;
	line-height: 1;
	font-weight: 300;
}

.product-list-item-price span {
	font-weight: 600;
}

.product-list-item-button {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	vertical-align: top;
	background: #213e7f;
	padding: 25px 0;
	text-align: center;
}

.product-list-item-button:after {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/product-more.png') center center no-repeat;
	content: '';
	margin-left: 10px;
	vertical-align: top;
}

.product-list-header {
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/autoheader.png');
	position: relative;
}

.product-list-header-text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-weight: 600;
	text-shadow: #000 1px 1px;
}

.product {
	padding-top: 40px;
	padding-bottom: 3rem;
}

.product .price-row {
	margin-bottom: 30px;
	display: block;
}

.product .price-row::after {
	clear: both;
	content: '';
	display: block;
}

.product .price-from {
	color: #232b84;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

.product .price {
	font-size: 28px;
	color: #ff8c25;
	line-height: 1;
}

.product .price-sub {
	color: #b1b1b1;
	font-size: 16px;
	line-height: 1;
}

.product .action-button, .product .secondary-button, .request-form .action-button {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 10px;
}

.request-form .action-button {
	background: #ff8c25;
}

.request-form input[type=text], .request-form select {
	color: #000;
}

.request-form ::placeholder, .request-form :-ms-input-placeholder, .request-form ::-ms-input-placeholder {
	color: #000;
	opacity: 1;
	/* Firefox */
}

.request-form .request-form-text {
	margin-bottom: 40px;
	padding-top: 40px;
}

.product .secondary-button {
	background: #d3d3d3;
}

.product-title {
	color: #213e7f;
	font-size: 32px;
	font-weight: 600;
	position: relative;
	display: flex;
}

.news-title {
	margin-bottom: 30px;
}

.contact-form {
	height: 80px;
	margin-top: 350px;
	background: #eeeeee;
	position: relative;
}

.contact-form&gt;.row&gt;.column {
	position: relative;
	height: 80px;
}

.contact-float {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding: 40px 50px;
	-webkit-box-shadow: 0px 0px 14px 0px #ededed;
	-moz-box-shadow: 0px 0px 14px 0px #ededed;
	box-shadow: 0px 0px 14px 0px #ededed;
}

.contact-form-title {
	color: #ff8c25;
	font-weight: 800;
	font-size: 28px;
	text-align: left;
}

.contact-form-title:after {
	content: '';
	display: block;
	height: 6px;
	width: 100%;
	background: url('../img/contact-form-title.png') top left no-repeat;
	margin-bottom: 50px;
}

.contact-row {
	color: #213e7f;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.contact-row span {
	font-weight: 300;
	color: #1d1d1d;
}

.contact-form input, .contact-form textarea {
	border: 1px solid #cacaca;
	padding: 10px;
	height: auto;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #a9a8a8;
	background: none;
	box-shadow: none;
}

.contact-form input::placeholder, .contact-form textarea::placeholder, .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
	color: #a9a8a8;
}

.contact-form .action-button {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	background: #ff8c25;
	margin: 0px;
}

.text-page-header {
	padding-top: 10px;
	padding-bottom: 3rem;
}

.back-to-top {
	margin-bottom: 3rem;
	display: block;
	position: relative;
}

.back-to-top a {
	color: #232b84;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	vertical-align: top;
}

.recalculate {
	padding: 20px 10px 0 10px;
	background: #eeeeee;
}

.recalculate.side-block {
	padding: 1rem;
	margin-bottom: 2rem;
}

.recalculate .endingValue {
	display: none;
}

.recalculate .endingValue.endingValueActive {
	display: block;
}

.recalculate label {
	font-size: 12px;
	margin-left: 10px;
	color: #444;
	vertical-align: middle;
}

.recalculate button {
	background: #ff8c25;
	border: transparent;
	font-weight: bold;
	color: #000;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}

.recalculate .recalculate-options {
	padding-top: 13px;
}

.recalculate #recalculateClear {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	clear: both;
	display: block;
	line-height: 1;
	text-align: center;
}

.recalculate input::placeholder, .recalculate textarea::placeholder, .recalculate input::placeholder, .recalculate textarea::placeholder {
	color: #a9a8a8;
}

.recalculate .is-empty {
	border: 1px solid #f00;
	box-sizing: border-box;
}

.recalculate select, .recalculate input {
	border: 1px solid #ededed;
	padding: 10px;
	height: auto;
	font-size: 14px;
	color: #a9a8a8;
	background: #fff;
	margin: 0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	box-shadow: none;
}

.footprint {
	clear: both;
	font-size: 11px;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.recalculate-footprint {
	font-size: 10px;
	padding-top: 5px;
}

#categories-fixed {
	right: 5px;
	z-index: 11;
	text-align: right;
	line-height: 1.1;
	position: fixed;
	top: 50px;
}

#categories-fixed a {
	color: #888;
	font-size: 12px;
}

#categories-fixed a.active {
	color: #ff8c25;
}

.sr-header {
	font-size: 20px;
	padding-top: 20px;
}

.sr-header input {
	margin-right: 5px;
}

.sr-item input {
	margin-right: 5px;
}

.recalculate-home {
	display: none;
}

.mob-nav {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 13;
	overflow: scroll;
}

.mob-nav .recalculate input {
	text-align: center;
}

.noscroll {
	overflow: hidden;
}

/* Tooltip container */

.newtooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
	/* If you want dots under the hoverable text */
	cursor: pointer;
	margin-left: 5px;
}

.newtooltip img {
	width: 12px;
}

/* Tooltip text */

.newtooltip .newtooltiptext {
	visibility: hidden;
	width: 120px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	/* Use half of the width (120/2 = 60), to center the tooltip */
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.newtooltip:hover .newtooltiptext {
	visibility: visible;
}

.calculator {
	background: #eeeeee;
	padding: 20px;
}

.calculator #lease_type_rent {
	display: none;
}

.calculator #lease_type_rent.incalc-show {
	display: block;
}

.recalculate-vertical-field {
	margin-bottom: 20px;
}

.recalculate-vertical-field #recalculateClear {
	display: inline-block;
}

.loader {
	border: 16px solid #ff8c25;
	border-top: 16px solid #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin-left: -60px;
	margin-top: -60px;
}

.auto-filter-message {
	background: #eeeeee;
	padding: 20px;
}

#clearFilter {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	color: #888;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #c6c6c6;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 5px;
}

#recalculate-nav-mob {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 13;
	display: none;
	padding: 0;
}

#recalculate-nav-mob #recalculateClear {
	margin-bottom: 10px;
}

a#show-calculator {
	background: #ff8c25;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	width: 120px;
	z-index: 5;
	margin-bottom: 5px;
}

.recalculate-nav-mob-header {
	height: 60px;
	position: relative;
}

.elm-close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	opacity: 0.6;
}

.elm-close-button:hover {
	opacity: 1;
}

.elm-close-button:before, .elm-close-button:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 4px;
	/* background-color: #333; */
	background-color: #ff8816;
}

.elm-close-button:before {
	transform: rotate(45deg);
}

.elm-close-button:after {
	transform: rotate(-45deg);
}

.extra-details {
	font-size: 14px;
	color: #888;
	display: inline-block;
	margin-right: 20px;
}

.extra-detail-name {
	font-weight: bold;
	margin-right: 10px;
}

.gas-calculator input {
	border: 1px solid #ededed;
	padding: 10px;
	height: auto;
	font-size: 14px;
	color: #a9a8a8;
	background: #fff;
	margin: 0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	box-shadow: none;
}

.gas-calculator label {
	font-size: 12px;
	color: #444;
	vertical-align: middle;
	margin-bottom: 20px;
}

.gas-calculator span {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-left: 10px;
}

.gas-calculator button {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	background: #ff8c25;
}

.gas-calculator h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.cons-container {
	margin-bottom: 20px;
}

.cons-ico {
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
.cons-ico-1 {
	background-image: url('../img/cons-ico-1.png');
}

.cons-ico-2 {
	background-image: url('../img/cons-ico-2.png');
}

.cons-ico-3 {
	background-image: url('../img/cons-ico-3.png');
}

.cons-ico-4 {
	background-image: url('../img/cons-ico-4.png');
}
*/

.cons-ico-custom {
	background-size: contain;
}

.cons-th {
	height: 40px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 8px;
	font-size: 16px;
	margin: 0 3px 2px 3px;
	line-height: 40px;
}

.cons-td {
	height: 40px;
	color: #000;
	text-align: center;
	background: #eeeeee;
	border-radius: 8px;
	font-size: 16px;
	margin: 0 3px 2px 3px;
	line-height: 40px;
}

.photo-links {
	margin-top: -15px;
	margin-bottom: 15px;
}

.photo-links li {
	display: inline-block;
	margin: 0 10px;
}

.photo-links li a {
	color: #444;
}

.big-table tr, .big-table th {
	background: none;
}

.big-table-col-header th, .big-table-data-row td {
	white-space: nowrap;
}

table.big-table tbody tr:nth-child(2n) {
	background: none;
}

.big-table-col-header th {
	vertical-align: top;
	background: #f1f1f1;
}

.big-table-section {
	color: #ff8c25;
	font-weight: 800;
	font-size: 42px;
	text-align: center;
}

.big-table-ico {
	height: 30px;
	width: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 20px;
}

.big-table-border-left {
	border-left: 1px solid #888;
}

.big-table-border-right {
	border-right: 1px solid #888;
}

table.big-table tbody tr.big-table-data-row:nth-child(2n):hover, .big-table-data-row:hover {
	background: #f1f1f1;
}

.tag-container {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.news-item-modeltype, .news-item-used, .news-item-business, .news-item-warehouse, .news-item-discounted {
	background: #ff8c25;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	margin-bottom: 3px;
	text-align: right;
	display: inline-block
}

.is-color-orange {
	color: #ff8c25;
}

.news-item-discounted {
	background: #303030;
}

.news-item {
	position: relative;
}

.news-icons {
	padding: 0 22px;
}

.news-icons span {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

.bold {
	font-weight: bold;
}

.filter-categories {
	padding-top: 20px;
}

.filter-categories .button {
	background: #ff8c25;
	border: transparent;
	font-weight: bold;
	color: #000;
}

.filter-categories .button .icon {
	margin-right: 0.5rem;
}

.filter-categories .button.current {
	background: #303030;
	color: #fff;
}

.filter-categories .button.disabled:hover, .filter-categories .button.disabled:active, .filter-categories .button.disabled:focus, .filter-categories .button.disabled {
	background: #303030;
}

.calculator-info {
	background: #eee;
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	line-height: 1;
}

.calculator-info .text {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.calculator-info .text .ico {
	margin-right: 10px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
}

.calculator-info .sep {
	flex-shrink: 1;
	color: #decf47;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.request-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.request-list .sr-block {
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}

.nojs-message {
	position: fixed;
	top: 20%;
	bottom: 20%;
	right: 20%;
	left: 20%;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	z-index: 9999999;
	justify-content: center;
	border: 2px solid #ff8816;
	font-size: 24px;
}

.consent {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e0e0e0;
	/* flex */
	flex-flow: row nowrap;
	align-items: center;
	align-content: flex-start;
	z-index: 1001;
}

.consent .consent-text {
	flex-grow: 1;
	padding: 0.75rem;
}

.consent .consent-buttons {
	flex-shrink: 1;
	padding: 0.75rem;
}

.consent .consent-buttons .consent-buttons-more {
	display: inline-block;
	padding: 0.5rem;
}

.consent .consent-buttons .consent-buttons-ok {
	display: inline-block;
	padding: 0.5rem;
	background: #ff8816;
	color: #fff;
	font-weight: bold;
}

.interest_rate_label {
	border: 1px solid #ededed;
	padding: 10px;
	height: auto;
	font-size: 14px;
	color: #a9a8a8;
	background: #fff;
	margin: 0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	box-shadow: none;
	cursor: pointer;
}

.interest-offers-container {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	z-index: 99999;
	overflow-y: auto;
}

.interest-offers-container .action-button {
	padding: 0.5rem;
	background: #ff8816;
	color: #fff;
	font-weight: bold;
}

.interest-offers-list {
	background: #fff;
	padding: 1.25rem;
	width: 100%;
	max-width: 1000px;
	margin: 2rem;
	position: relative;
}

.io-columns {
	display: flex;
	padding: 1rem 2rem;
	align-items: center;
	justify-content: space-between;
	flex-basis: 0;
	flex-grow: 1;
	background: #eeeeee;
	margin-bottom: 2px;
	color: #000;
	cursor: pointer;
}

.io-columns-white {
	display: flex;
	padding: 1rem 2rem;
	align-items: center;
	justify-content: space-between;
	flex-basis: 0;
	flex-grow: 1;
	background: #fff;
	margin-bottom: 2px;
	color: #000;
	cursor: pointer;
}

.io-columns:hover {
	background: rgba(238, 238, 238, 0.6);
}

.io-columns-white .io-name, .io-columns-white .io-value, .io-columns-white .io-description,
.io-name, .io-value, .io-description {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
	align-items: center;
}

.io-name-logo {
	flex-shrink: 1;
	padding-right: 0.5rem;
}

.io-name-logo img {
	max-height: 32px;
}

.io-header {
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	position: relative;
}

.io-other-box {
	display: flex;
}

.io-other-box input {
	margin: 0;
	width: 4rem;
	margin-right: 1rem;
}

.io-other-box input.has-error {
	border: 1px solid #f00;
}

.io-other-box-show {
	display: inline-block;
	padding: 3px 5px;
	background: #ff8816;
	font-weight: bold;
	color: #fff;
}

.io-value-input {
	display: none;
}

.interest-rate-value {
	display: none;
}

.interest-rate-value-ico, .interest-rate-value-label {
	margin-right: 0.5rem;
}

.interest-rate-value-ico img {
	max-height: 21px;
}

.header-recalculate-form {
	display: flex;
	align-items: center;
}

.header-recalculate-form #initial {
	max-width: 120px;
	text-align: center;
}

.header-recalculate-form #months {
	max-width: 90px;
	text-align: center;
}

.header-recalculate-form #ending_value {
	max-width: 90px;
	text-align: center;
}

.header-recalculate-form-left {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.header-recalculate-form-left&gt;div {
	margin-right: 0.5rem;
}

.header-recalculate-form-right {
	flex-shrink: 1;
}

.beta-container, .mouseout-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	display: none;
}

.beta-box, .mouseout-box {
	background: #fff;
	padding: 1.5rem;
	margin: 2rem;
	width: 100%;
	max-width: 600px;
}

.beta-box .action-button, .mouseout-box .action-button {
	padding: 0.5rem;
	background: #ff8816;
	color: #fff;
	font-weight: bold;
}

.mouseout-title {
	color: #ff8c25;
	font-weight: 800;
	font-size: 34px;
	margin-bottom: 1rem;
	position: relative;
}

.mouseout-text {
	margin-bottom: 1rem;
}

.button {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 10px;
	background: #ff8c25;
}

.button:hover, .button:active {
	background: rgb(233, 118, 11);
}

.is-contact-block-placeholder {
	height: 100px;
}

.price-filter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #eee;
	margin-bottom: 1px;
}

.price-filter-label {
	font-weight: bold;
	padding: 0.5rem 1rem;
}

.price-filter-select {
	display: flex;
	align-items: center;
}

.price-filter-select-label, .price-filter-select-box {
	padding: 0.5rem 1rem;
}

.price-filter-select-box select {
	margin: 0;
}

/*
.price-filter .price-filter-label,
.price-filter .price-filter-value {
	padding: 0.5rem 1rem;
	font-weight: bold;
}

.price-filter .price-filter-label {
	text-align: right;
}

.price-filter .price-filter-value {
	text-align: center;
	border-left: 1px solid #fff;
}

.price-filter .price-filter-value.current {
	background: #ff8c25;
}

.price-filter .price-filter-value.current a {
	color: #fff;
}

.price-filter .price-filter-value a {
	display: block;
	cursor: pointer;
}
*/

.card-brand-filter {
	display: flex;
	align-items: center;
}

.card-brand-filter-arrows {
	flex-shrink: 1;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.card-brand-filter-list {
	flex-grow: 1;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.card-brand-filter-arrows&gt;div {
	margin: 1rem 0;
}

.hidden {
	display: none;
}

.g-recaptcha {
	margin-bottom: 1rem;
}

.g-recaptcha.is-centered&gt;div {
	margin: 0 auto;
}

.not-found-title {
	font-size: 2rem;
	margin-bottom: .5rem;
}

.title {
	font-size: 2rem;
	margin-bottom: .5rem;
}

.not-found-text {
	margin-bottom: 1rem;
}

.recalculate-mobile-prices {
	margin-bottom: 1rem;
}

.news-item .heart {
	display: flex;
	align-items: center;
	height: 22px;
	position: absolute;
	top: 2px;
	left: 10px;
}

.product-title .heart {
	display: flex;
	align-items: center;
	margin-right: 1rem;
	font-size: 16px;
}

.news-item .heart i {
	font-size: 0.85rem;
	display: block;
}

.news-categories {
	text-align: center;
	margin: 0 0 2rem 0;
}

.news-categories a {
	display: inline-block;
	margin: 0 0.5rem;
}

.clear-button {
	background: #303030;
	opacity: .25;
	border: transparent;
	font-weight: 700;
	color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
	display: inline-block;
}

.price-filter&gt;div {
	border-right: 1px solid #fff;
}

.price-change-button {
	background: transparent;
	font-weight: 700;
	color: #000;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}

.price-change-select {
	padding: 2px;
}

.price-change-select select {
	margin: 0;
}

.offers-close-container {
	padding-top: 1rem;
	text-align: center;
}

#top {
	position: fixed;
	bottom: 2.5rem;
	right: 2.5rem;
	display: none;
	z-index: 10;
}

.left-white {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background: #fff;
	z-index: 13;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 769px) {
	.sidebar-buttons {
		top: auto;
		bottom: 0;
		transform: none;
		z-index: 5;
	}

	.calculator-info {
		display: block;
	}

	.calculator-info .sep {
		display: none;
	}

	.calculator-info .text {
		display: flex;
	}

	.is-hidden-mobile {
		display: none !important;
	}

	.contact-form {
		margin-top: 0;
	}

	.consent {
		display: block;
	}

	.consent .consent-buttons {
		text-align: right;
	}

	.interest-offers-list {
		padding: 1rem;
		margin: 0;
	}

	.io-columns {
		padding: 1rem;
		flex-wrap: wrap;
	}

	.io-description {
		display: block;
		width: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (min-width: 770px) {
	.is-hidden-mobile {
		display: block;
	}

	.is-hidden-desktop {
		display: none;
	}
}

@media only screen and (max-width: 1310px) {}

@media only screen and (max-width: 1023px) {
	.hamburger {
		display: block;
	}

	#categories-fixed {
		display: none;
	}

	.recalculate-home {
		display: none;
	}

	.header-fixed {
		height: 65px;
	}

	.header-fixed .recalculate {
		display: none;
	}

	.header-placeholder, .header-inside-placeholder {
		height: 71px;
	}

	.back-to-top {
		margin: 0;
		padding: 0;
	}

	.contact-form {
		height: auto;
	}

	.contact-form&gt;.row&gt;.column {
		height: auto;
	}

	.contact-float {
		position: relative;
	}

	a#filter-send {
		top: auto;
		bottom: 0;
		right: 10px;
		left: auto;
		transform: none;
		width: 120px;
	}

	a#show-calculator {
		display: block;
	}

	.flex-mobile {
		display: flex;
		align-items: center;
	}

	.flex-mobile div {
		margin-right: 1rem;
	}

	.price-filter-select-label, .price-filter-select-box {
		padding: 0.5rem .25rem;
	}
}

@media only screen and (max-width: 39.9375rem) {
	.header-fixed {
		top: 0;
	}

	.header-above-logo {
		background: none;
	}
}</pre></body></html>