#sliderMobile {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
	text-align: center;
	/*padding: 20px;*/
	/*height: 1000px;*/
}
#sliderMobile input[type=radio] {
	display: none;
}
#sliderMobile label {
	cursor:pointer;
	text-decoration: none;
}
#slidesMobile {
    /*display: none;*/
	padding: 1px; 
	border: 2px solid #ccc;
	background: #fff;
	position: relative;
	z-index: 1;
}
#overflow {
	width: 100%;
	overflow: hidden;
}
#slideMobile1:checked ~ #slidesMobile .inner {
	margin-left: 0;
}
#slideMobile2:checked ~ #slidesMobile .inner {
	margin-left: -100%;
}
#slideMobile3:checked ~ #slidesMobile .inner {
	margin-left: -200%;
}
#slideMobile4:checked ~ #slidesMobile .inner {
	margin-left: -300%;
}
#slidesMobile .inner {
	transition: margin-left 800px cubic-bezier(0.770, 0.000, 0.175, 1.000);
	width: 400%;
/*			line-height: 0;*/
	font-size: 1.2rem;
	height: 300px;
}
.slideMobile-content {
	padding: 4px;
}
#slidesMobile .slideMobile {
	width: 25%;
	float: left;
	display: block;
	justify-content: center;
	align-items: center;
	height: 100%;
	/*color: #000;*/
}
#slidesMobile .slideMobile_1 {
/*	background: #00171F;*/
	/*background: #3A4;*/
}
#slidesMobile .slideMobile_2 {
/*	background: #003459;*/
	/*background: #3A4;*/
}
#slidesMobile .slideMobile_3 {
/*	background: #007EA7;*/
	/*background: #3A4;*/
}
#slidesMobile .slideMobile_4 {
/*	background: #00A8E8;*/
	/*background: #3A4;*/
}
#slideMobile-content {
	height: 100vh;
}
#controls {
	margin: -180px 0 0 0;
	width: 100px;
	height: 50px;
	z-index: 1;
	position: relative;
}
#controls label {
	transition: opacity 0.2s ease-out;
	display: none;
	width: 50px;
	height: 50px;
	opacity: 0.4;
}
#controls label:hover {
	opacity: 1;
}
#slideMobile1:checked ~ #controls label:nth-child(2),
#slideMobile1:checked ~ #controls label:nth-child(3),
#slideMobile1:checked ~ #controls label:nth-child(4),
#slideMobile1:checked ~ #controls label:nth-child(1) {

	background: url(https://cdn-icons.flaticon.com/svg/3917/3917749.svg?token=exp=1726263131~hmac=f3ffa8cca72155ea732f5ea54a2b6aae) no-repeat;
	float: right;
	margin: 0 -50px 0 0;
	display: block;
}
#slideMobile1:checked ~ #controls label:nth-last-child(2),
#slideMobile1:checked ~ #controls label:nth-last-child(3),
#slideMobile1:checked ~ #controls label:nth-last-child(4),
#slideMobile1:checked ~ #controls label:nth-last-child(1) {
	background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
	float: left;
	margin: 0 0 0 -50px;
	display: block;
}
#bullets {
	margin: 150px 0 0;
	text-align: center;
}
#bullets label {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 6px;
	border-radius: 100%;
	background: #ccc;
	margin: 0 10px;
}
#slideMobile1:checked ~ #bullets label:nth-child(1),
#slideMobile2:checked ~ #bullets label:nth-child(2),
#slideMobile3:checked ~ #bullets label:nth-child(3),
#slideMobile4:checked ~ #bullets label:nth-child(4) {
	background: #444;
}
@media screen and (max-width: 900px) {
	#slideMobile1:checked ~ #bullets label:nth-child(1),
	#slideMobile2:checked ~ #bullets label:nth-child(2),
	#slideMobile3:checked ~ #bullets label:nth-child(3),
	#slideMobile4:checked ~ #bullets label:nth-child(4),
	#slideMobile1:checked ~ #bullets label:nth-last-child(1),
	#slideMobile2:checked ~ #bullets label:nth-last-child(2),
	#slideMobile3:checked ~ #bullets label:nth-last-child(3),
	#slideMobile4:checked ~ #bullets label:nth-last-child(4) {
		margin: 0;
	}
}