/*!
Theme Name: Technotop
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technotop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Technotop is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2D3748;
	font-family: "Encode Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F3F5F7;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;text-decoration:none;
}

*:hover,
*:focus,
*:active {
	outline: 0;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* MAIN
--------------------------------------------- */
.wrap {width:1200px;margin:auto;}
.wrap--1440 {width:1440px;margin:auto;}
.wrap--1040 {width:1040px;margin:auto;} 

.heading--64 {font-size: 64px;font-weight: 700;line-height:125%;margin-top:0;}
.heading--48 {font-size: 48px;font-weight: 700;line-height:125%;margin-top:0;}
.heading--36 {font-size: 36px;font-weight: 700;line-height:125%;margin-top:0;}
.heading--32, .cf__title {font-size: 32px;font-weight: 700;line-height:125%;margin-top:0;}
.heading--24 {font-size: 24px;font-weight: 600;line-height:125%;margin-top:0;}
.heading--20 {font-size: 20px;font-weight: 700;line-height:125%;margin-top:0;}

.button {border:none;cursor:pointer;display:inline-flex;padding:12px 20px; color: #FFF;font-size: 16px;font-weight: 600;line-height: normal;border-radius: 8px;background: #E53E3E;box-shadow: 0 4px 12px 0 rgba(229, 62, 62, 0.25);transition: background 0.15s ease-in, box-shadow 0.15s ease-in, transform 0.15s ease-in;}
.button:hover {background: #C53030;box-shadow: 0 6px 16px 0 rgba(229, 62, 62, 0.40);transform: translateY(-2px);}
.button__white {border-radius: 8px;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);color: #2D3748;font-size: 14px;font-weight: 700;line-height: normal;padding:12px 20px;display:inline-block;transition: box-shadow 0.15s ease-in, transform 0.15s ease-in;}
.button__white:hover {box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.18);transform: translateY(-2px);}

.text--18 {font-size: 18px;line-height: 150%;}
.text--14 {font-size: 14px;line-height: 150%;}
.text {font-size: 16px;line-height: 150%;}

.mb64 {margin-bottom:64px;}
.mb40 {margin-bottom:40px;}
.mb32 {margin-bottom:32px;}
.mb24 {margin-bottom:24px;}
.mb16 {margin-bottom:16px;}


.pp80 {padding:80px 0;}

.center {text-align:center;}

.wpforms-required-label {color:red;}
.wpforms-error {font-weight: 700; color: red; font-size: 13px; font-style: normal; margin-top: 8px; display: block;}

/* HEADER
--------------------------------------------- */

.site-header {position:fixed;top:0;left:0;width:100%;z-index: 999;background: #FFF;}
.page-template-page-home .site-header, .page-template-page-wycena .site-header {top:64px;background:none;transition: all 0.15s ease-in;}
.page-template-page-home .site-header.scrolled, .page-template-page-wycena .site-header.scrolled {top:24px;transition: all 0.15s ease-in;}

.header__wrap {width:1200px;margin:auto;}
.page-template-page-home .header__wrap, .page-template-page-wycena .header__wrap {width:1440px;margin:auto;}
.header__grid {padding:40px 0;display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;}
.page-template-page-home .header__grid, .page-template-page-wycena .header__grid {padding:20px 48px;border-radius: 32px;background: #FFF;box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);transition: all 0.15s ease-in;}


.site-branding a {color: #1A365D;font-size: 24px;font-weight: 700;line-height: normal;text-transform:uppercase;}
.main-navigation ul {column-gap:28px;}
.main-navigation ul li a {position:relative;font-size: 15px;font-weight: 600;line-height: normal;transition: all 0.15s ease-in;}
.main-navigation ul li a:after {content:'';position:absolute;width:100%;left:0;bottom:-6px;;height:0;border-radius: 1px;background: #E53E3E;transition: all 0.15s ease-in;}
.main-navigation ul li a:hover {color:#E53E3E;transition: all 0.15s ease-in;}
.main-navigation ul li a:hover:after {height:2px;transition: all 0.15s ease-in;}

/* HOME
--------------------------------------------- */

.home__hero {position:relative;padding-top:200px;padding-bottom:100px;}
.hh__img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;z-index:1;}
.hh__content {position:relative;z-index:3;color:#fff;}
.hh__content .heading--64 {max-width:680px;margin-left:auto;margin-right:auto;}
.hh__content .text--18 {max-width:640px;margin-left:auto;margin-right:auto;}
.hh__search {position:relative;z-index:3;}

.home__cats {padding-top:80px;padding-bottom:60px;}
.motoboard-cats {display:flex;justify-content: center;column-gap:10%;flex-wrap:wrap;grid-row-gap:24px;}
.motoboard-cat__image img {display:block;transition: all 0.15s ease-in;}
.motoboard-cat__body {text-align: center;}
.motoboard-cat__name {color: #2D3748;font-size: 20px;font-weight: 700;line-height: normal;text-align:center;}
.motoboard-cat:hover .motoboard-cat__image img {transform:scale(1.05);transition: all 0.15s ease-in;}

.home__brands {padding:64px 0; background: linear-gradient(90deg, #D3D3D3 0%, #F3F5F7 100%), #E53E3E;}
.home__brands .heading--32 {color:#1A365D;}
.hb__grid {display:flex;align-items: center;justify-content: center;column-gap:128px;}
.hb__grid img {display:block;max-height:128px;}

.header .heading--48 {color:#1A365D;}
.header .text--18 {color:#2D3748;max-width:640px;margin-left:auto;margin-right:auto;}

.listing__grid {display:grid;grid-template-columns:repeat(4, 22.2%);justify-content: space-between;grid-row-gap:64px;}
.listing__card {position:relative;border-radius: 8px;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);transition: all 0.15s ease-in;}
.listing__img {overflow:hidden;}
.listing__img img {display:block;width:100%;height:200px;object-fit: cover;transition: all 0.15s ease-in;}
.listing__info {padding:20px;}
.listing__title {color: #1A202C;font-size: 18px;font-weight: 700;line-height: normal;margin-bottom:12px;margin-top:0;}
.listing__meta {display:flex;column-gap:24px;flex-wrap:wrap;margin-bottom:12px;}
.listing__meta-value {position:relative;color: #718096;font-size: 14px;font-weight: 400;line-height: normal;}
.listing__meta-value:after {content:'•';position:absolute;right:-13px;}
.listing__meta-value:last-of-type:after {content:'';}
.listing__price {color: #E53E3E;font-size: 20px;font-weight: 700;line-height: normal;}
.listing__price-old {color: #718096;font-size: 14px;font-weight: 400;text-decoration: line-through;margin-right: 6px;}
.listing__link {position:absolute;top:0;left:0;width:100%;height:100%;}
.listing__card:hover {box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.20);transition: all 0.15s ease-in;}
.listing__card:hover .listing__img img {transform: scale(1.03);transition: all 0.15s ease-in;}

.home__appraise {background: linear-gradient(90deg, #D3D3D3 0%, #F3F5F7 100%), #E53E3E;}
.ha__grid {display:grid;grid-template-columns: 45% 51%;justify-content: space-between;align-items: center;}
.ha__content .heading--48 {color:#1A365D}
.ha__content .text--18 {color: #2D3748;}
.ha__img img {display:block;}

/* SINGLE CAR
--------------------------------------------- */

.car__content {padding-top:200px;padding-bottom:64px;}
.ct__grid {display:grid;grid-template-columns:48.4% 48.4%;justify-content: space-between;}
.ct__gallery {margin-bottom:12px;}
.gallery__swiper img {display:block;width:100%;height: 420px; object-fit: cover;}
.gallery__swiper .glightbox {display:block;position:relative;overflow:hidden;}
.gallery__swiper .glightbox::after {content:'';position:absolute;inset:0;background:rgba(0,0,0,.35) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") center/48px no-repeat;opacity:0;transition:opacity .2s ease;cursor:zoom-in;}
.gallery__swiper .glightbox:hover::after {opacity:1;}
.gallery__swiper .swiper-button-prev,
.gallery__swiper .swiper-button-next {width:40px;height:40px;border-radius:50%;background:rgba(26,32,44,.55);color:#fff;transition: all 0.15s ease-in;}
.gallery__swiper .swiper-button-prev:hover,
.gallery__swiper .swiper-button-next:hover {background:rgba(26,32,44,.8);transition: all 0.15s ease-in;}
.gallery__swiper .swiper-button-prev::after,
.gallery__swiper .swiper-button-next::after {font-size:16px;font-weight:700;}
.thumbs__swiper img {display:block;width:100%;height: 110px; object-fit: cover;cursor:pointer;transition: all 0.15s ease-in;}
.thumbs__swiper img:hover {transform:scale(1.03);transition: all 0.15s ease-in;}

.ct__main {display:grid;grid-template-columns:1fr 200px;grid-column-gap:24px;justify-content: space-between;}

.ctm__id {margin-bottom:12px;color: #718096;font-size: 12px;font-weight: 400;line-height: normal;}
.ctm__left .heading--24 {color:#1A202C;}
.ctm__left .text--14 {color:#718096;}
.ctm__buttons {display:flex;column-gap:16px;}

.ctm__price {border-radius: 8px;background: #E53E3E;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);padding:16px;color:#fff;}
.ctm__price .text--14 {margin-bottom:8px;}
.ctm__price .heading--24 {margin-bottom:0;}
.ctm__price--promo .text--14 {margin-bottom:4px;text-transform:uppercase;font-weight:700;letter-spacing:0.5px;}
.ctm__price-old {font-size:14px;text-decoration:line-through;opacity:.75;margin-bottom:4px;}
.ctm__number {width: 100%; display: block;border-radius: 8px;background: #1A202C;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);text-align:center;color:#fff;padding:12px 20px;cursor:pointer;transition: all 0.15s ease-in;}
.ctm__number:hover {box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);transition: all 0.15s ease-in;}
.ctmn__mask {font-size: 14px;font-weight: 700;}
.ctmn__text {font-size: 12px;font-weight: 700;margin-top:6px;}
.ct__info {display:grid;grid-template-columns:48% 48%;justify-content:space-between;grid-row-gap:16px;border-radius: 12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);padding:20px;}
.cti__name {color: #718096;font-size: 12px;font-weight: 400;margin-bottom:8px;}
.cti__val {color: #1A202C;font-size: 16px;font-weight: 700;}

#wpforms-form-311-submit-btn-disabled {display:none;}

.car__info {display:grid;grid-template-columns:48.5% 48.5%;justify-content: space-between;align-items:flex-start;}
.ct__includes {border-radius: 8px; background: #FFF; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);padding:24px;}
.ct__includes .heading--20 {color:#1A202C;}
.includes__grid {display:grid;grid-template-columns:49% 49%;justify-content: space-between;grid-row-gap:16px;}
.include {display:grid;grid-template-columns:24px 1fr;justify-content: space-between;grid-column-gap:12px;align-items: center;}
.include__img img {display:block;}
.include__text {color: #1A202C;font-size: 12px;font-weight: 400;line-height: normal;}

.ct__includes .button__white {border:none;cursor:pointer;}

.ci__right {padding:24px;border-radius: 12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);}
.ci__right .heading--20 {color:#1A202C;}
.ci__right .text--14 {color:#1A202C;}
.ci__right iframe {display:block;width:100%;height:360px;}

.car__desc {padding:32px 0;}
.cd__grid {display:grid;grid-template-columns:25% 73%;justify-content: space-between;}
.cd__left .heading--48 {color:#1A202C;margin-bottom:12px;}
.cd__right {border-radius: 12px;padding:24px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);}


.car__related {padding:32px 0;}
.cr__grid {display: grid; grid-template-columns: 32% 32% 32%; justify-content: space-between;border-radius: 8px;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);padding:24px;}

.wpforms-field.hidden {display:none;visibility: hidden;}

/* ARCHIVE
--------------------------------------------- */

.cars {padding-top:200px;padding-bottom:64px;}
.cars__grid {display:grid;grid-template-columns:31% 67%;align-items: flex-start;justify-content: space-between;}
.cars__filters {border-radius: 8px;background: #FFF;padding:24px;}
.cf__header {margin-bottom:24px;display: grid; grid-template-columns: auto auto; justify-content: space-between; align-items: center;}
.cf__title {margin-bottom:0;}
.cf__reset {color: #718096;font-size: 14px;font-weight: 500;text-decoration:underline;}

.cf__form {display:grid;grid-row-gap:12px;grid-template-columns:100%;}
.cf__row {display:grid;grid-template-columns:48% 48%;justify-content: space-between;}
.cf__label {display:block;color: #2D3748;font-size: 14px;font-weight: 500;line-height: normal;margin-bottom:8px;}
.cf__input, .cf__select {width:100%;border-radius: 8px;border: 1px solid #E2E8F0;background: #FFF;padding:12px 16px;height:48px;color: #2D3748;font-size: 15px;font-weight: 400;line-height: normal;}

.cf__actions {display: grid; grid-template-columns: auto auto; justify-content: space-between; align-items: center;}
.cf__actions .button {border:none;}
.cf__more-btn {border:none;padding:0;background:none;cursor:pointer;color: #1A365D;font-size: 14px;font-weight: 500;text-decoration:underline;}

.cl__grid {display:grid;grid-template-columns:32% 32% 32%;justify-content: space-between;grid-row-gap:12px;}
.cars__empty {margin-top:0;text-align:center;font-size: 32px;font-weight: 700;line-height:125%;}

/* Filters mobile toggle — domyślnie ukryte na desktopie */
.cf__toggle-btn {display:none;}
.cf__overlay {display:none;}
.cf__close-btn {display:none;}
.cf__header-right {display:flex;align-items:center;gap:12px;}
.cf__active-badge {display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:#E53E3E;color:#fff;border-radius:10px;font-size:12px;font-weight:700;}

.cars__pagination .page-numbers {list-style:none;padding:0;margin:0;display:flex;justify-content: center;column-gap:16px;}
.cars__pagination .page-numbers .page-numbers {width:40px;height:40px;border-radius: 8px;border: 1px solid #E2E8F0;background: #FFF;font-weight:700;font-size:14px;text-align:center;line-height:38px;display:inline-block;}

/* WYCENA
--------------------------------------------- */

.estimate__hero {position:relative;padding-top:200px;padding-bottom:180px;}
.eh__img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;z-index:1;}
.eh__bg {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 100%);}
.eh__content {position:relative;z-index:3;color:#fff;}
.eh__content .heading--64 {max-width:1010px;margin-left:auto;margin-right:auto;}
.eh__content .text--18 {max-width:640px;margin-left:auto;margin-right:auto;}

.ec__grid {display:grid;grid-template-columns:46% 52%;justify-content: space-between;}
.ec__left {padding:24px;border-radius: 8px;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);}

.wpforms-field-container {margin-bottom:12px;}
.wpforms-field-container, .wpforms-field-layout-rows {display:grid;grid-row-gap:12px;}
.wpforms-field-label {color: #2D3748;font-size: 14px;font-weight: 500;line-height: normal;display:block;margin-bottom:8px;}
.wpforms-field-text input, .wpforms-field-phone input, .wpforms-field-email input {width:100%;padding:0 16px;border-radius: 8px;border: 1px solid #E2E8F0;background: #FFF;height:48px;color: #2D3748;font-size: 15px;font-weight: 400;}
.wpforms-field-textarea textarea {width:100%;padding:12px 16px;border-radius: 8px;border: 1px solid #E2E8F0;background: #FFF;height:120px;color: #2D3748;font-size: 15px;font-weight: 400;}

.wpforms-field-checkbox fieldset {border:0;padding:0;}
.wpforms-field-checkbox fieldset legend {display:none;}
.wpforms-field-checkbox fieldset ul {list-style:none;margin:0;padding:0;}
.wpforms-field-checkbox fieldset label {display:block;padding-left:24px;color: rgba(55, 65, 81, 0.85);font-size: 12px;font-weight: 400;line-height: 150%;}
.wpforms-field-checkbox fieldset label a {text-decoration:underline;}

.wpforms-field-checkbox li {position:relative;}
.wpforms-field-checkbox li input[type="checkbox"] {display:none;visibility:hidden;}
.wpforms-field-checkbox li label:before {cursor:pointer;background: #FFFFFF; position: absolute; width: 18px; height: 18px; content:'';left:0px;top:calc(50% - 9px);border-radius: 4px;border: 1px solid #D1D5DB;}
.wpforms-field-checkbox li.wpforms-selected label:before {background: #fff url(img/check.png);background-position:center center;background-repeat:no-repeat;background-size:80%;}

.wpforms-field-html {font-size:12px;line-height:175%;}

.wpforms-submit-container {text-align:right;}
.ec__left .wpforms-submit {border-radius: 8px;border:none;background: #1A365D;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);display:inline-block;cursor:pointer;padding:12px 20px;color: #FFF;font-size: 14px;font-weight: 700;line-height: normal;transition: all 0.15s ease-in;}
.ec__left .wpforms-submit:hover {background:#E53E3E;box-shadow: 0 6px 16px 0 rgba(229, 62, 62, 0.40);transform: translateY(-2px);transition: all 0.15s ease-in;}

.car__form .wpforms-submit {border-radius: 8px;border:none;background: #1A365D;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);display:inline-block;cursor:pointer;padding:12px 20px;color: #FFF;font-size: 14px;font-weight: 700;line-height: normal;transition: all 0.15s ease-in;}
.car__form .wpforms-submit:hover {background:#E53E3E;box-shadow: 0 6px 16px 0 rgba(229, 62, 62, 0.40);transform: translateY(-2px);transition: all 0.15s ease-in;}

.ec__columns {display:grid;grid-template-columns:48.5% 48.5%;justify-content: space-between;grid-row-gap:24px;}
.ec__box {padding:24px;border-radius: 8px;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);}
/*.ec__box:nth-of-type(3) {grid-column-start:1;grid-column-end:3;}*/
.ec__icon img {display:block;}
.ec__box .heading--32 {color:#1A365D;}
.ec__box .text--14 {color:#718096;}

/* CONTACT
--------------------------------------------- */

.contact {padding-top:64px;padding-bottom:80px;}
.contact__single {padding-top:120px;}
.contact__header .heading--36 {color:#1A365D;margin-bottom:12px;}
.contact__header .text {color: #6B7280;}
.contact__grid {display: grid; grid-template-columns: 49% 49%; justify-content: space-between;}
.contact__left {border-radius: 12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);padding:24px;}
.contact__left .heading--24 {color:#1A365D;}
.contact__left .wpforms-submit {border:none;cursor:pointer;display:inline-block;color: #FFF;font-size: 15px;font-weight: 700;line-height: normal;border-radius: 10px;background: #E53E3E;box-shadow: 0 8px 18px -4px rgba(229, 62, 62, 0.20);padding:14px 20px;transition: background 0.15s ease-in, box-shadow 0.15s ease-in, transform 0.15s ease-in;}
.contact__left .wpforms-submit:hover {background: #C53030;box-shadow: 0 6px 16px 0 rgba(229, 62, 62, 0.40);transform: translateY(-2px);}
.contact__right {border-radius: 12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);padding:24px;}
.contact__right .heading--24 {color:#111827;}
.cb__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:24px;}
.contact__box {display:grid;grid-template-columns:24px 1fr;grid-column-gap:24px;align-items: center;}
.contact__icon svg {display:block;}
.contact__name {color: #6B7280;font-size: 12px;font-weight: 600;}
.contact__address {color: #111827;font-size: 16px;font-weight: 400;}
.contact__address a {position:relative;transition: all 0.15s ease-in;}
.contact__address a:after {content:'';position:absolute;left:0;bottom:0;height:1px;background:#E53E3E;width:0;transition: all 0.15s ease-in;}
.contact__address a:hover {color:#E53E3E;transition: all 0.15s ease-in;}
.contact__address a:hover:after {width:100%;;transition: all 0.15s ease-in;}
.contact__right iframe {width:100%;height:360px;}

.car__form {border-radius: 12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);padding:24px;}

/* SINGLE PAGE
--------------------------------------------- */

.single__page {padding-top:120px;padding-bottom:64px;}
.sp__grid {padding:24px;border-radius: 8px;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);}
.sp__grid ul, .sp__grid ol {margin-left:0;padding-left:32px;}

/* FOOTER
--------------------------------------------- */

.site-footer {border-top: 1px solid #E5E7EB;background: #FFF;padding-top:60px;padding-bottom:40px;}
.footer__grid {display:flex;column-gap:32px;justify-content: space-between;}
.fg__column {max-width:17%}
.fg__first .site-branding {color:#111827;}
.footer__claim {color: #6B7280;line-height: 180%;}
.fg__column .text--14 {color:#374151}
.fg__column .text--14 h4 {color: #111827;font-size: 16px;font-weight: 600;line-height: normal;margin-top:0;margin-bottom:20px;}
.fg__column .text--14 p {margin-top:0;margin-bottom:12px;}

.fg__menu ul {margin:0;padding:0;list-style:none;display:grid;grid-row-gap:12px;}
.fg__hours .text--14 p {margin-bottom:8px;}

.footer__logos {display:grid;grid-template-columns:auto auto;justify-content: space-between;}
.fl__left {display:flex;column-gap:12px;align-items: center;}
.footer__logos img {display:block;max-width:100px;}
.fl__right {display:flex;column-gap:24px;align-items: center;}

.footer__bottom {display:grid;grid-template-columns:auto auto;justify-content: space-between;color:#374151;}
.site-footer a {position:relative;transition: all 0.15s ease-in;}
.site-footer a:after {content:'';position:absolute;left:0;bottom:0;height:1px;background:#E53E3E;width:0;transition: all 0.15s ease-in;}
.site-footer a:hover {color:#E53E3E;transition: all 0.15s ease-in;}
.site-footer a:hover:after {width:100%;;transition: all 0.15s ease-in;}

/* SINGLE POST
--------------------------------------------- */
.post__hero {position:relative;padding-top:200px;padding-bottom:80px;background:#1A365D;}
.ph__img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}
.ph__bg {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.25) 100%);}
.ph__content {position:relative;z-index:3;color:#fff;max-width:800px;margin:0 auto;}
.ph__content .heading--48 {color:#fff;margin-bottom:16px;}
.ph__meta {color:rgba(255,255,255,0.70);font-size:14px;font-weight:500;margin-top:12px;}
.ph__meta a {color:rgba(255,255,255,0.70);transition:color 0.15s ease-in;}
.ph__meta a:hover {color:#fff;}

.post__body {padding:48px 0 64px;}
.post__content {background:#FFF;border-radius:12px;padding:48px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.10);}
.post__content h2 {font-size:28px;font-weight:700;color:#1A365D;margin-top:36px;margin-bottom:16px;line-height:130%;}
.post__content h3 {font-size:22px;font-weight:700;color:#1A365D;margin-top:28px;margin-bottom:14px;line-height:130%;}
.post__content h4 {font-size:18px;font-weight:700;color:#1A202C;margin-top:24px;margin-bottom:12px;line-height:130%;}
.post__content p {font-size:16px;line-height:180%;color:#2D3748;margin-bottom:20px;}
.post__content ul,.post__content ol {margin-left:0;padding-left:28px;margin-bottom:20px;}
.post__content li {font-size:16px;line-height:175%;color:#2D3748;margin-bottom:8px;}
.post__content ul li::marker {color:#E53E3E;}
.post__content ol li::marker {color:#E53E3E;font-weight:700;}
.post__content img {display:block;max-width:100%;height:auto;border-radius:8px;margin:28px auto;}
.post__content figure {margin:28px 0;}
.post__content figure img {margin:0 0 8px;}
.post__content figcaption {text-align:center;font-size:13px;color:#718096;}
.post__content blockquote {border-left:4px solid #E53E3E;margin:28px 0;padding:16px 24px;background:#FFF8F8;border-radius:0 8px 8px 0;}
.post__content blockquote p {margin-bottom:0;color:#1A365D;font-style:italic;font-size:18px;line-height:160%;}
.post__content a {color:#E53E3E;text-decoration:underline;transition:color 0.15s ease-in;}
.post__content a:hover {color:#C53030;}
.post__content strong {font-weight:700;color:#1A202C;}
.post__content hr {border:0;border-top:1px solid #E5E7EB;margin:32px 0;}
.post__content table {width:100%;border-collapse:collapse;margin-bottom:24px;font-size:14px;}
.post__content table th {background:#F7FAFC;color:#1A365D;font-weight:700;padding:12px 16px;text-align:left;border:1px solid #E5E7EB;}
.post__content table td {padding:12px 16px;border:1px solid #E5E7EB;color:#2D3748;}
.post__content table tr:nth-child(even) td {background:#FAFAFA;}

.post__related {padding:32px 0 64px;}
.pr__grid {display:grid;grid-template-columns:32% 32% 32%;justify-content:space-between;}
.listing__no-img {height:200px;background:#E2E8F0;}

/* BLOG PAGE
--------------------------------------------- */
.blog__header {padding-top:120px;padding-bottom:32px;}
.blog__header .heading--48 {color:#1A365D;margin-bottom:0;}
.blog__posts {padding:48px 0 80px;}
.blog__grid {display:grid;grid-template-columns:32% 32% 32%;justify-content:space-between;grid-row-gap:32px;}
.blog__card .listing__meta {margin-bottom:8px;}
.blog__card .listing__title {margin-top:4px;margin-bottom:8px;}
.blog__card .listing__img img {height:220px;}
.blog__excerpt {font-size:14px;color:#718096;line-height:160%;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.ph__desc {color:rgba(255,255,255,0.85);margin-top:16px;max-width:640px;margin-left:auto;margin-right:auto;}
.blog__pagination {margin-top:48px;}
.blog__pagination .page-numbers {list-style:none;padding:0;margin:0;display:flex;justify-content:center;column-gap:16px;}
.blog__pagination .page-numbers li a,
.blog__pagination .page-numbers li span {display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid #E2E8F0;background:#FFF;font-weight:700;font-size:14px;line-height:1;transition:all 0.15s ease-in;}
.blog__pagination .page-numbers li span.current {background:#E53E3E;border-color:#E53E3E;color:#fff;}
.blog__pagination .page-numbers li a:hover {background:#F7FAFC;border-color:#CBD5E0;}


/* RWD
--------------------------------------------- */

@media screen and (max-width: 1440px) {
	.wrap--1440 {width:1200px;}
	.page-template-page-home .header__wrap, .page-template-page-wycena .header__wrap {width:1200px;}
	.footer__grid {column-gap: 24px;}
	.cb__grid {grid-template-columns: 49% 49%;}
	.cb__grid.cb2 {grid-template-columns:100%;}
	.motoboard-cats {column-gap: 8%;}
}

@media screen and (max-width: 1200px) {
	.wrap, .wrap--1440, .page-template-page-home .header__wrap, .page-template-page-wycena .header__wrap, .header__wrap {width:100%;padding:0 8px;}
	.menu-toggle {padding:0;background:none;border:none;font-weight:700;color:#000;font-size: 16px;}
	.menu-toggle svg {display:block;width:24px;}
	.main-navigation ul {display:none;}
	.main-navigation.toggled ul {position: absolute; left: 8px; top: calc(100% - 20px); text-align: center; background: #Fff; padding: 10px; right: 8px; z-index: -1;border-radius:0 0 24px 24px;}
	.main-navigation ul li {margin-left:0;padding:8px 0;}
	.main-navigation ul li a {display:inline-block;}
	.header__grid {padding: 24px 0;}
	.footer__grid {flex-wrap:wrap;row-gap:24px;justify-content: space-evenly;}
	.page-template-page-home .site-header, .page-template-page-wycena .site-header {top: 24px;}
	.page-template-page-home .header__grid, .page-template-page-wycena .header__grid {padding: 16px 24px;border-radius: 28px;}
	.home__hero {padding-top: 120px; padding-bottom: 48px;}
	.fg__column {max-width: 25%;}
	
	.heading--64 {font-size: 48px;}
	.heading--48 {font-size: 40px;}
	.heading--36 {font-size: 32px;}
	.heading--32, .cf__title {font-size: 28px;}
	.mb64 {margin-bottom:48px;}
	.mb40 {margin-bottom:32px;}
	.mb32 {margin-bottom:24px;}
	.pp80 {padding:64px 0;}
	.site-footer {padding-top: 32px; padding-bottom: 32px;}
	.listing__grid {grid-template-columns: repeat(4, 24%); grid-row-gap: 32px;}
	.listing__info {padding: 16px;}
	.cars, .car__content {padding-top: 120px; padding-bottom: 32px;}
	.gallery__swiper img {height: 35vw;}
	.ct__main {grid-template-columns: 1fr auto; grid-column-gap: 16px;}
	.ec__grid {grid-template-columns: 48% 50%;}
	.post__hero {padding-top:120px;padding-bottom:64px;}
	.post__content {padding:32px;}
	.blog__grid {grid-template-columns:48% 48%;grid-row-gap:24px;}
	.blog__posts {padding:32px 0 64px;}
}

/* Callback popup */
.ctm-popup {display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:9999;align-items:center;justify-content:center;padding:16px;}
.ctm-popup.is-active {display:flex;}
.ctm-popup__inner {background:#fff;border-radius:12px;padding:32px;max-width:480px;width:100%;position:relative;max-height:90vh;overflow-y:auto;}
.ctm-popup__close {position:absolute;top:12px;right:14px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#718096;padding:0;}
.ctm-popup__close:hover {color:#1A202C;}
.ctm-popup__title {font-size:20px;font-weight:700;color:#1A202C;margin:0 0 8px;}
.ctm-popup__desc {font-size:14px;color:#718096;margin:0 0 20px;}
.ctm-popup__form .wpforms-submit {border-radius:8px;border:none;background:#1A365D;box-shadow:0 2px 8px 0 rgba(0,0,0,0.10);display:inline-block;cursor:pointer;padding:12px 20px;color:#FFF;font-size:14px;font-weight:700;line-height:normal;transition:all 0.15s ease-in;}
.ctm-popup__form .wpforms-submit:hover {background:#E53E3E;box-shadow:0 6px 16px 0 rgba(229,62,62,0.40);transform:translateY(-2px);}
.ctm-popup__success {display:block;width:100%;margin-top:12px;padding:10px 16px;background:none;border:1px solid #E2E8F0;border-radius:8px;font-size:13px;color:#718096;cursor:pointer;text-align:center;transition:background 0.15s;}
.ctm-popup__success:hover {background:#f7f7f7;}

@media screen and (max-width: 1040px) {
	.wrap--1040 {width:100%;padding:0 8px;}
}

@media screen and (max-width: 780px) {
	.cars__grid {display:block;}

	.cf__toggle-btn {display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-bottom:16px;padding:12px 20px;background:#fff;border:1px solid #E2E8F0;border-radius:8px;font-size:15px;font-weight:500;color:#1A365D;cursor:pointer;}
	.cf__overlay {display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;}
	.cf__overlay.is-open {opacity:1;visibility:visible;}
	.cars__filters {position:fixed;bottom:0;left:0;right:0;max-height:85vh;overflow-y:auto;z-index:999;border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);padding-bottom:env(safe-area-inset-bottom,16px);}
	.cars__filters.is-open {transform:translateY(0);}
	.cf__close-btn {display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:#F7FAFC;border:1px solid #E2E8F0;border-radius:50%;cursor:pointer;font-size:20px;line-height:1;color:#4A5568;}

	.cl__grid {grid-template-columns:repeat(2,48%);}
	.cars__empty {grid-column:1/3;}

	body.cf-panel-open {overflow:hidden;}

	.footer__grid {row-gap: 16px; justify-content: space-between;column-gap:4%;}
	.fg__column {max-width: 100%; width: 100%;text-align:center;}
	.footer__grid {column-gap:0;}

	.home__cats {padding-top: 32px; padding-bottom: 32px;}

	.text--18 {font-size: 16px;}
	.text {font-size: 14px;}
	.pp80 {padding:48px 0;}
	.contact {padding-top: 32px; padding-bottom: 48px;}
	.button {padding:12px 16px; font-size: 14px;}
	.button__white {padding:12px 16px;}
	.heading--64 {font-size: 32px;}
	.heading--48 {font-size: 32px;}
	.heading--36 {font-size: 28px;}
	.heading--32, .cf__title {font-size: 24px;}
	.heading--24 {font-size: 20px;}
	.heading--20 {font-size: 18px;}
	.contact__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.contact__address {font-size: 14px;}
	.contact__icon svg {width: 18px;}
	.contact__box {grid-template-columns: 18px 1fr; grid-column-gap: 16px;}
	.moto-search {padding: 16px;}
	.motoboard-cat__name {font-size: 18px;}
	.motoboard-cat__image img {max-width: 120px;}
	.home__brands {padding: 32px 0;}
	.hb__grid {column-gap: 32px;}
	.listing__grid {grid-template-columns: repeat(2, 48%); grid-row-gap: 24px;}
	.listing__img img {height: 32vw;}
	.listing__title {font-size: 16px;}
	.listing__meta {column-gap: 18px; margin-bottom: 10px;}
	.listing__meta-value::after {right: -11px;}
	.listing__price {font-size: 18px;}
	.ct__grid, .car__info {grid-template-columns: 100%; grid-row-gap: 16px;}
	.ct__includes, .ci__right, .car__form {padding:16px;}
	.includes__grid {grid-row-gap: 12px;}
	.include {grid-template-columns: 18px 1fr; grid-column-gap: 10px;}
	.cr__grid {grid-template-columns: 48% 48%; padding: 16px;}
	.cr__grid .listing__card:nth-of-type(3) {display:none;}
	.estimate__hero {padding-top: 120px; padding-bottom: 32px;}
	.gallery__swiper img {height: 45vw;}
	.thumbs__swiper img {height: 21vw;}
	.ec__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.contact__single {padding-top: 120px;}
	.contact__left {order:2;}
	.contact__right {order:1;}
	.cd__grid {grid-template-columns: 100%;}
	.post__body {padding:24px 0 40px;}
	.post__content {padding:24px;}
	.post__content h2 {font-size:22px;}
	.post__content h3 {font-size:18px;}
	.post__content h4 {font-size:16px;}
	.post__content p,.post__content li {font-size:15px;}
	.post__content blockquote p {font-size:16px;}
	.post__related {padding:16px 0 40px;}
	.pr__grid {grid-template-columns:48% 48%;}
	.pr__grid .listing__card:nth-of-type(3) {display:none;}
	.blog__grid {grid-template-columns:100%;grid-row-gap:16px;}
	.blog__card .listing__img img {height:56vw;}
	.blog__pagination {margin-top:32px;}
}

@media screen and (max-width: 560px) {
	.contact__left, .contact__right {padding:16px;}
	.cb__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.contact__right iframe {height: 240px;}
	.ha__grid {grid-template-columns: 100%;}
	.ha__content {order:2;}
	.ha__img {order:1;}
	.ct__info {grid-row-gap: 12px; padding: 16px;}
	.cti__name {margin-bottom: 6px;}
	.cti__val {font-size: 14px;}
	.ci__right iframe {height: 65vw;}
}

@media screen and (max-width: 480px) {
	.mb64 {margin-bottom:32px;}
	.mb40 {margin-bottom:24px;}
	.mb32 {margin-bottom:24px;}
	.mb24 {margin-bottom:16px;}
	.pp80 {padding: 40px 0;}
	.heading--48 {font-size: 28px;}
	.header__grid {padding: 16px 0;}
	.text--18 {font-size: 14px;}

	.fg__column .text--14 h4 {font-size: 14px; margin-bottom: 16px;}
	.footer__logos {grid-template-columns: 100%;grid-row-gap:8px;}
	.fl__left, .fl__right {justify-content: center;}
	.motoboard-cat__image img {max-width: 80px;}
	.motoboard-cat__name {font-size: 16px;}
	.motoboard-cats {column-gap: 10%;}
	.ct__main {grid-template-columns: 100%; grid-row-gap: 16px;}
	.ctm__price {text-align:center;}
	.ec__columns {grid-template-columns: 100%; grid-row-gap: 16px;}
	.ec__box:nth-of-type(3) {grid-column-end: 2;}
	.contact__single {padding-top: 100px;}
	.cars, .car__content {padding-top: 100px;}
	.post__hero {padding-top:100px;padding-bottom:40px;}
	.blog__header {padding-top:100px;padding-bottom:24px;}
	.post__content {padding:16px;}
	.pr__grid {grid-template-columns:100%;grid-row-gap:16px;}
	.pr__grid .listing__card:nth-of-type(2),.pr__grid .listing__card:nth-of-type(3) {display:none;}
}


/* O NAS
--------------------------------------------- */

.onas__videos {padding-bottom:0;}
.onas__video {display:block;position:relative;overflow:hidden;border-radius:8px;}
.onas__video img {display:block;width:100%;height:240px;object-fit:cover;transition: all 0.15s ease-in;}
.onas__video:hover img {transform:scale(1.03);transition: all 0.15s ease-in;}
.onas__video::after {content:'';position:absolute;inset:0;background:rgba(0,0,0,.3) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/56px no-repeat;transition: all 0.15s ease-in;}
.onas__video:hover::after {background-color:rgba(0,0,0,.45);transition: all 0.15s ease-in;}

.onas .swiper-button-prev,
.onas .swiper-button-next {width:40px;height:40px;border-radius:50%;background:rgba(26,32,44,.55);color:#fff;transition: all 0.15s ease-in;}
.onas .swiper-button-prev:hover,
.onas .swiper-button-next:hover {background:rgba(26,32,44,.8);transition: all 0.15s ease-in;}
.onas .swiper-button-prev::after,
.onas .swiper-button-next::after {font-size:16px;font-weight:700;}

.onas__split {display:grid;grid-template-columns:48.4% 48.4%;justify-content:space-between;align-items:center;}
.onas__split .onas__content .heading--48 {color:#1A365D;}
.onas__split .onas__img img {display:block;width:100%;height:auto;border-radius:8px;}
.onas__split--imgleft .onas__content {order:2;}
.onas__split--imgleft .onas__img {order:1;}

.onas__pomoc {background:#F3F5F7;}

.oblog__swiper .swiper-slide {height:auto;}
.oblog__swiper .listing__card {height:100%;}

.onas__salony-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.onas__salon {border-radius:8px;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,0.10);padding:32px 24px;}
.onas__salon .heading--24 {color:#1A202C;}
.onas__salon-kontakt a {color:#E53E3E;}

@media(max-width:1024px) {
	.onas__salony-grid {grid-template-columns:repeat(2,1fr);}
}

@media(max-width:768px) {
	.onas__split {grid-template-columns:100%;grid-row-gap:32px;}
	.onas__split--imgleft .onas__content {order:1;}
	.onas__split--imgleft .onas__img {order:2;}
	.onas__video img {height:52vw;}
	.onas__salony-grid {grid-template-columns:100%;}
}

/* JAZDA PRÓBNA
--------------------------------------------- */

.testdrive__slider {padding-top:110px;}
.td__swiper {position:relative;}
.td__swiper .swiper-slide img {display:block;width:100%;height:520px;object-fit:cover;}
.td__swiper .swiper-button-prev,
.td__swiper .swiper-button-next {width:44px;height:44px;border-radius:50%;background:rgba(26,32,44,.55);color:#fff;transition: all 0.15s ease-in;}
.td__swiper .swiper-button-prev:hover,
.td__swiper .swiper-button-next:hover {background:rgba(26,32,44,.8);transition: all 0.15s ease-in;}
.td__swiper .swiper-button-prev::after,
.td__swiper .swiper-button-next::after {font-size:16px;font-weight:700;}
.td__swiper .swiper-pagination-bullet {width:10px;height:10px;background:#FFF;opacity:.55;transition: all 0.15s ease-in;}
.td__swiper .swiper-pagination-bullet-active {background:#E53E3E;opacity:1;}

.testdrive__main--first {padding-top:160px;}
.td__grid {display:grid;grid-template-columns:53% 42%;justify-content:space-between;align-items:flex-start;}
.td__content .heading--48 {color:#1A365D;text-transform:uppercase;}
.td__content .text--18 {color:#2D3748;}
.td__text p:first-child {margin-top:0;}
.td__text p:last-child {margin-bottom:0;}
.td__text a {color:#E53E3E;text-decoration:underline;}

.td__contacts {display:grid;grid-template-columns:48.5% 48.5%;justify-content:space-between;grid-row-gap:16px;}
.td__contact {display:grid;grid-template-columns:44px 1fr;grid-column-gap:16px;align-items:center;padding:16px;border-radius:12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);transition: box-shadow 0.15s ease-in, transform 0.15s ease-in;}
.td__contact:hover {box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.10);transform: translateY(-2px);}
.td__contact-icon {display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#FDECEC;}
.td__contact-icon svg {display:block;}
.td__contact-name {display:block;color: #6B7280;font-size: 12px;font-weight: 600;margin-bottom:4px;}
.td__contact-value {display:block;color: #111827;font-size: 16px;font-weight: 700;word-break:break-word;}

.td__form-box {position:sticky;top:120px;padding:24px;border-radius: 12px;border: 1px solid #E5E7EB;background: #FFF;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);}
.td__form-box .heading--24 {color:#1A365D;}
.td__form select,
.td__form .wpforms-field-select select {width:100%;padding:0 40px 0 16px;border-radius: 8px;border: 1px solid #E2E8F0;background: #FFF;height:48px;color: #2D3748;font-size: 15px;font-weight: 400;line-height:normal;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232D3748' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px;cursor:pointer;}
.td__form select:focus,
.td__form input:focus,
.td__form textarea:focus {outline:none;border-color:#E53E3E;}
.td__form .wpforms-submit {border:none;cursor:pointer;display:inline-block;color: #FFF;font-size: 15px;font-weight: 700;line-height: normal;border-radius: 10px;background: #E53E3E;box-shadow: 0 8px 18px -4px rgba(229, 62, 62, 0.20);padding:14px 20px;transition: background 0.15s ease-in, box-shadow 0.15s ease-in, transform 0.15s ease-in;}
.td__form .wpforms-submit:hover {background: #C53030;box-shadow: 0 6px 16px 0 rgba(229, 62, 62, 0.40);transform: translateY(-2px);}

.td__rodo {margin-top:16px;color: rgba(55, 65, 81, 0.85);font-size: 12px;line-height: 175%;}
.td__rodo p {margin:0;}
.td__rodo a {text-decoration:underline;}

@media(max-width:1200px) {
	.td__swiper .swiper-slide img {height:40vw;}
	.td__grid {grid-template-columns:52% 44%;}
	.testdrive__main--first {padding-top:140px;}
}

@media(max-width:1024px) {
	.td__grid {grid-template-columns:100%;grid-row-gap:32px;}
	.td__form-box {position:static;}
}

@media(max-width:768px) {
	.testdrive__slider {padding-top:100px;}
	.td__swiper .swiper-slide img {height:56vw;}
	.td__contacts {grid-template-columns:100%;}
	.td__form-box {padding:16px;}
	.testdrive__main--first {padding-top:120px;}
}
