.headslider .rsts-nav {
	right: auto;
	left: 0;
	bottom: 3rem;
	width: 100%;
	text-align: center;
}

.headslider .rsts-nav-bullets a {
	margin: 0 8px;
	width: 20px;
	height: 20px;
}





.home-stores .rs-column + .rs-column {
	padding-left: 10rem;
}

.home-stores h4 {
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 500;
}

.home-stores ul {
	columns: 4;
	max-width: 56rem;
}

.home-stores ul li {
	line-height: 1.7;
	list-style: none;
}

.home-stores ul li::before {
	content: "";
	display: inline-block;
	margin: 0 1rem 0 0;
	width: 0.6rem;
	height: 1.2rem;
	background: url("../../img/sprite.svg") no-repeat 0 -21rem;
	background-size: 30rem 30rem;
}


@media only screen and (max-width: 72em) {

	.home-stores .rs-column + .rs-column {
		padding-left: 3rem;
	}
	
	.home-stores ul {
		columns: 3;
		max-width: none;
	}
}

@media only screen and (max-width: 800px) {
	
	.home-stores .rs-columns {
		display: flex;
		flex-wrap: wrap;
	}
	
	.home-stores .rs-column:nth-of-type(1) {
		order: 2;
		padding: 0;
	}
	
	.home-stores .rs-column:nth-of-type(2) {
		order: 1;
		margin: 0 0 5rem;
		padding: 0;
	}
	
	.home-stores img {
		margin: 0 auto;
		max-width: 50rem;
	}
}






.contact__icons {
	padding: 0 0 0 10rem;
}

.contact__icon {
	display: block;
	position: relative;
	margin: 0 0 5rem;
	padding: 0 0 0 6rem;
	font-weight: 700;
	font-size: 2rem;
}

.contact__icon::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../img/sprite.svg") no-repeat;
	background-size: 30rem 30rem;
}

.contact__icon--suit::before {
	width: 4rem;
	height: 3.6rem;
	background-position: 0 -23rem;
}
.contact__icon--clock::before {
	width: 3.6rem;
	height: 3.6rem;
	background-position: -5rem -23rem;
}
.contact__icon--setting::before {
	width: 3.9rem;
	height: 3.9rem;
	background-position: -10rem -23rem;
}
.contact__icon--flexible::before {
	width: 4rem;
	height: 4rem;
	background-position: -15rem -23rem;
}
.contact__icon--leaf::before {
	width: 3.5rem;
	height: 4rem;
	background-position: -20rem -23rem;
}

@media only screen and (max-width: 72em) {
	
	.contact__icons {
		padding: 0 0 0 3rem;
	}
}

@media only screen and (max-width: 900px) {
	
	.contact__icons {
		margin: 0 0 -3rem;
		padding: 3rem 0 0;
	}
}
