/* m-header */

.m-header {
    display: none !important;
}

.hby-body-padding-top {
    padding-top: 0 !important;
}

.m-header-new.active + .m-header-after {
    width: 100%;
    height: 72px;
}

/* common */
.m-header-new {
    position: static !important;
    width: 100%;
    z-index: 20;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 5, 62, 0.12), 0px 1px 8px rgba(0, 5, 62, 0.04);
    box-shadow: 0px 1px 4px rgba(0, 5, 62, 0.12), 0px 1px 8px rgba(0, 5, 62, 0.04);
}

.m-header-open .m-header-new {
    position: fixed !important;
    top: 0 !important;
}

.m-header-open {
    overflow: hidden;
}

.m-header-new .m-header-main-menu {
    position: relative;
    z-index: 6;
}

.m-header-new .header-bg {
    display: none;
}

.m-header-open .header-bg {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 5, 62, 0.32);
    z-index: -1;
}

/* tooltip */

.m-header-new .tooltip-item {
    display: none;
    position: absolute;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 2px rgba(9, 13, 49, 0.10);
    z-index: 3;
    cursor: auto;
}

.m-header-new .tooltip-item.open {
    display: block;
}

.m-header-new .tooltip-item .body::-webkit-scrollbar {
    width: 3px;
    height: 15px;
}

.m-header-new .tooltip-item .body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
}

.m-header-new .tooltip-item .body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(105, 108, 145, 0.9);
}

.m-header-new .tooltip-item .body::-webkit-scrollbar-thumb:hover {
    background: rgba(75, 109, 204, 0.8);
}

.m-header-new .tooltip-item .body::-webkit-scrollbar-thumb:active {
    background: rgba(75, 109, 204, 0.8);
}

/* @media (max-width: 991px) {
  .m-header-new .tooltip-item {
    z-index: 6;
  }
} */

/* ribbons */

.m-header-new .ribbon-wrapper {
    font-size: 10px;
    line-height: 16px;
    display: inline;
    white-space: nowrap;
}

.m-header-new .ribbon {
    padding: 1px 8px 1px 8px;
    border-radius: 10px;
    display: inline-block;
    height: 18px;
    font-weight: 600;
}

.m-header-new .ribbon.var-2 {
    height: 23px;
    border-radius: 30px;
}

.m-header-new .ribbon.red {
    background-color: rgba(237, 25, 68, 0.06);
    color: #ED1944;
}

.m-header-new .ribbon.violet {
    background: rgba(200, 81, 255, 0.09);
    color: #C851FF;
}

.m-header-new .ribbon.blue {
    background: rgba(81, 98, 255, 0.09);
    color: #5162FF;
}

.m-header-new .ribbon.green {
    background: rgba(65, 195, 26, 0.10);
    color: #26A403;
}

.m-header-new .ribbon.orange {
    background: rgba(255, 155, 6, 0.09);
    color: #F78800;
}

/* header-main */

.m-header-new .menu-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.m-header-new .menu-contacts .contacts-text {
    color: #003;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.m-header-new .menu-contacts .tooltip-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-header-new .m-header-main-menu .tooltip-item .body {
    overflow: auto;
    padding: 16px 16px 12px 16px;
}

.m-header-new .m-header-main-menu .menu-contacts .tooltip-item .body {
    padding: 24px 16px 16px 16px;
}

.m-header-new .m-header-main-menu .menu-contacts .tooltip-item .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    margin-top: 12px;
}

.m-header-new .menu-contacts .tooltip-item .contacts-title {
    display: block;
    color: #212121;
    text-align: left;
    padding: 0 12px;
}

.m-header-new .menu-contacts .tooltip-item .tech-title {
    display: block;
    text-align: left;
    margin-top: 16px;
    padding: 0 12px;
    color: rgba(105, 108, 145, 0.90);
}

