* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Gotham, sans-serif;
    line-height: 1.4;
    background: #000000;
}

.imported-tires {
    background: #000000;
}

.lp-container-stores {
    background: #000000;
}

.logo-container-pirelli,
.header-container {
    width: 100%;
}

.logo-container-pirelli {
    background-color: #FFDF34;
    display: flex;
    justify-content: center;
    padding: 8px 16px;
}

.logo-container-pirelli .logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.header-container {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0 24px;
}

.header-content-mob {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-direction: column;
}

.header-content-desk {
    display: none;
    gap: 420px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.call-me-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.call-me-container .call-me-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: bottom;
}

.call-specialist-container .call-me-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: bottom;
    max-width: 270px;
}

.call-specialist-container .call-me-button,
.call-me-container .call-me-button {
    background: #FED100;
    color: #000000;
    border-radius: 4px;
    padding: 8px 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.section-products-lp-imported-tires .call-me-button {
    background: #FED100;
    color: #000000;
    border-radius: 4px;
    padding: 12px 0;
    width: 296px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.call-specialist-container {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    flex-direction: column;
    padding: 0 16px;
    align-items: center;
}

.call-specialist-container .call-me-button {
    width: 324px;
}

.call-specialist-container .call-me-label {
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
}

.call-specialist-container .call-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #25D366;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 7px 0;
    width: 324px;
    text-decoration: none;
    gap: 5px;
    font-size: 16px;
}

.container-btns {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.lp-main-banner .lp-banner-mob {
    width: 100%;
}

.lp-pirelli-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 27px;
    background: #000000;
}

.lp-pirelli-banner-mob {
    width: 100%;
}

.lp-pirelli-banner .lp-pirelli-banner-desk,
.lp-main-banner .lp-banner-desk {
    display: none;
}

.section-banners-lp-imported-tires {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}

.section-banners-lp-imported-tires img {
    object-fit: contain;
    width: 100%;
}

.section-products-lp-imported-tires {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-products-lp-imported-tires img {
    max-height: 320px;
}

.product-price {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 16px;
}

.product-name {
    color: #FED100;
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 24px 0 8px;
}

.section-map-mob-lp .title-map-section,
.section-products-lp-imported-tires .subtitle-products-section,
.section-products-lp-imported-tires .title-products-section {
    color: #FFFFFF;
    text-align: center;
}

.section-products-lp-imported-tires .subtitle-products-section {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 40px;
    max-width: 250px;
}

.section-products-lp-imported-tires .title-products-section {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 1000;
}

.section-map-mob-lp .title-map-section {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
}

.section-products-lp-imported-tires .row-products {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 40px;
}

.section-products-lp-imported-tires .second-row {
    margin-top: 64px;
}

.section-products-lp-imported-tires .productWithPrice {
    margin-bottom: 0;
}

.section-products-lp-imported-tires .productWithPrice .product-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-products-lp-imported-tires .call-specialist-container .call-me-button,
.section-products-lp-imported-tires .call-specialist-container .call-whatsapp {
    width: 280px;
}

.section-map-mob-lp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 24px;
}

.section-map-mob-lp .map-img {
    max-height: 280px;
    width: 100%;
}

.section-map-lp {
    display: none;
}

.map-button {
    background: #FED100;
    color: #000000;
    border-radius: 4px;
    padding: 8px 0;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

hr {
    margin: 48px 16px !important;
    color: #BEBEBE;
    height: 2px;
    border: 1px solid;
    background: #BEBEBE;
}

.section-map-mob-lp+hr {
    margin: 24px 16px !important;
}

.section-banners-lp-imported-tires+hr {
    margin: 64px 16px !important;
}

footer {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px !important;
    background: #000000;
}

footer hr {
    margin: 0 16px !important;
    width: 91.5%;
}

.logo-campneus {
    max-height: 32px;
    max-width: 200px;
    padding: 0 16px;
}

.footer-social-media {
    gap: 8px;
    display: flex;
}

.footer-title-social-media {
    color: #FFFFFF;
    margin-bottom: -20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.17px;
    text-align: center;
    vertical-align: middle;
}

.footer-info-txt,
.footer-about-txt {
    color: #FFFFFF;
    padding: 0 16px;
}

.footer-info-txt {
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
}

.footer-about-txt {
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .lp-banner-desk {
        width: 100%;
        max-height: 534px;
    }

    .header-content-desk {
        display: flex;
    }

    .header-content-desk .call-me-container .call-me-button {
        padding: 11px 0;
    }

    .header-content-mob,
    .lp-pirelli-banner-mob,
    .lp-main-banner .lp-banner-mob {
        display: none;
    }

    .lp-main-banner .lp-banner-desk,
    .lp-pirelli-banner .lp-pirelli-banner-desk {
        display: flex;
    }

    .section-banners-lp-imported-tires {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-items: center;
        max-width: 1061px;
        margin: 0 auto;
    }

    .section-banners-lp-imported-tires> :nth-child(3) {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .section-banners-lp-imported-tires img {
        max-height: 153px;
        max-width: 515px;
        width: 100%;
    }

    .lp-pirelli-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 64px 0;
        background: #000000;
    }

    hr {
        margin: 68px auto !important;
        width: 1060px;
    }

    .section-map-mob-lp+hr {
        margin: 24px auto !important;
        width: 1060px;
    }

    .section-banners-lp-imported-tires+hr {
        margin: 64px auto !important;
        width: 1060px;
    }

    .call-specialist-container .call-me-label {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.02em;
        text-align: center;
        vertical-align: bottom;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .container-btns {
        gap: 24px;
        display: flex;
        flex-direction: row;
    }

    .call-specialist-container .call-whatsapp {
        padding: 11px 0;
    }

    .section-products-lp-imported-tires {
        margin-bottom: 0;
    }

    .section-products-lp-imported-tires .title-products-section {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.02em;
        text-align: center;
        font-weight: 900;
        margin-bottom: 24px;
    }

    .section-products-lp-imported-tires .subtitle-products-section {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.02em;
        text-align: center;
        vertical-align: bottom;
        margin-bottom: 64px;
        max-width: 100%;
    }

    .section-products-lp-imported-tires .row-products {
        flex-direction: row;
        margin-bottom: 40px;
    }

    .section-products-lp-imported-tires img {
        max-height: unset;
    }

    .section-map-mob-lp {
        display: none;
    }

    .section-map-lp {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        max-width: 1061px;
        margin: 0 auto;
    }

    .section-map-lp h2 {
        color: #FFFFFF;
    }

    .section-map-lp .title-map-section {
        font-weight: 900;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0.02em;
        text-align: center;
        vertical-align: bottom;
    }

    .section-map-lp div {
        max-width: 400px;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .map-button {
        width: unset;
        padding: 11px 0;
    }

    footer {
        margin: 0 auto;
        display: flex !important;
        padding: 0 16px;
    }

    footer .logo-campneus {
        width: 486px;
        height: 78px;
        max-height: unset;
        max-width: unset;
    }

    .footer-about-txt {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.17px;
        text-align: center;
        vertical-align: middle;
        max-width: 840px;
    }

    .footer-social-media a img {
        width: 40px;
        height: 40px;
    }

    .footer-info-txt {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.17px;
        vertical-align: middle;
        padding: 0;
        row-gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    footer hr {
        margin: 24px auto 0 !important;
        width: 1060px;
    }

    footer p {
        width: 1000px;
    }
}