

/* Start:/local/templates/negagroup-site/components/bitrix/catalog/main/style.css?17222534995026*/
.catalog-products__title {
    margin-bottom: 40px;
}

.catalog-products__top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.catalog-products__sort {
    font-size: 16px;
    color: #00305C;
    cursor: pointer;
    margin-left: auto;
}
.catalog-products__drop-menu{

}
.catalog-products__filter-mobile {
    font-size: 16px;
    color: #00305C;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    display: none;
}

.catalog-products__filter-mobile::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    background-image: url('/local/templates/negagroup-site/components/bitrix/catalog/main/icons/filter.svg');
}

.catalog-products__filter-mobile .header__panel-count {
    padding: 0 4px;
    min-width: 14px;
    height: 14px;
    left: 10%;
    right: auto;
    font-size: 10px;
    line-height: 12px;
}

.catalog-products__form {
    width: 303px;
    flex: 0 0 303px;
}
.catalog-products__wrap{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 90px;
}
.catalog-products__drop-menu{
    display: none;
    transition: 0.3s;
    border-radius: 20px;
    padding: 15px 10px;
    box-shadow: 0px 1px 6px 0px #b9b9b95e;
    position: absolute;
    right: -9px;
    top: 0;
    box-sizing: border-box;
    z-index: 500;
    background: white;

}
.catalog-products__drop-menu a {
    padding: 4px 0;
    display: block;
}
.catalog-products__sort.active{
    opacity: 0;
}
.catalog-products__sort.active + .catalog-products__drop-menu{
    display: block;
}

.catalog-products__info {
    display: flex;
    margin-bottom: 100px;
}

.catalog-products__info-left {
    width: 745px;
    margin-right: 30px;
    flex-shrink: 0;
}

.catalog-products__info-title {
    margin-bottom: 40px;
}

.catalog-products__info-text {
    font-size: 16px;
    line-height: 155%;
    color: #636B83;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-products__info-text.show-all {
    display: block;
}

.catalog-products__info-more {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #00305C;
    cursor: pointer;
}

.get-consultation {
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    padding: 30px;
}

.get-consultation__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #00305C;
    margin-bottom: 30px;
}

.get-consultation__input {
    padding: 18px;
    margin-bottom: 16px;
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 110%;
    color: #636B83;
}

.get-consultation__btn {
    margin: 8px 0 12px 0;
    width: 100%;
}

.get-consultation__checkbox-wrap span {
    font-size: 14px;
    line-height: 130%;
    color: #636B83;
    margin-left: 8px;
}

.get-consultation__checkbox-wrap span a {
    color: #29B7D0;
    text-decoration: none;
}

.catalog-products__popular-products {
    margin-bottom: 100px;
}


@media (max-width: 1439px) {
    .catalog-products__info-left {
        width: 550px;
    }
}

