:root {
	/*--font-family: "Montserrat", sans-serif;*/
	/*--font-family-secondary: "Play", sans-serif;*/
}

.page-wrapper {
	/*min-height: 100vh;*/
	/*overflow: hidden;*/
}

a {
	color: inherit;
}

.container {
	/*max-width: 1320px;*/
	/*margin: 0 auto;*/
	/*padding: 0 40px;*/
}

.lamps {
	font-family: var(--font-family);
	padding: 30px 0;
	color: #fff;
}

.lamps__inner {
	display: grid;
	grid-template-columns: 337fr 976fr;
	gap: 22px;
}

.lamps__form {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: #AD2323;
	position: relative;
	padding: 8px 32px 32px;
}

.lamps__form-item {
	padding-top: 24px;
}

.lamps__select {
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 7px 30px 7px 11px;
	font-size: 14px;
	font-family: var(--font-family);
	font-weight: 500;
	line-height: 1.14;
	border: none;
	height: 34px;
	color: #5e5e5e;
	border: 1px solid transparent;
	float: none;
	transition: .3s;
	background: white;
}


select.lamps__select {
	border: none;
}

.lamps__select .nice-select-dropdown {
	width: calc(100% + 2px);
	left: -1px;
	right: -1px;
}

.lamps__select.open {
	border: 1px solid #000;
}

.lamps__select .current {
	font-size: 14px;
	opacity: 0;
	transition: .3s;
}

.lamps__select-wrapper.active .current {
	opacity: 1;
}

.lamps__select li:first-child {
	display: none;
}

.lamps__select .option.focus,
.lamps__select .option.selected.focus {
	background-color: transparent;
}

.lamps__select .list {
	overflow-y: scroll;
	max-height: 290px;
}

.lamps__select-wrapper {
	position: relative;
}

.lamps__select .option {
	font-size: 14px;
	color: #5e5e5e;
	line-height: 34px;
}

.lamps__select .option.selected {
	color: #AD2323;
}

.lamps__select::after {
	border-bottom: 1px solid #ad2323;
	border-right: 1px solid #ad2323;
}

/*.lamps__select-caption {*/
	/*font-size: 14px;*/
	/*line-height: 1.14;*/
	/*position: absolute;*/
	/*left: 15px;*/
	/*top: 9px;*/
	/*color: #5e5e5e;*/
	/*font-weight: 500;*/
	/*z-index: 1;*/
	/*user-select: none;*/
	/*pointer-events: none;*/
	/*touch-action: none;*/
	/*transition: .3s;*/
/*}*/
.lamps__select-caption {
	font-size: 12px;
	line-height: 1.14;
	position: absolute;
	left: 0px;
	top: -19px;
	color: #5e5e5e;
	font-weight: 500;
	z-index: 1;
	user-select: none;
	pointer-events: none;
	touch-action: none;
	transition: .3s;
	color: white;
}

.lamps__select-wrapper.active .lamps__select-caption {
	display: block;
	font-size: 12px;
	line-height: 1.33;
	transform: translate(-15px, -28px);
	color: #fff;
	font-weight: 400;
}

.simplebar-scrollbar::before {
	background-color: #AD2323;
	opacity: 1 !important;
	width: 5px;
}

.lamps__form-body {
	margin-bottom: 40px;
}

.lamps__btn {
	font-family: var(--font-family);
	line-height: normal;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	background: #242424;
	transition: background-color .3s;
	border: none;
	border-radius: 6px;
	padding: 14px 15px;
	width: 100%;
	font-size: 14px;
	margin-top: auto;
}

.lamps__btn:hover,
.lamps__btn:active,
.lamps__btn:focus {
	background-color: #2d2d2d;
}


.lamps__box {
	border-radius: 8px;
	background: #242424;
	margin-bottom: 20px;
	padding: 18px 23px 23px 52px;
	flex-grow: 1;
}

.lamps__box-row--last-centered .lamps__box-list:last-child {
	margin-right: auto;
}

.lamps__box-row--last-padding .lamps__box-list:last-child {
	padding-left: 20px;
	padding-right: 80px;
}

.lamps__box-item:not(:last-child) {
	margin-bottom: 0px;
}

.lamps__box-title {
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--font-family-secondary);
}

.lamps__box-row {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
}

.lamps__box-list {
	font-size: 12px;
	font-weight: 600;
	list-style: disc;
	padding: 0 39px;
	/*max-width: 200px;*/
	max-width: max-content;
	line-height: 2;
}

.lamps__box-list a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.lamps__box-list a:hover {
	text-decoration: underline;
}

.lamps__box-list a span {
	color: #929292;
}

.lamps__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px;
	border-radius: 8px;
	border: 1px solid #B0B0B0;
	background: #F8F9FB;
}

.lamps__content {
	display: flex;
	flex-direction: column;
}

.lamps__badge {
	font-size: 10px;
	line-height: 1.6;
	padding: 1px 12px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background: #FFC700;
	color: #000;
	font-weight: 500;
	margin-right: 36px;
	flex-shrink: 0;
}

.lamps__footer-info {
	font-size: 14px;
	line-height: 1.71;
	color: #5c5c5c;
	margin: 0;
}

.lamps__footer-info a {
	text-decoration: none;
}

.lamps__footer-info p:not(:last-child) {
	margin-bottom: 20px;
}

.lamps__link {
	color: #ad2323;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.14;
	border-bottom: 1px solid #AD2323;
	margin-left: auto;
	transition: .2s color;
}

.lamps__link:hover {
	color: #941919;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.lamps__preloader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(173, 35, 35, 0.85);
	z-index: 5;
	text-align: center;
	border-radius: 8px;
}

.lamps__preloader-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lamps__preloader-el {
	margin-bottom: 10px;
}

.lamps__preloader p {
	font-size: 14px;
}

@media (max-width: 1200px) {

	.lamps__box-list {
		padding: 0 20px;
	}

	.lamps__box-row--last-padding .lamps__box-list:last-child {
		padding: 0 20px;
	}

}

@media (max-width: 1140px) {
	.lamps__inner {
		grid-template-columns: 1fr 2fr;
	}

	.lamps__box-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.lamps__form {
		display: flex;
		flex-direction: column;
	}

	.lamps__btn {
		margin-bottom: auto;
	}
}

@media (max-width: 900px) {
	.container {
		padding: 0 20px;
	}

	.lamps__footer {
		padding: 16px 20px 16px 32px;
	}

	.lamps__inner {
		display: block;
	}

	.lamps__form {
		margin-bottom: 8px;
	}

	.lamps__box {
		display: none;
	}

}

@media (max-width: 768px) {
	.lamps__form-body {
		margin-bottom: 24px;
	}

	.lamps__badge {
		margin-bottom: 15px;
	}

	.lamps__footer {
		display: block;
	}
}
/*Start CSS Tomnau0*/
.lamps ul li:before {
	position: relative;
	left: 0;
	top: 11px;
	background: #666;
	width: 11px;
	height: 1px;
	display: none !important;
	vertical-align: top;
	margin-right: 10px;
}

.lamps ul li {
	list-style-type: disc;
	position: relative;
	padding-left: 0;
	margin-bottom: 0px;
}

.lamps p {
	margin-bottom: 0px;
}
.lamps__btn:hover{
	color: white;
}

/*End CSS Tomnau0*/