.m-header-new .menu-contacts .tooltip-item {
    width: 420px;
    top: 56px;
    right: 0;
    box-shadow: 0px 4px 20px 2px rgba(9, 13, 49, 0.10);
    border-radius: 12px;
}

.m-header-new .menu-contacts .tooltip-item .body {
    max-height: calc(100vh - 72px);
}

.m-header-new .menu-contacts .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.m-header-new .column-items .contact-el {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
}

.m-header-new .menu-contacts .column-items {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.m-header-new .column-items .contact-el span:first-child {
    color: #003;
    
}

.m-header-new .column-items .contact-el:hover span:first-child {
    color: #0071EB;
}

.m-header-new .contacts-block .contact-prefix,
.m-header-new .tech-support-block .contact-prefix {
    color: rgba(105, 108, 145, 0.90);
}

.m-header-new .m-header-main-menu {
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 5, 62, 0.12), 0px 1px 8px rgba(0, 5, 62, 0.04);
    box-shadow: 0px 1px 4px rgba(0, 5, 62, 0.12), 0px 1px 8px rgba(0, 5, 62, 0.04);
    z-index: 2;
}

.m-header-new .m-header-main-menu .m-container {
    height: 100%;
}

.m-header-new .m-header-center {
    max-width: 1596px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-header-new .main-menu-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
}

.m-header-new .m-header-center .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.m-header.active .m-header-center .menu-item .menu-item-title.direct-link .mobile-arrow {
    display: none;
}

.m-header-new .m-header-center .menu-wrapper .menu-item-title {
    color: #003;
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.m-header-new .m-header-center .menu-wrapper .menu-item-title:hover {
    background-color: #F2F7FA;
}

.m-header-new .m-header-center .menu-wrapper .menu-item.marked .menu-item-title {
  background-color: #cbdb2f;
}

.m-header-new .m-header-center .menu-wrapper .menu-item.open .menu-item-title span {
    position: relative;
}

.m-header-new .m-header-center .menu-wrapper .menu-item.open .menu-item-title span:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -24px;
    left: 0;
    right: 0;
    background: #424670;
}

.m-header-new .m-header-center .menu-item-inner {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    left: 0;
    right: 0;
    top: 72px;
    display: none;
    padding: 20px 0 24px 0;
    background-color: #FFFFFF;
}

.m-header-new .m-header-center .menu-item.open .menu-item-inner {
    display: block;
}

.m-header-new .menu-item-inner .cols-wrapper .col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-header-new .menu-item-inner .col-item .menu-item-link {
    padding: 6px;
    color: #787B9C;
}

.m-header-new .menu-item-inner .col-item .menu-item-link:hover {
    color: #0071EB;
}

.m-header-new .menu-item-inner .col-item .menu-item-label {
    padding: 8px 6px;
    color: #003;
    font-weight: 600;
}

.m-header-new .menu-item-inner .col-item .menu-item-link > span:first-child {
    padding-right: 8px;
}

/* left */

.m-header-new .m-header-left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 28px;
}

.m-header-new .m-header-left .m-header-left-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.m-header-new .m-header-left .m-header-left-item img {
    max-width: 150px;
    margin-bottom: 6px;
}

.m-header-new .m-header-left .m-header-left-item-thin {
    display: none;
}

/* right */

.m-header-new .m-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    height: 100%;
    gap: 12px;
}

.m-header-new .m-header-right-item {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    top: unset;
}

.m-header-new .m-header-right-item.cart {
    padding-right: 0;
}

.m-header-new .m-header-right-item.auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-header-new .m-header-right-item:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-header-new .m-header-right-item .cart-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.m-header-new .m-header-right-item .cart-icon:hover {
    background-color: #F2F7FA;
}

.m-header-new .m-header-right-item .contacts-icon:hover {
    background-color: #F2F7FA;
}

.m-header-new .m-header-right-item .login-icon,
.m-header-new .m-header-right-item .user-icon,
.m-header-new .m-header-right-item .contacts-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-header-new .m-header-right-item .login-icon {
    min-height: 40px;
    max-height: 40px;
    padding: 8px 24px;
}

