.header {
    background: #f5f7fc;
}
.header-panel-wrapper {
	color: #000;
}
.header-panel, .header-content {
}
.header-panel-wrapper, 
.header-content-wrapper {
    position: relative;
    width: 100%;
}
.header-content-wrapper {}

.header-social-item {
    display: inline-block;
    vertical-align: middle;
}
.header-social-item * {
    transition-property: background-color, border-color;
    transition: 0.4s;
    vertical-align: middle;
    margin-right: 10px;
}
.header-social-item-normal {
    display: block;
    opacity: 1;
}
.header-social-item-hover {
    display: none;
    opacity: 0;
}
.header-social-item:hover .header-social-item-normal {
	display: none;
	opacity: 0;
}
.header-social-item:hover .header-social-item-hover {
	display: inline-block;
	opacity: 1;
}

.header-contacts .header-phone {
    color: #2c3449;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.header-button {
	display: inline-block;
	padding: 14px 20px;
	color: #000;
    font-size: 13px;
	text-decoration: none;
}
.header-button-order {
	text-transform: uppercase;
}
.header-button:hover,
.header-button:focus,
.header-button:active {
	background: transparent;
    border-radius: 73px;
    color: #000;
}
body .bx_auth__icon svg path {
	stroke: #000;
}
.header-button-order {
	background-color: #c60662;
	color:#fff;
}
.header-logo-wrapper {
	max-width: 200px;
}
.header-logo-wrapper .logo-matilda, .header-logo-wrapper .logo-universe{
	width: 100%;
}
.ns-bitrix.c-search-title.c-search-title-popup-1 .search-title-button-wrapper svg path {
    fill: #000;
}
