

/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/news/catalog/style.css?17485754803526*/
/* Стилизация сортировки */
.select-outer {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.select-outer select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}

/* Стили переключателей вида */
.display-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.display-type .label_show {
  font-size: 0.85rem;
  color: #6c757d;
  margin-right: 10px;
}

.view-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #c0ccd3;
  background: #f8f9fa;
  color: #495057;
  margin-left: 5px;
  transition: background-color 0.3s ease;
}

.view-button i {
  font-size: 1.1rem;
}

.view-button:hover,
.view-button.cur {
  background: #79c4ef;
  color: #fff;
}

/* Анимация */
.btn i {
  transition: transform 0.2s ease-in-out;
}

.btn:hover i {
  transform: translateX(4px);
}

/* Контейнер с иконкой */
.position-relative {
  position: relative;
}

/* Иконка раскрытия (стрелочка вниз) */
.select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.2rem;
  color: #666;
  transition: transform 0.3s ease-in-out;
}

/* Анимация раскрытия (вращение иконки вниз при активации select) */
select:focus + .select-icon {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 600px) {
  .select-outer {
    margin-bottom: 6px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .select-outer select {
    font-size: 12px;
    padding: 7px 28px 7px 8px;
    border-radius: 5px;
    min-width: 0;
  }

  .select-icon {
    font-size: 1rem;
    right: 9px;
  }

  .display-type {
    justify-content: flex-start;
    margin: 3px 0 8px 0;
    gap: 2px;
  }

  .display-type .label_show {
    margin-right: 8px;
    font-size: 11px;
  }

  .view-button {
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 3px;
    padding: 0;
    line-height: 28px;
    border: 1px solid #d0dae0;
    background: #f7fafd;
    color: #495057;
    transition: background 0.18s, color 0.18s;
  }

  .view-button i {
    font-size: 1.05em;
  }

  .view-button.cur,
  .view-button:active,
  .view-button:focus {
    background: #59b1e9;
    color: #fff;
    border-color: #59b1e9;
  }

  .view-button:hover:not(.cur) {
    background: #eaf5fb;
    color: #1976d2;
  }
}

/* Для десктопа — чуть больше отступы и размер */
@media (min-width: 601px) {
  .select-outer select {
    font-size: 14px;
    padding: 8px 36px 8px 10px;
    border-radius: 7px;
  }
  .select-icon {
    font-size: 1.25rem;
    right: 15px;
  }
  .view-button {
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 6px;
    margin-left: 6px;
  }
}

/* Общие правки */
.select-outer {
  position: relative;
  width: 100%;
  min-width: 0;
}
.select-outer select {
  width: 100%;
  border: 1px solid #ced4da;
  background: #fff;
  transition: border-color 0.2s;
}
.select-outer select:focus {
  border-color: #79c4ef;
  outline: none;
}
.display-type {
  display: flex;
  align-items: center;
}
.display-type .label_show {
  color: #6c757d;
}
.view-button {
  cursor: pointer;
  outline: none;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/news.detail/catalog_v2/style.css?17509445185651*/
:root {
  /* Цвета */
  --primary-color: #5db0ce;
  --primary-hover: #5a9cce;
  --accent-color: #2e3d51;
  --text-color: #434343;
  --light-bg: rgba(227, 239, 245, 0.7);
  --dark-bg: #333333;
  --light-text: #fff;

  /* Размеры и эффекты */
  --radius: 10px;
  --radius-lg: 15px;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.2);
  --transition: 0.3s ease;
}

.slider-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(250, 250, 250, 0.85);
  border: none;
  box-shadow: 0 2px 8px rgba(30, 60, 140, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #1976d2;
  opacity: 0.9;
  transition: background 0.22s, color 0.2s, box-shadow 0.2s, opacity 0.15s;
  z-index: 4;
  outline: none;
  padding: 0;
}
.slider-nav-btn:hover,
.slider-nav-btn:focus {
  background: #1976d2;
  color: #fff;
  opacity: 1;
  box-shadow: 0 4px 16px rgba(25, 118, 210, 0.17);
}

.slider-nav-btn:active {
  background: #1456a0;
  color: #fff;
}

.slider-nav-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav-btn:focus:not(:hover):not(:active) {
  background: rgba(250, 250, 250, 0.85);
  color: #1976d2;
  opacity: 0.9;
  box-shadow: 0 2px 8px rgba(30, 60, 140, 0.13);
}

.preview-thumb {
  width: 80px;
  height: 80px;
  padding: 5px;
  margin: 7px;
  object-fit: cover;
  border-radius: var(--radius);
  transition: transform var(--transition);
  cursor: pointer;
}

.preview-thumb:hover {
  transform: scale(1.1);
}

.preview-thumb.active {
  transform: scale(1.2);
  border: 2px solid var(--primary-color);
}

.main-image-wrapper {
  width: 100%;
  height: 520px;
  overflow: hidden;
}

#main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: opacity 0.25s ease;
  opacity: 1;
}

