.may-looking-for {
    padding: 32px 0 64px;
}
.mlf-list {
    display: flex;
    gap: 20px;
}
.car-key__card {
    display: flex;
    gap: 15px;
    width: calc((100% - 3 * 20px) / 4);
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.car-key__card img {
    max-width: 178px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.car-key__card-description {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.car-key__card-title,
.model-key__card-title,
.car__card h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}
.car-key__card-price {
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    font-size: 15px;
    color: #e30117;
}
.car-keys .map-section {
    padding-top: 64px;
}
.car-models__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.model-key__card,
.car__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 10px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.model-key__card:hover *,
.car__card:hover h3 {
    color: #e30016;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.model-key__card-price {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    font-size: 15px;
    color: #e30117;
}
.brand-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 32px;
    max-width: unset;
    margin: 0;
    /* max-width: 1200px; */
    /* margin: 0 auto 48px; */
}
.brand-list .car__card img {
    width: 100px;
    height: auto;
    object-fit: cover;
}
.brand-list .car__card {
    border-color: transparent;
}
.brand-list .car__card:hover {
    border-color: #e30016;
}
.page-title-inner a.catalog-btn {
    margin-right: 20px;
}
.key-recovery__content li {
    list-style: initial;
}
.car-keys .page-title .page-title-inner h1 {
    font-size: 42px;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}
@media (max-width: 1400px) {
    .car-key__card img {
        width: 40%;
    }
}
@media (max-width: 1024px) {
    .page-title .page-title-inner {
        flex-direction: column;
    }
    .page-title-inner a.catalog-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mlf-list {
        flex-wrap: wrap;
    }
    .car-key__card {
        width: calc((100% - 20px) / 2);
    }
    .car-keys .page-title .page-title-inner h1 {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .car-keys .page-title .page-title-inner h1 {
        font-size: 32px;
    }
}
@media (max-width: 640px) {
    .brand-list {
        gap: 20px;
    }
    .car-key__card {
        flex-direction: column;
        align-items: center;
    }
    .car-key__card img {
        width: 145px;
        height: 150px;
    }
    .car-key__card-description {
        align-items: center;
        justify-content: space-between;
    }
    .car-key__card-price {
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
    }
    .model-key__card-price {
        line-height: 14px;
        font-size: 10px;
    }
    .model-key__card-price {
        display: none; 
    }
    .car-keys .page-title .page-title-inner h1 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 420px) {
    .car-keys .page-title .page-title-inner h1 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 26px;
        max-width: 100%;
    }
}
@media (max-width: 375px) {
    .car-keys .page-title .page-title-inner h1 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}