@media ( min-width: 992px ) {
  /*.container {*/
    /*width: calc( calc( var( --with-300px ) * 3 ) + var( --with-70px ) )*/ /*970px*/;
 /* }*/
  /*
  #top_header,
  #top_header *{
	  border:solid 1px red
  }
  */
  #top_header #top_menu ul li a figure{
	  height: var( --with-67px );
	  padding-top: var( --with-5px )
	}
	
	#top_header #top_menu ul li a figure svg{
		
	}
	
}
 
@media ( max-width:768px ) {
 	
	#page.page .the_content .well.ex{
		padding: 15px;
		margin:  15px -15px 
	}
	
	
}

@media only screen and (max-width: 349px) {
    .g-recaptcha {
        transform:scale(0.87);
        
    }
	
/*
}
transform-origin:0 0;
@media ( max-width:349px ) {
*/
	
	#page.page .the_content .well.ex .page-title{
		margin-top:40px
	}
	
	
}
 