@media only screen and (max-width: 1920px) {
 body {
    font-size:35px;
    }
    
.services 
 { 
        width: 100%;
   }
	
  .str
{
	
 font-size:50px;
	
}  


.fram
{
width: 100%;
top: 50px; /* Положение сверху */
padding: 0px; /* Поля вокруг текста */
bottom: 0px;
position: absolute;
left: 0%;
z-index: 0;

}
  
}

@media only screen and (max-width: 1480px) 
{

 body {
   font-size:45px;
    }

  .menu {
	width: 100%;
	height: 250px;
	  top: 0px; 
}  

   .mobile {  /*скрыть шапку*/
 display: flex;   

}

  .text 
{
	width: 100%;

}  
  .str
{
	
	width: 100%;
	
}  

.fram
{
width: 100%;
top: 230px; /* Положение сверху */
padding: 0px; /* Поля вокруг текста */
bottom: 0px;
position: absolute;
left: 0%;
z-index: 0;

}

table, th, td
{
     border-collapse: collapse;
	 font-size:50px;
	 font-family:Bender;
	
	
	 
	 	  font-family: 'font';
    src: url('font.eot');
    src: url('font.ttf') format('truetype'),
         url('font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.img-shapka {  /*скрыть шапку*/
  display:none;  	    
}

.img-container {  /*скрыть фото*/
  display:none;  	    
}

.video-container {  /*скрыть видео*/
  display:none;  	    
}


.act {  /*скрыть шапку*/
  display:none;  	    
}


.logo { /*размер логотипа*/
	width: 550;
	
}

}


	 
	     
 