.active {

  display: block !important;

}

.header-content .columns {
    display: flex;
    align-items: center;
}

.header-content .headerLeft {
    display: flex;
    align-items: center;
}

.header-content .headerLeft .control,
.header-content .headerLeft .field,
.header-content .headerLeft form {
    width: 100%;
}

.basket-m {
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 102px;
    float: right;
    background: var(--anarenkDeg);
    border-radius: 10px;
    position: relative;
    height: 57px;
}