.h_logo {
    margin: 0 170px;
}

.h_phone {
    min-width: 135px;
}

.h_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h_lk {
    display: flex;
    align-items: center;
    min-width: 135px;
    justify-content: end;
}

.h_link:nth-child(2) {
    padding-left: 25px;
}

/* .h_link:first-child:after {content: '';width: 1px;height: 18px;position: absolute;right: 0;border-left: 1px solid #000;} */

.h_link a {
    text-transform: none;
    text-decoration: none;
    color: #000;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    transition: all 0.4s;
}

.h_phone a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
    color: #000;
    transition: all 0.4s;
}

.h_cart_ico {
    width: 37px;
    margin-right: 25px;
    position: relative;
    height: 31px;
    background-image: url(/img/Cart.svg);
}

.h_cart {
    height: 71px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #30D5C8;
    min-width: 180px;
    border-radius: 15px;
    margin-right: 15px;
}

.h_cart_summ {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.h_cart_count {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #86D8CA;
    background: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    padding: 2px 5px;
    box-sizing: border-box;
    top: 3px;
    right: -15px;
}

.h_cart_summ {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.h_cart_count {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #86D8CA;
    background: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    padding: 2px 5px;
    box-sizing: border-box;
    top: 3px;
    right: -15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_menu {
    padding-left: 95px;
    padding-right: 30px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

.h_menu:before {
    content: '';
    width: 49px;
    height: 15px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(
    /img/dots.svg) no-repeat;
}

.h_menu:after {
    content: '';
    width: 13px;
    height: 11px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/img/arrow.png);
}