    body { font-family: 'Roboto', Arial, sans-serif; background: #fff; color: #2e2e2e; }
    .section-title { color: #d8c7a3; font-weight: 700; }
    .section-subtitle { color: #d8c7a3; opacity: 0.7; font-weight: 400; }
    .bg-light-gold { background: #f7f4ef; }
    .border-gold { border-color: #d8c7a3 !important; }
    .btn-gold { background: #d8c7a3; color: #fff; font-weight: 700; }
    .btn-gold:hover { background: #bda776; color: #fff; }
    .arrow-label { color: #d8c7a3; font-weight: 700; font-size: 1rem; }
    .benefit-icon { color: #d8c7a3; margin-right: 7px; }

    .jak-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 45px;
  font-weight: 900;
  color: #ccb98d;
  letter-spacing: 1px;
}
.jak-title-strong {
  color: #ccb98d;
  font-weight: 700;
}
.jak-title-light {
  color: #ccb98d;
  opacity: 0.7;
  font-weight: 400;
}

.jak-steps {
  max-width: 620px;
}

.jak-step {
  font-size: 1.25rem;
  /* opcjonalnie, by się lepiej układało na mobile: */
  flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.step-img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
    flex-basis: 100%;
}

.jak-step-label {
  color: #181818;
  font-size: 1.16em;
  font-family: 'Roboto', Arial, sans-serif;
}

.text-muted {
  color: #706c6c !important;
  font-weight: 400;
}

@media (max-width: 600px) {
  .jak-title { font-size: 1.25rem; }
  .jak-steps { max-width: 100%; }
  .jak-step { font-size: 1.05rem; } 
  .jak-title { margin-bottom: 2rem; }
}



.arrow-line-box {
  position: relative;
  padding: 22px 0;
}

.arrow-line-box::before,
.arrow-line-box::after {
  content: "";
  display: block;
  border-top: 2px solid #ccb98d;
  width: 100%;
  position: absolute;
  left: 0;
}

.arrow-line-box::before {
  top: 0;
}

.arrow-line-box::after {
  bottom: 0;
}

.arrow-line-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.arrow-icon {
  display: inline-block;
  width: 108px;
  height: 72px;
  background: url('images/big_arrow.png');
  /* Strzałka SVG w kolorze #ccb98d */
 
  margin-right: 10px;
}

.arrow-text {
  color: #ccb98d;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 39px;
  font-weight: 900;
}

@media (max-width: 600px) {
  .arrow-line-content {
    gap: 10px;
  }
  .arrow-icon {
        width: 52px;
        height: 34px;
        background-size: cover;
        flex-basis: 14%;        background-repeat: no-repeat;
  }
  .arrow-text {
    font-size: 1.05rem;
  }
}



.sim-section {
  font-family: 'Roboto', Arial, sans-serif;
}

.sim-title {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.sim-title-strong {
  color: #ccb98d;
}

.sim-title-light {
  color: #ccb98d;
  font-weight: 400;
  opacity: 0.7;
}

.sim-table {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.13rem;
  margin-bottom: 0;
}

.sim-table thead th {
  background: #ccb98d;
  color: #222;
  font-weight: 700;
  font-size: 1.11rem;
  text-align: center;
  border: none;
}

.sim-table tbody td {
  color: #222;
  border-top: none;
  border-bottom: 2px solid #ccb98d20;
  vertical-align: middle;
  text-align: center;
  padding: 10px 6px;
}

.sim-table tbody tr:last-child td {
  border-bottom: none;
}

.sim-plus {
  color: #2b9a23;
  font-weight: 700;
}

.sim-plus2 {
  color: #bfa955;
  font-weight: 700;
}

.sim-link a {
  color: #337ab7;
  text-decoration: underline;
  font-weight: 400;
}
.sim-link a:hover {
  color: #0056b3;
}

.sim-note {
  color: #6a6a6a;
  font-size: 0.97rem;
  text-align: left;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .sim-title { font-size: 1.3rem; }
  .sim-table { font-size: 0.98rem; }
}



.mercedes-title {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 32px;
  font-family: 'Roboto', Arial, sans-serif;
}
.mercedes-title-strong {
  color: #ccb98d;
}
.mercedes-title-light {
  color: #ccb98d;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 6px;
}
.mercedes-card {
  background: none;
  display: flex;
  flex-direction: column; 
  margin-bottom: 0;
  min-height: 320px;
    margin-bottom: 50px;
}
.mercedes-img-wrap {
  position: relative;
  width: 100%; 
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mercedes-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  box-shadow: 0 4px 20px #0001;
}
.mercedes-badge {
  position: absolute;
  right: 2%;
  bottom: -80px;
  width: 174px;
  height: 174px;background: url('images/circle_bg.png');

  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  box-shadow: 0 8px 22px #ccb98d40;
  z-index: 2;
  text-align: center;
  padding: 0;
}

.mercedes-badge-rata {
  color: #233056;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.40rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1;
}

.mercedes-badge-od {
  color: #233056;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.10rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1;
}

.mercedes-badge-kwota {
  color: #233056;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.06;
  margin-top: 3px;
  display: block;
}
.mercedes-model {
  font-size: 1.14rem;
  font-weight: 700;
  color: #232323; 
  letter-spacing: 0.04em;
  text-align: left;
  min-height: 30px;
}
.mercedes-box-note {
  background: #fff;
  border: 2px solid #cccccc;
  border-radius: 18px;
  color: #363636;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  max-width: 70%;
  padding: 16px 16px 11px 16px;
  margin-top: 56px !important;
  box-shadow: 0 2px 12px #0000000a;
  font-family: 'Roboto', Arial, sans-serif;
}

@media (max-width: 900px) {
  .mercedes-img-wrap { max-width: 100%; min-width: 140px; }
  .mercedes-title { font-size: 1.34rem; }
}
@media (max-width: 767px) {
  .mercedes-card { min-height: 250px;
    margin-bottom: 10px; }
  .mercedes-img-wrap { margin-bottom: 12px; }
  .mercedes-badge {
    width: 100px;
    height: 100px;
    bottom: -30px;
    right: 6px;
        background-size: cover;
  }
  .mercedes-badge-rata { font-size: 0.72rem; }
  .mercedes-badge-od { font-size: 0.59rem; }
  .mercedes-badge-kwota { font-size: 0.99rem; } 
  .mercedes-box-note { font-size: 0.98rem;
        max-width: 100%; }
}



.why-section {
  font-family: 'Roboto', Arial, sans-serif;
}

.why-title {
  color: #ccb98d;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.why-list { 
  margin: 0 auto;
  padding: 0;
  font-size: 1.14rem;
  text-align: left;
}

.why-list li {
  display: flex;
  align-items: center;
  font-size: 28px;
  margin-bottom: 9px;
  font-weight: 400;
}

.why-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: -1px;
}

.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-gold {
  color: #ccb98d;
  font-weight: 500;
}

.why-blue {
  color: #94a4b3;
  font-weight: 500;
}

@media (max-width: 600px) {
  .why-title { font-size: 1.2rem; }
  .why-list { font-size: 1rem; }
  .why-list li { font-size: 1rem; }
  .why-icon { width: 20px; height: 20px; min-width: 20px; min-height: 20px; }
}




.qna-section {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  padding-bottom: 25px;
}

.qna-title {
  color: #ccb98d;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 100px;
}

.qna-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 28px;
  margin-bottom: 16px;
  gap: 13px;
}

.qna-question {
  font-weight: 700;
  color: #232323;
  min-width: 215px;
    flex-basis: 50%;
}

.qna-arrow {
  width: 26px;
  height: 20px;
  display: inline-block;
  background: none;
  /* złota strzałka SVG jako mask */
  mask: url('data:image/svg+xml;utf8,<svg fill="none" viewBox="0 0 24 18" xmlns="http://www.w3.org/2000/svg"><path d="M0 7h16V2l8 7-8 7v-5H0V7z" fill="%23ccb98d"/></svg>') no-repeat center / contain;
  background-color: #ccb98d;
  margin-right: 2px;
}

.qna-answer {
  color: #5b5b5b;
  font-weight: 400;
    flex-basis: 45%;
}

.qna-dots {
  color: #8b8b8b;
  font-size: 1.25rem;
  text-align: left;
  margin: 32px 0 16px 10px;
  letter-spacing: 1.5px;
}

.qna-bottom-line {
  border-bottom: 2px solid #e6dfc9;
  width: 98%;
  margin: 0 auto;
  margin-top: 5px;
}

@media (max-width: 600px) {
  .qna-title { font-size: 1.17rem; }
  .qna-item { font-size: 0.97rem; flex-direction: column; align-items: flex-start; gap: 3px;}
  .qna-question { min-width: 0; }
  .qna-arrow { width: 22px; height: 15px; }
  .qna-bottom-line { width: 100%; }
  .qna-dots { font-size: 1rem; margin: 18px 0 9px 2px; }
}




.lead-form-section {
  font-family: 'Roboto', Arial, sans-serif;
}

.lead-form-title {
  color: #ccb98d;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}

.lead-form {
  max-width: 430px;
  margin: 0 auto;
}

.lead-form-input {
  width: 100%;
  padding: 15px 19px;
  border: none;
  border-radius: 7px;
  background: #faf7f2;
  font-size: 1.1rem;
  font-family: inherit;
  color: #262626;
  margin-bottom: 0;
  outline: none;
  box-shadow: 0 0 0 0 #ccb98d00;
  transition: box-shadow 0.2s;
}

.lead-form-input:focus {
  box-shadow: 0 0 0 2px #ccb98d44;
}

.lead-form-btn {
  display: inline-block;
  min-width: 210px;
  padding: 15px 0 15px 0;
  background: linear-gradient(90deg, #ccb98d 15%, #f7f4ed 55%, #ccb98d 90%);
  color: #1a1a1a;
  font-size: 1.13rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 3px 16px #ccb98d23;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: filter 0.15s;
  letter-spacing: 0.05em;
  text-shadow: none;
}

.lead-form-btn:focus,
.lead-form-btn:hover {
  filter: brightness(0.98) contrast(1.08);
}

@media (max-width: 600px) {
  .lead-form-title { font-size: 1.17rem; }
  .lead-form { max-width: 99%; }
  .lead-form-btn { min-width: 140px; font-size: 1rem; }
}




.hero-wrap {
  background: #fff;
  padding: 30px 0 40px 0; 
}

.hero-main {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  background: transparent;
}

.hero-img-area {
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: visible;
}

.hero-bg-img {
  display: block;
  width: 100%;
  border-radius: 30px 30px 0 0;
  z-index: 1;
}

.hero-logo {
  position: absolute;
  top: 25px;
  left: 24px;
  width: 53px;
  height: 53px;
  z-index: 3;
  filter: drop-shadow(0 2px 9px #fff7);
}

.hero-overlay {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 270px;
  z-index: 4;
  text-align: center;
  background: #435C6F;
background: linear-gradient(90deg,rgba(67, 92, 111, 0.52) 0%, rgba(0, 0, 25, 1) 70%, rgba(0, 0, 25, 1) 100%);

  border-radius: 15px;
  padding: 22px 25px 13px 25px;
  box-shadow: 0 2px 18px #0002;
    max-width: 500px;
}

.hero-nano-logo { 
  margin-bottom: 30px;
    margin-top: -53px;
}
.hero-car
{
        position: absolute;
    z-index: 9;
    top: 29%;
    right: 24px;
}
.hero-nano-url {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.hero-haslo {
  font-size: 55px;
  font-weight: 700;
  color: #ccb98d;
  letter-spacing: 1px;
  line-height: 1.13;
  text-shadow: 0 2px 7px #24242444;    margin-bottom: 100px;
}
.hero-haslo span {
  color: #ccb98d;
  font-weight: 400;
  display: block;
  font-size: 1.13em; 
  margin-top: 2px;
}


.hero-vip-badge {
position: absolute;
    top: 7px;
    right: 22%;
    z-index: 5;
    transform: translateX(-50%);
}
.hero-vip-circle {
  width: 178px;
  height: 178px;
  background: radial-gradient(circle at 42% 38%, #fff 35%, #ccb98d 100%);
  border-radius: 50%;
  box-shadow: 0 2px 17px #ccb98d44;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.08rem;
  font-weight: 700;
  color: #232323;
  border: none;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px #fff8;
}
.hero-vip-vip {
  font-size: 1.75em;
  font-weight: 800;
  margin-top: -5px;
  letter-spacing: 0.05em;
}

.hero-bottom { 
  border-radius: 0 0 22px 22px;
  box-shadow: 0 4px 28px #ccb98d1b;
  margin-top: -118px;
  position: relative;
  z-index: 999999;
  padding: 40px 30px 35px 30px;
  text-align: center;
}

.hero-opis {
  color: #232323;
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 400;
}

.hero-naglowek {
  color: #ccb98d;
  font-size: 71px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.hero-btn-wrap {margin-top: 7px;
    width: 400px;
    background: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -64px;
    z-index: 999999999;
    display: block;
}
.hero-btn {
  display: inline-block;
  min-width: 220px;
  padding: 16px 35px;
  background: linear-gradient(90deg, #ccb98d 0%, #f7f4ed 60%, #ccb98d 100%);
  color: #232323;
  font-size: 1.18rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  box-shadow: 0 3px 16px #ccb98d23;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-shadow: none;
  transition: filter 0.15s;
}
.hero-btn:focus,
.hero-btn:hover {
  filter: brightness(0.98) contrast(1.09);
}

.hero-frame {
    pointer-events: none;
    border: 6px solid #ccb98d;
    /* border-radius: 24px; */
    border-bottom-left-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    box-sizing: border-box;
    margin: 0 auto;
}
 

@media (max-width: 1000px) {
  .hero-bg-img { border-radius: 20px 20px 0 0; }
  .hero-overlay { max-width: 85vw; font-size: 0.95em; padding: 2vw 2vw 1vw 2vw; }
  .hero-car { width: 62vw; right: 0; top: 41%; }
  .hero-vip-badge { right: 2vw; }
}
@media (max-width: 768px) {
  .hero-main { max-width: 99vw; }
  .hero-overlay {
    top: 13vw;
    min-width: 150px;
    padding: 1em 0.5em 0.7em 0.5em;        width: 90%;
  }
  .hero-car {
    position: static;
    width: 88vw;
    max-width: 98vw;
    margin: 0 auto;
    display: block;
  }
  .hero-car-img { width: 100%; }
  .hero-vip-badge { position: absolute; top: 7px; right: 7px; }
  .hero-vip-img { width: 70px; height: 70px; min-width: 40px; }
  .hero-frame { border-width: 1.5px; border-radius: 10px; }
  .hero-bottom { border-radius: 0 0 10px 10px; padding: 12vw 2vw 12vw 2vw; }
  .hero-btn-wrap {         width: 276px;
        margin-bottom: -75px; }
  .hero-btn { font-size: 0.97rem; min-width: 100px; }

  .hero-haslo {
    font-size: 26px;
    font-weight: 700;
    color: #ccb98d;
    letter-spacing: 1px;
    line-height: 1.13;
    text-shadow: 0 2px 7px #24242444;
    margin-bottom: 20px;
}
.hero-car
{
  margin-top: -166px;
        margin-bottom: 86px;
        z-index: 990;
        position: relative;
}    .hero-bottom { 
        margin-top: -159px;
        padding-top: 0;
    }
}
@media (max-width: 480px) {
  .hero-overlay { top: 7vw; font-size: 0.79em; }
  .hero-car { width: 99vw; max-width: 99vw; }
  .hero-naglowek { font-size: 1.04rem; }
}


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

  .hero-car-img
  {
    max-width: 500px;
        width: 500px;
  }.hero-car { 
    top: 39%; 
    text-align: right;
}

}


@media (min-width: 1454px) and  (max-width: 1920px) {

  .hero-car-img
  {
    max-width: 54%;
        width: auto;
  } .hero-car { 
    top: 39%; 
    text-align: right;
}


}

@media (max-width: 1920px){
.hero-bottom { 
    margin-top: -41px;
}
}
@media (min-width: 1920px){

  .hero-car-img
  {
    max-width: 84%;
        width: auto;
  } .hero-car { 
    top: 29%; 
    text-align: right;
}


}



@media (min-width: 960px) and  (max-width: 1200px) {
     .hero-car {
        top: 39%;
        text-align: center;
        position: relative;
        right: 0;
        width: 90%;
    }  .hero-car-img
  {
    max-width: 100%;
  }
}


@media (min-width: 769px) and  (max-width: 960px) {

.hero-car-img
  {
    max-width: 100%;
  } .hero-car {
        top: 0;
        text-align: center;
        position: relative;
        right: 0;
        width: 100%;
    } 
}


/* Sticky header custom styles */
.nano-navbar {
  z-index: 1020;
  font-family: 'Roboto', sans-serif;
}

.nano-logo-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.nano-nav-menu .nav-link {
  color: #223147;
  font-size: 1rem;
  padding: 0 10px;
  transition: color .15s;
}
.nano-nav-menu .nav-link.text-secondary {
  color: #dbd3c1 !important; /* kontakt - wyblakły */
}

.nano-nav-menu .nav-link:hover {
  color: #998c73;
}

.nano-lang-link {
  color: #223147;
  text-decoration: none;
  font-size: .95rem;
}
.nano-lang-link:hover {
  text-decoration: underline;
}

/* Dolny pasek */
.nano-header-bar {
  background: #021425;
  color: #dbd3c1;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}
.nano-header-link {
  color: #dbd3c1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.nano-header-contact a {
  color: #dbd3c1;
  text-decoration: none;
  font-weight: 500;
}
.nano-header-contact a:hover {
  text-decoration: underline;
}
.nano-header-icon {
  color: #dbd3c1;
  font-size: 1.2rem;
}
.gap-4 {
  gap: 2rem !important;
}

@media (max-width: 991px) {
  .nano-nav-menu {
    flex-wrap: wrap;
    gap: 0.7rem;
  }
  .nano-header-bar-right {
    flex-direction: column;
    gap: 0.5rem !important;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .nano-header-bar,
  .nano-navbar {
    font-size: 0.92rem;
  }
  .nano-logo-text {
    font-size: 1.02rem;
  }
}
/* Duplicate navbar/header block removed — kept first declaration above */
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .nano-navbar .navbar-collapse {
    justify-content: center !important;
  }
  .nano-lang {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .nano-lang {
    position: static !important;
    justify-content: center !important;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }
}
.sticky-top { 
    z-index: 9999999;
}


.hero-content
{
  
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
}



@media (max-width: 1384px) {
.hero-haslo {
    margin-top: 0;
    font-size: 55px;
}

}


/* @media (max-width: 1274px) {
.hero-vip-badge { 
    top: -58px;
    left: 53%; 
}
} */
@media (max-width: 1200px) {
    .hero-haslo {
        margin-top: 0;
        font-size: 44px;
        text-align: left;
    }    .hero-vip-badge {
        top: -58px;
        left: 64%;
    }
}

@media (max-width: 768px) {
    .hero-bottom {
        margin-top: -75px;
        padding-top: 0;
    }    .hero-overlay {
        max-width: 100%;
        text-align: center;        width: 100%;
    }    .hero-haslo { 
        text-align: center;
    }
}







@media (min-width: 768px) and  (max-width: 1200px) {
  
.mercedes-badge {
    transform: scale(0.6);
    right: -54px;
}

.qna-question { 
    flex-basis: 35%;
}
.qna-answer { 
    flex-basis: 50%;
}

}





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

    .hero-haslo { 
        text-align: center;
    }
    .hero-car {
        top: 29%;
        text-align: center;
        position: relative;
        right: 0;
        width: 84%;
        margin: auto;
        margin-top: -139px;
        margin-bottom: 50px;
    }
    
    .hero-vip-badge {
        top: -25px;
        left: 72%;
    }
}



 

@media (min-width: 1431px) and (max-width: 1600px) {
.hero-vip-badge { 
    right: 13%; 
}

}

@media (min-width: 1600px) and (max-width: 1900px) {
.hero-vip-badge { 
    right: 19%; 
}

}

@media (min-width: 1200px) and (max-width: 1430px) {
    .hero-haslo {
        margin-top: 0;
        font-size: 47px;
    }
.hero-vip-badge { 
    right: 7%; 
}    .hero-car-img {
        width: 100%;
        max-width: 700px;
    }

    .hero-car {
        top: 29%;
        text-align: right;
    }.hero-bottom {
        margin-top: 161px;
    }
}
.hero-wrap-mobile
{
  display: none;
}
@media (max-width: 768px)
{

  .hero-haslo span { 
        font-size: 34px;
    line-height: 38px; 
}

.hero-haslo { 
        font-size: 34px;
        line-height: 38px; 
    }
.hero-wrap
{
  display: none;
}
.hero-wrap-mobile
{
  display: block; 
}


    .hero-naglowek {
        font-size: 30px;
        line-height: 32px;
    }

    .hero-opis { 
    font-size: 15px;
        line-height: 20px;
    }
    .nano-header-bar
    {
      display: none;
    }

        .hero-overlay {
        max-width: 83%;
        text-align: center;
        width: 100%;
    }
        .hero-overlay {
        max-width: 83%;
        text-align: center;
        width: 100%;
        padding: 30px 14px;
    }
.hero-haslo {
        margin-top: 0;
        font-size: 34px;
        text-align: center;
    }
    .hero-vip-badge {
        top: auto;
        left: 50%;
        position: relative;
        bottom: -72px;
        transform: translateX(-50%);
        right: auto;
        text-align: center;
        z-index: 9999;
    }
        .hero-vip-img {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }

        .hero-car {
        width: 99vw;
        max-width: 86vw;
    }
        .hero-car {
               margin-top: -117px;
        }

            .hero-vip-badge {
        top: -228px;
            }
            .hero-overlay {
        border-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
            }    .hero-frame {
        border-width: 3.5px;
        border-radius: 0;
        border-bottom-left-radius: 30px;
    }.hero-bg-img {
        border-radius: 0;  
        position: relative;
        top: -38px;
    }.hero-vip-badge {
        top: auto;
        position: absolute;
        bottom: -104px;
    }
}


@media (max-width: 400px) {
    .hero-haslo {
        margin-top: 0;
        font-size: 30px;
        text-align: center;
    }
}