
.shablon__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__row {
    	display: flex;
        margin-left: -16px;
        margin-right: -16px;
        min-height: 62px;
        align-items: center;
        justify-content: space-between;
    	position: relative;
    }
    .header_fixed__col {
    	padding-left: 16px;
        padding-right: 16px;
    }
    .header_fixed__col > div {
    	width: 100%;
    }
    
    
    
    .logo-outer {
    	flex-shrink: 0;
    }
    .logo {
    	max-width: 190px;
    	display: none;
    }
    .logo:first-child {
    	display: block;
    }
    .logo img {
    	max-width: 100%;
    	height: auto!important;
    }
    .logo__text {
    	color: #333;
    	font-weight: 700;
    }
    .logo__text a {
    	text-decoration: none;
    	color: #333;
    }
    .logo__text a:hover {
    	text-decoration: none;
    }
    .logo__image {
    	display: block;
    	padding: 10px 0;
    }
    .logo__image img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    
    
    .header_fixed__menu__outer {
    	min-width: 0;
    }
    .header_fixed__menu {
        position: static;
    	height: 62px;
    }
    .header_fixed__menu .menu_header__item.ico-catalog .menu_header__item__inner {
    	position: static;
    }
    .header_fixed__menu .menu_header__item__link {
    	padding: 18px 12px;
        height: 62px;
    	display: flex;
        align-items: center;
    }
    
    .shablon__menu_catalog_3 {
    	left: 16px;
    	right: 16px;
    }
    
    
    
    .right_area {
    	display: flex;
    	flex-wrap: nowrap;
    }
    
    
    
    .header-icon {
    	padding-left: 40px;
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center
    }
    .header-icon:first-child {
    	padding-left: 0
    }
    .header-icon > .span {
    	font-size: 0;
    	padding-left: 26px;
    	cursor: pointer;
    	position: relative;
        height: 18px;
        display: inline-flex;
        align-items: center;
    }
    .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-icon > .span:hover:before {
    	opacity: 1;
    }
    .catalog-find-icon:before {
    	background-image: url(../img/_catalog-find-icon_black.svg);
    }
    .mini-account-icon:before {
    	background-image: url(../img/_mini-account-icon_black.svg);
    }
    
    @media (max-width:1259px) {
    	display: none;
    }
}

.shablon__header_fixed_1.fixed {
	top: 0;
}    
