body{
	    margin: 0;

    font-family:  'Plus Jakarta Sans', Arimo, Playfair Display, Arial;


}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}

h2{
	font-size: 2.4em;
    line-height: 1.2em;
}

a {
    color: white;

    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    /* font-weight: bold; */
}

.navbar-full-width > li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.title-box{
    font-family: Hind;
    font-size: 20px;
    font-weight: normal;
}

.container {
    max-width: 1380px;
}

p {
    color: #535c68;
    font-weight: 400;
}

/* Domyślnie ukrywamy submenu */
.nav-item {
  position: relative;
}

.nav-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 0;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Pokazujemy submenu przy hoverze */
.nav-item:hover .sub-menu {
  display: block;
}

/* Styl linków w submenu */
.sub-menu li {
  list-style: none;
  padding: 5px 20px;
}

.sub-menu li a {
  color: #00278a;
  text-decoration: none;
  font-weight: 500;
  display: block;
  font-size: 15px;
}

.sub-menu li a:hover {
  back
  ground-color: #f1f1f1;
}



article p{
    font-family: 'Cairo', 'Open Sans';
    line-height: 1.6em;
    font-size: 18px;
}
article h2{
    
    line-height: 2em;
   
}

/* stopka  */
.list-stopka li{
    color: #c9945f;;
    line-height: 2em;
    text-align: left;
}
.list-stopka li a{
    color: #c9945f;;
   
}

/* navigatopr po d sliderem0  */
.av-slider-info {
    width: 100%;
    padding: 28px 0;
    background: #050505;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.av-slider-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 18px 20px;
}

.av-slider-info-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border: 2px solid #d60012;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 0 18px rgba(214, 0, 18, 0.18);
}

.av-slider-info-text {
    text-align: left;
}

.av-slider-info-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
}

.av-slider-info-desc {
    font-size: 17px;
    line-height: 1.35;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
}

/* mobile */
@media (max-width: 768px) {
    .av-slider-info {
        padding: 20px 0;
    }

    .av-slider-info-item {
        justify-content: flex-start;
        gap: 18px;
        padding: 16px 22px;
    }

    .av-slider-info-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
        font-size: 20px;
    }

    .av-slider-info-title {
        font-size: 18px;
    }

    .av-slider-info-desc {
        font-size: 14px;
    }
}


/* oferta  */

.av-offer-section {
    padding: 70px 0;
   
    color: #fff;
}

.av-offer-head {
    margin-bottom: 34px;
}

.av-small-title {
    color: #e30016;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}

.av-offer-head h2 {
    font-size: 38px;
    line-height: 1.15;
    margin: 0 0 10px;
    color: #fff;
}

.av-offer-head p {
    color: rgba(255,255,255,.62);
    margin: 0;
    font-size: 16px;
}

.av-offer-card {
    height: 100%;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    transition: .25s ease;
}

.av-offer-card:hover {
    transform: translateY(-6px);
    border-color: rgba(227,0,22,.7);
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
}

.av-offer-img {
    height: 400px;
    overflow: hidden;
    background: #111;
}

.av-offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease;
}

.av-offer-card:hover .av-offer-img img {
    transform: scale(1.06);
}

.av-offer-content {
    padding: 18px 17px 20px;
}

.av-offer-content h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.av-offer-content p {
    color: rgba(255,255,255,.62);
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 16px;
}

.av-offer-more {
    width: 29px;
    height: 29px;
    border: 1px solid #e30016;
    border-radius: 50%;
    color: #e30016;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.av-offer-more:before {
    content: "+";
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991px) {
    .av-offer-section {
        padding: 45px 0;
    }

    .av-offer-head h2 {
        font-size: 30px;
    }

    .av-offer-img {
        height: 190px;
    }
}

@media (max-width: 575px) {
    .av-offer-head {
        text-align: left;
    }

    .av-offer-content h3 {
        font-size: 20px;
    }
}


/* atuty  */

/* AutoCentrum - sekcja "Atuty" */
.ac-why-section{
    position:relative;
    padding:90px 0;
    color:#fff;
    overflow:hidden;
}
.ac-why-bg{
    position:absolute;
    inset:0;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}
