/**
 * Работа со стилями styles.css.
 * Наработки будут перенесены верстальщиком в style.css
 * Добавлять в 2 блока Заменить и Добавить
 */

/**
 * Изменить в style.css
 */

.request__img {
    padding:0;
}

.request__img img {
    object-fit: cover;
}

@media screen and (max-width: 1739px) {
    .moto-brands {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .first-right {
        height: 300px;
    }
}

.faq__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.faq__text p {
    margin-bottom: 14px;
}

.faq__text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1739px) {
    .faq__text {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.5;
    }
}

/**
 * Добавить в style.css
 */

.instock-block {
    max-width: 350px;
    margin-bottom: 30px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.instock-block select {
    margin-bottom: 10px;
    padding: 5px;
}

.instock-block button {
    display: block;
}


.compl_title {
    display: flex;
    align-items: center;
    gap:15px;
}

.compl_title b {
    color: var(--secondary);
}

.compl_title svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: .3s ease all;
}

.compl_title svg:hover {
    fill:var(--secondary);
}

.compl_title svg.open {
    transform: rotate(180deg);
    transition: .3s ease all;
}

.equipment {
    height: 100%;
    opacity: 1;
    transition: .3s ease all;
}

.hide_part {
    height: 270px;
    overflow: hidden;
    opacity: 0.6;
    cursor: pointer;
    transition: .3s ease all;
}

@media (max-width:1023px) {
    .hide_part {
        height: 215px;
    }
}

@media (max-width:575px) {
    .hide_part {
        height: 220px;
    }
    .top__center {
        margin-bottom: 5px;
    }
}

.car-brands__link.hide {
    display: none;
}

span.is-dtp {
    display: block;
    background: #ef2222;
    color: white;
    padding: 3px 10px;
    text-align: center;
}

span.is-dtp.v0 {
    background: #2c9b2c;
}


.price-breakdown .text-gray {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 1739px) {
    .price-breakdown .text-gray {
        font-size: 12px;
    }
}