.header-mob {
   display: none;
   justify-content: space-between;
   align-items: center;
   padding: 10px 0;
}
.header-mob__logo-block {
   display: flex;
   align-items: center;
   font-weight: 700;
   font-size: 16px;
   text-transform: uppercase;
   font-style: italic;
}
.header-mob__logo {
   width: 24px;
   margin-right: 5px;
}
.header-mob__logo-span {
   text-transform: none;
   font-weight: 300;
   font-size: 18px;
   color: rgb(102, 102, 102);
}
.header-mob__right-block {
   display: flex;
   align-items: center;
}
.header-mob__phone {
   font-size: 16px;
   font-weight: 500;
}
.header-mob__icon-block {
   width: 40px;
   height: 40px;
   margin-left: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f5f5f5;
   border-radius: 100px;
   cursor: pointer;
}
.bx {
   font-size: 24px;
}

@media (max-width: 1000px) {
   .header-mob {
      display: flex;
   }
}