

/* Start:/novinki/style.css?1788173273908*/
.novinki-page {
    padding-top: 14px;
    padding-bottom: 40px;
}

.novinki-page__title {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.novinki-page__banner {
    margin: 0 0 48px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.novinki-page__banner img {
    display: block;
    width: 100%;
    height: auto;
}

.novinki-page__subtitle {
    margin: 0 0 48px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.novinki-page__empty {
    padding: 40px 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

@media (max-width: 768px) {
    .novinki-page__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .novinki-page__subtitle {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .novinki-page__banner {
        margin-bottom: 16px;
        border-radius: 8px;
    }
}

/* End */


/* Start:/local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease,  border-color .3s ease;
       -moz-transition: color .3s ease,  border-color .3s ease;
    	-ms-transition: color .3s ease,  border-color .3s ease;
    	 -o-transition: color .3s ease,  border-color .3s ease;
    		transition: color .3s ease,  border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--color-gray-stroke);
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	border-color: var(--color-fiolet);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
	background-color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: none;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: none;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border: none;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
}


/* End */


/* Start:/local/templates/disma/components/bitrix/catalog.section/.default/style.css?17726051241733*/
.catalog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(280px, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .catalog__items {
        -ms-grid-columns: minmax(200px, 1fr);
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 14px;
    }

}

.catalog__items[data-mode="list"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
}

.catalog__pagination {
    display: flex;
    justify-content: space-between;

    align-items: center;
    flex-wrap: wrap;
    gap:20px;
}

.catalog__pagination .lazy-btn {

    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-stroke);
    transition: background-color .3s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__pagination .lazy-btn .catalog-laaazy-btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-text);
    transition: color .3s ease;
}

.catalog__pagination .lazy-btn:hover {
    background-color: var(--color-fiolet);
}

.catalog__pagination .lazy-btn:hover .catalog-laaazy-btn {
    color: #fff;
}

.catalog__items--table {
    gap: 0;
    margin-top: -15px;
    margin-bottom: 5px;
    margin-inline: -10px;
}

.catalog__items--table .product-item-container {
    padding: 15px 10px;
    height: 100%;
}

.catalog__items--table .product-item-container {
    border-top: 1px solid var(--color-gray-stroke);
}

.catalog__top-btn-filter {
    display: none;
}

@media(max-width: 900px) {
    .catalog__top-btn-filter {
        display: block;
    }
}
/* End */


/* Start:/local/extensions/styler/jquery.formstyler.css?17252537332175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/disma/components/bitrix/catalog.item/disma/style.css?17695135774450*/
.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    container-name: product-item;
    container-type: inline-size;
}

.product-item__badges {
    position: absolute;
    left: 0px;
    z-index: 100;
}

.product-item__badge-discount {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*grid*/
/*Image*/
.product-item__image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 270/230;
    border-radius: 8px;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}


.product-item__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}

.product-item__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-item__body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0;
}

.product-item__title {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-text);
    transition: all .3s ease-in-out;
    flex: 1 0 auto;
}

.product-item__title:hover {
    color: var(--color-fiolet);
}


.product-item__price {
    gap: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    @container product-item (max-width: 200px) {
        margin-top: 5px;
        flex-direction: column-reverse;
        gap: 0;
        align-items: flex-start;
    }
}

.product-item__price-new {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-item__price-new span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-item__price-old {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: line-through;
}

.product-item__scu {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 10px;
}

.product-item__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.product-item__rating span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}




/*favorites*/
.product-item__favorites {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

.product-item__favorites svg {
    width: 30px;
    height: 30px;
}

.product-item__tooltip {
    position: absolute;
    min-width: 150px;
    background: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: var(--color-text);
    font-size: 14px;
    line-height: 17px;

}

.product-item__favorites .delayLink .favorites-icon__empty {
    display: block;
}

.product-item__favorites .delayLink .favorites-icon__fill {
    display: none;
}

.product-item__favorites .delayLink.delayed .favorites-icon__empty {
    display: none;
}

.product-item__favorites .delayLink.delayed .favorites-icon__fill {
    display: block;
}

/*LIST*/

.product-item_list .product-item__image-wrapper {
    width: 212px;
    height: 174px;
}

.product-item_list {
    flex-direction: row;
    padding-block: 14px;
    gap: 26px;
    border-bottom: 1px solid var(--color-gray-stroke);
}

.product-item_list .product-item__body {
    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 10px;
    column-gap: 20px;
    flex-shrink: 1;

}

.product-item__info {
    display: flex;
    flex-direction: column;
    grid-row: 1/3;
    grid-column: 1/2;

}

.product-item_list .product-item__price {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: end;
    justify-self: left;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0;
}

.product-item_list .product-item__button-block {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    justify-self: left;

}



@media screen and (max-width: 768px) {
    .product-item {
        padding: 6px;
        border-radius: 8px;
        background-color: var(--color-white);
    }
}
/* End */
/* /novinki/style.css?1788173273908 */
/* /local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826 */
/* /local/templates/disma/components/bitrix/catalog.section/.default/style.css?17726051241733 */
/* /local/extensions/styler/jquery.formstyler.css?17252537332175 */
/* /local/templates/disma/components/bitrix/catalog.item/disma/style.css?17695135774450 */