.ac-why-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.68), rgba(0,0,0,.62));
}
.ac-why-container{
    position:relative;
    z-index:2;
}
.ac-why-top{
    text-align:center;
    margin-bottom:42px;
}
.ac-why-kicker{
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
}
.ac-why-kicker span{
    color:#e30613;
    margin-right:8px;
}
.ac-why-title{
    margin:0;
    font-size:48px;
    line-height:1.02;
    font-weight:800;
    color:#fff;
    letter-spacing:-1.4px;
}
.ac-why-title em{
    color:#ff101f;
    font-style:italic;
}
.ac-why-grid{
    display:flex;
    flex-wrap:wrap;
}
.ac-why-card-wrap{
    margin-bottom:24px;
}
.ac-why-card{
    position:relative;
    height:100%;
    min-height:325px;
    padding:34px 28px 28px;
    border-radius:26px;
    border:1px solid rgba(255,255,255,.16);
    background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    box-shadow:0 10px 35px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06);
    transition:.25s ease;
    overflow:hidden;
}
.ac-why-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,255,255,.26);
}
.ac-why-icon{
    width:102px;
    height:102px;
    margin:0 auto 24px;
    border:2px solid rgba(255,255,255,.72);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    position:relative;
}
.ac-why-icon:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-2px;
    transform:translateX(-50%);
    width:48px;
    height:5px;
    border-radius:999px;
    background:#ff101f;
    box-shadow:0 0 18px rgba(255,16,31,.65);
}
.ac-why-icon img,
.ac-why-icon svg{
    width:80px;
    height:80px;
    display:block;
}
.ac-why-card h3{
    margin:0 0 14px;
    text-align:center;
    color:#fff;
    font-size:28px;
    line-height:1.1;
    font-weight:800;
}
.ac-why-card p{
    margin:0;
    text-align:center;
    color:rgba(255,255,255,.86);
    font-size:17px;
    line-height:1.62;
    font-weight:400;
}
@media (max-width: 1399px){
    .ac-why-title{font-size:58px;}
}
@media (max-width: 1199px){
    .ac-why-title{font-size:48px;}
    .ac-why-card{min-height:300px;}
    .ac-why-card h3{font-size:24px;}
    .ac-why-card p{font-size:15px;}
}
@media (max-width: 767px){
    .ac-why-section{padding:65px 0;}
    .ac-why-top{text-align:left;}
    .ac-why-title{font-size:38px; line-height:1.06;}
    .ac-why-kicker{font-size:16px;}
    .ac-why-card{
        min-height:auto;
        padding:28px 22px 24px;
        border-radius:20px;
    }
    .ac-why-icon{
        width:88px;
        height:88px;
        margin:0 auto 20px;
    }
    .ac-why-card h3{font-size:22px;}
}

/* kontakt  */

.ac-contact-section {
    background: #050505;
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.ac-contact-head {
    margin-bottom: 42px;
}

.ac-contact-kicker {
    color: #e30613;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ac-contact-head h2 {
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 14px;
    color: #fff;
    font-weight: 800;
}

.ac-contact-head p {
    color: rgba(255,255,255,.68);
    font-size: 18px;
    margin: 0;
}

.ac-map-box {
    height: 620px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(227, 6, 19, .35);
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
    background: #111;
}

.ac-map-box iframe {
    width: 100%;
    height: 100%;
    display: block;

    /* dark mapa */
    filter: grayscale(100%) invert(92%) contrast(95%) brightness(72%) hue-rotate(180deg);
}

.ac-contact-card {
    height: 100%;
    min-height: 620px;
    padding: 44px 42px;
    border-radius: 18px;
    
}

.ac-contact-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e30613;
    font-size: 28px;
    margin-bottom: 24px;
    box-shadow: 0 0 22px rgba(227, 6, 19, .28);
}

.ac-contact-card h3 {
    font-size: 42px;
    line-height: 1.08;
    color: #fff;
    margin: 0 0 18px;
    font-weight: 800;
}

