@media (min-width: 150px) and (max-width: 640px) {
body {		
		background: #edeff0;
       
  }
    .home_information_title{
    font-size: 24px;
    text-align:center;
  }
    .wrapper__card{
    grid-template-columns: 319px;
    }
}  

@media (min-width: 641px) and (max-width: 1023px) {
	body {		
		background: #edeff0 url('../images/body_steps.jpg') fixed;
		background-position: center -115px;	
	}
    .wrapper__card{
    grid-template-columns: 360px;
}

}
@media (min-width: 1024px) and (max-width: 1920px) {
	body {
		background: #edeff0 url('../images/body_steps.jpg') fixed;
		background-size: 100%;
		background-position: center -115px;	
	}
}

@media (min-width: 150px) and (max-width: 1000px) {
	.r-header .r-logo {
		text-align: center;
	}

	.r-header .r-slogan {
		text-align: center;
		padding-left: 0px;
	}
	
	.r-header .r-contacts {		
		margin-bottom: 10px;
		position: relative;
	}
	
	.r-header .r-contacts .r-contacts-inside { 
		margin: 0 auto;
	}
    .wrapper__card{
    grid-template-columns: 360px;
	
}
}
@media (min-width: 970px) and (max-width: 1024px) {
	.r-header .r-contacts {
		right: 65px;
	}
	
	.r-header .r-slogan {
		padding-left: 20px;
	}
    .wrapper__card{
    grid-template-columns: 360px;
}
}
@media (min-width: 150px) and (max-width: 768px) {

	.r-footer .l-column {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.r-footer .c-copyright {
		margin-top: 0px;
	}
	
	.r-footer .r-column {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.r-footer .r-column .f-cont {
		text-align: center;		
		float: none;
	}
    .wrapper__card{
    grid-template-columns: 320px;
}
.home_information{
    grid-template-columns: 1fr;
  }
   .home_information_title{
    text-align:center;
     font-size: 24px;
  }
  .information_box{
    font-size: 18px;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
	#menu .col-md-4 {
		width: 100%;
	}
    .wrapper__card {
    grid-template-columns: 360px;
}
}