Пн-Пт: 09:00-21:00;

Сб-Вс: 10:00-20:00

.info-header { display: flex; justify-content: center; align-items: center; // .info-header__column &__column { padding: 0px 54px 0px 0px; @media (max-width: $maxWidthContainer+px) { padding: 0px 30 / $maxWidthContainer * 100vh 0px 0px; } &:last-child { padding: 0; } } // .info-header__callback &__callback { background: url("../img/icons/header/callback.jpg") left no-repeat; display: inline-block; color: #1ab9ce; padding: 0px 0px 0px 32px; line-height: 20px; white-space: nowrap; span { border-bottom: 1px dotted; } } // .info-header__schedule &__schedule { background: url("../img/icons/header/schedule.png") left no-repeat; display: inline-block; padding: 0px 0px 0px 37px; font-weight: 300; line-height: 18px; color: #999999; span { font-weight: 900; } @media (max-width: $md1+px) { вот нужно убрать эту иконку background: none; padding: 0; } @media (max-width: $md2+px) { display: none; } } // .info-header__cart &__cart { width: 43px; height: 43px; background: url("../img/icons/header/cart.png") 0 0 no-repeat; position: relative; display: inline-block; span { position: absolute; width: 41px; line-height: 25px; background-color: #f68038; padding: 0px 11px; border-radius: 20px; transform: translate(70% 0px); right: -10px; top: -3px; font-size: 18px; font-weight: 700; color: #fff; @media (max-width: $md1+px) { right: -10px; } } } }