

/* Start:/local/templates/elaz/components/bitrix/news/products/bitrix/news.detail/.default/style.css?17709870872215*/
.card__text-price{
    font-weight: 700;
    font-size: 2.5rem;
    background-color: #f8f8f8;
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    width: fit-content;
}
.card__text-price--stock{
    background-color: #ffe45d;
}
.card__text-price--old{
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: .5rem;
    color: #020202;
    background-color: transparent;
    text-decoration: line-through;
}
.card__text-not-price{
    font-weight: 700;
    font-size: 1.6rem;
    background-color: #f8f8f8;
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    width: fit-content;
}
.card__price-stock-time{
    font-size: 1.5rem;
    font-weight: 700;
}
.card__price-stock-text{
    font-size: 1.5rem;
}

.teh-attachments{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.teh-attachments__item{
    padding: 3rem 2rem;
    border: 1px solid rgba(34, 36, 38, 0.15);
}
.teh-attachments__picture{
    margin-bottom: 3rem;
}
.teh-attachments__picture img{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.teh-attachments__title{
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.teh-attachments__name{
    text-align: center;
    font-weight: 700;
}

@media (max-width: 590px){
    .teh-attachments{
        grid-template-columns: 1fr 1fr;
    }
    .teh-attachments__item{
        padding: 1.5rem 1rem;
    }
    .teh-attachments__picture{
        margin-bottom: 1.5rem;
    }
    .teh-attachments__picture img{
        max-width: 200px;
    }
    .teh-attachments__name{
        font-size: 14px;
    }
}
@media (max-width: 470px){
    .teh-attachments__item{
        padding: 10px;
    }
    .teh-attachments{
        gap: 5px;
    }
}
@media (max-width: 370px){
    .teh-attachments{
        grid-template-columns: 1fr;
    }
    .teh-attachments__picture img{
        max-width: 100px;
    }
    .teh-attachments__name{
        font-size: 12px;
    }
}
@media (max-width: 339px){
    .teh-attachments__picture img{
        max-width: 200px;
    }
    .teh-attachments__name{
        font-size: 14px;
    }
}

/* End */
/* /local/templates/elaz/components/bitrix/news/products/bitrix/news.detail/.default/style.css?17709870872215 */
