@import url('header/index.css?v5');
@import url('ui/index.css?v5');

@media (max-width: 600px) {
    .collection-slider {
        margin-top: 0 !important;
    }
}

.main-wrapper {
    max-width: 1440px;
    margin: auto;
    background-color: #fff;
    width: 100%;
}

.header-table__search .form-search__submit, .header-table__search .search__submit {
    left: auto;
}

.form-search__submit svg {
    width: 24px;
    height: 24px;
}

.form-search__submit use {
    stroke: #2B2626;
    fill: none;
}

.input-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 30px;
    cursor: pointer;
}

.input-radio__input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    display: none;
}

.input-radio__marker {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin: 11px 9px 0 13px;
    border: 1px solid #979797;
    border-radius: 50%;
    z-index: 1;
}


.input-radio__name {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /*padding-right: 15px;*//*17 aug 2022*/
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 300;
    z-index: 1;
}

.input-radio__name strong {
    font-weight: 500;
}


.input-radio .input-radio__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.input-radio__input:checked ~ .input-radio__marker {
    border-color: #BB559D;
    background-color: #BB559D;
}

.input-radio__input:checked ~ .input-radio__bg {
    background-color: #f3f5f9;
}

.header_fixed .header__main-logo:after {
    display: none;
}

@media (max-width: 1599px) {
    .header__main-logo:after {
        top: -68px;
        left: -386px;
        width: 1024px;
        height: 132px;
    }
}

@media (max-width: 1439px) {
    .header__main-logo:after {
        top: -54px;
    }
}

.header__main-logo {
    margin-top: 50px;
    width: 320px;
    display: block;
}