.m-header-new .m-header-right-item .login-icon:not(.open-profile) {
    border-radius: 4px;
    border: 1px solid #D5E3EB;
}

.m-header-new .m-header-right-item > .m-button:hover {
    background-color: #ED1944;
    border-color: #E91644;
}

.m-header-new .m-header-right-item > .m-button:hover .right-item-text {
    color: #FFF;
}

.m-header-new .m-header-right-item .contacts-icon .m-button,
.m-header-new .m-header-right-item .user-icon .m-button {
    min-height: 40px;
}

.m-header-new .m-header-right-item .login-icon.open-profile.open {
    color: #E91641;
}

.m-header-new .m-header-right-item .contacts-icon svg {
    display: none;
}

.m-header-new .m-header-right-item.menu-contacts {
    padding: 0;
    min-height: 40px;
}

.m-header-new .m-header-right-item.menu-contacts .tooltip-button {
    padding: 8px 12px;
    min-height: 40px;
    border-radius: 4px;
}

.m-header-new .profile-menu-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 8px;
}

.m-header-new .profile-menu-header .profile-name-icon {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
    background-color: #6977F5;
}

.m-header-new .profile-menu-header .user-email {
    color: rgba(105, 108, 145, 0.90);
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-header-new .profile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    margin-top: 8px;
}

.m-header-new .m-header-right-item.auth {
    position: relative;
    width: auto;
}

.m-header-new .m-header-right-item.auth .tooltip-item {
    right: 0;
    top: 56px;
    width: 392px;
    border-radius: 12px;
}

.m-header-new .m-header-right-item.auth .tooltip-item .profile-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 4px;
}

.m-header-new .m-header-right-item.auth .tooltip-item .profile-menu-item:nth-last-child(2) {
    padding-bottom: 12px;
}

.m-header-new .m-header-right-item.auth .tooltip-item .profile-menu-item:last-child {
    border-top: 1px solid #D5E3EB;
    padding-top: 12px;
}

.m-header-new .m-header-right-item.auth .user-icon svg {
    width: 24px;
    height: 24px;
}

.m-header-new .profile-menu .profile-menu-item {
    color: #003;
    cursor: pointer;
    padding: 8px;
}

.m-header-new .profile-menu .profile-menu-item:hover {
    background-color: #F2F7FA;
}

.m-header-new .m-header-right-item .login-icon.open-profile {
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
}

.m-header-new .m-header-right-item .login-icon.open-profile:hover {
    background-color: #F2F7FA;
}

.m-header-new .m-header-right-item .m-button.with-icon svg {
    width: 24px;
    height: 24px;
}

