.header-basket {
}

.header-basket__block {
    background: #f6f9fc;
    border-radius: 12px;
    margin-left: 10px;
}

.header-basket__link {
    display: flex;
    align-items: center;
    padding: 14px 10px;
    min-height: 68px;
}

.header-basket__link svg {
    min-width: 30px;
    margin-right: 7px;
}

.header-basket__content {
    display: flex;
    flex-direction: column;
}

.header-basket__count {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.2;
    color: #163560;
}

.header-basket__amount {
    ont-family: "Exo-Medium";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #163560;
}

@media screen and (max-width: 525px) {
    .header-basket__block {
        margin-left: 0;
    }
}