

/* Start:/local/templates/negagroup-site/components/bitrix/news.list/main-slider/style.css?17779589094007*/
.slider-main {
    background: #EBEBEB;
    border-bottom: 1px solid var(--border);
    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;
    position: relative;
}
.slider-main__item-picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.slider-main__container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-main__date {
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    padding-top: 50px;
    /* margin-bottom: 25px; */
}

.slider-main__title {
    font-size: 56px;
    font-weight: 600;
    padding-top: 50px;
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 300px;
    line-height: 100%;
}
.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: #ffffff;
    max-width: 35%;
    /* margin-bottom: 30px; */
}

.slider-main__link {
    font-size: 16px;
    color: var(--text);
    border-radius: 50px;
    background: #fff;
    padding: 12px;
    text-decoration: none !important;
    position: absolute;
    bottom: 25px;
    left: 105px;
}

.slider-main__link:hover {
    font-weight: inherit !important;
}
.slider-btns {
    position: relative;
}
.slider-btn.slider-main__next-btn {
    position: absolute;
    /* top: 50%; */
    /* right: 0; */
    bottom: 0;
    margin-left: 50px;
    transform: translateY(-50%);
}

.slider-btn.slider-main__prev-btn {
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    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: var(--btn-black);
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.slider-main__wrap .slick-dots li.slick-active button {
    background: var(--btn-cranberry);
    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;
	}
    .slider-main__title {
        font-size: 35px;
        font-weight: 600;
        padding-top: 20px;
        margin-bottom: 20px;
    }
}


@media (max-width: 991px) {
	.slider-main__text {
		font-size: 14px;
		line-height: 155%;
		color: #ffffff;
		max-width: 75%;
		/* margin-bottom: 30px; */
	}
	.slider-main__wrap {
		height: 181px;
	}
}
@media (max-width: 767px) {
	.slider-main__wrap {
		height: 194px;
	}
    .slider-main__link {
        display: none;
		/* font-size: 20px !important; */
	}
}
@media (max-width: 575px) {
	.slider-main__wrap {
		/*padding: 30px 0;*/
		height: 164px;
	}

	.slider-main__date {
        padding-top: 10px;
		font-size: 12px;
		margin-bottom: 0;
	}

	.slider-main__title {
        max-width: 30%;
		font-size: 16px;
		line-height: 16px;
        padding-top: 0;
		margin-bottom: 5px;
	}

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

	.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?177486107911117*/
/* 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: var(--light-bg);
    overflow: hidden;
    color: var(--text);
	font-size: 24px;
	font-weight: 600;
    border: 1px solid var(--border);
}

.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: var(--icon);
	
}

.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/templates/negagroup-site/components/bitrix/news.list/main-reviews/style.css?17748668162010*/
.reviews__item {
    border: 1px solid var(--border);
    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: var(--price);
    margin-top: auto;
}

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

.reviews__item-name {
    font-weight: 500;
    font-size: 16px;
    color: var(--text);
    margin-right: 12px;
    line-height: 16px;
	white-space: nowrap;
}

.reviews__item-name::after {
    content: "●";
    font-size: 12px;
    color: var(--border);
    padding-left: 8px;
}

.reviews__item-date {
    font-size: 14px;
    color: var(--grey-text);
    line-height: 16px;
}

.reviews__item-text {
    font-size: 18px;
    line-height: 150%;
    color: var(--grey-text);
}

.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?17779589094007 */
/* /local/templates/negagroup-site/components/bitrix/catalog.section.list/catalog.cards/style.css?177486107911117 */
/* /local/templates/negagroup-site/components/bitrix/news.list/main-reviews/style.css?17748668162010 */
