.toggle_block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 100%;
    bottom: 0;
    cursor: pointer;
}
.toggle_block:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.5em;
    content: "\e90c";
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 12px;
}

.mobilemenu__menu-item {
    padding: 0 20px;
    margin-bottom: 4px;
}
.mobilemenu__menu-item:last-child {
    margin-bottom: 0;
}

.mobilemenu__inner {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.mobilemenu {
    margin: 0 -20px;
}

.mobilemenu__menu ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.mobilemenu__menu .mobilemenu__menu-dropdown {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
}

.mobilemenu__menu-item--expanded > .mobilemenu__menu-dropdown {
    display: block;
}

.mobilemenu__menu-item {
    width: 100%;
}
.mobilemenu__menu-item:before {
    display: none;
}

.mobilemenu__menu-item--full-height {
    line-height: initial;
}

.mobilemenu__menu-item .icon-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobilemenu__menu-item > .link-wrapper {
    position: relative;
}
.mobilemenu__menu-item > .link-wrapper a:not(.icon-block) {
    display: block;
}

.mobilemenu__menu-item-content, .mobilemenu__menu-item > .link-wrapper a {
    position: relative;
    padding: 13px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobilemenu__menu-item--full-height > div {
    display: block;
}

.mobilemenu__menu-item--parent > .link-wrapper a {
    padding-right: 40px;
}

.mobilemenu__menu-item--back {
    margin: 0;
}
.mobilemenu__menu-item--back .arrow-all__item-arrow {
    margin-right: 20px;
}
.mobilemenu__menu-item--back .stroke-theme-target * {
    stroke: var(--white_text_black);
}

.mobilemenu__menu-dropdown .mobilemenu__menu-item--back > .link-wrapper a {
    display: inline-block;
    padding: 0 0 0 20px;
    background: none;
}
.mobilemenu__menu-dropdown .mobilemenu__menu-item--back > .link-wrapper a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.6em;
    content: "\e908";
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 12px;
}

.mobilemenu__menu-item--back .arrow-all {
    position: relative;
    top: inherit;
    right: inherit;
}
.mobilemenu__menu-item--back a {
    position: relative;
}
.mobilemenu__menu-item--back .arrow-all__item-line {
    left: 0;
    right: calc(100% - 18px);
    -webkit-transition: right ease 0.5s;
    transition: right ease 0.5s;
}
.mobilemenu__menu-item--back .arrow-all--wide .arrow-all__item-line {
    left: 0;
    right: calc(100% - 25px);
    top: 13px;
}
.mobilemenu__menu-item--back .animate-arrow-hover:hover .arrow-all__item-line {
    left: 0;
    right: calc(100% - 34px);
}
.mobilemenu__menu-item--back .animate-arrow-hover:hover .arrow-all--wide .arrow-all__item-line {
    left: 0;
    right: calc(100% - 42px);
}

.mobilemenu__menu-item--title {
    margin: 20px 0 8px 0;
}
.mobilemenu__menu-item--title > .link-wrapper a {
    font-weight: bold;
}
.mobilemenu__menu-item--title > .link-wrapper a:after {
    display: inline-block;
    margin-left: 0.7em;
    content: "\e90c";
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 12px;
}

.mobilemenu .menu-arrow.svg {
    width: 17px;
    height: 17px;
    border-radius: 10px;
    line-height: 13px;
    right: 34px;
    top: 14px;
    position: absolute;
    text-align: center;
    margin: 0;
}
.mobilemenu .menu-arrow svg {
    vertical-align: middle;
    display: inline-block;
}
.mobilemenu .toggle_block {
    width: 100%;
}

.link-wrapper a.mobilemenu__menu-parent-link:not(.icon-block) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-parent__item-arrow {
    margin-left: 20px;
}

.mobilemenu__menu-item--selected, .mobilemenu__menu-item--expanded {
    position: static;
}

.mobilemenu .logo {
    margin-top: 0;
    padding: 0 32px;
    max-width: 262px;
}

/* *.mobilemenu__menu--top>.mobilemenu__menu-list>.mobilemenu__menu-item>.link-wrapper a {
 * *    padding: 10px 32px
 * *} */
.mobilemenu__button {
    padding: 23px 32px 12px;
    margin: 0 0 16px 0;
}
.mobilemenu__button .btn {
    display: block;
    padding: 9px 20px 10px;
}

.mobilemenu .phones {
    position: inherit;
}

.mobilemenu__menu-item--callback {
    padding: 9px 32px 9px 32px;
    margin: 9px 0 0 0;
}

.mobilemenu__menu-item--with-icon > .link-wrapper a {
    font-size: 1em;
}

.mobilemenu__menu .mobilemenu__menu-item-svg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    margin-right: 20px;
    width: 21px;
    position: static;
}

.mobilemenu__menu--compare .mobilemenu__menu-item-svg, .mobilemenu__menu--favorite .mobilemenu__menu-item-svg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobilemenu__menu-item--with-icon > .link-wrapper > div > div + div {
    margin-top: -20px;
}

.mobilemenu__menu--cart .basket-link .js-basket-block {
    position: absolute;
}

.mobilemenu .header-cart__count, .mobilemenu .icon-count {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: calc(50% - 9px);
    right: 42px;
}
.mobilemenu .social {
    padding: 13px 32px 0;
}
.mobilemenu div + div > .social {
    padding-top: 28px;
}

.mobilemenu__separator {
    height: 1px;
    background: #e5e5e5;
    background: var(--stroke_black);
    margin: 26px 32px 0;
}

.mobilemenu__overlay {
    display: none;
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}

.mobilemenu__close {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 31px;
    right: 24px;
    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;
    z-index: 1;
}