.m-header-new .m-header-right-item .right-item-text {
    font-weight: 400;
    color: #003;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1600px) and (min-width: 1185px) {

    .m-header-new .menu-contacts .contacts-text,
    .m-header-new .m-header-right-item .right-item-text {
        font-size: 16px;
    }

    .m-header-new .m-header-center .menu-wrapper .menu-item-title {
        font-size: 14px;
        padding: 6px 10px;
    }

    .m-header-new .menu-contacts .contacts-text, 
    .m-header-new .m-header-right-item .right-item-text {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {

    .m-header-new .m-header-left .m-header-left-item-thin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin-top: -8px;
    }

    .m-header-new .m-header-left .m-header-left-item {
        display: none;
    }

    .m-header-new .main-menu-wrapper {
        padding: 0 16px;
    }

    .m-header-new .m-header-left {
        margin-right: 12px;
    }
}

@media (min-width: 1185px) {
    .m-header-new .main-menu-wrapper {
        border-bottom: 1px solid #FFFFFF;
    }
    
    .m-header-new.active .main-menu-wrapper {
        border-color: #D5E3EB;
    }


    /* main menu */
    .m-header-new .m-header-mobile-left {
        display: none;
    }

    .m-header-new .m-header-main-menu .m-container {
        max-height: calc(100vh - 180px);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .m-header-new .m-header-main-menu .m-container::-webkit-scrollbar {
        display: none;
    }

    .m-header-new .m-header-center .menu-item-inner {
        max-height: calc(100vh - 72px - 60px);
    }

    .m-header-new .m-header-center .menu-item-title .mobile-arrow {
        display: none;
    }

    .m-header-new .m-header-center .menu-item-inner .m-container {
        max-width: 100%;
        padding: 0 40px;
    }

    .m-header-new .menu-item .menu-item-inner .cols-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
        max-height: 100%;
    }

    .m-header-new .m-header-right-item .m-button.with-icon svg {
        margin-right: 8px;
    }
}


@media (max-width: 1184px) {

    /* main */
    .m-header-new .m-container {
        max-width: 100%;
    }

    .m-header-new .m-header-left .m-header-left-item-thin {
        display: none;
    }

    .m-header-new .m-header-left .m-header-left-item {
        display: flex;
    }

    .m-header-new .m-header-left .m-header-left-item img {
        max-width: 140px;
    }

    .m-header-new .m-header-left {
        margin-left: 12px;
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .m-header-new .main-menu-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .menu-mobile {
        color: #000033;
    }

    .m-header-new.active .menu-mobile {
        color: #E91641;
    }

    .menu-mobile:hover {
        background-color: #F2F7FA;
    }

    .m-header-new .m-header-mobile-left .m-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .m-header-new .m-header-center .menu-wrapper .menu-item.open .menu-item-title span:before {
        display: none;
    }

    .m-header-new .m-header-center .menu-wrapper {
        display: none;
    }

    .m-header-new.active .m-header-center .menu-wrapper {
        display: block;
        position: absolute;
        margin-left: 0;
        left: 0;
        top: 72px;
        height: calc(100dvh - 72px);
        overflow: auto;
        background-color: #FFFFFF;
        min-width: 370px;
        max-width: 370px;
    }

    .m-header-new .menu-item-inner .cols-wrapper {
        padding: 12px 16px;
    }

    .m-header-new .menu-item-inner .col-item .menu-item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0;
    }

    .m-header-new .menu-item-inner .cols-wrapper .col-item + .col-item {
        padding-top: 8px;
    }

    .m-header-new .menu-item-inner .cols-wrapper .col-item:not(:last-child) {
        padding-bottom: 8px;
    }

    .m-header-new .menu-item-inner .col-item .menu-item-label {
        border-left: 0;
        border-radius: 0;
        padding: 8px 6px;
    }

    .m-header-new.active .m-header-center .menu-item {
        background: #FFFFFF;
    }

    .m-header-new .m-header-center .menu-wrapper .menu-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 16px;
        border-radius: 5px;
    }

    .m-header-new .m-header-center .menu-wrapper .menu-item-title:hover {
        background-color: #F2F7FA;
    }

    .m-header-new .m-header-center .menu-wrapper .menu-item.open .menu-item-title {
        background-color: #F2F7FA;
    }

    .m-header-new.active .m-header-center .menu-item .menu-item-title .mobile-arrow {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .m-header-new.active .m-header-center .menu-item.open .menu-item-title .mobile-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .m-header-new .m-header-center .menu-item-inner {
        position: relative;
        top: auto;
        padding: 0;
    }

    .m-header-new .menu-item-inner .m-container {
        padding: 0;
        width: 100%;
    }

    .m-header-new .menu-item.open .menu-item-inner .cols-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-header-new .menu-item-inner .col-item .menu-item-link.empty {
        display: none;
    }

    .m-header-new .menu-item-inner .cols-wrapper .col-item:not(:first-child),
    .m-header-new .menu-item-inner .cols-wrapper .col-item:not(:first-child) {
        border-top: 1px solid rgba(213, 227, 235, 0.50);
    }

    .m-header-new.active .m-header-center .menu-wrapper {
        padding: 8px 16px;
    }

    .m-header-new .menu-item-inner .cols-wrapper .col-item:not(:has(.menu-item-link)) {
        border-top: none !important;
        padding: 0;
    }

    .m-header-new .menu-item-inner .cols-wrapper .col-item:not(:has(.menu-item-link)) .menu-item-label:first-child {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .m-header-new .m-header-center .menu-wrapper .menu-item-title {
        font-size: 18px;
    }

    .m-header-new .menu-contacts .contacts-text,
    .m-header-new .m-header-right-item .right-item-text {
        font-size: 18px;
    }

}

@media (max-width: 600px) {

    /* new!!!! */
    .m-header-new .m-header-left .m-header-left-item img {
        max-width: 106px;
    }

    .m-header-new .m-header-right-item .contacts-icon.open {
        color: #E91641;
    }

    .m-header-new .m-header-main-menu .menu-contacts .tooltip-item .body {
        padding: 24px 8px 16px 8px;
    }

    .m-header-new .column-items .contact-el {
        padding: 10px 12px;
    }

    .m-header-new .menu-contacts .tooltip-item {
        max-width: 282px;
        right: -80px;
    }

    .m-header-new .menu-contacts .tooltip-item .tech-title {
        margin-top: 12px;
    }

    .m-header-new .tech-support-block {
        margin: 0;
    }

    .m-header-new .m-header-right-item.auth .tooltip-item {
        width: 296px;
    }

    .m-header-new .m-header-main-menu .tooltip-item .body {
        padding: 16px 12px 12px 12px;
    }

    .m-header-new .m-header-right-item.auth .tooltip-item .profile-menu-item:nth-last-child(2) {
        padding-bottom: 16px;
    }

    .m-header-new .m-header-right-item .login-icon {
        padding: 8px 14px;
    }

    .m-header-new .m-header-right {
        gap: 8px;
    }

    .m-header-new .m-header-right-item .contacts-icon svg {
        display: block;
    }

    .m-header-new .m-header-right-item .contacts-icon {
        border-radius: 50%;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        position: relative;
        padding: 0;
        color: #000033;
    }

    .m-header-new .m-header-right-item .contacts-icon:hover {
        background-color: #F2F7FA;
    }

    .m-header-new .menu-contacts .contacts-text {
        display: none;
    }

    .m-header-new .menu-contacts .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .m-header-new .main-menu-wrapper {
        padding: 0 4px;
    }

    .m-header-new .menu-contacts .buttons-wrapper > .m-button {
        width: 100%;
    }

    .m-header-new .m-header-left {
        margin-right: 2px;
    }

    .m-header-new.active .m-header-center .menu-wrapper {
        width: calc(100% - 48px);
        max-width: 310px;
        min-width: unset;
    }

    html.safari .m-header-new.active .m-header-center .menu-wrapper {
        padding-bottom: 96px;
    }

    .m-header-new .m-header-right-item .m-button.with-icon svg,
    .m-header-new .m-header-right .m-button.with-icon svg {
        margin-right: 0;
    }

    .m-header-new .m-header-right-item.menu-contacts .tooltip-button {
        padding: 0;
    }

    .m-header-new .m-header-right-item.auth .tooltip-item {
        right: 16px;
        top: 80px;
    }

    .m-header-new .m-header-right-item.auth {
        position: unset;
    }

    .m-header-new .m-header-right-item.menu-contacts .tooltip-button.contacts-icon {
        border-radius: 50%;
    }
}

/* cart */
/* cart in header */

.m-header-new .cart-icon {
    color: #003 !important;
}

.m-header-new .cart-icon.open {
    color: #ED1744 !important;
}

.m-header-new .cart-icon .products {
    min-width: 16px;
    height: 16px;
    border-radius: 12px;
    color: white;
    font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    background-color: #ED1744;
    position: absolute;
    top: 4px;
    right: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}