.header26 {
    padding: 0;
}
.header26 .top_header {
    height: 30px;
}

.header26 .body_header {
	height: 80px;
    background: #fff6f1;
}
.header26 .bottom_header {
    height: 60px;
}
.header26 .topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.header26 .topmenu a {
    color: #474c50;
}

.header26 .topmenu>li .topmenu-arrow path {
    fill: #474c50;
}

.header26 .topmenu a:hover, .topmenu>li>a.active {
    color: #f25d00;
}

.header26 .header__logo {
    max-width: 262px;
    width: 100%;
    height: 60px;
    margin: 7.5px 0;
}

.header26 .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
    height: 100%;
}

.header26 .catalog_button {
    padding: 10px 10px 10px 10px;
    width: auto;
    background: #f25d00;
    color: #ffffff;
    border-radius: 3px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.header26 .header__contacts {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.header26 .header__contacts-head:before {
    content: "";
    position: absolute;
    min-width: 6px;
    min-height: 6px;
    border-radius: 50%;
    background: #f25d00;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
.header26 .header__contacts-head {
    padding-left: 13px;
    position: relative;
}
.header26 nav ul:after {display:none;}
.header26 .catalog_button:hover {
    background: #ff6100;
}
.header__contacts-head-soc {
    width: 18px;
    height: 18px;
}
header__contacts-head-city {
    display: flex;
    gap: 7px;
}
button.search-btn {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/netcat_files/magn-ic.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s 
ease;
    z-index: 15;
}
.header26 .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
}