

/* Start:/local/templates/.default/components/bitrix/news/home_sale/bitrix/news.detail/.default/style.css?17537023381733*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail h3{
	font-weight: bold;
	margin-top: 0;
}

.img_block{
	width: 40%;
}

.detail_text{
	width: 60%;
	padding-left: 40px;
}

.news-detail .old_price {
    color: #606060;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin: 0;
}

.news-detail .old_price b, .news-detail .old_price s.r{
	position: relative;
}

.news-detail .old_price:before {
    content: '';
    height: 2px;
    background: #b6b6b6;
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: 0;
}

.news-detail .price {
    font-size: 26px;
    font-weight: bold;
    color: #8b2131;
    -webkit-align-items: baseline;
    -ms-flex-align: inherit;
    align-items: baseline;
    margin: 0;
}

.news-detail  s.r{
	font-size: 65%;
	padding-left: 0px;
}

.product-modal {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 400px;
    max-width: 90%
}
.product-modal__btn-block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.product-modal__btn-continue {
    padding: 8px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
}
.product-modal__btn-basket {
    padding: 8px 15px;
    background: #8b2131;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 800px){
    .img_block{
        width: 100%;
    }

    .detail_text{
        width: 100%;
        padding-left: 0;
    }
}


/* End */
/* /local/templates/.default/components/bitrix/news/home_sale/bitrix/news.detail/.default/style.css?17537023381733 */
