/*!
Theme Name: Extraweb Theme
Author: asalwleb@gmail.com
Author URI: https://extraweb.com.ua
Version: 1.03
*/

.snc-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

body .site-header .header__bottom .phone__list, body .site-header .header__bottom .address__list {
	margin-right: 10px;
}

@media (max-width: 768px){
	.header__mobile-phone{
		margin-left: auto;
		line-height: 0;
	}
	.site-header .lang__selection.mobile__view{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 769px){
	.header__mobile-phone{
		display:none;
	}
}