:root {
	--sh-surface: #F2F3F5;
	--sh-surface-2: #F5F5F6;
	--sh-text: #000;
	--sh-text-muted: #333333;
	--sh-shadow-color: rgba(0, 0, 0, 0.2);
}

body.theme-dark {
	--sh-surface: #1F2226;
	--sh-surface-2: #2A2E33;
	--sh-text: #F2F4F7;
	--sh-text-muted: #C9CED6;
	--sh-shadow-color: rgba(0, 0, 0, 0.65);
}

.smart-house__section {
	display: grid;
	grid-template-columns: 264px 1fr;
	gap: 0 57px;
}

.smart-house__section-banner {
	max-width: 1040px;
	width: 100%;
	margin-top: -108px;
	display: flex;
	border-radius: 14px;
	overflow: hidden;
}

.smart-house__section-banner img {
	max-width: 1040px;
}

.smart-house__section-right-list {
	display: block;
	-webkit-box-shadow: 0px 1px 4px 0px var(--sh-shadow-color);
	-moz-box-shadow: 0px 1px 4px 0px var(--sh-shadow-color);
	box-shadow: 0px 1px 4px 0px var(--sh-shadow-color);
	max-width: 264px;
	border-radius: 5px;
	grid-row: span 2;
	height: min-content;
	margin-top: -21px;
}

.smart-house__section-right-list-top {
	padding: 14px 20px;
}

.smart-house__section-right-list-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	color: var(--sh-text-muted);
}

.smart-house__section-block {
	position: relative;
	margin-top: 50px;
	height: min-content;
}

.smart-house__section-right-list-body {
	padding: 9px 19px;
	background-color: var(--sh-surface);
}

.smart-house__section-right-list-item:not(:last-child) {
	margin-bottom: 3px;
}

.smart-house__section-right-list-item {
	width: 233px;
}

.smart-house__section-right-list-item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: var(--sh-text-muted);
	transition: all .2s ease;
}

.smart-house__section-right-list-item a:hover {
	color: var(--fill_dark_light_hover);
}

.smart-house__section .smart-house__section-slider-list-btns {
	top: 35%;
}

.smart-house__section-slider-list {
	margin-top: 0;
	max-width: 1040px !important;
	pointer-events: none;
}

.smart-house__section-slider-list-wrapper {
	display: flex;
}

.smart-house__section-slider-list-item-image {
	width: 100%;
	background-color: var(--sh-surface-2);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 18px;
	position: relative;
}

.smart-house__section-slider-list-item-image img {
	width: 100%;
}

@media (min-width: 767px) {
	.smart-house__section-slider-list-item-image img {
		max-height: 160px;
		min-height: 160px;
		object-fit: cover;
	}
}

.smart-house__section-slider-list-item-name {
	display: block;
	text-align: center !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	color: var(--sh-text-muted) !important;
	margin-top: 6px;
}

.smart-house__section-slider-list-item-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: auto;
	z-index: 2;
}

.smart-house__section-text {
	grid-column: 2;
	display: flex;
	margin-top: 50px;
}

.smart-house__section-text h2 {
	font-size: 32px;
	line-height: 130%;
	color: var(--sh-text);
	font-weight: 600;
	min-width: 343px;
}

.smart-house__section-text-body {
	margin-left: 40px;
}

.smart-house__section-text p {
	font-size: 24px;
	line-height: 117%;
	color: var(--sh-text);
	margin: 0 0 28px 0;
}

.smart-house__section-block.mobile {
	display: none;
}

@media (max-width: 1440px) {
	.smart-house__section-block {
		margin-top: 0;
	}

	.smart-house__section {
		display: flex;
		flex-direction: column;
	}

	.smart-house__section-right-list {
		display: none;
	}

	.smart-house__section-banner {
		margin-top: 0;
		max-width: 100%;
		width: 100%;
	}

	.smart-house__section-banner img {
		max-width: 100%;
	}

	.smart-house__section-slider-list {
		margin-top: 40px;
		max-width: 100%;
	}

	.smart-house__section-text {
		margin-top: 72px;
	}

	.smart-house__section .smart-house__section-slider-list-btns {
		top: 45%;
	}
}

@media (max-width: 1024px) {
	.smart-house__section-slider-list {
		max-width: 100%;
	}

	.smart-house__section-text {
		margin-top: 50px;
	}

	.smart-house__section-text h2 {
		font-size: 28px;
	}

	.smart-house__section-text-body {
		margin-left: 20px;
	}

	.smart-house__section-text p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.smart-house__section-text h2 {
		min-width: auto;
	}

	.smart-house__section-text {
		flex-direction: column;
		margin-top: 30px;
	}

	.smart-house__section-text-body {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.smart-house__section-text h2 {
		min-width: auto;
	}

	.smart-house__section-text {
		flex-direction: column;
		margin-top: 33px;
	}

	.smart-house__section-text-body {
		margin-left: 0;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.smart-house__section-slider-list-wrapper {
		flex-direction: column;
	}

	.smart-house__section-slider-list-item {
		background-color: var(--sh-surface-2);
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0 10px;
		border-radius: 6px;
		margin-bottom: 5px;
	}

	.smart-house__section-slider-list-item-image {
		background: transparent;
		padding: 0;
		border-radius: 0;
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	.smart-house__section-slider-list-item-name {
		color: var(--sh-text-muted);
		font-size: 14px;
		font-weight: 500;
	}

	.smart-house__section-slider-photoes {
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 13px;
		padding: 0 16px;
		display: flex;
		overflow: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.smart-house__section-slider-photoes::-webkit-scrollbar {
		display: none;
	}

	.smart-house__section-slider-photoes-item {
		min-width: 277px;
		width: 50%;
		margin-right: 10px;
	}

	.smart-house__section-slider-photoes-item:last-child {
		margin-right: 0;
	}

	.smart-house__section-slider-photoes-item img {
		width: 100%;
	}

	.smart-house__section-text h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 22px;
	}

	.smart-house__section-text p {
		font-size: 18px;
		margin-bottom: 24px;
	}
}

@media (max-width: 520px) {
	.smart-house__section-text h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.smart-house__section-text p {
		font-size: 14px;
		line-height: 22px;
	}
}

body {
	max-width: 100vw;
	overflow-x: hidden;
}