.substep {
	display:none;
}
.substep.active {
	display:block;
}
.lighting-parametrs-box {
	min-height:720px;
	width:500px;
}

.lighting-selections {
	display:none;
}
.lighting-selections.active {
	display:block;
}


.lamp-preview, .add-lamp-btn {
	display:flex;
	justify-content:center;
}
.add-lamp-btn .fw-bold {
	text-align:center;
}

.add-lamp-btn {
	cursor:pointer;
}

.fill-white {
	fill:#fff !important;
}
.stroke-white {
	stroke:#fff !important;
}

.hidden {
	display:none !important;
}

.selections-search-box {
	position:relative;
}
.selections-search-box .search-result {
	width:100%;
	left:0;
	top:45px;
	position:absolute;
	z-index:5;
	background:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	max-height:250px;
	overflow:auto;
}
.selections-search-box .search-result a {
	display:block;
	padding:3px 5px;
	color:#333;
}
.selections-search-box .search-result a:hover {
	background:#efefef;
}


.product-card.card-v6 .incart .catalog-counter input[type='number'] {
    -moz-appearance:textfield;
}

.product-card.card-v6 .incart .catalog-counter input::-webkit-outer-spin-button,
.product-card.card-v6 .incart .catalog-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.product-card.card-v6 .incart .catalog-counter input {
	padding:0;
}

.illumcalc-page {
	margin-top:-90px;
}
.js-step2-warning3,
.js-step2-warning2,
.js-step2-warning {
    margin-top: 10px;
    font-size: 13px;
    color: red;
    text-align: center;
}


.catalog_list_grid_item.border-orange {
	border-width:2px !important;
}

#step3_div > section {
	padding-bottom: 0;
}






/* Мобильная фиксация блока с итоговым световым потоком */
@media (max-width: 767.98px) {
	.illumcalc-page.illumcalc-has-fixed-summary {
		padding-bottom: 145px;
	}

	.illumcalc-page .sum-sp-box,
	.illumcalc-page .card-in-selection-section .sum-sp-box {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		width: auto;
		max-height: 45vh;
		overflow-y: auto;
		z-index: 1050;
		margin: 0 !important;
		box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
	}

	.illumcalc-page .sum-sp-box h5 {
		font-size: .875rem;
		line-height: 1.25;
	}

	.illumcalc-page .lighting-flow-warning {
		margin-top: .35rem;
		font-size: .75rem;
		line-height: 1.25;
	}
}
