.header__callback a i::before {
    font-family: socicon !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header__callback a i {
    line-height: 1;
    position: relative;
    z-index: 2;
    margin-top: 3px;
}
.header__callback a, .header__callback a:visited, .header__callback a:active {
    color: #fff;
    font-size: 1.5rem;
}
.btn-danger.external:focus, .btn-danger.focus.external {
    color: #fff;
    background-color: #DA3731;
    border-color: #DA3731;
    -webkit-box-shadow: 4px 4px 2px black;
    box-shadow: 4px 4px 2px black;
}
.basket__item-name a {
    pointer-events: none;
}