html {
  overflow-x: hidden;
}

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;
  font-family: Montserrat;
}

html {
  scroll-behavior: smooth;
}

a {
	color: inherit;
	text-decoration: none;
}

/*Kolejność obraz treść w karuzeli postów*/
.autotest-post-v1 .kadence-post-image {
  order: 2;
}


/*Slidery pozycja i kolor paginacji*/
.autotest-main-slider .kb-splide .splide__pagination,
.kb-splide ul.splide__pagination.splide__pagination {
  bottom: 25px !important;
}

.autotest-main-slider .kb-splide .splide__pagination__page.is-active {
  background: #7B000D !important;
  opacity: 1 !important;
}

.autotest-main-slider .kb-splide .splide__pagination__page {
  background: white !important;
  opacity: 1 !important;
}

.autotest-product-slider .kb-advanced-slide-inner-wrap {
  padding: 0px !important;
}

/*Forminator style*/
/*Kontakt*/

.autotest-box .forminator-description {
  font-size: 9px;
  line-height: 16px;
}

.autotest-box .forminator-checkbox-label {
  font-size: 15px;
}

/*forminator*/

.forminator-custom-form .forminator-row {
  margin-bottom: 20px !important;
}

.forminator-error-message {
  background: transparent !important;
}

/*
.autotest-field input.forminator-field::placeholder,
.autotest-field textarea.forminator-field::placeholder {
  color: #607E96 !important;
}
*/

.autotest-box-us .forminator-checkbox-label {
  width: 100%;
  font-size: 16px;
  line-height: 39px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7B000D;
}

.autotest-field .forminator-field .forminator-input {
  padding: 1rem;
  border: 1px solid #728595 !important;
  border-radius: 0px !important;
}

.autotest-field .forminator-field .forminator-textarea {
  padding: 1rem;
  border: 1px solid #728595 !important;
  border-radius: 0px !important;
}

.autotest-box-zgoda .forminator-checkbox-label {
  font-size: 9px;
  line-height: 16px !important;
}

.autotest-zastepczy .forminator-checkbox-label {
  font-size: 12px;
  line-height: 23px !important;
  font-weight: 500;
}

.autotest-zastepczy .forminator-label {
  font-size: 12px;
  line-height: 23px !important;
  font-weight: 500;
}

.autotest-label .forminator-label {
  font-size: 12px;
  line-height: 23px !important;
  font-weight: 500;
}

.autotest-selector .select2-selection__rendered {
  font-size: 12px;
  line-height: 23px !important;
  font-weight: 500;
  padding: 0.75rem !important;
}

.autotest-selector .select2-selection__placeholder {
  font-size: 12px;
  line-height: 23px;
  color: #607E96;
}

.autotest-field .forminator-field .forminator-input .forminator-is_active {
  border: 1px solid #728595 !important;
  border-radius: 0px !important;
}

.autotest-kontakt-button {
  border: 0px;
  padding: 0.9rem 0 0.9rem 0;
  font-size: 24px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 4rem 0 4rem 0;
}

.forminator-checkbox input[type="checkbox"] {
  /*margin-top: -2px;*/
  appearance: none;
  -webkit-appearance: none;
  min-width: 19px !important;
  height: 19px !important;
  border: 1px solid #7B000D !important;
  border-radius: 3px;
  opacity: 1 !important;
  cursor: pointer;
  background-color: none;
}

.autotest-box-us .forminator-checkbox input[type="checkbox"] {
  margin-top: -10px;
}

.autotest-box-zgoda .forminator-checkbox {
  align-items: flex-start !important;
}

.forminator-checkbox input[type="checkbox"]:checked {
  background-color: #AE1122;
  border-color: #7B000D;
}

#forminator-module-915 {
  display: flex !important;
  gap: 10%;
  align-items: center;
}

.autoform-column-1 {
  width: 44%;
}

.autoform-column-2 {
  width: 44%;
}

.autoform-zgoda-gap {
  margin-top: 50px;
}

@media screen and (width <=720px) {
  .autotest-kontakt-button {
    border: 0px;
    padding: 0.8rem 0 0.8rem 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 2rem 0 2rem 0;
  }

  #forminator-module-915 {
    display: flex !important;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }

  .autoform-column-1 {
    width: 100%;
  }

  .autoform-column-2 {
    width: 100%;
  }

}

