/**
Theme Name: Astra-child
Author: Ndn
Author URI: http://wpastra.com/about/
Description: My theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*стили блока html1. header*/
.contacts{
    display: flex;
}
.header-contacts{
    color: #082358;
    font-size: 15px;
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.adress, .time, .phone{
    display: flex;
    align-items: center;
}
.adress, .time{
  padding-right: 160px;  
}
/*отступ в логотипе*/
.ast-logo-title-inline .ast-site-identity {
	padding: 0.5em 0;
}
@media(max-width:1252px){
  .adress, .time{
  padding-right: 100px; 
	} 
}
@media(max-width:1134px){
  .adress, .time{
  padding-right: 90px; 
	} 
}
@media(max-width:1115px){
  .adress, .time{
  padding-right: 80px; 
	}
	.header-contacts{
		font-size: 13px;
	}
}
/*конец стилей блока HTML1 header*/