#main-image.fade-out {
  opacity: 0;
}
#main-image.fade-in {
  opacity: 1;
}

@media (max-width: 576px) {
  .slider-nav-btn {
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }
  .preview-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    transition: transform var(--transition);
    cursor: pointer;
  }
  .main-image-wrapper {
    height: 220px;
  }
}

.sitetabs__header {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.sitetabs__header::-webkit-scrollbar {
  display: none;
}

.sitetabs__header ul.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sitetabs__header .nav-link {
  color: var(--accent-color);
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #c6d3da;
  border-radius: var(--radius-lg);
  padding: 10px 15px;
  transition: all var(--transition);
}

.sitetabs__header .nav-link.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--light-text);
}

.sitetabs__header .nav-link:hover:not(.active) {
  background-color: #79c4ef;
  border-color: #79c4ef;
  color: var(--light-text);
}

.sitetabs__header .nav-link.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.sitetabs__content {
  display: none;
  opacity: 0;
  transition: opacity var(--transition);
  background-color: var(--light-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  margin-bottom: 40px;
}

.sitetabs__content.active {
  display: block;
  opacity: 1;
}

.btn.btn-default.btn-sm {
  margin-right: 15px;
  border-radius: 25px;
  font-weight: 600;
  color: #4f8ca2;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  white-space: nowrap;
  background-color: unset;
  transition: all var(--transition);
}

.btn.btn-default.btn-sm:hover {
  background-color: var(--primary-hover);
  color: var(--light-text);
  box-shadow: var(--shadow-hover);
  transform: scale(1.05);
}

.description__docs div {
  margin-bottom: 10px;
}

.description__doclink {
  color: var(--accent-color);
  gap: 10px;
  font-weight: 500;
  padding: 10px;
  display: flex;
  transition: color var(--transition);
  align-items: center;
}

.description__doclink:hover {
  color: var(--primary-color);
}

.doc-name {
  flex-grow: 1;
}

.doc-size {
  color: var(--text-color);
  white-space: nowrap;
}
/* Стили для таблицы опций */
#options table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  box-shadow: var(--shadow, 0 2px 12px rgba(30, 60, 140, 0.09));
  background-color: #e6f0f5;
  color: var(--text-color, #333);
  font-size: 14px;
}

#options th,
#options td {
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

#options th {
  color: #e4e9ee;
  background: #1b3047;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
}

#options tr:hover {
  background-color: #d0e7f1;
  transition: background 0.22s;
}

#options td p,
#options th p {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: inherit;
}

.specifications-block {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 6px;
}

.specifications-block .spec-table {
  width: 100%;
  border-collapse: collapse;
}

.specifications-block .spec-table th,
.specifications-block .spec-table td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.specifications-block .spec-table th {
  text-align: left;
  font-weight: 700;
  width: 40%; 
}

.specifications-block .spec-table td {
  text-align: left;
  color: #333;
}


/* End */
/* /bitrix/templates/aspro-allcorp/components/bitrix/news/catalog/style.css?17485754803526 */
/* /bitrix/templates/aspro-allcorp/components/bitrix/news.detail/catalog_v2/style.css?17509445185651 */
