.component-menu-header {
    margin-top: 19px;
}

.component-menu-header_title-block {
    position: relative;
    padding: 0 60px 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.component-menu-header_title-block_left {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    padding-left: 4px;
}

.component-menu-header_title-block_left_item {
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 0;
}

.component-menu-header_title-block_left_item a:hover {
    transform: scale(1.1);
}

.component-menu-header_title-block_left_item_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #363636;
    width: 30px;
    height: 30px;
}

.component-menu-header_title-block_left_item_icon>img {
    width: 100%;
    height: auto;
}

.component-menu-header_title-block_left_item_icon-default {
    width: 30px;
    height: 30px;
    background-color: #ddd;
}

.component-menu-header_title-block_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
    text-align: left;
}

.component-menu-header_title-block_center_link {
    display: flex;
    img, svg {
        object-fit: contain;
    }
}

.component-menu-header_title-block_center svg {
    fill: var(--theme-color);
}

.component-menu-header_title-block_center svg path {
    fill: var(--theme-color);
}

.component-menu-header_title-block_right {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.component-menu-header_title-block_right_item {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.component-menu-header_title-block_right_item a {
    margin-left: 7px;
}

.component-menu-header_title-block_right_item a:hover {
    transform: scale(1.1);
}

.component-menu-header_title-block_right_item_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
    width: 30px;
    height: 30px;
}

.component-menu-header_title-block_right_item_icon img {
    width: 100%;
    height: auto;
}

.component-menu-header_title-block_right_item_icon-default {
    width: 30px;
    height: 30px;
    background-color: #ddd;
}

.component-menu-header_title-block_right_item .component-menu-header_title-block_right_item_icon-link {
    margin: 0;
}

.component-menu-header_title-block_right_item_icon-link {
    display: flex;
}

.component-menu-header_title-block_right_cart_count {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 120px;
    height: 120px;
    background-color: #FCD24E;
    color: #000;
    font-size: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.1);
    transform-origin: right top;
}

.component-menu-header_menu-block {
    padding: 17px 3.125vw 0;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.component-menu-header_menu-block_item {
    margin-left: 50px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.component-menu-header_menu-block_item:hover {
    color: #B843DD;
    border-bottom: 3px solid #B843DD;
}

.component-menu-header_menu-block_item:first-child {
    margin-left: 0;
}