html {
  scroll-behavior: smooth;
}



#main-stop-hero {
position: absolute;
width: 300px;
height: 300px;
right: 50px;
top: -260px;
z-index: 600;
}

#main-stop-hero img {
width: 290px;
height: 290px;
}


#main-stop {
position: absolute;
width: 300px;
height: 300px;
right: 50px;
top: 60px;
z-index: 600;
}


#main-stop img {
width: 290px;
height: 290px;
}



@media (max-width: 992px) {
	
#main-stop {
position: absolute;
width: 200px;
height: 200px;
right: 0px;
top: 100px;
z-index: 600;
}
		
#main-stop img {
width: 200px;
height: 200px;
}
	
	
	#main-stop-hero {
position: absolute;
width: 150px;
height: 150px;
right: 50px;
top: -110px;
z-index: 600;
}

#main-stop-hero img {
width: 150px;
height: 150px;
}
	
	.nomob {
	display: none;
}


}


.bsp{
	background-color: #f7f8fb;
	  border-style: solid;
  border-width: 1px;
}


