.subpage-content ul {
    padding-left: 2rem;
    margin-bottom: 30px;
}

.subpage-content p a,
.subpage-content li a {
    color: #e50900;
}

.subpage-content li {
    color: #000;
    font-size: 1.1rem;
    line-height: 30px;
    font-family: "BasierCircle-Regular";
}

#map {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background-color: lightgray;
}

#map2 {
    height: 520px;
    background-color: #fff;
}

.footer {
    background-image: none;
}

.footer .footer-salable .footer-salable-item .footer-salable-header .footer-salable-city,
.footer .footer-salable .footer-salable-item .footer-salable-header .footer-salable-street {
    line-height: 1.5;
}

.section-news-row {
    gap: 3rem 0;
}

.categories-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.5rem;
}

.categories-item {
    background-color: #fff;
    text-decoration: none;
    padding: 15px 10px;
}

.categories-item-image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    text-align: center;
    margin-bottom: .5rem;
}

.categories-item-image.categories-item-image-cover img {
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.categories-item-title {
    display: block;
    font-family: "Remixa-Bold";
    color: #000;
    font-size: 1.75rem;
    text-decoration: none;
    text-align: center;
    transition: all .15s ease;
}

.categories-item:hover .categories-item-title {
    color: #e50900;
}

.subpage-content h2,
.subpage-content h4 {
    color: #000;
    font-family: "Remixa-Bold";
}

.parameters {
    margin-top: 2.5rem;
}

.parameters-wrapper {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1rem;
}

.parameters-item {
    background-color: #f2f1e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: .75rem;
}

.parameters-item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    line-height: 1.25;
    height: 100%;
}

.parameters-item-value {
    color: #000;
    font-family: "Remixa-Bold";
}

.produtct-icons {
    margin-top: 2.5rem;
}

.produtct-icons ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.produtct-icons img {
    max-width: 106px;
    max-height: 75px;
    object-fit: contain;
}

.produtct-icons.large img {
    max-height: 106px;
}

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
}

.product__image img,
.product__images-owl img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.45/1;
    object-fit: cover;
}

.product__images {
    margin-top: 2rem;
}

@media (max-width: 1600px) {
    .categories-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .header .header-nav .navbar-nav .nav-item-border {
        margin-left: 1rem;
    }
}

@media (max-width: 1400px) {
    .parameters-wrapper {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}


@media (max-width: 1200px) {
    .product-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 3.5rem;
    }

    .section-news-row {
        gap: 0;
    }

    .categories-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {

    #map,
    #map2 {
        height: 375px;
    }

    .categories-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .categories-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .parameters-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}