@media (max-width: 991px) {
    .catalog-products__filter-mobile {
        display: block;
    }

    .catalog-products__sort {
        font-size: 14px;
    }

    .catalog-products__info {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .catalog-products__info-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .catalog-products__info-right {
        width: 450px;
        margin: 0 auto;
    }

    .catalog-products__popular-products {
        margin-bottom: 50px;
    }

    .catalog-products__wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .catalog-products__info-right {
        width: 100%;
        margin: 0 auto;
    }

    .get-consultation__title {
        font-size: 18px;
        line-height: 110%;
    }

    .catalog-products__info-title {
        margin-bottom: 25px;
    }

    .catalog-products__info-text {
        -webkit-line-clamp: 3;
    }

    .catalog-products__info-text {
        margin-bottom: 18px;
    }

    .catalog-products__info-more {
        font-size: 16px;
    }
    .catalog-products__top{
        margin-top: 20px;
    }
}

.catalog-detail__content-item p, .section_description p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.catalog-detail__content-item ul, .section_description ul
.catalog-detail__content-item ol, .section_description ol
{
    list-style: circle;
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/.default/style.min.css?16331770966236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/style.css?16717881507621*/



.filter-products {
	border: 1px solid #DCE0E5;
	border-radius: 8px 8px 0px 0px;
}

.filter-products__item {
	padding: 20px;
	border-bottom: 1px solid #DCE0E5;
}

.filter-products__item:last-child {
	border-bottom: none;
}

.filter-products__item_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.filter-products__item_options {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.filter-products__item_name {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #00305C;
}

.filter-inputs__wrap {
	display: flex;
	align-items: center;
}

.filter-inputs__item {
	width: 100%;
	border: 1px solid #DCE0E5;
	border-radius: 8px;
	padding: 12px;
	font-size: 14px;
	color: #636B83;
}

.filter-inputs__line {
	width: 8px;
	flex: 0 0 8px;
	height: 1px;
	margin: 4px;
	background-color: #DCE0E5;
}

.filter-checkboxes__item {
	margin-bottom: 10px;
}

.filter-checkboxes__item:last-child {
	margin-bottom: 0;
}

.filter-checkboxes__item span {
	font-size: 14px;
	color: #474747;
	margin-left: 8px;
}



.filter-radio__item {
	margin-bottom: 10px;
}

.filter-radio__item:last-child {
	margin-bottom: 0;
}

.filter-radio__item span {
	font-size: 14px;
	color: #474747;
	margin-left: 8px;
}

.filter-products__more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	cursor: pointer;
}

.filter-products__more-text {
	font-size: 14px;
	color: #636B83;
	margin-right: 6px;
}

.filter-offers {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.filter-offers__item {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 14px;
	margin-bottom: 14px;
	/*background-color: #8A4E5C;*/
	cursor: pointer;
	border: 1px solid silver;
}
/*.input-image-filter[checked="checked"] + label.filter-offers__item,*/ label.filter-offers__item.bx-active{
	border: 2px solid #29B7D0;
}
.filter-offers__more {
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #00305C;
	cursor: pointer;
}

.filter-products__btn {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 16px;
}

.filter-products__reset-wrap {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
/*.filter-products__item_options .counted.hidden{*/
/*	display: none;*/
/*}*/
.filter-products__reset {
	font-size: 14px;
	line-height: 16px;
	color: #636B83;
	margin-left: 5px;
	border: none;
	background-color: transparent;
	position: relative;
	text-align: center;
	display: inline;
	cursor: pointer;
}

.filter-products__reset:hover::before {
	transform: rotate(90deg);
}

.filter-products__reset::before {
	content: '';
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url('/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/rotate-reset.svg');
	transition: all 0.5s;
}

.filter-products__item_options > div.disabled{
	display: none;
}

.filter-products__item_arrow {
	transition: all 0.3s;
}

.filter-products__item_arrow.arrow-rotate {
	transform: rotate(180deg);
}

.filter-products__item_top.show-options + .filter-products__item_options {
	margin-top: 18px;
	max-height: 100%;
	opacity: 1;
}

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	margin-top: 20px;
	overflow: hidden;
	padding: 25px 18px 25px;
}
.smart-filter-slider-track-container *{
	user-select: none;
}
.smart-filter-slider-track {
	position: relative;
	height: 2px;
	background: silver;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	/*background: #29B7D0;*/
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 100%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #29B7D0;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 15px;
	height: 15px;
	border: 7px solid var(--primary);
	background: #29B7D0;
	border-radius: 50%;
	top: -6px;
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -8px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -8px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*endregion*/

/*  popup count */
.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -7px;
	margin-left: 285px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_right.png) 4 4 4 20 fill repeat;
}
.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
/*.smart-filter-popup-result.right { left: 97%; }*/
.smart-filter-popup-result.left { right: 97%; }
.smart-filter-popup-result a:hover { text-decoration: none; }
.smart-filter-popup-result-close { display: none; }

.smart-filter__top {
	display: none;
}


@media (max-width: 991px) {
	.smart-filter-popup-result{
		display: none !important;
	}
	.smart-filter {
		position: absolute;
		background-color: #fff;
		top: 0;
		left: 0;
		z-index: 700;
		width: 50%;
		padding: 15px;
		box-shadow: 0px -2px 10px rgb(0 0 0 / 4%);
		overflow-y: scroll;
		height: 100%;
		transform: translateX(-100%);
		transition: all 0.5s ease;
	}

	.smart-filter.show {
		transform: translateX(0);
	}

	.catalog-products__form {
		width: 100%;
	}

	.filter-products {
		border: none;
	}

	.smart-filter__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}

	.smart-filter__title {
		font-size: 22px;
		line-height: 26px;
		color: #000000;
	}

	.smart-filter__close {
		cursor: pointer;
	}
}

@media (max-width: 575px) {
	.smart-filter {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.section/main/style.css?17691576191044*/
.catalog-products__items-content {
    width: 100%;
}
.pagination-section-line{

}
.items-row-contents{
    display: contents;
}
.more-container{
    display: flex;
    justify-content: center;
}
.btn.more-items-button{
    background: #636B83;
    border-radius: 8px;
    width: fit-content;
    padding: 14px 90px;
    color: #FFFFFF;
    margin: 50px auto 40px auto;
}
.catalog-products__items {
    display: grid;
    grid-template-columns: repeat(3, 302px);
    row-gap: 70px;
    column-gap: 30px;
    grid-template-rows: repeat(auto-fit, 310px);
    margin-left: 30px;
    margin-bottom: 60px;
}


@media (max-width: 1439px) {
    .catalog-products__items {
        grid-template-columns: repeat(2, 298px);
    }
}

@media (max-width: 991px) {
    .catalog-products__items {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        margin-left: 0;
    }
}
@media (max-width: 568px) {
    .catalog-products__items {
        grid-template-columns: repeat(auto-fill, minmax(140px, 2fr));
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/style.css?17000389886892*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}





.modern-page-navigation a{
	/*background-color: white !important;*/
	font-size: 16px;
	color: #00305C;
	padding: 10px 16px;
    width: 40px;
    height: 40px;
}
.modern-page-navigation .modern-page-current{
	border: 1px solid #00305C;
	border-radius: 5px;
	font-size: 16px;
	color: #00305C;
	padding: 10px 16px;
    width: 40px;
    height: 40px;
}
.modern-page-navigation a.modern-page-next{
	padding: 20px 20px;
	position: relative;
}
.modern-page-navigation a.modern-page-next::before{
	content: '';
	width: 20px;
    height: 20px;
	position: absolute;
	top: 10px;
    right: 15px;
	background-image: url('/local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/icons/arrow.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.modern-page-navigation a.modern-page-previous{
	padding: 8px 21px;
	position: relative;
}
.modern-page-navigation a.modern-page-previous::before{
	content: '';
	width: 20px;
    height: 20px;
	position: absolute;
	top: 10px;
    left: 15px;
	transform: rotate(180deg);
	background-image: url('/local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/icons/arrow.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}

.modern-page-navigation{
	display: flex;
	overflow: auto;
	justify-content: center;
}

@media (max-width:575px) {
	.modern-page-navigation a{
		margin: 0 5px;
		font-size: 16px;
	}
}


/* .bx_pagination_section_two, .bx_pg_text{
	display: none;
}
.bx_pagination_page .bx_active{
	
} */


/* .bx_pagination_page li a:not(:last-child){
	background-color: white !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
	padding: 8px 14px;
}

.bx_pagination_page li:last-child a{
	background-color: #4A4A3F !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
}
.bx_pagination_page li:first-child a{
	background-color: #4A4A3F !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
}
.bx_pagination_page li{
	background-color: white !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
	margin: 0 10px;
	padding: 8px 9px;
}
.bx_pagination_page li:first-child{
	background-color: #4A4A3F !important;
	color: #4A4A3F !important;
	padding: 8px 9px;
	position: relative;
}
.bx_pagination_page li:last-child::before{
	content: '';
	position: absolute;
	width: 11px;
    height: 20px;
	top: 10px;
    left: 15px;
	background-image: url('/local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/images/right.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.bx_pagination_page li:first-child::before{
	content: '';
	width: 11px;
    height: 20px;
	position: absolute;
	top: 10px;
    right: 15px;
	background-image: url('/local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/images/left.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.bx_pagination_page li:last-child{
	padding: 8px 9px;
	color: #4A4A3F !important;
	background-color: #4A4A3F !important;
	position: relative;
} */

.modern-page-current{
position: relative;
}
.modern-page-current > span{
	position: absolute;
margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/catalog.item/main/style.css?17211243014435*/

.product-item-scu-item-color-container{
	width: 20px;
	height: 20px;
}
.product-item-info-container{
	margin-bottom: 10px;
}
.action-icons{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
}
.action-icons svg{
	cursor: pointer;
	margin: 5px;
	display: block;
}

.catalog-card {
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 10;
}

.catalog-products__item-label {
	display: inline-block;
	background-color: #29B7D0;
	border-radius: 5px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 13px;
	z-index: 15;
}
.catalog-card__title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.catalog-products__item-heart {
	z-index: 15;
}

.catalog-products__item-compare {
	z-index: 15;
}


.catalog-card__wrap {
	position: relative;
	z-index: 100;
	
	height: 302px !important;
}

.catalog-card__img {
	border-radius: 8px;
	margin-bottom: 18px;
	/* width: 100%; */
	width: 302px;
	height: 200px;
	object-fit: contain;
}

.catalog-card__rating {
	display: flex;
	margin-bottom: 12px;
}

.catalog-card__stars {
	margin-right: 10px;
}

.catalog-card__reviews {
	font-size: 14px;
	line-height: 16px;
	color: #636B83;
}

.catalog-products__item-background {
	width: calc(100% + 40px);
	padding: 20px;
	height: auto;
	background: #fff;
	top: -25px;
	left: -25px;
	position: absolute;
	border: 1px solid #DCE0E5;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	/*-webkit-transition: all .3s;*/
	/*transition: all .3s;*/
	overflow: hidden;
	/*opacity: 0;*/
}
.catalog-card__hide-content{
	display: none;
}
/*.catalog-products__item.hover .catalog-products__item-background{*/
/*    opacity: 1;*/
/*}*/
.catalog-products__item.hover .catalog-card__hide-content{
	display: block;
}

.catalog-card__properties {
	padding-bottom: 15px;
	border-bottom: 1px solid #DCE0E5;
	margin-bottom: 15px;
}

.catalog-card__benefits-item {
	font-size: 14px;
	line-height: 16px;
	color: #636B83;
	padding-left: 10px;
}

.catalog-card__benefits {
	margin-bottom: 30px;
}

.catalog-card__benefits-item::before {
	content: '•';
	position: absolute;
	left: 0;
	font-size: 16px;
}

.catalog-card__btn {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.catalog-card__more {
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #636B83;
	text-align: center;
}

.product-item-scu-item-list.scu-color__list {
	display: flex;
	flex-wrap: wrap;
    gap: 8px;
}

.selectoption-color {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
}

.selectoption-color.selected {
	border: 2px solid #000;
}

.scu-color {
	margin-top: 10px;
}

.scu-color__list {
	margin-bottom: 20px;
    margin-top: 10px;
}



.catalog-card__gallery {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 2;
	display: flex;
	height: 200px;
}

.catalog-card__gallery-item {
	flex-grow: 1;
    -webkit-box-flex: 1;
	/* padding-top: 200px; */
}

.catalog-card__gallery-item.active .catalog-card__img {
	opacity: 1;
}

.catalog-card__gallery .catalog-card__img {
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
	opacity: 0;
}

.catalog-card__gallery-item_nav {
	display: block;
    position: relative;
    height: 100%;
}

.catalog-card__gallery.many_photos .catalog-card__gallery-item_nav::before {
	content: "";
    display: block;
    height: 1px;
    background-color: #DCE0E5;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.catalog-card__gallery-item.active .catalog-card__gallery-item_nav::before {
	background-color: #00305C;
}

.catalog-card {
	padding-top: 210px;
}

.catalog-card__gallery .catalog-card__img {
	height: 180px;
}




@media (max-width: 1439px) {
	.catalog-card__img {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.catalog-card__img {
		width: 100%;
		object-fit: cover;
	}
	.catalog-products__wrap{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}



.catalog-card__gallery_all {
	display: none;
}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/catalog.section/bigdata.slider/style.css?1669030501631*/

/* .catalog-products__popular-products {
    opacity: 0;
    transition: all 0.3s;
} */

/* .preloader {
    position: relative;
}

.preloader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
} */
.popular-products .new-slider-for-bigdata:last-child{
    display: block !important;
}
.new-slider-for-bigdata .slick-list {
    margin: 0 -15px;
}

.new-slider-for-bigdata .slick-track {
    justify-content: center;
}
@media (max-width: 991px) {
    .new-slider-for-bigdata .slick-list {
        margin: 0;
    }
}

/* End */
/* /local/templates/negagroup-site/components/bitrix/catalog/main/style.css?17222534995026 */
/* /bitrix/components/bitrix/catalog.section.list/templates/.default/style.min.css?16331770966236 */
/* /local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/style.css?16717881507621 */
/* /local/templates/negagroup-site/components/bitrix/catalog/main/bitrix/catalog.section/main/style.css?17691576191044 */
/* /local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/style.css?17000389886892 */
/* /local/templates/negagroup-site/components/bitrix/catalog.item/main/style.css?17211243014435 */
/* /local/templates/negagroup-site/components/bitrix/catalog.section/bigdata.slider/style.css?1669030501631 */