/*Ikony socjal mediów*/

.autotest-social-icons .wp-block-social-link {
  border-radius: 8px !important;
}


/*menu główne*/

@media screen and (width <=1610px) {
	.mc-autotest-home-icon .kb-svg-icon-wrap {
		margin-right: 1rem !important;
	}
		.mc-autotest-main-menu .menu-container .collapse-sub-nav-desktop-true a {
			font-size: 11.5px !important;
	}
}



@media screen and (width <=1320px) {
		.mc-autotest-main-menu .menu-container .collapse-sub-nav-desktop-true a {
			font-size: 11px !important;
	}
}


@media screen and (width > 720px) {
	.mc-autotest-main-menu .menu-container .collapse-sub-nav-desktop-true{
		justify-content: space-between !important;
		column-gap: 0px !important;
		width: clamp(550px, calc(100vw*0.7), 1360px) !important;
	}
}


header{
z-index:99999;
	position:relative;

}

.wp-block-kadence-off-canvas .kb-off-canvas-close {
    color: #fff !important;
}


.mc_top_footer strong{
color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 225% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}


.kb-advanced-slide-item {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.kb-advanced-slide-item.hovered {
    transform: scale(1.05);
    background-color: #f0f0f0; /* Wybierz dowolny kolor */
}

.mc_text_format p{
	margin-bottom:25px;
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 176%; /* 28.16px */
}


.mc_text_format{
	
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 176%; /* 28.16px */
}


.mc_text_format b, .mc_text_format strong{
font-weight: 600;
}


.mc_car_carousel .splide__pagination{
	top:115% !important;
}

.forminator-ui .forminator-description{
	display:block !important;
}



ul, li{
	font-size:16px !important;
	line-height:28px !important;
}


ul {
    list-style: none;     /* usuwa punktory */
    padding-left: 0;      /* reset paddingu */
    margin-left: 0;       /* reset marginesu */
}

 li {
    padding-left: 10px;   /* delikatny gap z lewej strony */
    position: relative;
}

 li::before {
    content: "•";                /* estetyczny punktor (opcjonalnie) */
    color: #000;
    position: absolute;
    left: 0;
}

.splide__pagination  li::before{
content: none;
}




/* Headings H1–H6 with responsive sizing */
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  margin: 1.5rem 0 0.75rem;
  line-height: 1.3;
  font-weight: 600;
}
.single-post h1 { font-size: clamp(1.75rem, 5vw, 2.5rem); }
.single-post h2 { font-size: clamp(1.5rem, 4.5vw, 2rem); }
.single-post h3 { font-size: clamp(1.375rem, 4vw, 1.75rem); }
.single-post h4 { font-size: clamp(1.25rem, 3.5vw, 1.5rem); }
.single-post h5 { font-size: clamp(1.125rem, 3vw, 1.25rem); }
.single-post h6 { font-size: clamp(1rem, 2.5vw, 1.125rem); }

/* Text formatting */
.single-post strong,
.single-post b {
  font-weight: 700;
}
.single-post i {
  font-style: italic;
}

/* Paragraphs */
.single-post p {
  margin: 1rem 0;
}

/* Lists */
.single-post ul,
.single-post ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.single-post ul li,
.single-post ol li {
  margin: 0.5rem 0;
}
.single-post ul {
  list-style: disc;
}
.single-post ol {
  list-style: decimal;
}

/* Blockquotes */
.single-post blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #ddd;
  background: #f9f9f9;
}

/* Tables */
.single-post .table-wrapper {
  overflow-x: auto;
  margin: 1rem 0;
}
.single-post table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.single-post th,
.single-post td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  text-align: left;
}
.single-post th {
  background: #f2f2f2;
  font-weight: 600;
}

/* Responsive images */
.single-post img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

/* Responsive embeds (videos, iframes) */
.single-post .embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect */
  margin: 1rem 0;
}
.single-post .embed-responsive iframe,
.single-post .embed-responsive embed,
.single-post .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.single-post li::before {
   display:none;
}

.single-post img {
	max-height:400px;
	object-fit:contain !important;
}