

/* Start:/local/templates/negagroup-site/components/bitrix/news.list/main-slider/style.css?17735667233200*/
.slider-main {
    background: #F2F2F2;
    border-bottom: 1px solid #DCE0E5;
    margin-bottom: 50px;
}

.slider-main__wrap {
    padding: 0 !important;
    display: flex;
    position: relative;
}
.slider-main__item{
    padding: 80px 0 80px 80px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-main__container {
    width: 100%;
    height: 100%;
}
.slider-main__date {
    font-size: 16px;
    line-height: 150%;
    color: #00305C;
    margin-bottom: 25px;
}

.slider-main__title {
    font-size: 48px;
    margin-bottom: 20px;
}
.slider-main__wrap{
    height: 500px;
}
.slick-track{
    height: 100%;
}
.slider-main__item{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slider-main__text {
    font-size: 16px;
    line-height: 155%;
    color: #636B83;
    max-width: 35%;
    margin-bottom: 30px;
}

.slider-main__link {
    font-size: 24px;
    color: #00305C;
    border-radius: 10px;
    background: #fff;
    padding: 6px 12px;
    text-decoration: none !important;
}

.slider-main__link:hover {
    font-weight: inherit !important;
}

.slider-btn.slider-main__next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slider-btn.slider-main__prev-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider-main__wrap .slick-dots {
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    width: 100%;

    justify-content: center;
}
.slick-list{
    width: 100%;
}
.slider-main__wrap .slick-dots button {
    font-size: 0;
    border: none;
    width: 6px;
    height: 6px;
    background: #43495A;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.slider-main__wrap .slick-dots li.slick-active button {
    background: #29B7D0;
    width: 10px;
    height: 10px;
}

.slider-main__item:not(:first-child) {
    display: none;
}

.slick-initialized .slider-main__item {
    display: block;
}

@media (max-width: 1439px) {
	.slider-main__wrap {
		height: 320px;
	}
}


@media (max-width: 991px) {
	.slider-main__text {
		font-size: 16px;
		line-height: 155%;
		color: #636B83;
		max-width: 75%;
		margin-bottom: 30px;
	}
	.slider-main__wrap {
		height: 320px;
	}
}
@media (max-width: 767px) {
	.slider-main__wrap {
		height: 254px;
	}
}
@media (max-width: 575px) {
	.slider-main__wrap {
		/*padding: 30px 0;*/
		height: 190px;
	}

	.slider-main__date {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.slider-main__title {
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 12px;
	}

	.slider-main__text {
		font-size: 20px;
		max-width: none;
		margin-bottom: 20px;
	}

	.slider-main__link {
		font-size: 20px !important;
	}

	.slider-main__wrap .slick-dots {
		bottom: -25px;
	}
	
}
@media (max-width: 479px) {
	.slider-main__wrap {
		height: 140px;
	}
	.slider-main__item {
		padding: 60px 0 60px 60px;
	}
}
@media (max-width: 400px) {
	.slider-main__wrap {
		height: 100px;
	}
	.slider-main__item {
		padding: 50px 0 50px 50px;
	}
}
@media (max-width: 380px) {
	.slider-main__wrap {
		height: 95px;
	}
	.slider-main__item {
		padding: 40px 0 40px 40px;
	}
}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/catalog.section.list/catalog.cards/style.css?177348148611101*/
/* line */
.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 0.3s ease; }

/* text */
.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 0.3s ease; }

/* tile */

.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; }

/*2*/
@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; }
}

/*3*/
@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; }
}

/*4*/
@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 0.3s ease; }

/* list */

.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 0.3s ease; }


/*Card*/
.category-cards {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 8px;
    grid-row-gap: 10px
}

.category-cards__card {
    position: relative;
    min-height: 200px;
    grid-column: span 2;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 15px;
    background: #f7f7f9;
    overflow: hidden;
    color: #00305c;
	font-size: 24px;
	font-weight: 600;
    /* border: 1px solid #dce0e5; */
}

