

/* Start:/local/templates/altelect/components/bitrix/catalog.section.list/altelect_left/style.css?17651505472091*/
/* Общий контейнер */
.sidebar .category-list {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

/* Список */
.sidebar .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Элемент списка */
.sidebar .category-list ul li {
  border-bottom: 1px solid #e0e0e0;
}

.sidebar .category-list ul li:last-child {
  border-bottom: none;
}

/* Ссылки */
.sidebar .category-list ul li a {
  display: flex;
  align-items: center;
  gap: 10px; /* расстояние между иконкой и текстом */
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, transform 0.2s ease;
  transform-origin: center;
  transform: translateZ(0);
  text-transform: uppercase;
}

/* Ховер-эффект */
.sidebar .category-list ul li a:hover {
  background: #f5f5f5;
  color: #000;
  transform: translateZ(0) scale(1.05);
}

/* Активный пункт (например, Semiconductors) */
.sidebar .category-list ul li.active a {
  background: #f0f0f0;
  font-weight: 600;
}

/* Последний пункт "ВСЕ РАЗДЕЛЫ КАТАЛОГА" */
.sidebar .category-list-title a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #444;
  background: #fafafa;
  padding: 12px;
}

.category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li {
  border-bottom: 1px solid #eee;
  margin-top: 0.5px;
}

.category-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  transition: background 0.2s, transform 0.2s ease;
  transform-origin: center;
  transform: translateZ(0);
}

.category-list a:hover {
  background: #f5f5f5;
  transform: translateZ(0) scale(1.05);
}

.category-list a.active {
  background: #e0e0e0;
}

.category-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}
.sidebar {
  background: #f7f7f7;
  border-radius: 12px;
}
/* End */


/* Start:/local/templates/altelect/components/altelect/slider.altermax/slider_altelect/style.css?17651505472002*/
/* Слайдер на главной */

/* Пагинация слайдера */
.swiper-pagination {
    display: flex;
    position: relative;
    align-items: baseline;
}

.swiper-pagination-bullet {
    height: 10px;
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 0.6rem;
}

.button-pause {
    border: unset;
    background: unset;
    color: #007aff;
    cursor: pointer;
    font-size: 20px;
}
/* Пагинация слайдера */

/* Стили кнопок */
.slider-arrow.left,
.slider-arrow.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgb(229 229 229 / 35%);
  color: #7a7a7a;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  user-select: none;
  opacity: 1; 
  visibility: visible; 
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Левая кнопка */
.slider-arrow.left {
  padding: 30px 20px 30px 50px;
  left: -50px;
}

/* Правая кнопка */
.slider-arrow.right {
  right: -50px;
  padding: 30px 50px 30px 20px
}

.slider-arrow.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* Стили кнопок */

/* TEST TODO DELETE 
.hero-slider,
#banner-slider {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-arrow.left,
.slider-arrow.right {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(229, 229, 229, 0.35);
  color: #7a7a7a;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  user-select: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Стрелки внутри контейнера 
.slider-arrow.left {
  left: 0;
}
.slider-arrow.right {
  right: 0;
}
/* TEST TODO DELETE */
/* End */


/* Start:/local/templates/altelect/components/bitrix/news.list/altelect_orange/style.css?17651505472944*/
.news-orange {
  display: block;
}

.news-orange__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}

.news-orange__all-link {
  flex-shrink: 0;
}

.news-title-block a {
  color: var(--dark);
  text-decoration: none;
  text-transform: uppercase;
}

.news-all-button {
  color: var(--dark);
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.2s ease;
}

.news-all-button:hover {
  color: var(--orange_g);
  text-decoration: underline;
}

.news-all-button:active {
  color: var(--orange_g);
}

.news-orange__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: #1f2937;
  text-transform: uppercase;
}

.news-orange__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
}

.news-orange__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}



.news-card {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 18px;
}

.news-card__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  align-items: stretch;
  min-height: 100%;
}

.news-card__date {
  color: #6b7280;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 6px;
  display: block;
  margin-top: 0;
  padding: 0;
  font-weight: bold;
}

.news-card__image {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
  align-self: stretch;
  position: relative;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
}

.news-card__image--placeholder {
  background: #f3f4f6;
}

.news-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

.news-title-block {
  margin: 0;
}

.news-card__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2937;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card:hover .news-card__title {
  text-decoration: underline;
}

.news-orange__pager {
  margin-top: 18px;
}

