

/* Start:/local/templates/new_plitka/components/bitrix/news/shares1/bitrix/news.detail/.default/style.css?1770876107155*/
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;
}

/* End */


/* Start:/local/components/nopreset/catalog.sections.combined/templates/.default/style.css?1770876106146*/
.combined-catalog {
    position: relative;
}

.js-pagination-combine {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
}

/* End */


/* Start:/local/templates/new_plitka/components/bitrix/system.pagenavigation/.default/style.css?1770876107744*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/local/templates/new_plitka/components/bitrix/catalog.section/actionMain/style.css?17708761073629*/
.priceDiscount {
    color: #d60303 !important;
}

.list-elements__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: content-box;
    margin-bottom: 15px;
}

.list-elements__item:hover{
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.list-elements__title{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    width: 250px;
}

/* Price && quantity block */

.list-elements__quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.list-elements__quantity .left-column-price {
    display:flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding:40px 50px 0 50px;
    order: -1;
}
.list-elements__id{
    color: #807c7c;
    font-size: 14px;
}

.list-elements__basket-items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.list-elements__price_base{
    font-size: 18px;
}

.list-elements__price_discount{
    font-size: 14px;
    text-decoration: line-through;
}

.list-elements.container .product-basket-link{
    width: 110px;
}

.list-elements .no-available{
    margin-top: 0;
}

.list-elements__image{
    width: 100px;
    height: 100px;
}

.list-elements__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-elements .element-price__price,
.bottom_item_container .element-price__price {
    display:none;
}
.list-elements .element-price__price.active,
.bottom_item_container .element-price__price.active {
    display:block;
}



@media (max-width: 550px) {

    .list-elements__quantity {
        display:flex;
        flex-wrap:wrap;
        margin-top:30px;
        align-items: flex-start;
    }

    .list-elements__quantity .element-price__total-price,
    .list-elements__quantity .left-column-price element__item {width:50%;}
    .list-elements__quantity .right-column-price {position:relative;top:-35px;}
    .list-elements__quantity .left-column-price {padding:0;margin-left:auto;order:0}
    /*.npl-brands-section .element-price__total-price {order:1}*/
    .npl-brands-section .left-column-price element__item {order:0}
    .npl-brands-section .right-column-price {
        order:2;
        margin-left:auto;
    }
    .npl-brands-section .left-column-price {margin-left:0}
    .npl-brands-section.list-elements .element-price__total-price {
        justify-content: flex-end;
        position: absolute;
        right: 0;
    }
    .npl-brands-section .list-elements__quantity {justify-content: space-between;}
    .box-right-top .element-price {width:100%;}

}

@media (max-width: 1200px) {
    .list-elements{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        grid-gap: 20px;
    }

    .list-elements__item{
        height: auto;
        grid-row-gap: 15px;
    }

    .list-elements__image{
        width: 100%;
        height: auto;
    }

    .list-elements__image img{
        width: 100%;
        max-height: 345px;
        object-fit: cover;
    }

    .list-elements__item{
        display: grid;
    }

    .list-elements__basket-items{
        margin-top: 20px;
        display: grid;
    }

    .list-elements__size{
        grid-column: 2 / 3;
    }

    .list-elements__quantity{
        grid-column: 1 / 2;
    }

    .list-elements.container .list-elements__basket-items .product-basket-link{
        grid-column: 2 / 3;
    }

    .list-elements__quantity .box-position-npl-m2-elem{
        right: 60px;
    }
    .list-elements__price {
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/new_plitka/components/bitrix/catalog.section/actionDefault/style.css?1770876107648*/
.new-novini_info .priceDiscount {
    color: #D00000;
}
.new-novini_info .priceBase {
    color: #BBBBBB;
    font-size: 14px;
    font-weight: 100;
    text-decoration: line-through;
}

/*catalog basket btn*/
.catalog__main-list .new-novini_item_hide{
    top:unset;
    bottom: -82px;
    height: auto;
    padding-bottom: 0;
}

.catalog__main-list .new-novini_item:hover .new-novini_item_hide {
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
}

.catalog__main-list .new-novini_item:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.npl-navigate-container.npl-navigate-container_full-width{
    padding-right: 0;
    padding-left: 0;
}
/* End */
/* /local/templates/new_plitka/components/bitrix/news/shares1/bitrix/news.detail/.default/style.css?1770876107155 */
/* /local/components/nopreset/catalog.sections.combined/templates/.default/style.css?1770876106146 */
/* /local/templates/new_plitka/components/bitrix/system.pagenavigation/.default/style.css?1770876107744 */
/* /local/templates/new_plitka/components/bitrix/catalog.section/actionMain/style.css?17708761073629 */
/* /local/templates/new_plitka/components/bitrix/catalog.section/actionDefault/style.css?1770876107648 */