.category-cards__card:hover .category-cards__card-image {
    transform: translateX(0)
}

@media (min-width: 1024px) {
    .category-cards__card--col-span-1:not(.category-cards--proportional .category-cards__card) {
        grid-column:span 1;
        padding: 16px;
        min-height: 140px;
        font-size: 16px;
    }

    .category-cards__card--col-span-1:not(.category-cards--proportional .category-cards__card) .category-cards__card-image {
        max-width: 140px;
        max-height: 90px
    }

    .category-cards__card--col-span-1:not(.category-cards--proportional .category-cards__card) .category-cards__card-keyboard {
        display: none
    }
}

.category-cards__card--col-span-3 {
    grid-column: span 3
}

.category-cards__card--in-menu {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #636b83
}

.category-cards__card--in-menu .category-cards__card-image {
    max-width: 100px;
    max-height: 80px
}

.category-cards__card-text,.category-cards__sub-text {
    position: relative;
    z-index: 2
}

.category-cards__sub-text {
    font-size: 16px;
    color: #636b83;
    overflow: hidden;
    word-break: unset;
    text-overflow: ellipsis
}

.category-cards__card-image {
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 200px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transform: translateX(15%);
    pointer-events: none
}

.category-cards__card-image img,.category-cards__card-image picture,.category-cards__card-image video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: inherit;
    object-position: right bottom
}

.category-cards__card-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2
}

.category-cards__card-keyboard {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #29b7d0;
	
}

.category-cards__card-keyboard span {
    font-size: 16px;
	font-weight: bold;
    color: #ffffff;
}

.category-cards--small {
    padding: 0 16px
}

.category-cards--small .category-cards__card {
    min-height: 104px;
    padding: 12px
}

@media (max-width: 1359px) {
    .category-cards__card-image {
        max-width:240px;
        max-height: 160px
    }
}

@media (max-width: 1159px) {
    .category-cards__card-image {
        max-width:200px;
        max-height: 132px
    }

    .category-cards__card {
        font-size: 18px;
    }

    .category-cards__sub-text {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    .category-cards {
        gap:8px
    }

    .category-cards__card {
        font-size: 24px
    }

    .category-cards__sub-text {
        font-size: v18px
    }

    .category-cards__card-keyboard {
        display: none
    }
}

@media (max-width: 767px) {
    .category-cards__card {
        min-height:105px;
        padding: 8px
    }

    .category-cards__card-text {
        font-size: 14px
    }

    .category-cards__sub-text {
        font-size: 12px
    }

    .category-cards__card-image {
        max-width: 120px;
        max-height: 80px
    }
}

@media (max-width: 479px) {
    .category-cards__card-image {
        max-width:100px;
        max-height: 70px
    }
}
/* End */


/* Start:/local/components/luckru/best.offers/templates/main/style.css?17735052641839*/
.best-offers__cards{
    display: none;
}
.best-offers__cards-list
{
    transition: 0.3s;
}


.best-offers__cards-bottom .items-row-contents .catalog-products__item:nth-child(-n+3){
    /* display: none; */
}

.best-offers__cards.cards--active{
    display: block;
}

.catalog-products__items{
    grid-template-columns: repeat(4, 329px) !important;
}
.best-offers__cards-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.best-offers__cards-bottom {
    display: flex;
    justify-content: space-between;
}

.best-offers__cards-left {
    width: 857px;
}

.best-offers__cards-right {
    width: 412px;
}

.best-offers__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.best-offers__arrows-prev {
    margin-right: 10px;
}

.best-offers__top {
    margin-bottom: 25px;
}

.best-offers__tabs {
    margin-bottom: 40px;
}

.best-offers__card {
    text-decoration: none;
}

.best-offers__wrap {
    margin-bottom: 50px;
}

.podbor-matrasov-button {
    display: flex;
}

@media (max-width: 1439px) {
    .best-offers__cards-top {
        flex-direction: column;
        row-gap: 30px;
    }

    .best-offers__cards-left {
        width: 100%;
    }

    .best-offers__cards-right {
        display: flex;
        column-gap: 20px;
        width: 100%;
    }

    .best-offers__card.card-small {
        width: 50%;
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .best-offers__cards-bottom .items-row-contents .catalog-products__item:nth-child(-n+3){
        display: block;
    }

    .best-offers__cards-top{
        display: none;
    }

}
@media (max-width: 575px) {
    .best-offers__title {
        font-size: 26px;
    }
    .best-offers__arrows {
        display: none;
    }
    .best-offers__tabs {
        overflow: auto;
    }
}


/* 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.section/full.items/style.css?1773551387913*/
.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(3, 298px);
    }
}

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


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