.ac-contact-lead {
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 28px;
}

.ac-contact-row {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.10);
}

.ac-contact-row-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.12);
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.ac-contact-row span {
    display: block;
    color: #e30613;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .8px;
    margin-bottom: 4px;
}

.ac-contact-row strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.ac-contact-btn {
    margin-top: 28px;
    height: 62px;
    padding: 0 30px;
    border-radius: 9px;
    background: linear-gradient(180deg, #ff1b2b, #c90010);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(227, 6, 19, .35);
    transition: .25s ease;
}

.ac-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(227, 6, 19, .48);
}

/* mobile */
@media (max-width: 991px) {
    .ac-contact-section {
        padding: 55px 0;
    }

    .ac-contact-head h2 {
        font-size: 36px;
    }

    .ac-map-box {
        height: 420px;
        margin-bottom: 24px;
    }

    .ac-contact-card {
        min-height: auto;
        padding: 32px 26px;
    }

    .ac-contact-card h3 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .ac-contact-head {
        text-align: left;
    }

    .ac-contact-head h2 {
        font-size: 32px;
    }

    .ac-map-box {
        height: 340px;
        border-radius: 14px;
    }

    .ac-contact-row strong {
        font-size: 17px;
    }

    .ac-contact-btn {
        width: 100%;
    }
}


/* styopka */

.ac-footer {
    width: 100%;
    background: #050607;
    background-image: url('img/oferta/salon4.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.ac-footer-overlay {
    background:
        radial-gradient(circle at 80% 20%, rgba(216,48,63,.14), transparent 32%),
        linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.94));
    padding: 70px 0 0;
}

.ac-footer-container {
    max-width: 1380px;
}

.ac-footer-main {
    padding-bottom: 48px;
}

.ac-footer-col {
    padding: 18px 28px;
}

.ac-footer-logo {
    max-width: 225px;
    width: 100%;
    display: block;
    margin-bottom: 26px;
}

.ac-footer-desc {
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 430px;
}

.ac-footer h3 {
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 28px;
    position: relative;
}

.ac-footer h3:after {
    content: "";
    width: 54px;
    height: 3px;
    background: #d8303f;
    display: block;
    margin-top: 14px;
    border-radius: 20px;
}

.ac-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac-footer-list li {
    margin-bottom: 15px;
}

.ac-footer-list a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: .2s ease;
}

.ac-footer-list a:hover {
    color: #fff;
    padding-left: 4px;
}

.ac-footer-services i {
    color: #d8303f;
    margin-right: 9px;
}

.ac-footer-contact-row {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    color: rgba(255,255,255,.74);
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 20px;
}

.ac-footer-contact-row a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
}

.ac-footer-contact-row a:hover {
    color: #fff;
}

.ac-footer-contact-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    border: 1px solid rgba(216,48,63,.8);
    color: #d8303f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 0 18px rgba(216,48,63,.14);
}

.ac-footer-btn {
    height: 54px;
    padding: 0 24px;
    border-radius: 9px;
    background: linear-gradient(180deg, #ff2635, #c90010);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    box-shadow: 0 12px 28px rgba(216,48,63,.28);
    transition: .22s ease;
}

.ac-footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(216,48,63,.42);
}

.ac-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    padding: 24px 28px;
    color: rgba(255,255,255,.58);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ac-footer-social {
    display: flex;
    gap: 12px;
}

.ac-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s ease;
}

.ac-footer-social a:hover {
    background: #d8303f;
    border-color: #d8303f;
}

@media (max-width: 991px) {
    .ac-footer-overlay {
        padding-top: 50px;
    }

    .ac-footer-col {
        padding: 16px 18px;
    }

    .ac-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .ac-footer h3 {
        font-size: 21px;
    }

    .ac-footer-logo {
        max-width: 190px;
    }

    .ac-footer-bottom {
        padding: 22px 18px;
    }
}

/* mobiln a weersj  */

@media (max-width: 575px) {
    .av-slider-info-item{
        padding: 4px;
    }
    .av-slider-info-icon{
        zoom: 80%;
    }
}