header .contacts {
	height: 48px;
	margin: 12px 0;
}

header .contacts > img,
header .contacts .phone-info {
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
}

header .contacts .phone-info {
	line-height: 1.5;
}

header .contacts .icon-phone {
	margin: 0;
}

header .contacts .phone-info {
	color: #0067b1;
	font-weight: 600;
}

header .contacts .phone-info p {
	margin: 0;
}

header .phone-info .number {
	font-size: 18px;
}

header .phone-info .number span {
	font-size: 14px;
	font-style: italic;
}

header .search-form {
	margin: 0;
}

header .links > div {
	height: 72px;
}

header .link-basic {
	display: inline-block;
}

header .links .languages,
header .links .search {
	padding: 24px 0;
}



@media screen and (max-width: 1194px) {
	header .contacts img {
		height: 40px;
	}
	header .contacts .phone-info .num-phone,
	header .phone-info .number span {
		font-size: 12px!important;
	}
	header .contacts .phone-info .number {
		font-size: 14px;
	}
}

.warnring__wrapper {
	background-color: #E67531;
	color: white;
}
.warnring__wrapper p {
	font-weight: 600;
}