.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;
	padding: 15px;
}

.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; */
	width: 100%;
	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/components/luckru/reviews/templates/simple/style.css?1666335187333*/
.catalog-card__rating {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.catalog-card__stars {
    margin-right: 10px;
}

.catalog-card__reviews {
    font-size: 14px;
    line-height: 22px;
    color: #636B83;
}

/* .catalog-card__reviews{
    height: fit-content;
    margin: auto 0;
} */
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/news.list/main-reviews/style.css?17734705161965*/
.reviews__item {
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    padding: 30px;
    min-height: 480px;
    max-width: 635px;
    margin: 0 15px;
}

.reviews__item-product {
    display: flex;
    margin-bottom: 30px;
}

.reviews__item-img {
    margin-right: 25px;
    width: 220px;
    height: 160px;
    border-radius: 8px;
}

.reviews__item-content {
    display: flex;
    flex-direction: column;
}

.reviews__item-stars {
    margin-bottom: 12px;
}

.reviews__item-title {
    font-weight: 400;
}

.reviews__item-price {
    font-size: 24px;
    line-height: 28px;
    color: #00305C;
    margin-top: auto;
}

.reviews__item-info {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #DCE0E5;
    margin-bottom: 10px;
}

.reviews__item-name {
    font-weight: 500;
    font-size: 16px;
    color: #00305C;
    margin-right: 12px;
    line-height: 16px;
	white-space: nowrap;
}

.reviews__item-name::after {
    content: "●";
    font-size: 12px;
    color: #DCE0E5;
    padding-left: 8px;
}

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

.reviews__item-text {
    font-size: 18px;
    line-height: 150%;
    color: #636B83;
}

.reviews__wrap .slick-list {
    margin: 0 -15px;
}


@media (max-width: 991px) {
	.reviews__item {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.reviews__top .reviews__arrows {
		display: none;
	}

	.reviews__item {
		padding: 15px;
	}

	.reviews__item-product {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.reviews__item-img {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.reviews__item-title {
		margin-bottom: 12px;
	}

	.reviews__item-img {
		width: 100%;
		height: auto;
	}

	.title.reviews__item-title {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
	}

	.reviews__item-price {
		font-size: 16px;
		line-height: 19px;
		font-weight: 500;
	}

	.reviews__item-text {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/negagroup-site/components/bitrix/news.list/main-slider/style.css?17735667233200 */
/* /local/templates/negagroup-site/components/bitrix/catalog.section.list/catalog.cards/style.css?177348148611101 */
/* /local/components/luckru/best.offers/templates/main/style.css?17735052641839 */
/* /local/templates/negagroup-site/components/bitrix/system.pagenavigation/main/style.css?17000389886892 */
/* /local/templates/negagroup-site/components/bitrix/catalog.section/full.items/style.css?1773551387913 */
/* /local/templates/negagroup-site/components/bitrix/catalog.item/main/style.css?17735528824495 */
/* /local/components/luckru/reviews/templates/simple/style.css?1666335187333 */
/* /local/templates/negagroup-site/components/bitrix/news.list/main-reviews/style.css?17734705161965 */
