

/* Start:/local/templates/.default/components/bitrix/news/articles_home/bitrix/news.detail/.default/style.css?17633767715789*/
.article-header {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.article-detail-date {
    font-size: 18px;
    color: #8b2131;
    font-weight: 600;
    text-align: right;
    min-width: 120px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.article-detail-image {
    flex: 0 0 250px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.article-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-detail-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 15px 0;
    line-height: 1.3;
}

.article-detail-preview {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.article-detail-content {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 40px;
    padding-bottom: 20px;
}

.article-detail-content p {
    margin: 0 0 20px 0;
}

.article-detail-content h2, .article-detail-content h3 {
    color: #333;
    margin: 30px 0 15px 0;
    line-height: 1.3;
}

.article-detail-content h2 {
    font-size: 24px;
    font-weight: 700;
}

.article-detail-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.article-detail-content ul, .article-detail-content ol {
    margin: 0 0 20px 20px;
    padding-left: 20px;
}

.article-detail-content li {
    margin: 5px 0;
}

.more_product .img-section-item{
    width: 255px;
    position: relative;
    margin: auto;
}
.more_product .img_product{
    height: 205px;
    width: 100%;
    position: relative;
    margin: auto;
    border: 1px dashed #b7b7b7;
}

.more_product .img_product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.more_product .img_product.vertical_img img {
    object-fit: contain;
}

.more_product .more_item{
    text-align: center;
    padding: 7px;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
}

.more_product .h5{
    text-align: center;
    text-transform: none;
    text-decoration: none;
}

.more_product .ost_true, .more_product .ost_false{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.more_product .ost_true{
    color: #398fc8;
}

.more_product .ost_false{
    color: #e74343;
}

.more_product .price, .more_product .old_price{
    position: relative;
    font-weight: bold;
    color: #8b2131;
    font-size: 16px;
-webkit-align-items: flex-end;
    -ms-flex-align: start;
        align-items: flex-end;
}

.more_product .price{
    font-size: 20px;
}

.more_product .old_price{
    color: #606060;
    margin-left: 20px;
}

.more_product .old_price:before{
    content: '';
    height: 2px;
    background: #303030;
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: -1;
}

.more_product .price .r, .more_product .old_price .r{
    font-size: 80%;
    font-weight: normal;
}

.more_item:hover  .nx-basket-byer a.nx-to-basket,
.more_item:hover .img_product:before,
.more_item:hover .img_product:after{
    visibility: visible;
}

.more_product .img_product:before{
     content: "";
    visibility: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8b2131;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 18px;
    text-align: center;
}

.more_product .img_product:after{
     content: "с";
    position: absolute;
    left: 35px;
    bottom: 29px;
    visibility: hidden;
    color: #fff;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 20px;
}

.more_product .more_item  .nx-basket-byer{
    position: absolute;
    right: 21px;
    bottom: 20px;
}

.more_product .available .nx-flex-row-l-c, .more_product .available .btn_light{
    display: none;
}

.more_item .nx-basket-byer a.nx-to-basket{
    visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background: #c2d108;
    padding: 0;
    min-width: 0;
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.more_product  .nx-to-basket:before{
    content: "";
    display: block;
    width: 24px;
    height: 28px;
    background: url(/local/templates/defans_home/images/css_sprites.png) -10px -467px;
}
.more_product  .added .nx-to-basket:before{
    content: "У";
    display: block;
    width: 24px;
    height: 28px;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    color: #fff;
    background: transparent;
}
.more_item .nx-basket-byer.added a.nx-to-basket{
    visibility: visible;
}

.more_product .slick-next, 
.more_product .slick-prev{
    bottom: -47px;
    width: 31px;
    height: 31px;
    border-radius: 0;
    border: 1px solid #cccccc;
    font-size: 25px;
    line-height: 30px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.more_product .slick-next{
    padding-left: 2px;
}

.more_product .slick-prev{
    padding-right: 2px;
}

.more_product .slick-next:hover, 
.more_product .slick-prev:hover{
    background: #8b2131;
    border-color: #8b2131;
    color: #fff;
}

@media (max-width: 768px) {
    .article-header {
        flex-direction: column;
        gap: 15px;
    }

    .article-detail-date {
        min-width: auto;
        justify-content: flex-start;
    }

    .article-detail-image {
        flex: none;
        height: 180px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/articles_home/bitrix/news.detail/.default/style.css?17633767715789 */