@media (max-width: 992px) {
  .news-orange__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .news-orange__grid { grid-template-columns: 1fr; }
  .news-card { padding: 14px; }
  .news-card__link { grid-template-columns: 1fr 1fr; gap: 12px; }
  .news-orange__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .news-orange__all-link {
    width: 100%;
  }
  .news-all-button {
    width: 100%;
  }
}



/* End */


/* Start:/local/templates/altelect/components/altelect/slider.altermax/no_slider_altelect/style.css?17651505471748*/


.photo-grid-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.about-title-block_new {
	margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #1f2937;
    text-transform: uppercase;
}

.photo-grid {
	display: grid;
	gap: 10px;
	width: 100%;
}

/* Верхний ряд: пропорции 1.7 : 0.7 : 1.3 */
.photo-grid-top {
	grid-template-columns: 1.7fr 0.7fr 1.3fr;
	grid-template-rows: 1fr;
}

/* Нижний ряд: пропорции 0.7 : 1.7 : 0.9 */
.photo-grid-bottom {
	grid-template-columns: 0.7fr 1.7fr 0.9fr;
	grid-template-rows: 1fr;
}

.photo-item {
	position: relative;
	overflow: hidden;
	/* Фиксированная высота для всех изображений - одинаковая для обоих рядов */
	height: 300px;
}

/* Общие стили для изображений */
.photo-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
}

.photo-item a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
	.photo-item {
		height: 250px;
	}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.photo-grid-top,
	.photo-grid-bottom {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	
	.photo-item {
		height: 200px;
	}
}

@media (max-width: 480px) {
	.photo-grid-top,
	.photo-grid-bottom {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	
	.photo-item {
		height: 250px;
	}
}

/* End */


/* Start:/local/templates/altelect/components/altelect/slider.altermax/slider_altelect_company/style.css?17651505473891*/
/* Слайдер для блока "О компании" */

.about-company-slider {
	width: 100%;
}

.about-slider-container {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#company-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--card);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slide-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.slide-content img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.slide-content:hover img {
	transform: scale(1.05);
}

.slide-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 20px 15px 15px;
	color: white;
}

.slide-caption h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

/* Пагинация */
.swiper-pagination {
	position: relative;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
	margin: 0 6px;
	opacity: 0.6;
	transition: all 0.3s ease;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: var(--main-color);
	opacity: 1;
	transform: scale(1.2);
}

/* Стрелки навигации */
.company-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	color: var(--main-color);
	border: none;
	padding: 12px 16px;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.company-slider-arrow:hover {
	background: var(--main-color);
	color: white;
	transform: translateY(-50%) scale(1.1);
}

.company-slider-arrow.left {
	left: 15px;
}

.company-slider-arrow.right {
	right: 15px;
}

.company-slider-arrow.show {
	opacity: 1;
	visibility: visible;
}

/* Пагинация слайдера */
.swiper-pagination {
    display: flex;
    position: relative;
    align-items: baseline;
}

.swiper-pagination-bullet {
    height: 10px;
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 0.6rem;
}

/* Стили стрелок, как в slider_altelect */
.slider-arrow_company.left,
.slider-arrow_company.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgb(229 229 229 / 35%);
  color: #7a7a7a;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  user-select: none;
  opacity: 1; 
  visibility: visible; 
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.slider-arrow_company.left {
  padding: 30px 20px 30px 50px;
  left: -50px;
}

.slider-arrow_company.right {
  right: -50px;
  padding: 30px 50px 30px 20px
}

.slider-arrow_company.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Адаптивность */
@media (max-width: 768px) {
	.about-slider-container {
		padding: 0px;
	}
	
	.slide-content img {
		height: 250px;
	}
	
	.slide-caption {
		padding: 15px 12px 12px;
	}
	
	.slide-caption h3 {
		font-size: 14px;
	}
	
	.company-slider-arrow {
		padding: 10px 12px;
		font-size: 18px;
	}
	
	.company-slider-arrow.left {
		left: 10px;
	}
	
	.company-slider-arrow.right {
		right: 10px;
	}
}

@media (max-width: 480px) {
	.slide-content img {
		height: 200px;
	}
	
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}
}

/* End */
/* /local/templates/altelect/components/bitrix/catalog.section.list/altelect_left/style.css?17651505472091 */
/* /local/templates/altelect/components/altelect/slider.altermax/slider_altelect/style.css?17651505472002 */
/* /local/templates/altelect/components/bitrix/news.list/altelect_orange/style.css?17651505472944 */
/* /local/templates/altelect/components/altelect/slider.altermax/no_slider_altelect/style.css?17651505471748 */
/* /local/templates/altelect/components/altelect/slider.altermax/slider_altelect_company/style.css?17651505473891 */