.drop-down:before {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 6px;
    height: 6px;
    display: block;
    transform: rotate(45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.drop-down.active:before {
    transform: rotate(-45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.menu-top__drop {
    width: auto;
    padding-top: 21px;
    padding-left: 23px;
    list-style: none;
    background: #fff;
    position: absolute;
    z-index: 1000;
}

.drop-down-list {
    display: none;
    z-index: 10000;
}

.drop-down-list.active {
    display: block;
}

.drop-down-list li {
    margin-bottom: 14px;
}

.drop-down-list li:last-child {
    margin-bottom: 0;
}

.link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.035em;
}

.menu-top__drop .link {
    font-weight: 300;
}

.header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 476px;
    justify-content: flex-end;
    z-index: 100;
}

@media (max-width: 1600px) {
    .header__top-right {
        width: 317px;
    }
}

.header__callback {
    padding: 9px 0 8px;
    margin-right: 30px;
}

.header__services {
    padding: 18px 0 18px;
    margin-right: 30px;
}

.header__delivery {
    padding: 9px 0 8px;
}

.header__links-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.header__links-item + .header__links-item {
    margin-left: 25px;
}

.header__links-item-icon {
    margin-bottom: 5px;
    width: 24px;
    height: 24px;
}

.header__wrapper {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1440px) {
    .header__wrapper {
        margin-bottom: 10px;
    }
}

.header__links-item-icon svg {
    width: 100%;
    height: 100%;
}


.header__links-item-icon_profile, .header__links-item-icon_wishlist, .header__links-item-icon_basket {
    width: 18px;
    height: 18px;
}

/*.header__links-item-icon_profile{
    font-size: 18px;
    font-weight: 250;
    margin-top: 0px;
    line-height: 25px;
    padding-left: 33px;
}*/

.header__links-item-icon_wishlist label, .header__links-item-icon_basket label {
    display: none;
}

.header__links-item-icon_profile:before, .header__links-item-icon_wishlist:before, .header__links-item-icon_basket:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
}


.header__links-item-icon_profile:before {
    background-image: url(/local/header_img/icons/ic-profile.svg?v2);
    background-size: 18px;
}

.header__links-item-icon_wishlist:before {
    background-image: url(/local/header_img/icons/ic-wishlist.svg?v2);
    background-size: 18px;
}

.header__links-item-icon_basket:before {
    background-image: url(/local/header_img/icons/ic-basket.svg?v2);
    background-size: 18px;
}

.header__links-item-icon_profile.active:before, .burger-menu__footer_b > div > a.mb_auth_lnk.active::before {
    background-image: url(/local/header_img/icons/ic-profile-active.svg?v2);
}

.header__links-item-icon_wishlist.active:before, .burger-menu__footer_b > div > a.mb_fvt_lnk.active::before {
    background-image: url(/local/header_img/icons/ic-wishlist-active.svg?v2);
}

.header__links-item-icon_basket.active:before, .burger-menu__footer_b > div > a.mb_city_lnk.active::before {
    background-image: url(/local/header_img/icons/ic-basket-active.svg?v2);
}

.header__links-item-icon_profile use {
    stroke: none;
    fill: #2B2626;
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__small-logo {
    display: none;
}

.header__search {
    margin-bottom: 0;
    width: 235px;
}

.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    height: 82px;
    background-color: #FFFFFF;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header_fixed.scrolltop {
    height: 176px;
}

.header_fixed.transition {
    -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.4s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header_fixed.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header_fixed .header__main-logo {
    margin-top: 26px;
}

.header_fixed .header__wrapper,
.header_fixed .header__middle-links:not(.header__middle-links_right),
.header_fixed .header__middle-center,
.header_fixed .header__search {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.header_fixed.scrolltop .header__wrapper, .header_fixed.scrolltop .header__search {
    opacity: 1;
    width: auto;
    height: auto;
    display: block;
}

.header_fixed .header__wrapper {
    height: 100%;
}

.header_fixed .header__middle {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
}

.header_fixed .header__middle-links_right {
    padding-top: 0;
}

.header_fixed .header__bottom {
    padding-bottom: 0;
    padding-left: 60px;
}

.header_fixed .header__small-logo {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 31px;
}

.header_fixed .header__small-logo img {
    width: 100%;
}

.new-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 43px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 43px;
    height: 40px;
}

.new-menu .new-menu__item:first-child a {
    position: relative;
    padding-right: 20px;
}

.new-menu .new-menu__item:first-child a:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 6px;
    width: 6px;
    height: 6px;
    display: block;
    transform: rotate(45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.new-menu__item + .new-menu__item {
    margin-left: 43px;
}


.new-menu__link {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    /* color: #2B2626; */
    color: #000;
    letter-spacing: 0.035em;
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header_fixed .new-menu__link {
    /*padding: 14px 0 15px;*//*17 aug 2022*/
}

.new-menu__link_accent, .new-menu__link_selected, .new-menu__link:hover {
    border-bottom: 1px solid #BB559D;
    z-index: 1000;
}

.menu-desktop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0;
    display: none;
    -webkit-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-desktop.active {
    opacity: 1;
}

.menu-desktop__inner {
    padding: 25px 0 50px;
}

.header_fixed .menu-desktop__inner {
    padding: 25px 0;
}

.menu-desktop__list {
    position: relative;
}

.menu-desktop__item {
    width: 100%;
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    display: none;
    opacity: 0;
    -webkit-transition: 0.25s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.25s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.25s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.25s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.25s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.25s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.25s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.25s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.25s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-desktop__item.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-desktop__item.hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
}

.menu-desktop__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-desktop__columns-wrapper {
    display: none;
    width: 100%;
}

.menu-desktop__columns-wrapper_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-desktop__columns-item {
    padding-right: 5%;
}

.menu-desktop__columns-item_4 {
    width: 25%;
}

.menu-desktop__columns-item_6 {
    width: 16.666%;
}

.menu-desktop__columns-picture {
    display: block;
    max-width: 270px;
}

.menu-desktop__columns-picture img {
    display: block;
    width: 100%;
}

.menu-column__title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #2B2626;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-column__title a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-column__title:hover a {
    color: #BB559D;
}

.menu-column__list + .menu-column__title {
    margin-top: 50px;
}

.menu-column__title + .menu-column__title {
    margin-top: 30px;
}

.menu-column__item + .menu-column__item {
    margin-top: 15px;
}

.menu-column__item + .menu-column__item_margin-big {
    margin-top: 45px;
}

.menu-column__item_arrow {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #B2B2B2;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-column__item_arrow::after {
    content: "";
    margin-left: 10px;
    display: block;
    width: 40px;
    height: 24px;
    /*background: url(../img/icons/menu_rarr.svg) no-repeat center center;*//*17 aug 2022*/
    background-size: contain;
    opacity: 0.35;
    -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-column__item_arrow:hover::after {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.menu-column__link {
    color: #B2B2B2;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 300;
    opacity: 0.5;
    width: fit-content;
}

.menu-column__link_large {
    font-weight: 700;
}

.menu-column__link_accent {
    color: #BB559D;
}

.menu-column__link_border, .menu-column__link_active {
    position: relative;
    /*display: block;
    border-bottom: 1px solid transparent;*//*17 aug 2022*/
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*.catalog-column .menu-column__link_border:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(0deg);
}

.catalog-column .menu-column__link_active:after {
    transform: rotate(-90deg);
}*/

.menu-column__link:hover, .open .menu-column__link {
    /*border-bottom: 1px solid #BB559D;
    padding-bottom: 2px;*//*17 aug 2022*/
    opacity: 1;
}

/*.menu-column__link_border:hover, .menu-column__link_active {
  color: #2B2626;
  border-bottom-color: #2B2626;
  opacity: 1;
}*/


.menu-column__item_arrow .menu-column__link {
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-column__item_arrow:hover .menu-column__link {
    color: #2B2626;
    border-bottom-color: #2B2626;
}

.menu-desktop__columns-wrapper .menu-column__link {
    text-transform: none;
}

.services-menu {
    position: relative;
    padding-right: 23px;
    cursor: pointer;
}

.services-menu::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 8px;
    display: block;
    border: 1px solid #B2B2B2;
    border-top: none;
    border-left: none;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.services-menu__wrapper {
    position: absolute;
    opacity: 0;
    z-index: -999;
    padding-top: 15px;
    top: 100%;
    left: -63px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s visibility cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s visibility cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s visibility cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s visibility cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.services-menu__wrapper::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 63px;
}

.services-menu__inner {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.services-menu__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    z-index: 11;
}

.services-menu__item {
    padding: 8px 15px;
    text-decoration: none;
    font-size: 13px;
    color: #2B2626;
    white-space: nowrap;
    transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.services-menu__item:hover {
    background-color: #bb559d;
    color: #fff;
}

.services-menu:hover .services-menu__wrapper {
    opacity: 1;
    transform: translateY(0);
    z-index: 20;
    visibility: visible;
}

.services-menu:hover .services-menu__link {
    color: #2B2626;
}

.services-menu:hover::after {
    border-color: #2B2626;
    transform: translateY(3px) rotate(-135deg);
}

.burger-menu {
    display: none;
}

.burger-menu__overlay {
    position: fixed;
    top: 0;
    left: -100%;
    right: auto;
    bottom: 0;
    width: 440px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 100;
}

.burger-menu__overlay_active {
    left: 0;
    background-color: rgba(255, 255, 255, 1);
}

.burger-menu__container {
    position: fixed;
    left: -100%;
    top: 95px;
    right: auto;
    bottom: 0;
    z-index: 50;
    min-width: 380px;
    width: 89%;
    padding: 20px;
    padding-top: 0px;
    height: auto;
    background-color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.burger-menu__container_active {
    left: 0;
    z-index: 200;
}

.burger-menu__city {
    margin-bottom: 10px;
}

.burger-menu__city-title {
    color: #B2B2B2;
}

.burger-menu__city-value {
    color: #2B2626;
    font-weight: 700;
}

.burger-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.burger-menu__addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    z-index: 1;
}

.burger-menu__addresses-icon {
    margin-right: 7px;
    width: 20px;
    height: 20px;
}

.burger-menu__addresses-icon svg {
    width: 100%;
    height: 100%;
}

.burger-menu__phone {
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    color: #2B2626;
}

.burger-menu__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.burger-menu__toolbar-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}

.burger-menu__toolbar-item + .burger-menu__toolbar-item {
    margin-top: 10px;
}

.burger-menu__toolbar-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.burger-menu__toolbar-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.burger-menu__toolbar-profile svg {
    width: 16px;
    height: 20px;
}

.burger-menu__toolbar-profile use {
    fill: #2B2626;
    stroke: none;
}

.burger-menu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.burger-menu__menu-item {
    position: relative;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    /* color: #2B2626; */
    color: #000;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.035em;
    font-weight: 400;
    margin: 0 0 25px;
}

.burger-menu__menu-item_submenu::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 1px;
    /* border: 1px solid #2B2626;
    border-bottom: none;
    border-left: none;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); */
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(-90deg);
}

/*.burger-menu__menu-item_accent {
  color: #BB559D;
}*/

.burger-menu__menu-item + .burger-menu__menu-item {
    margin-top: 0;
    margin-bottom: 25px;
}

.burger-menu__menu-item + .burger-menu__menu-item:last-child {
    margin-bottom: 0;
}

.burger-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 20px;
    /* border-top: 1px solid #B2B2B2; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.burger-menu__footer-link {
    padding: 5px 0;
}

.burger-menu__footer-link_arrow {
    position: relative;
}

.burger-menu__footer-link_arrow::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 1px;
    /* border: 1px solid #2B2626;
    border-bottom: none;
    border-left: none;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); */
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(-90deg);
}

.burger-menu__footer-link + .burger-menu__footer-link {
    margin-top: 4px;
}

.burger-menu__root-block_hidden {
    opacity: 0;
}

.burger-menu__block {
    display: none;
    position: absolute;
    left: 100%;
    right: -100%;
    top: 0;
    padding: 20px 20px 0;
    background-color: white;
    -webkit-transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s right cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s left cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s right cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.burger-menu__block_active {
    left: 0;
    right: 0;
}

.burger-menu__block_hidden {
    opacity: 0;
}

.burger-menu__block-back {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    text-decoration: none;
    color: #B2B2B2;
}

.burger-menu__block-back::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #000000 transparent transparent;
}

.burger-menu__block-title {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.burger-menu__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
}

.burger-menu__block-item {
    padding: 5px 0;
    text-decoration: none;
    color: #848484;
}

.burger-menu__block-item_arrow {
    position: relative;
}

.burger-menu__block-item_arrow::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 1px;
    /* border: 1px solid #2B2626;
    border-bottom: none;
    border-left: none;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); */
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(-90deg);
}

.burger-menu__block-item_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.burger-menu__block-item_all::after {
    content: "";
    margin-left: 10px;
    margin-top: -2px;
    display: block;
    width: 40px;
    height: 24px;
    background: url(../img/icons/menu_rarr.svg) no-repeat center center;
    background-size: contain;
    opacity: 0.35;
}

.burger-menu__block-item_large {
    text-transform: uppercase;
    font-weight: 700;
}

.burger-menu__block-item + .burger-menu__block-item {
    margin-top: 5px;
}

.burger-menu__block-item + .burger-menu__block-item_all {
    margin-top: 20px;
}

.tippy-location {
    width: 220px;
    padding: 20px 0 14px;
}

.tippy-location__top {
    text-align: left;
}

.tippy-location__title {
    font-size: 14px;
    line-height: 14px;
}

.tippy-location__btm {
    display: flex;
    margin: 20px 0 0;
}

.tippy-location__city {
    margin-top: 0px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.035em;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.3);
}

.tippy-location__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.tippy-location__btn {
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.035em;
    border: none;
    background: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.tippy-location__btn:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    transition: .35s;
}

.tippy-location__btn:hover:after {
    background: rgba(0, 0, 0, 0.7);
    transition: .35s;
}


.tippy-box[data-theme="location"] {
    background-color: #FFFFFF;
    /* -webkit-box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 0;
}

.tippy-box[data-theme="location"][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #FFFFFF;
    top: -9px;
}

.tippy-box[data-theme="location"][data-placement^=bottom] > .tippy-arrow {
    -webkit-transform: translate(20px, 0px) !important;
    transform: translate(20px, 0px) !important;
    top: 9px;
}

.tippy-box[data-theme="location"] .tippy-content {
    padding: 0;
    color: #2B2626;
    width: 100%;
}

.menu-table {
    position: fixed;
    top: 100%;
    left: 0;
    margin-top: 0px;
    z-index: 100;
    padding: 0 20px;
    background-color: #FFFFFF;
    display: none;
    transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 201;
}

.left-column {
    width: 50%;
    float: left;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
}

.right-column {
    width: 50%;
    float: right;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
}

.flex-column {
    display: flex;
    justify-content: space-around;
}

.table-burger-list {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}

.table-burger-list .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 25px;
    display: block;
}

.table-burger-list li:first-child .link {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 14px;
}

.table-burger-list .li:last-child .link {
    margin-bottom: 0;
}

.header-table__search {
    width: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
}

.h_mb_nav {
    margin: 0;
}

.h_info {
    margin-top: 25px;
}

.h_mb_nav .h4 {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
}

.h_mb_nav .h4:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(-90deg);
}

.h_mb_nav .h4.active:after {
    transform: rotate(0deg);
}

.h_mb_nav_hd {
    margin: 19px 0 0 15px;
    display: none;
}

.h_mb_nav_hd a {
    margin: 0 0 20px;
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    text-decoration: none;
}

.h_mb_nav_hd a:last-child {
    margin-bottom: 0;
}

.burger-menu__footer_b {
    margin: 25px 0 0px;
}

.burger-menu__footer_b > div {
    margin-bottom: 20px;
}

.burger-menu__footer_b > div > a {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.035em;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.burger-menu__footer_b > div > a::before {
    content: '';
    position: absolute;
    left: 0;
    transform: translate(0%, -50%);
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
}

.burger-menu__footer_b > div > a.mb_auth_lnk::before {
    background-image: url("/local/header_img/icons/ic-profile.svg?v2");
    background-size: 18px;
    top: 4px;
}

.burger-menu__footer_b > div > a.mb_fvt_lnk::before {
    background-image: url("/local/header_img/icons/ic-wishlist.svg?v2");
    background-size: 18px;
    top: 5px;
}

.burger-menu__footer_b > div > a.mb_city_lnk::before {
    background-image: url("/local/header_img/icons/ic-location.svg");
    background-size: 18px;
    top: 4px;
    background-size: 10px;
    background-position: center;
}

.burger-menu__footer_b > div.mb_phn {

}

.burger-menu__footer_b > div > a.mb_phn_lnk {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 0;

}

.mb_city_lnk::before {
    content: '';
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(0%, -50%);
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("../images_new2021/icons/ic-location.svg");
    background-repeat: no-repeat;
}

@media (max-width: 1600px) {
    .header__main-logo {
        width: 250px;
    }

    .header__top-right {
        width: 412px;
    }
}

@media (max-width: 1400px) {
    #digi-shield .digi-ac {
        max-width: 100%;
        left: 0 !important
    }
}

@media (max-width: 1250px) {
    .header__search {
        width: 195px;
    }
}

@media (max-width: 1200px) {
    .header__top-right {
        width: 100px;
    }

    .new-menu {
        border-right: 0;
        margin-right: 0;
    }

    .header__main-logo {
        margin-top: 36px;
    }

    .menu-table.active {
        opacity: 1;
    }

    .header__bottom {
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    .burger-menu__city,
    .burger-menu__contacts,
    .burger-menu__toolbar {
        display: none;
    }

    .menu-table {
        top: 52px;
        width: 440px;
    }

    .menu-table .right-column {
        display: none;
    }

    .menu-table .left-column {
        width: 100%;
        float: none;
        border: 0;
        padding: 0;
    }

    .menu-table .header-table__search {
        width: 100%;
        border: 0;
        border-bottom: unset;
    }

    .menu-table .header-table__search .table-search__input {
        width: 100%;
        padding: 8px 20px 8px 35px;
    }

    .burger-menu__container {
        top: 36px;
    }

    .header_fixed.scrolltop {
        height: auto;
    }

    .header__wrapper {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .burger-menu__block-item {
        color: #000;
    }

    .burger-menu__container {
        width: 440px;
    }

    .header__top-right {
        width: 65px;
    }

    .burger-menu__menu-item_submenu::after {
        top: 3px;
    }

}

@media (max-width: 600px) {
    .burger-menu__overlay {
        width: 363px;
    }

    .burger-menu__container {
        width: 363px;
        min-width: 363px;
    }

    .menu-table {
        width: 363px;
    }

}


@media (max-width: 350px) {
    .burger-menu__overlay {
        width: 259px;
    }

    .burger-menu__container {
        width: 259px;
        min-width: 259px;
    }

    .menu-table {
        width: 259px;
    }
}

@media (max-width: 539px) {
    .input-radio__name {
        font-size: 12px;
        padding-right: 0;
    }

    .input-radio__marker {
        margin-top: 10px;
        margin-left: 8px;
    }

    .menu-table {
        top: 40px;
    }
}

.close {
    width: 18px;
    height: 18px;
    position: relative;
}

.close:before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 1px;
    background: rgba(0, 0, 0, .5);
    transform: rotate(-45deg);
    transition: .35s;
}

.close:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 1px;
    background: rgba(0, 0, 0, .5);
    transform: rotate(45deg);
    transition: .35s;
}

.burger-menu_nav {
    display: flex;
    justify-content: flex-end;
    padding: 30px;
}

@media (max-width: 600px) {
    .burger-menu_nav {
        padding: 20px;
    }
}

.burger-menu .background {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 20;
}

.burger-menu.burger-menu_active .background {
    display: block;
}

.menu-column__item_arrow a:after {
    display: none;
}

.new-menu__link_active {
    color: #BB559D;
}

@media (min-width: 1201px) and (max-width: 1439px) {
    .header__main-logo {
        margin-top: 36px;
    }
}

@media (min-width: 1280px) and (max-width: 1280px) {
    .new-menu {
        padding-right: 13px;
    }
}
