

/* Start:/local/templates/nisp2/components/bitrix/catalog/main/style.css?17696797065024*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.nisp-catalog-ui {
  margin: 32px 0;
}

.nisp-hero {
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(900px 300px at 10% 0%, rgba(47,124,255,.18), transparent 60%),
    radial-gradient(900px 300px at 90% 10%, rgba(255,61,141,.15), transparent 60%),
    #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.nisp-kicker {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  margin-bottom: 12px;
}

.nisp-hero h2 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.nisp-hero p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  opacity: .8;
}

.nisp-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nisp-btn {
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nisp-btn--primary {
  color: #fff;
  background: linear-gradient(90deg,#2f7cff,#7c3aed,#ff3d8d);
}

.nisp-btn--ghost {
  background: #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

.nisp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 16px;
  margin-top: 20px;
}

.nisp-card {
  padding: 20px;
  border-radius: 20px;
  background:
    radial-gradient(600px 220px at 20% 0%, rgba(47,124,255,.12), transparent 60%),
    #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.06);
}

.nisp-faq {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.06);
}

.nisp-faq details {
  margin-top: 10px;
}

.nisp-faq summary {
  cursor: pointer;
  font-weight: 700;
}

/* ===== FAQ: разделить вопросы, добавить "карточки" и динамику без JS ===== */

.nisp-faq { 
  margin-top: 24px;
}

.nisp-faq details {
  margin-top: 12px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background:
    radial-gradient(800px 240px at 12% 0%, rgba(47,124,255,.10), transparent 60%),
    rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  overflow: hidden;
}

.nisp-faq details summary {
  padding: 14px 54px 14px 16px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
  position: relative;
  user-select: none;
}

/* Убираем стандартный треугольник слева (как у тебя на скрине) */
.nisp-faq details summary::-webkit-details-marker { display: none; }

/* Стрелка справа (без библиотек/иконок) */
.nisp-faq details summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,0,0,.55);
  border-bottom: 2px solid rgba(0,0,0,.55);
  transform: translateY(-60%) rotate(45deg);
  transition: transform .18s ease;
  opacity: .9;
}

/* При открытии поворачиваем стрелку вверх */
.nisp-faq details[open] summary::after {
  transform: translateY(-40%) rotate(-135deg);
}

.nisp-faq details summary:hover {
  background: rgba(255,255,255,.55);
}

/* Ответ */
.nisp-faq details > p,
.nisp-faq details > div {
  margin: 0;
  padding: 0 16px 14px 16px;
  color: rgba(0,0,0,.75);
  line-height: 1.7;
}

/* Тонкая линия между вопросом и ответом */
.nisp-faq details[open] summary {
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.nisp-text-block {
  margin-top: 32px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.nisp-text-block h2,
.nisp-text-block h3 {
  margin-top: 0;
}

.nisp-text-block p,
.nisp-text-block li {
  line-height: 1.7;
  color: rgba(0,0,0,.8);
}

.nisp-text-block ul {
  padding-left: 18px;
}

.nisp-faq--big details {
  margin-top: 12px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
}

.nisp-faq--big summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.nisp-faq--big summary::-webkit-details-marker {
  display: none;
}

.nisp-faq--big details p {
  margin-top: 8px;
  line-height: 1.65;
  color: rgba(0,0,0,.75);
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16703251251265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/nisp2/components/bitrix/catalog/main/style.css?17696797065024 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16703251251265 */
