

/* Start:/bitrix/templates/lime/components/bitrix/news/.russification/bitrix/news.detail/.default/style.css?17814473502052*/
div.news-detail
{
	word-wrap: break-word;
}
/* ----- Catalog Detail----*/
@media (min-width: 801px) {
    .detail-price, .dollar-value {
        justify-content: unset !important;
    }
}

.dollar-value {
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.detail-price {
    font-size: 32px !important;
    margin-top: 20px !important;
}

.wa-buy {
    display: inline-flex;
    align-items: center;
    background: #17c83d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 20px auto;
}
.wa-buy:hover,
.wa-buy:focus,
.wa-buy:visited {
    color: #fff;
}
.wa-buy svg {
    fill: #fff;
    margin-left: 20px;
    width: 25px;
    height: 25px;
}
.news-detail-wrap {
    display: flex;
}
@media (min-width: 801px) {
    .pics_wrap {
        width: 60%;
    }
    .news-short-wrap {
        width: calc(40% - 40px);
        margin-left: 40px;
    } 
}
@media (max-width: 800px) {
    .pics_wrap {
        width: 100%;
    }
    .news-short-wrap {
        width: 100%;
    }
    .news-detail-wrap {
        flex-direction: column;
    }
    .buy-buttons {
        display: flex;
    }
}
.additional_picture_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-left:-5px;
}
.add-picture {
    margin-left: 5px;
}
@media (min-width: 801px) {
    .additional_picture_wrap img {
        height: 100px;
    }
}
@media (max-width: 800px) {
    .additional_picture_wrap img {
        height: 70px;
    }
}
.additional_picture_wrap img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.detail_picture img {
    width: 100%;
    max-width: 900px;
    object-fit: cover;
    height: 400px;
    border-radius: 8px;
}
.picture-detail-holder {
    margin-top: 10px;
}
.news-description {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 50px;
}
.news-description h3 {
    font-size: 20px;
    margin-bottom: 25px;
}
@media (max-width: 1000px) {
    .news-description {
        padding: 15px;
    }
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /bitrix/templates/lime/components/bitrix/news/.russification/bitrix/news.detail/.default/style.css?17814473502052 */
