

/* Start:/local/templates/new100del/components/bitrix/news/sales/style.css?1733886104240*/
.actions-list .tile-wrap:first-child { text-align: center; }
.actions-list .tile-wrap:first-child .tile-time { display: none; }
.actions-list .tile-wrap.big .btn-simple,
.actions-list .tile-wrap:first-child .btn-simple { display: none; }
/* End */


/* Start:/local/templates/new100del/components/bitrix/system.pagenavigation/show_more/style.css?17639448061050*/
.load-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
    max-width: 260px;
    height: 60px;
    background: #EA5B0C;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-family: var(--bs--font-medium);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 50px;
    margin-bottom: 60px;
}

.load-more:hover {
    background-color: #EA3C0C;
}

.load-more:focus {
    background-color: #292929;
}

@media (max-width: 991px) {
    .load-more {
        font-size: 14px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .load-more {
        font-size: 16px;
        max-width: none;
        width: 100%;
        left: 0;
        transform: none;
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/new100del/components/bitrix/news/sales/bitrix/news.list/.default/style.css?17654211299018*/
	.tiles-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/* отступы между ячейками */
		gap: 20px;

	}

	.tiles-list .tile {
		height: 355px;
	}

	.tiles-list .tb {
		height: 100%;
	}

	.tiles-list .tc {
		vertical-align: top;
	}

	.tiles-list .tile.no-image .tc {
		vertical-align: middle;
	}

	.tiles-list .tile.no-image .h3 {
		max-height: 60px;
	}

	.tiles-list .tile.center-image .image {
		background-size: cover;
	}

	.tiles-list .image-wrap {
		position: relative;
		display: block;
		height: 200px;
		overflow: hidden;
	}

	.tiles-list .image {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.tiles-list .image-wrap:hover .image {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}

	.tiles-list .tile-text {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 18px 18px;
	}

	.tiles-list .tile-time {
		font-family: "robotomedium";
		font-size: 13px;
		color: #888888;
	}

	.tiles-list .tile-time:after {
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		margin: 8px 0 12px;
		background: #cccccc;
	}

	.tiles-list .tile-date {
		/*margin-bottom: 6px;*/
		font-size: 13px;
		color: #cccccc;
	}

	.tiles-list .h3 {
		max-height: 40px;
		overflow: hidden;
		margin-bottom: 0;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.tiles-list .tile-descr {
		max-height: 45px;
		overflow: hidden;
		font-size: 13px;
		line-height: 15px;
	}

	.tiles-list .btn-simple {
		margin-top: 8px;
	}

	.tiles-list .tile-wrap.big,

	.tiles-list .tile-wrap.big .tb,
	.tiles-list .tile-wrap:first-child .tb {
		position: relative;
	}

	.tiles-list .tile-wrap.big .image-wrap,
	.tiles-list .tile-wrap:first-child .image-wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.tiles-list .tile-wrap.big .h3 {
		font-size: 24px;
		line-height: 25px;
		max-height: 50px;
	}

	.tiles-list .tile-wrap.big .tile-text,
	.tiles-list .tile-wrap:first-child .tile-text {
		position: absolute;
		z-index: 10;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 18px;
		background: rgba(0, 0, 0, 0.7);
		-webkit-box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.3);
	}

	@media screen and (max-width: 1700px) {
		.tiles-list {
			margin: -6px;
		}

		.tiles-list .tile-wrap {
			padding: 6px;
		}

		.tiles-list .tile-text {
			padding: 12px;
		}
	}


	@media screen and (max-width: 1600px) {
		.tiles-list .tile {
			height: 330px;
		}

		.tiles-list .tile-wrap:first-child {
			width: 50%;
		}

		.tiles-list .tile-wrap {
			width: 25%;
		}

		.tiles-list .tile-text {
			padding: 6px 12px;
		}

		.tiles-list .image-wrap {
			height: 160px;
		}

		.tiles-list .tile-time:after {
			margin: 3px 0 6px;
		}

		.tiles-list .h3 {
			font-size: 14px;
			line-height: 18px;
			max-height: 36px;
		}

		.tiles-list .tile.no-image .h3 {
			max-height: 51px;
		}

		.tiles-list .tile-wrap:first-child .h3 {
			max-height: 44px;
			font-size: 18px;
			line-height: 22px;
		}
	}

	@media screen and (max-width: 1200px) {
		.tiles-list .tile {
			height: 300px;
		}

		.tiles-list .tile-wrap.big .h3,
		.tiles-list .tile-wrap:first-child .h3 {
			font-size: 18px;
			line-height: 18px;
		}

		.tiles-list .tile-wrap.big .tile-text,
		.tiles-list .tile-wrap:first-child .tile-text {
			padding: 14px 18px;
		}
	}

	@media screen and (max-width: 950px) {
		.tiles-list .tile {
			height: 230px;
		}

		.tiles-list .tile-wrap.big .h3,
		.tiles-list .tile-wrap:first-child .h3 {
			font-size: 16px;
			line-height: 16px;
		}

		.tiles-list .tile-wrap.big .tile-text,
		.tiles-list .tile-wrap:first-child .tile-text {
			padding: 10px 14px;
		}
	}

	@media screen and (max-width: 750px) {
		.tiles-list .tile {
			height: 190px;
		}
	}

	@media screen and (max-width: 600px) {
		.tiles-list .tile-wrap:nth-child(n) {
			width: 100%;
		}
	}

	.blog-list .tile-wrap:first-child .tile-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-list .tile-wrap:first-child .tile-date {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 6px 0 0 24px;
	}

	.blog-list .tile-wrap:first-child .h3 {
		width: 100%;
	}

	.blog-list .tile-wrap:first-child .tile-descr {
		width: 100%;
	}


	@media screen and (max-width: 800px) {
		.blog-list .tile-wrap:first-child .tile-text {
			display: block;
		}

		.blog-list .tile-wrap:first-child .tile-date {
			margin: 0 0 3px;
		}
	}

	@media screen and (max-width: 1100px) {
		.stocks__item {
			max-width: 50%;
		}
	}

	@media screen and (max-width: 535px) {
		.stocks__item {
			max-width: 100%;
		}
	}

	.stocks__description {
		font-size: 14px;
		line-height: 1.38;
		color: #000;
		margin-top: 10px;
		text-align: left;
	}

	.stocks__date {
		font-size: 12px;
		font-weight: bold;
		margin: 5px 0px;
		line-height: 19px;
		color: #000;
		text-align: left;
	}

	.stocks__date-text {
		color: #313131;
	}

	.stocks__content {
		height: auto !important;
		display: flex;
		flex-direction: column;
	}

	.stocks__content>.tb {

		height: 210px;
	}

	.stocks__info {
		flex-grow: 2;
		min-height: 50px;
		text-align: left;
	}

	.stocks__info>.stocks__info-name {
		color: #000 !important;
		text-align: left !important;
	}

	.tile-text {
		display: none !important;
	}

	.promotions {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.promotions__title {
		font-weight: 500;
		font-size: 40px;
		line-height: 130%;
		color: #4A4A49;
		margin-bottom: 40px;
	}


	.promotions .row {
		row-gap: 15px;
	}

	.promotions__item img {
		width: 100%;
		object-fit: coverpromotions__list
	}

	.promotions__flex {
		display: flex;
		gap: 20px;
		margin-bottom: 120px;
	}

	.promotions__flex-little {
		max-height: 250px;
	}

	.promotions__flex-big {
		max-height: 250px;
	}

	/* Базовые стили карточки */
	.promotions__card {
		flex: none;
		width: 100%;
	}

	/* Эффекты при наведении */
	.promotions__card:hover {
		cursor: pointer;
		/* transform: translateY(-2px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
	}

	/* Стили для изображения */
	.promotions__card img {
		width: 100%;
		height: 160px;
		object-fit: cover;
		margin-bottom: 12px;
		transition: transform 0.3s ease;
	}

	.promotions__card:hover img {
		transform: scale(1.02);
	}

	/* Стили для заголовка */
	.promotions__card-title {
		font-size: 24px;
		font-weight: 700;
		color: #1A1A1A;
		line-height: 1.2;
		font-family: var(--bs--font-bold);
		text-transform: uppercase;
	}

	.promotions__card-data {
		font-size: 12px;
		width: 400;
		line-height: 1.2;
	}

	/* Стили для текста */
	.promotions__card-text {
		color: #666;
		font-size: 12px;
		line-height: 1.4;
	}

	.promotions-pagination__card-btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px;
		gap: 10px;
		width: 100%;
		max-width: 260px;
		height: 60px;
		background: #292929;
		outline: none;
		font-weight: 500;
		font-size: 18px;
		line-height: 140%;
		font-family: var(--bs--font-medium);
		color: #FFFFFF;
		border: none;
		cursor: pointer;
		box-sizing: border-box;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.promotions-pagination__card-btn:hover {
		color: var(--bs-gray);
	}

	.promotions-pagination__card-btn:focus {
		background-color: #292929;
	}

	/* Tablet: 2 карточки в ряд */
	@media (min-width: 768px) {
		.promotions__card img {
			height: 180px;
		}
	}

	/* Desktop: 3 карточки в ряд */
	@media (min-width: 1024px) {
		.promotions__card img {
			height: 200px;
		}
	}

	/* Large Desktop: 4 карточки в ряд */
	@media (min-width: 1440px) {
		.promotions__card img {
			height: 211px;
		}
	}


	@media (max-width: 991px) {
		.promotions__title {
			font-size: 32px;
		}

		.promotions__card-title {
			font-size: 20px;
		}
	}

	@media (max-width: 576px) {
		.promotions__title {
			font-size: 20px;
		}

		.promotions__card-title {
			font-size: 16px;
			font-family: var(--bs--font-medium);
			font-weight: 500;
		}

		.promotions__card-text {
			display: none;
		}
	}
/* End */
/* /local/templates/new100del/components/bitrix/news/sales/style.css?1733886104240 */
/* /local/templates/new100del/components/bitrix/system.pagenavigation/show_more/style.css?17639448061050 */
/* /local/templates/new100del/components/bitrix/news/sales/bitrix/news.list/.default/style.css?17654211299018 */
