.top-menu{
  /*display: none;*/
}
.header-block{
  padding: 10px 0;
}
.header-logo{
  max-width: 170px;
  margin: auto;
}
.header-phones-container{
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.header-phones-container .header-phones-container-text{
	font-size: 10px;
    width: 233px;
}
.header-phones-container > div:first-child{
  margin-right: 20px;
}
.phone-life{
  display: flex;
  align-items: center;
}
.phones-item.phone-life > img{
  margin-left: 5px;
}
 .menu-right{
  border: none;
}
 .menu2 .menu__level-1-li{
  border-right: none;
}
.header-block__item > .adress-container{
  margin: 0;
  width: 53%;
}
.header-block__item > .work-time-container{
  margin: auto;
}
.header-call-back-column{
  display: flex;
  flex-direction: column;
}
.header-call-back{
  margin-top: auto;
}
#menu{
  min-height: unset;
  height: 34px;
}
.menu__collapse{
  top:34px;
}
.menu__header{
  justify-content: space-around;
  font-size: 12px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.menu__header i{
  font-size: 13px;
  margin-top: 2px;
}
.header-second-row{
  display: flex;
  align-items: center;
}
#search{
  order: 1;
}
.header-cart-container{
  order: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-cart{
  margin: 0;
}
.header-navlink-container{
  order: 2;
}
.menu2 .menu__level-1-li:hover{
  background-color: #ffffff;
}
#menu2 .menu__level-1-a{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-icon{
  width: 35px;
}
.header-cart__total-items{
  bottom:unset;
  top:-6px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 700;
  border: none;
}
.header-search__input{
  border-radius: 5px;
  background-color: #f8f8f8;
  border: 1px solid #f57e3d;
}
.header-search__input:focus{
  border: 1px solid #f57e3d;
}
.header-search__input::placeholder{
  font-size: 10px;
  letter-spacing: 1px;
  color: #cfcfcf;
  font-weight: 700;
}
.header-search__btn{
  background-color: #d75032;
  height: 100%;
  right:0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 40px;
}
.search-icon{
  width: 19px;
}
/* menu */
#menu .main-menu__collapse{
  filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.11));
  border: 1px solid #f6f6f6;
  border-radius: 0;
}
#menu .menu__level-1-li,
#menu .menu__level-1-li:last-child{
  border:none;
  border-radius: 0;
}
#menu .menu__level-2-ul + .menu__level-2-ul:before{
  content: none;
}
#menu .menu__level-1-li{
  min-height: unset;
}
#menu .menu__level-1-a{
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  min-height: unset;
}
#menu .menu__level-2-a{
  font-size: 11px;
  letter-spacing: 1px;
  color: #212121;
  font-weight: 400;
}
#menu .menu__level-2-a:hover{
  color: #d54f32;
}
#menu .menu__level-2.column-1{
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width:1599px){
  .header-phones-container .header-phones-container-text{
    width: 200px;
  }
}
@media (max-width:1199px){
  .header-phones-container .header-phones-container-text{
    width: 170px;
  }
  .phones-item_link{
    letter-spacing: 0.8px;
  }
  .phones-item{
    padding-left: 18px;
  }
  .header-call-back{
    line-height: 2;
  }
}

@media (max-width:991px){
  .header-address-work-time-container{
    margin: 15px 0;
    justify-content: space-around;
  }
  .header-block__item > .work-time-container{
    margin:0;
  }
  .header-phones-container{
    margin: auto;
  }
}
@media (max-width:670px){
  .header-phones-container{
    width: 100%;
    justify-content: space-evenly;
    padding: 10px;
  }

}
@media (max-width:454px){
  .header-phones-container{
    flex-direction: column;
    align-items: center;
  }
  .menu__header{
    padding: 0 4px;
  }
  .header-phones-container > div:first-child{
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-phones-container-text{
    text-align: center;
  }
  .header-call-back-column{
    align-items: center;
  }
}
@media (min-width: 992px){
  .menu__level-1-a.chevron::after {
    content: "\f105";
    color: #d75032;
    right: 10px;
    font-size: 13px;
  }
  .menu__level-1-a.open::after {
      transform: rotate(90deg);
      color: #d75032;
  }
}
@media (min-width:992px) and (max-width:1009px){
  .header-navlink-container{
    display: none;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .work-time-text,
  .adress-text,
  .phones-item_link{
    font-size: 11.5px;
  }
  .header-block__item > .adress-container{
    width:47%;
  }
  .header-phones-container{
    padding: 10px;
  }
  .header-phones-container > div:first-child{
    margin-right: 10px;
    width: 60%;
  }
  .header-call-back{
    text-align: center;
  }
}
