.img_w_layers {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.img_w_layers .big_title {
	margin-bottom: .625em;
	text-align: center;
	font-size: 2.625rem;
	line-height: 51px;
	padding: 0 10px;
}

.img_w_layers .SmartHome-image {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.img_w_layers .SmartHome-dot {
	position: absolute;
}

/* .img_w_layers .SmartHome-dot.SmartHome-dot--1 {
	top: 72.5%;
	left: 9%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--2 {
	top: 44%;
	left: 20.85%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--3 {
	top: 24%;
	left: 37%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--4 {
	top: 20%;
	left: 60%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--5 {
	top: 89%;
	left: 80.5%;
} */

.img_w_layers .SmartHome-dot .SmartHome-circle {
	-ms-font-feature-settings: "ss01";
	-webkit-font-feature-settings: "ss01";
	font-feature-settings: "ss01";
	transition: allease-in-out .05s;
	display: block;
	height: 16px;
	width: 16px;
	background-color: #e4464e;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox {
	position: absolute;
	top: 102%;
	left: 0;
	right: 0;
	margin: auto;
	width: 320px;
	display: none;
	background-color: #fff;
	z-index: 1;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox>.Grid {
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.img_w_layers .SmartHome-dot .Grid-cell {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-sizing: inherit;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-up {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding-left: .83333333em;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-cell.u-xsm-size1of12 {
	display: -ms-flexbox;
	display: flex;
	background-color: #f5f5f5;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 45px;
	flex-basis: 45px;
}

.img_w_layers .SmartHome-dot .SmartHome-circle:not(.active):hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-up>.Grid {
	width: 100%;!;
	-ms-flex-align: center;
	align-items: center;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .img-cell {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-sizing: inherit;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-sizing: inherit;
	padding-top: .83333333em;
	padding-bottom: .83333333em;
	padding-left: .625em;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell span {
	font-family: Metric-Semibold, arial, sans-serif;
	color: #7c7c7c;
	font-size: 14px;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell h6 {
	font-size: 1.0625rem;
	line-height: 21px;
}

.img_w_layers .SmartHome-dot .SmartHome-circle.active {
	box-shadow: 0 0 0 13px rgba(0, 0, 0, .1);
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 49px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.Icon--cross:before {
	content: "\e904";
}

.img_w_layers .modal {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3sease;
	visibility: hidden;
}

.img_w_layers .modal.active {
	opacity: 1;
	visibility: visible;
}

.img_w_layers .modal .modal-content {
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 330px;
	min-width: 300px;
	height: auto;
	overflow: auto;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
	position: relative;
}

.img_w_layers .modal .modal-content .close {
	z-index: 99;
	font-family: Icon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0;
	float: right;
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	padding: 14px;
	font-size: 14px;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.img_w_layers .modal .modal-content .modal-image {
	background-color: #f5f5f5;
	text-align: center;
	padding: 10%;
}

.img_w_layers .modal .modal-content .modal-image img {
	max-height: 300px;
	max-width: 200px;
}

.img_w_layers .modal .modal-content .modal-textcontent {
	padding: 10%;
}

.img_w_layers .modal .modal-content .modal-textcontent h5 {
	font-size: 1.375rem;
	line-height: 21px;
	margin-bottom: .41666667em;
}

.img_w_layers .modal .modal-content .modal-textcontent p {
	font-size: 1.25rem;
	line-height: 26px;
	font-family: Metric-Light, arial, sans-serif;
	font-weight: 100;
	margin-bottom: 0;
}

.img_w_layers .modal .modal-content .modal-textcontent .hs-sec-btn {
	margin: 0 1px;
	padding: 0 15px;
	height: 40px;
	line-height: 46px;
	font-size: 17px;
	border-radius: 10px;
	background: #e4e4e4;
	color: #3f3f3f;
	margin-top: .625em;
}

.img_w_layers .modal .modal-content .modal-textcontent .hs-sec-btn:hover {
	background: #cfcfcf;
	color: #3f3f3f;
}

.img_w_layers .content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.img_w_layers .SmartHome-image img.desk_img {
	display: none;
}

@media only screen and (min-width: 20em), print {
	.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-up {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 83.33333333%;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-cell.u-xsm-size1of12 {
		width: 8.33333333%;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .img-cell {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 16.66666667%;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 83.33333333%;
	}
}

@media only screen and (min-width: 48em), print {
	.img_w_layers .SmartHome-image img.mob_img {
		display: none;
	}

	.img_w_layers .SmartHome-image img.desk_img {
		display: block;
	}

	.img_w_layers .big_title {
		font-size: 48px;
		line-height: 51px;
	}

/* 	.img_w_layers .SmartHome-dot.SmartHome-dot--1 {
		top: 72.5%;
		left: 9.8%;
	}

	.img_w_layers .SmartHome-dot.SmartHome-dot--2 {
		top: 47%;
	}

	.img_w_layers .SmartHome-dot.SmartHome-dot--5 {
		left: 84.25%;
	} */

	.img_w_layers .SmartHome-dot .SmartHome-circle {
		border: 3px solid #fff;
		height: 28px;
		width: 28px;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell h6 {
		font-size: 1.25rem;
		line-height: 26px;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox {
		width: 335px;
		position: relative;
		top: 15px;
		left: -45px;
	}

	.img_w_layers .modal .modal-content {
		margin-top: 10vh;
		margin-bottom: 10vh;
	}

	.img_w_layers .modal .modal-content .modal-textcontent h5 {
		font-size: 1.5rem;
		line-height: 24px;
	}

	.img_w_layers .content-wrapper {
		padding-left: 6.5%;
		padding-right: 6.5%;
	}
}

@media only screen and (min-width: 57.5em), print {
	.img_w_layers .Section-block--spacer {
		padding: 2.5em 0;
	}

	.img_w_layers .big_title {
		font-size: 74px;
		line-height: 74px;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell h6 {
		font-size: 1.25rem;
		line-height: 26px;
		letter-spacing: normal;
	}

	.img_w_layers .modal .modal-content .close {
		margin-bottom: 20px;
	}

	.img_w_layers .modal .modal-content .modal-textcontent h5 {
		font-size: 1.5rem;
		line-height: 24px;
		letter-spacing: normal;
	}
}