/***HEADER_FIXED_1***/
.header_fixed_1 {
	position: fixed;
    z-index: 92;
    top: -100%;
    left: 0;
    right: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .14);
    background-color: #fff;
	transition: top .5s ease;
}
.header_fixed_1.fixed {
	top: 0;
}
.header_fixed_1 .header_fixed__row {
	display: flex;
    margin-left: -16px;
    margin-right: -16px;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
.header_fixed_1 .header_fixed__col {
	padding-left: 16px;
    padding-right: 16px;
}
.header_fixed_1 .header_fixed__col > div {
	width: 100%;
}



.header_fixed_1 .logo-outer {
	flex-shrink: 0;
}
.header_fixed_1 .logo {
	max-width: 190px;
	display: none;
}
.header_fixed_1 .logo:first-child {
	display: block;
}
.header_fixed_1 .logo img {
	max-width: 100%;
	height: auto!important;
}
.header_fixed_1 .logo__text {
	color: #333;
	font-weight: 700;
}
.header_fixed_1 .logo__text a {
	text-decoration: none;
	color: #333;
}
.header_fixed_1 .logo__text a:hover {
	text-decoration: none;
}
.header_fixed_1 .logo__image {
	display: block;
	padding: 10px 0;
}
.header_fixed_1 .logo__image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.header_fixed_1 .menu-outer {
	min-width: 0;
}
.header_fixed_1 .menu {
    position: static;
	height: 62px;
}
.header_fixed_1 .menu .menu__item_ico_catalog .menu__item-inner {
	position: static;
}
.header_fixed_1 .menu .menu__item-link {
	padding: 18px 12px;
    height: 62px;
	display: flex;
    align-items: center;
}

.header_fixed_1 .catalog-menu_type_4.catalog-menu {
	left: 16px;
	right: 16px;
}



.header_fixed_1 .right-area {
	display: flex;
	flex-wrap: nowrap;
}



.header_fixed_1 .header-icon {
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.header_fixed_1 .header-icon:first-child {
	padding-left: 0
}
.header_fixed_1 .header-icon > .span {
	font-size: 0;
	padding-left: 26px;
	cursor: pointer;
	position: relative;
    height: 18px;
    display: inline-flex;
    align-items: center;
}
.header_fixed_1 .header-icon > .span:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
    top: -2px;
	opacity: .5;
	background-size: contain;
}
.header_fixed_1 .header-icon > .span:hover:before {
	opacity: 1;
}
.header_fixed_1 .catalog-search-icon:before {
	background-image: url(/templates/template_55/img/_catalog-search-icon_black.svg);
}
.header_fixed_1 .mini-account-icon:before {
	background-image: url(/templates/template_55/img/_mini-account-icon_black.svg);
}



@media (max-width:1259px) {
	.header_fixed_1 {
		display: none;
	}
}
